html{
	margin-top: 0 !important;
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* The WP admin toolbar forces a 600px min-width by default, which overflows any
   phone-width viewport and shifts page content off-center for logged-in admins.
   Real visitors (logged out) never see the admin bar, so this only affects testing. */
@media screen and (max-width: 782px) {
	#wpadminbar {
		min-width: 100% !important;
	}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face{
	font-family: 'janna';
	src: url('../fonts/janna-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Navbar */
.navbar {
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	z-index: 10;
}

.navbar-nav .nav-link {
	font-weight: 500;
	color: #333;
	transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #0b7261;
}

ul, li{
	list-style: none;
}

.lang-switch a {
	text-transform: uppercase;
	margin: 0 0.25rem;
	color: #555;
	text-decoration: none;
	font-weight: 600;
}

.lang-switch a:hover {
	color: #0b7261;
}

.navbar-brand{
	margin-right: 0;
}
#mainNav{
	justify-content: center;
}
#mainNav a{
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333230;
	padding: 0px 10px 0px 10px;
	border-style: none;
	text-decoration: none;
}
#mainNav .current-menu-item a{
	color: #215C66;
}
/* Hero Section Styles */
.hero-section {
	position: relative;
	height: 100vh;
	color: #2c2c2c;
	overflow: hidden;	
}
.hero-page-section{
	height: 40vh;
	position: relative;
	background: url('../img/page-back.webp') no-repeat center center/cover;
}
.hero-page-section h1{
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #215C66D1;
	text-align: center;
}
.hero-page-section p{
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333230A8;
	text-align: center;
}
.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/hero_back.jpg') no-repeat center center/cover;
	filter: blur(3px) brightness(0.9);
	z-index: -1;
}

.hero-section h1 .hero-title-first, .skin-section h2{
	font-size: 65px;
	font-weight: 400;
	line-height: 70px;
	letter-spacing: 0px;
	color: #215C66D6;
}

.hero-section h1 .hero-title-second {
	font-size: 110px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #333230DB;
}

.hero-section p {
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333230A8;
}

.btn-hero {
	padding: 15px 34px 15px 38px;
	background-color: transparent;
	background-image: linear-gradient(30deg, #9B7A6F 0%, #C9A993 100%);
	border-style: none;
	border-radius: 1px 1px 1px 1px;
	width: auto;
	color: #fff;
}

.btn-hero:hover {
	background-color: #9d6e5e;
	color: #fff;
}

.padding-home{
	padding-top: 90px;
	padding-bottom: 30px;
}
.about h2, .feedback-section h2{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #215C66D1;
}
.about h3, .feedback-section h3{
	font-size: 70px;
	font-weight: 600;
	line-height: 80px;
	letter-spacing: 0px;
	color: #333230DB;
}
.about p, .expertise-section-text p{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: 0px;
	color: #3332309E;
}
.about a{
	background-color: #72BE1800;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #215C66A8;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s 
	cubic-bezier(0.5, 0.12, 0.46, 0.88);
	-o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
	transition: all 0.3s 
	cubic-bezier(0.5, 0.12, 0.46, 0.88);
	padding: 15px 34px 15px 38px;
	color: #333230D4;
	font-size: 15px;
	text-decoration: none;
}

.expertise-section {
	background-color: #faf1f2;
	background-image: url('../img/floarl.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	margin-top: 12%;
}
.stats-box h2 {
	color: #3d3d3d;
	font-size: 2rem;
}
.stats-box{
	background-color: #F7EEEE;
	border-style: solid;
	--border-style: solid;
	border-width: 5px 5px 5px 5px;
	--border-top-width: 5px;
	--border-right-width: 5px;
	--border-bottom-width: 5px;
	--border-left-width: 5px;
	border-color: #FFFFFF;
	--border-color: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
	position: absolute;
	width: 85%;
	top: -15%;
}
.bg-teal {
	background-color: #006666;
}
.before-after {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.before-after img {
	width: 100%;
	display: block;
}

.after-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.after-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0 50% 0 0);
}

.divider-line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	transform: translateX(-50%);
	z-index: 3;
	pointer-events: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
.slider {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	cursor: ew-resize;
	z-index: 4;
}

.labels {
	position: absolute;
	top: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	color: #006666;
	font-weight: 600;
	font-size: 0.9rem;
}

.stat-box{
	margin: 60px 0px 55px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #FFFFFF;
}
.stat-box p{
	color: #215C66AD;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 19px;
}
.stat-box h2{
	font-size: 70px;
}
.expertise-section-text h6{
	font-size: 18px;
	font-weight: 500;
	color: #215C66D1;
}
.expertise-section-text h2{
	font-size: 60px;
	line-height: 70px;
	color: #333230DB;
}
.icon-box{
	fill: #a88e86;
	color: #a88e86;
	border: 3px solid #69727d;
	background-color: transparent;
	padding: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	transition: all .3s;
	width: 90px;
	height: 90px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.product-desc ul{	
	margin: 0px 10px;
	min-height: 190px;
}
.product-desc li{
	list-style: disc;
	margin: 15px 10px;
	font-size: 16px;
	color: #3332309E;
	font-weight: bold;
}
.btn-teal{
	background-color: #215C66D1;
	font-weight: 600;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	width: fit-content;
	margin: auto;
}
.skin-section .card{
	border: 2px solid #215C66D1 !important;
	padding: 10% 6%;
}
.feedback-section{
	background-color: #faf1f2;
	background-image: url('../img/feedback.jpg');
	background-repeat: no-repeat;
	/*background-position: top left;*/
}

#testimonialCarousel {
	margin: 50px auto;
	padding: 40px 20px;
}

.testimonial-card {
	background: #fff;
	border: 1px solid #e8ddd9;
	border-radius: 10px;
	padding: 28px 20px;
	height: 100%;
}

.testimonial-text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #444;
	margin-bottom: 15px;
}

.carousel-item img {
	border: 3px solid #a88e86;
	padding: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #a88e86;
	border-radius: 50%;
}

/* RTL support for Arabic */
html[lang="ar"] #testimonialCarousel {
	direction: rtl;
	text-align: right;
}

html[lang="ar"] .carousel-control-prev-icon {
	transform: rotate(180deg);
}

section.footer{
	background-color: #12343A;
	background-image: url(../img/footer_shape_2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 5% 0;
}
section.footer::before{
	background-image: url(../img/footer_shape_1.png);
	--background-overlay: '';
	background-position: top left;
	background-repeat: no-repeat;
}
.footer p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: 0px;
	color: #E8E8E8A6;
}
.social-icons{
	display: flex;
}
.social-icons li{
	margin: 0 5px;
}
.social-icons a{
	background: #215c66;
	color: #fff;
	padding: 8px 15px;
}
.footer h4{
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 25px;
	margin-top: 10px;
}
.footer-links{
	margin-top: 15px;
	padding-left: 0px;
}
.social-icons{
	padding-left: 0;
}
.footer-links li{
	padding-bottom: 5px;
	line-height: 40px;
}
.footer-links li a{
	color: #E8E8E8A6;
	transition: color 0.3s;
	text-decoration: none;
}
.footer-links li a:hover{
	color: #ffffff;
}
.footer-links p{
	margin-bottom: 0;
}
/* ── Questions Form ─────────────────────────────────────────── */
.questions-form {
	padding: 5% 0 7%;
}

.questions-form .form-label {
	font-size: 15px;
	font-weight: 600;
	color: #333230DB;
	margin-bottom: 8px;
	display: block;
}

.questions-form .form-select,
.questions-form .form-control {
	border: 2px solid #215C6640;
	border-radius: 4px;
	padding: 12px 16px;
	font-size: 15px;
	color: #333230DB;
	background-color: #fff;
	width: 100%;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.questions-form .form-select:focus,
.questions-form .form-control:focus {
	border-color: #215C66D1;
	box-shadow: 0 0 0 3px rgba(33, 92, 102, 0.12);
	outline: none;
}

/* Skin-concerns checkbox grid */
.concerns-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	padding: 14px;
	border: 2px solid #215C6640;
	border-radius: 4px;
	background-color: #fff;
	transition: border-color 0.2s;
}

.concerns-grid.concerns-error {
	border-color: #dc3545;
}

.concerns-grid .form-check {
	margin: 0;
	padding: 8px 12px 8px 2rem;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.15s;
}

.concerns-grid .form-check:hover {
	background-color: #F7EEEE;
}

.concerns-grid .form-check-input {
	border-color: #215C6680;
	cursor: pointer;
}

.concerns-grid .form-check-input:checked {
	background-color: #215C66D1;
	border-color: #215C66D1;
}

.concerns-grid .form-check-label {
	font-size: 14px;
	color: #333230DB;
	cursor: pointer;
}

/* ── RTL overrides for the form ──────────────────────────────── */
/* Bootstrap loads the LTR build, so we override manually */
[dir="rtl"] .form-select {
	background-position: left 0.75rem center;
	padding-right: 0.75rem;
	padding-left: 2.25rem;
	text-align: right;
}

[dir="rtl"] .concerns-grid .form-check {
	padding-right: 2rem;
	padding-left: 12px;
}

[dir="rtl"] .concerns-grid .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0;
}

[dir="rtl"] .form-check-label {
	text-align: right;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
	.hero-section {
		height: auto;
		padding: 140px 0 60px;
	}
	.hero-section .row {
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.hero-section h1 .hero-title-first {
		font-size: 32px;
		line-height: 1.3;
	}
	.hero-section h1 .hero-title-second {
		font-size: 48px;
		line-height: 1.15;
	}
	.hero-section p {
		font-size: 17px;
		line-height: 1.6;
	}
	.skin-section h2 {
		font-size: 32px;
		line-height: 1.3;
	}
	.stats-box h2 {
		font-size: 1.5rem;
	}
	.before-after {
		margin-top: 2rem;
	}
	.hero-page-section {
		height: auto;
		padding: 60px 20px;
	}
	.hero-page-section h1 {
		font-size: 42px;
		line-height: 1.2;
	}
	.hero-page-section p {
		font-size: 16px;
		line-height: 1.6;
	}
	.concerns-grid {
		grid-template-columns: 1fr;
	}
	.expertise-section-text h6{text-align: center;}
	.questions-form .form-select,
	.questions-form .form-control {
		font-size: 16px; /* prevents iOS zoom on focus */
	}
	.expertise-section {
		margin-top: 8%;
	}
	.stats-box{
		position: static;
		width: 100%;
		top: auto;
		margin: 0 0 30px;
	}
	.whysection{margin-top: 10% !important;}
	.sessions-bundle-bar .fs-5 {
		font-size: 1.05rem !important;
	}
	.sessions-bundle-bar .btn {
		width: 100%;
	}
	.expertise-section-text h2,
	.about h3, .feedback-section h3 {
		font-size: 34px;
		line-height: 1.25;
		text-align: center;
	}

	.text-end{
		text-align: center !important;
	}

	/* Footer — tighter spacing so it doesn't run so long on mobile */
	section.footer {
		padding: 10% 0 6%;
	}
	.footer .row > div {
		margin-bottom: 1.5rem !important;
	}
	.footer .row > div:last-child {
		margin-bottom: 0 !important;
	}
	.footer .navbar-brand img {
		height: 46px;
		margin-bottom: 12px !important;
	}
	.footer h4 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 19px;
	}
	.footer-links {
		margin-top: 6px;
	}
	.footer-links li {
		line-height: 1.5;
		padding-bottom: 8px;
	}
	.footer p {
		margin-bottom: 8px;
	}
	.about h2, .feedback-section h2{
		text-align: center !important;
	}
	#footer .col-12{
		text-align: center;
	}
	.social-icons{
		margin-top: 5%;
	}
	.social-icons li{
		margin: auto;
	}
}

@media (max-width: 480px) {
	.hero-page-section h1 {
		font-size: 30px;
	}
	.hero-section h1 .hero-title-first {
		font-size: 26px;
	}
	.hero-section h1 .hero-title-second {
		font-size: 38px;
	}
	.hero-section p {
		font-size: 15px;
	}
	.btn-hero {
		padding: 12px 24px;
		font-size: 14px;
	}
	.questions-form {
		padding: 8% 0 10%;
	}
}
/* Routine Results Specific Styling */
#routine-results .card {
	border: 2px solid #215C66D1 !important;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.routine-header {
	background-color: #faf1f2;
	padding: 20px;
	border-bottom: 2px solid #215C6620;
	margin: -20px -20px 20px -20px;
	border-radius: 8px 8px 0 0;
}

.routine-header h3 {
	font-family: 'janna', sans-serif;
	color: #215C66;
	margin: 0;
	font-size: 28px;
}

.routine-block h4 {
	font-family: 'janna', sans-serif;
	color: #9B7A6F; /* Matching your hero gradient brown */
	font-size: 20px;
	border-bottom: 1px solid #C9A99350;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.step-item {
	padding: 12px 15px;
	margin-bottom: 8px;
	background: #F7EEEE; /* Matching your stats-box bg */
	border-right: 4px solid #215C66D1; /* Teal accent */
	border-radius: 4px;
}

.step-label {
	font-size: 14px;
	text-transform: uppercase;
	color: #215C66D1;
	font-weight: 600;
	display: block;
}

.step-product {
	font-size: 17px;
	color: #333230DB;
	font-weight: 500;
}

.alert-environmental {
	background-color: #215C66D1;
	color: #fff;
	border-radius: 4px;
	padding: 15px;
	margin-top: 20px;
}

/* ── Sessions page — intro, bundle bar, features, core message ──────────── */
.sessions-intro p {
	font-size: 17px;
	line-height: 1.8;
}

.sessions-bundle-bar {
	background-color: #F7EEEE;
	border: 1px solid #215C6620;
}

.sessions-bundle-bar p {
	color: #215C66D1;
}

.sessions-features .icon-box {
	width: 48px;
	height: 48px;
	min-width: 48px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	border-width: 2px;
}

.sessions-core-message {
	background-color: #faf1f2;
}

/* Sticky "add all sessions" discount banner */
.sessions-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1030;
	background-color: #215C66;
	padding: 14px 0;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
	transform: translateY(100%);
	transition: transform .3s ease;
}

.sessions-sticky-bar.show {
	transform: translateY(0);
}

.sessions-sticky-bar p {
	color: #fff;
	font-size: 15px;
}

.sessions-sticky-bar .btn-teal {
	background-color: #fff;
	color: #215C66;
}

.sessions-sticky-bar .btn-teal:hover {
	background-color: #F7EEEE;
}

.sessions-sticky-bar-close {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	padding: 0 6px;
}

.sessions-note {
	background-color: #F7EEEE;
	border-inline-start: 4px solid #215C66;
}

.sessions-note-icon {
	color: #215C66;
	font-size: 20px;
	line-height: 1.6;
}

.sessions-note p {
	color: #3332309E;
	font-size: 15px;
	line-height: 1.8;
}

.sessions-note strong {
	color: #215C66D1;
}

@media (max-width: 576px) {
	.sessions-sticky-bar .container {
		flex-direction: column;
		align-items: stretch !important;
		text-align: center;
	}
	.sessions-sticky-bar p {
		margin-bottom: 10px !important;
	}
	.sessions-sticky-bar .btn-teal {
		width: 100%;
	}
}

/* ── Pricing cards — Home, Services & About pages ───────────────────────── */
.pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1.5px solid #215C6640;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
	padding: 32px 28px;
}

.pricing-card.has-badge {
	padding-top: 56px;
}

.pricing-badge {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #C0392B;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 16px 0 12px 0;
}

.pricing-card.has-whatsapp-badge {
	padding-top: 56px;
}

.pricing-whatsapp-badge {
	position: absolute;
	top: 0;
	left: 24px;
	width: 56px;
	height: 84px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 16px;
	background-color: #25D366;
	color: #fff;
	font-size: 24px;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.pricing-title {
	font-weight: 700;
	color: #222;
	font-size: 21px;
	text-align: center;
	margin-bottom: 18px;
}

.pricing-list ul {
	margin: 0;
	padding-inline-start: 20px;
}

.pricing-list li {
	list-style: disc;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.6;
	color: #3d3d3d;
}

.pricing-list li:last-child {
	margin-bottom: 0;
}

.pricing-price {
	text-align: center;
	margin-bottom: 18px;
	min-height: 64px;
}

.pricing-amount {
	color: #215C66;
	font-weight: 700;
}

.pricing-currency {
	font-size: 24px;
	vertical-align: top;
	margin-inline-end: 2px;
}

.pricing-integer {
	font-size: 44px;
	line-height: 1;
}

.pricing-decimal {
	font-size: 20px;
	top: -1em;
}

.pricing-btn {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.pricing-card {
		padding: 26px 22px;
	}
	.pricing-integer {
		font-size: 36px;
	}
}

.alert-environmental h5 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #C9A993; /* Gold/Sand highlight */
}