@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@500;600;700;800&display=swap");

:root {
	--tj-theme-primary: #9b2c91;
	--tj-theme-primary-1: #8fc63d;
	--tj-theme-primary-2: #c6e879;
	--tj-theme-primary-3: #6ea524;
	--tj-theme-secondary: #5f145b;
	--rasha-dark: #24102c;
	--rasha-panel: rgba(255, 255, 255, 0.06);
	--rasha-line: rgba(255, 255, 255, 0.12);
}

body {
	background-color: var(--rasha-dark);
}

.hero-section,
.counter-section,
.service-section,
.faq-section,
.text-section {
	background-color: var(--rasha-dark);
}

[dir="rtl"],
.rasha-ar {
	font-family: "Noto Kufi Arabic", sans-serif;
}

.preloader {
	background: #0b0210;
}

.preloader svg {
	fill: #0b0210;
}

.rasha-preloader-lockup {
	position: relative;
	z-index: 20;
	display: grid;
	justify-items: center;
	gap: 16px;
	text-align: center;
	animation: rasha-preloader-rise 1.4s ease-in-out infinite alternate;
}

.rasha-preloader-mark {
	display: grid;
	place-items: center;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.88),
		0 0 42px rgba(155, 44, 145, 0.42),
		0 0 64px rgba(143, 198, 61, 0.16);
	animation: rasha-preloader-pulse 1.6s ease-in-out infinite alternate;
}

.rasha-preloader-mark img {
	width: 100%;
	height: 100%;
	padding: 12px;
	border-radius: 50%;
	object-fit: contain;
}

.rasha-preloader-name {
	width: min(420px, 72vw);
	filter: brightness(0) invert(1);
	opacity: 0.94;
}

.preloader .preloader-heading .rasha-preloader-slogan {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	font-size: clamp(14px, 2vw, 20px);
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #c6e879;
	text-transform: uppercase;
}

@keyframes rasha-preloader-rise {
	from {
		transform: translateY(8px);
	}

	to {
		transform: translateY(-8px);
	}
}

@keyframes rasha-preloader-pulse {
	from {
		transform: scale(0.96);
	}

	to {
		transform: scale(1.03);
	}
}

.tj-header-area.header-3 {
	background: rgba(11, 2, 16, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(16px);
}

.tj-header-area.header-3 .logo-box {
	max-width: none;
	width: auto;
	margin-right: 28px;
}

.rasha-brand {
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	white-space: nowrap;
}

.rasha-brand-mark {
	display: block;
	width: 74px;
	height: 74px;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: #ffffff;
	box-shadow:
		0 0 0 1px rgba(198, 232, 121, 0.24),
		0 0 28px rgba(155, 44, 145, 0.34);
}

.rasha-brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px;
	border-radius: 50%;
	clip-path: circle(50% at 50% 50%);
	object-fit: contain;
}

.rasha-brand-text {
	display: grid;
	line-height: 1.05;
}

.rasha-brand-text strong {
	font-size: 18px;
	font-weight: 800;
}

.rasha-brand-text span {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #747779;
}

.rasha-brand-name {
	width: clamp(170px, 17vw, 300px);
	height: auto;
	object-fit: contain;
	flex: 0 1 auto;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

.hero-section.style-3 .hero-image-box .rasha-hero-portrait {
	width: min(430px, 100%);
	padding: 0;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: 48% 28%;
	border: 2px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
	box-shadow:
		0 0 0 1px rgba(198, 232, 121, 0.18),
		0 0 22px rgba(198, 232, 121, 0.16),
		0 0 54px rgba(155, 44, 145, 0.34),
		0 22px 70px rgba(155, 44, 145, 0.3);
}

.rasha-atmosphere {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.rasha-atmosphere > .container {
	position: relative;
	z-index: 2;
}

.rasha-atmosphere::before,
.rasha-atmosphere::after {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.rasha-atmosphere::before {
	content: attr(data-quote);
	max-width: min(820px, 86vw);
	color: rgba(255, 255, 255, 0.045);
	font-size: clamp(42px, 7.2vw, 126px);
	font-weight: 900;
	line-height: 0.92;
	letter-spacing: 0;
	text-transform: none;
}

.rasha-atmosphere::after {
	content: "";
	width: clamp(120px, 16vw, 260px);
	aspect-ratio: 1;
	border-radius: 64% 36% 62% 38% / 48% 56% 44% 52%;
	background:
		radial-gradient(circle at 32% 28%, rgba(198, 232, 121, 0.14), transparent 34%),
		radial-gradient(circle at 66% 70%, rgba(155, 44, 145, 0.16), transparent 38%);
	opacity: 0.62;
	filter: blur(0.2px);
	animation: rasha-soft-float 12s ease-in-out infinite alternate;
}

.rasha-atmosphere-hero::before {
	right: 4vw;
	bottom: 9%;
}

.rasha-atmosphere-hero::after {
	left: 7vw;
	top: 14%;
}

.rasha-atmosphere-about::before {
	left: 5vw;
	top: 4%;
	font-size: clamp(36px, 5.4vw, 92px);
}

.rasha-atmosphere-about::after {
	right: 11vw;
	bottom: 2%;
}

.rasha-atmosphere-services::before {
	right: 3vw;
	top: 8%;
	text-align: right;
}

.rasha-atmosphere-services::after {
	left: 4vw;
	bottom: 8%;
	animation-duration: 15s;
}

.rasha-atmosphere-products::before {
	left: 3vw;
	top: 8%;
	font-family: "Noto Kufi Arabic", sans-serif;
	font-size: clamp(40px, 6vw, 112px);
}

.rasha-atmosphere-products::after {
	right: 6vw;
	bottom: 8%;
}

.rasha-atmosphere-challenges::before {
	right: 4vw;
	top: 10%;
	font-family: "Noto Kufi Arabic", sans-serif;
	font-size: clamp(42px, 6vw, 104px);
	text-align: right;
}

.rasha-atmosphere-challenges::after {
	left: 6vw;
	bottom: 8%;
	animation-duration: 13s;
}

.rasha-atmosphere-skincare::before {
	right: 4vw;
	top: 8%;
	font-family: "Noto Kufi Arabic", sans-serif;
	font-size: clamp(34px, 5vw, 86px);
	text-align: right;
}

.rasha-atmosphere-skincare::after {
	left: 7vw;
	bottom: 10%;
	animation-duration: 16s;
}

.rasha-atmosphere-results::before {
	left: 3vw;
	bottom: 3%;
	max-width: min(960px, 92vw);
	color: rgba(198, 232, 121, 0.07);
	font-size: clamp(54px, 8vw, 148px);
	font-family: "Noto Kufi Arabic", sans-serif;
	text-shadow: 0 0 34px rgba(198, 232, 121, 0.16);
}

.rasha-atmosphere-results::after {
	right: 5vw;
	top: 10%;
}

.rasha-atmosphere-booking::before {
	left: 6vw;
	bottom: 6%;
	font-size: clamp(34px, 5vw, 88px);
}

.rasha-atmosphere-booking::after {
	right: 7vw;
	top: 8%;
	animation-duration: 14s;
}

.rasha-atmosphere-chat::before {
	right: 3vw;
	bottom: 10%;
	font-size: clamp(36px, 5.5vw, 96px);
	text-align: right;
}

.rasha-atmosphere-chat::after {
	left: 8vw;
	top: 10%;
}

@keyframes rasha-soft-float {
	0% {
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}

	100% {
		transform: translate3d(18px, -22px, 0) rotate(10deg) scale(1.04);
	}
}

@media (prefers-reduced-motion: reduce) {
	.rasha-atmosphere::after {
		animation: none;
	}
}

.hero-section.style-3 .rasha-name-title {
	max-width: 760px;
	margin-bottom: 10px;
	line-height: 1;
}

.hero-section.style-3 .rasha-name-title img {
	width: min(680px, 100%);
	height: auto;
	opacity: 0.94;
}

.hero-section.style-3 .hero-sub-title {
	display: block;
	margin: 12px 0 0;
	color: #6ea524;
}

.hero-section.style-3 .rasha-hero-tagline {
	color: #c6e879;
	font-family: var(--tj-ff-heading);
	font-size: clamp(18px, 2vw, 28px);
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.03em;
}

/* Final hero palette: intentionally last so legacy hero styles cannot override it. */
.hero-section.style-3 .rasha-hero-ar {
	color: var(--rasha-olive);
}

.hero-section.style-3 .rasha-hero-tagline {
	color: var(--rasha-olive);
}

/* Rebrand the original hero lockup accents without changing its composition. */
.hero-section.style-3 .rasha-hero-ar {
	color: var(--rasha-olive);
}

.hero-section.style-3 .rasha-hero-tagline {
	color: var(--rasha-olive);
}

.hero-section.style-3 .button-box .tj-btn-secondary {
	border-color: var(--rasha-deep-olive);
	color: var(--rasha-paper);
	background: var(--rasha-deep-olive);
	box-shadow: 0 12px 25px rgba(63, 73, 56, 0.2);
}

.hero-section.style-3 .button-box .tj-btn-secondary:hover {
	border-color: var(--rasha-gold);
	color: var(--rasha-paper);
	background: var(--rasha-gold);
}

.hero-section.style-3 .hero-title {
	max-width: 840px;
	color: #ffffff;
}

.hero-section.style-3 .lead {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.74);
}

.rasha-hero-ar {
	margin: 0 0 14px;
	color: #c6e879;
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.25;
}

.tj-btn-primary,
.tj-btn-secondary:hover {
	background-color: #9b2c91;
	border-color: #9b2c91;
}

.tj-btn-secondary {
	color: #ffffff;
	border-color: #9b2c91;
}

.hero-content-box .button-box .btn {
	gap: 9px;
}

.hero-content-box .button-box .tj-btn-primary i {
	transform: none;
	font-size: 18px;
}

.hero-content-box .button-box .tj-btn-primary:hover i {
	transform: none;
}

.tj-btn-secondary:hover {
	color: #ffffff;
}

.section-header p,
.counter-section .funfact-item .text,
.service-item .service-content .desc p,
.tj-faq .accordion-body p {
	color: rgba(255, 255, 255, 0.72);
}

.service-section .section-title {
	background: linear-gradient(90deg, #9b2c91 0%, #c6e879 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rasha-service-grid {
	row-gap: 24px;
}

.service-item {
	border-color: rgba(155, 44, 145, 0.78);
	background:
		linear-gradient(145deg, rgba(155, 44, 145, 0.08), rgba(143, 198, 61, 0.035)),
		rgba(255, 255, 255, 0.015);
	box-shadow: 0 0 0 1px rgba(155, 44, 145, 0.16);
}

.rasha-service-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	min-height: 100%;
	padding: 28px;
	border-radius: 22px;
	backdrop-filter: blur(12px);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.rasha-service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 18% 12%, rgba(198, 232, 121, 0.16), transparent 28%),
		radial-gradient(circle at 88% 88%, rgba(155, 44, 145, 0.22), transparent 32%);
	opacity: 0;
	transition: opacity 220ms ease;
}

.rasha-service-card:hover {
	transform: translateY(-8px);
}

.rasha-service-card:hover::before {
	opacity: 1;
}

.rasha-service-icon {
	display: grid;
	place-items: center;
	width: 104px;
	height: 104px;
	margin-bottom: 0;
	border: 1px solid rgba(198, 232, 121, 0.3);
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035)),
		rgba(11, 2, 16, 0.38);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 18px 42px rgba(0, 0, 0, 0.26);
}

.service-item .rasha-service-icon img {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.28));
}

.service-item .service-content .title button {
	text-align: left;
	color: #ffffff;
	font-size: clamp(20px, 2vw, 25px);
	line-height: 1.08;
}

.rasha-service-ar {
	color: #c6e879;
	font-size: 16px;
	font-weight: 800;
}

.rasha-service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.rasha-service-tags span {
	padding: 7px 10px;
	border: 1px solid rgba(198, 232, 121, 0.22);
	border-radius: 999px;
	color: #ffffff;
	background: rgba(198, 232, 121, 0.08);
	font-size: 12px;
	font-weight: 800;
}

.service-item:hover {
	border-color: rgba(198, 232, 121, 0.82);
	background:
		linear-gradient(135deg, rgba(155, 44, 145, 0.95), rgba(95, 20, 91, 0.92));
	box-shadow:
		0 18px 55px rgba(155, 44, 145, 0.25),
		0 0 28px rgba(198, 232, 121, 0.16);
}

.service-item:hover .rasha-service-icon img {
	filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.34));
}

.tj-roll-section .roll-item .roll-icon img {
	width: 28px;
	max-width: 28px;
	filter: drop-shadow(0 4px 8px rgba(77, 133, 28, 0.18));
	opacity: 1;
}

.tj-roll-section .roll-item {
	flex: 0 0 auto;
}

.tj-roll-section .roll-title,
.tj-roll-section .roll-title h5 {
	flex: 0 0 auto;
	width: max-content;
	min-width: max-content;
	white-space: nowrap !important;
}

.rasha-atmosphere-results {
	padding-top: 130px;
	padding-bottom: 120px;
	background:
		radial-gradient(circle at 12% 18%, rgba(198, 232, 121, 0.14), transparent 24%),
		radial-gradient(circle at 86% 18%, rgba(155, 44, 145, 0.32), transparent 28%),
		linear-gradient(180deg, #2d1235 0%, var(--rasha-dark) 48%, #140719 100%);
}

.rasha-results-ornaments {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.rasha-results-orbit {
	position: absolute;
	right: min(8vw, 110px);
	top: 132px;
	width: clamp(150px, 18vw, 270px);
	aspect-ratio: 1;
	border: 1px solid rgba(198, 232, 121, 0.22);
	border-radius: 50%;
	box-shadow:
		inset 0 0 42px rgba(198, 232, 121, 0.08),
		0 0 70px rgba(155, 44, 145, 0.24);
}

.rasha-results-orbit::before,
.rasha-results-orbit::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.rasha-results-orbit::before {
	inset: 22%;
	border: 1px dashed rgba(255, 255, 255, 0.14);
}

.rasha-results-orbit::after {
	width: 18px;
	height: 18px;
	right: 12%;
	top: 18%;
	background: #c6e879;
	box-shadow: 0 0 24px rgba(198, 232, 121, 0.7);
}

.rasha-results-script {
	position: absolute;
	color: rgba(255, 255, 255, 0.08);
	font-family: "Noto Kufi Arabic", sans-serif;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.rasha-results-script-one {
	left: 4vw;
	top: 140px;
	font-size: clamp(32px, 4.6vw, 86px);
	transform: rotate(-6deg);
}

.rasha-results-script-two {
	right: 6vw;
	bottom: 110px;
	color: rgba(198, 232, 121, 0.09);
	font-size: clamp(30px, 4vw, 74px);
	transform: rotate(5deg);
}

.rasha-results-line {
	position: absolute;
	left: 8vw;
	right: 8vw;
	top: 48%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(198, 232, 121, 0.34), transparent);
	transform: rotate(-2deg);
}

.rasha-result-card {
	overflow: hidden;
	display: grid;
	place-items: center;
	position: relative;
	width: 100%;
	padding: 0;
	border: 12px solid transparent;
	border-radius: 30px;
	background:
		linear-gradient(#130519, #130519) padding-box,
		linear-gradient(135deg, #c6e879 0%, #9b2c91 42%, #ffffff 54%, #8fc63d 100%) border-box;
	box-shadow:
		0 24px 65px rgba(0, 0, 0, 0.46),
		0 0 0 1px rgba(198, 232, 121, 0.32),
		0 0 56px rgba(155, 44, 145, 0.18);
	line-height: 0;
	transform: rotate(-1.6deg);
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.rasha-result-slide:nth-child(even) .rasha-result-card {
	transform: rotate(1.4deg);
}

.rasha-result-card::before {
	content: "Success";
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 3;
	padding: 7px 12px;
	border-radius: 999px;
	color: #0b0210;
	background: linear-gradient(135deg, #c6e879, #ffffff);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.rasha-result-card::after {
	content: "";
	position: absolute;
	inset: 12px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	pointer-events: none;
}

.rasha-result-card:hover {
	transform: translateY(-8px) rotate(0deg);
	box-shadow:
		0 30px 90px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(198, 232, 121, 0.42),
		0 0 80px rgba(198, 232, 121, 0.16);
}

.rasha-result-card img {
	display: block;
	width: 100%;
	aspect-ratio: 387 / 440;
	height: auto;
	object-fit: fill;
	border-radius: 15px;
	background: transparent;
}

.rasha-result-poster {
	display: grid;
	align-content: space-between;
	width: 100%;
	aspect-ratio: 387 / 440;
	padding: 42px 24px 26px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%),
		radial-gradient(circle at 18% 18%, rgba(143, 198, 61, 0.26), transparent 26%),
		radial-gradient(circle at 80% 82%, rgba(155, 44, 145, 0.34), transparent 30%),
		linear-gradient(180deg, #1c0824, #0e0413);
	border-radius: 14px;
}

.text-section .section-header {
	display: block;
	overflow: visible;
}

.text-section .heading-left {
	min-width: 0;
	flex: 1 1 auto;
}

.text-section .heading-left p {
	text-align: left;
}

.text-section .section-title {
	max-width: 100%;
	font-size: clamp(54px, 6.2vw, 116px);
	line-height: 0.98;
	white-space: normal;
	word-break: normal;
	overflow-wrap: normal;
}

.text-section .chat-mail {
	margin-top: 22px;
	text-align: right;
}

.text-section .chat-mail .link {
	white-space: nowrap;
	font-size: clamp(24px, 3vw, 44px);
}

.text-section .chat-mail .rasha-email-link {
	display: inline-block;
	margin-top: 14px;
	font-size: clamp(20px, 2.2vw, 34px);
}

.rasha-results-subtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 18px;
	margin-bottom: 0;
}

.rasha-results-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: #c6e879;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.rasha-results-kicker::before,
.rasha-results-kicker::after {
	content: "";
	width: 34px;
	height: 1px;
	background: rgba(198, 232, 121, 0.5);
}

.rasha-results-header {
	position: relative;
	top: 0 !important;
	z-index: 4;
	margin: 0 auto 34px !important;
}

.rasha-results-header .section-title {
	display: block;
	margin-bottom: 0;
	width: 100%;
	text-shadow: 0 0 34px rgba(155, 44, 145, 0.36);
}

.rasha-results-header .rasha-results-subtitle {
	width: 100%;
}

.rasha-results-subtitle .rasha-ar {
	color: #c6e879;
}

.rasha-results-mantra {
	max-width: 720px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(18px, 2vw, 26px);
	font-weight: 700;
	line-height: 1.7;
}

.rasha-results-proof {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto 52px;
	padding: 12px 18px;
	border: 1px solid rgba(198, 232, 121, 0.26);
	border-radius: 999px;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(155, 44, 145, 0.32), rgba(143, 198, 61, 0.12)),
		rgba(255, 255, 255, 0.05);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(12px);
}

.rasha-results-proof span {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 800;
	text-transform: uppercase;
}

.rasha-results-proof strong {
	color: #c6e879;
	font-weight: 900;
	text-transform: uppercase;
}

.rasha-results-proof i {
	color: #c6e879;
}

.rasha-results-proof em {
	color: #ffffff;
	font-family: "Noto Kufi Arabic", sans-serif;
	font-style: normal;
	font-weight: 800;
}

.rasha-results-carousel {
	position: relative;
	z-index: 1;
	margin-top: 0;
	background: transparent !important;
}

.rasha-result-poster h3 {
	color: #ffffff;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 0.95;
	text-align: center;
	text-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.rasha-photo-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rasha-photo-pair span {
	display: grid;
	place-items: center;
	min-height: 150px;
	border: 2px solid rgba(143, 198, 61, 0.72);
	border-radius: 18px;
	color: #ffffff;
	background:
		radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.1), transparent 34%),
		rgba(143, 198, 61, 0.13);
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.rasha-photo-pair span:last-child {
	border-color: rgba(198, 232, 121, 0.95);
	color: #0b0210;
	background: linear-gradient(135deg, #c6e879, #ffffff);
}

.rasha-result-weight {
	padding: 14px;
	border: 1px solid rgba(198, 232, 121, 0.44);
	border-radius: 16px;
	color: #c6e879;
	font-size: clamp(20px, 3vw, 34px);
	font-weight: 900;
	text-align: center;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rasha-results-carousel .owl-stage-outer,
.rasha-results-carousel .owl-stage,
.rasha-results-carousel .owl-item {
	background: transparent !important;
}

.rasha-results-carousel .owl-stage-outer {
	padding: 0;
}

.rasha-results-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.rasha-result-slide {
	padding: 24px 0 58px;
	background: transparent !important;
}

.rasha-results-carousel .owl-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.rasha-results-carousel .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #eaddec !important;
}

.rasha-results-carousel .owl-dot.active {
	background: #9b2c91 !important;
}

.rasha-products-section,
.rasha-challenges-section,
.rasha-skincare-section {
	padding: 110px 0;
	background: var(--rasha-dark);
}

.rasha-product-feature {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: center;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(198, 232, 121, 0.18);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(155, 44, 145, 0.24), rgba(143, 198, 61, 0.08)),
		rgba(255, 255, 255, 0.045);
	box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
}

.rasha-product-copy h3,
.rasha-skincare-intro h2 {
	margin: 16px 0 10px;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 64px);
	line-height: 0.98;
}

.rasha-product-copy h4 {
	margin-bottom: 18px;
	color: #c6e879;
	font-size: clamp(24px, 3vw, 42px);
}

.rasha-product-copy p,
.rasha-product-card p,
.rasha-skincare-intro p {
	color: rgba(255, 255, 255, 0.74);
}

.rasha-pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 8px 14px;
	border: 1px solid rgba(198, 232, 121, 0.3);
	border-radius: 999px;
	color: #c6e879;
	background: rgba(143, 198, 61, 0.1);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rasha-product-media {
	overflow: hidden;
	border: 10px solid transparent;
	border-radius: 28px;
	background:
		linear-gradient(#120519, #120519) padding-box,
		linear-gradient(135deg, #9b2c91, #c6e879) border-box;
}

.rasha-product-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rasha-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
}

.rasha-product-card {
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid rgba(155, 44, 145, 0.46);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.rasha-product-card img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.rasha-product-card > div {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 22px;
}

.rasha-product-card h3 {
	margin: 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.12;
}

.rasha-product-card h4 {
	margin: 0;
	color: #c6e879;
	font-size: 19px;
}

.rasha-product-card a {
	color: #c6e879;
	font-weight: 800;
}

.rasha-challenges-section {
	background:
		radial-gradient(circle at 78% 22%, rgba(198, 232, 121, 0.12), transparent 25%),
		linear-gradient(180deg, #2f1439, var(--rasha-dark));
}

.rasha-challenge-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	max-width: 920px;
	margin: 0 auto;
}

.rasha-challenge-card {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid rgba(198, 232, 121, 0.22);
	border-radius: 28px;
	background:
		radial-gradient(circle at 16% 14%, rgba(198, 232, 121, 0.18), transparent 28%),
		linear-gradient(135deg, rgba(155, 44, 145, 0.34), rgba(255, 255, 255, 0.045));
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	text-align: center;
}

.rasha-challenge-card h3 {
	margin: 18px 0 8px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 74px);
	line-height: 0.98;
}

.rasha-challenge-card h4 {
	margin: 0 0 18px;
	color: #c6e879;
	font-size: clamp(22px, 3vw, 38px);
}

.rasha-challenge-card p {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(255, 255, 255, 0.74);
}

.rasha-challenge-card .btn {
	margin-top: 14px;
}

.rasha-skincare-section {
	background:
		radial-gradient(circle at 12% 18%, rgba(155, 44, 145, 0.24), transparent 28%),
		linear-gradient(180deg, var(--rasha-dark), #2f1439 58%, var(--rasha-dark));
}

.rasha-skincare-intro span {
	color: #c6e879;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.rasha-skincare-list {
	display: grid;
	gap: 16px;
}

.rasha-skincare-item {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 20px 24px;
	border: 1px solid rgba(198, 232, 121, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.045);
}

.rasha-skincare-item > span {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #0b0210;
	background: linear-gradient(135deg, #c6e879, #ffffff);
	font-weight: 900;
}

.rasha-skincare-item h3 {
	margin: 0 0 4px;
	color: #ffffff;
	font-size: 22px;
}

.rasha-skincare-item p {
	margin: 0;
	color: #c6e879;
}

.rasha-result-copy {
	margin-bottom: 0;
}

.rasha-result-meta {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	color: #5f145b !important;
	font-weight: 800;
}

.rasha-result-meta span {
	color: #6ea524;
}

.rasha-booking-section {
	position: relative;
	overflow: hidden;
}

.rasha-booking-section::before {
	content: "";
	position: absolute;
	inset: 8% -12% auto;
	height: 280px;
	background: radial-gradient(circle, rgba(155, 44, 145, 0.22), transparent 65%);
	pointer-events: none;
}

.rasha-booking-shell {
	position: relative;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(198, 232, 121, 0.16);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(155, 44, 145, 0.2), rgba(143, 198, 61, 0.08)),
		rgba(255, 255, 255, 0.04);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), 0 0 60px rgba(155, 44, 145, 0.16);
	backdrop-filter: blur(14px);
}

.rasha-booking-intro {
	margin-bottom: 26px;
}

.rasha-booking-intro span {
	display: inline-flex;
	margin-bottom: 12px;
	color: #c6e879;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rasha-booking-intro h3 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.1;
}

.rasha-booking-intro p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

.rasha-booking-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(5, 1, 7, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.rasha-booking-form.is-complete {
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
}

.rasha-booking-form label {
	display: grid;
	gap: 8px;
	color: #ffffff;
	font-weight: 700;
}

.rasha-booking-form input,
.rasha-booking-form select,
.rasha-booking-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 12px 14px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	color-scheme: dark;
}

.rasha-booking-form select {
	appearance: auto;
	cursor: pointer;
}

.rasha-booking-form .rasha-native-select {
	display: block !important;
}

.rasha-booking-form .rasha-native-select + .nice-select {
	display: none !important;
}

.rasha-booking-form select option {
	color: #ffffff;
	background: #16051c;
}

.rasha-booking-form .nice-select,
.rasha-booking-form .tj-nice-select {
	width: 100%;
	height: 58px;
	min-height: 58px;
	float: none;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 12px 42px 12px 14px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.06);
	line-height: 32px;
}

.rasha-booking-form .nice-select .current,
.rasha-booking-form .tj-nice-select .current {
	color: #ffffff;
}

.rasha-booking-form .nice-select::after,
.rasha-booking-form .tj-nice-select::after {
	right: 16px;
	filter: brightness(0) invert(1);
	opacity: 0.75;
}

.rasha-booking-form .nice-select .list,
.rasha-booking-form .tj-nice-select .list {
	width: 100%;
	min-width: 100%;
	max-height: none;
	overflow: visible;
	border: 1px solid rgba(198, 232, 121, 0.28);
	border-radius: 10px;
	background: #16051c;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
	z-index: 40;
}

.rasha-booking-form .nice-select .option,
.rasha-booking-form .tj-nice-select .option {
	display: block;
	min-height: 42px;
	line-height: 42px;
	color: #ffffff;
	background: transparent;
}

.rasha-booking-form .nice-select .option:hover,
.rasha-booking-form .nice-select .option.focus,
.rasha-booking-form .nice-select .option.selected.focus,
.rasha-booking-form .tj-nice-select .option:hover,
.rasha-booking-form .tj-nice-select .option.focus,
.rasha-booking-form .tj-nice-select .option.selected.focus {
	color: #0b0210;
	background: #c6e879;
}

.rasha-booking-form .full,
.rasha-booking-form .form-status {
	grid-column: 1 / -1;
}

.rasha-booking-form .form-status {
	padding: 12px 14px;
	border-radius: 8px;
	color: #c6e879;
	background: rgba(143, 198, 61, 0.14);
	font-weight: 700;
}

.rasha-booking-success {
	min-height: 420px;
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 12px;
	padding: clamp(40px, 8vw, 76px) 32px;
	border: 1px solid rgba(198, 232, 121, 0.24);
	border-radius: 18px;
	text-align: center;
	background:
		radial-gradient(circle at 50% 20%, rgba(143, 198, 61, 0.18), transparent 34%),
		rgba(5, 1, 7, 0.68);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.rasha-booking-success[hidden] {
	display: none;
}

.rasha-booking-success.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.rasha-booking-success-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 8px;
	border: 1px solid rgba(198, 232, 121, 0.48);
	border-radius: 50%;
	color: #16051c;
	background: #c6e879;
	font-size: 30px;
	box-shadow: 0 16px 40px rgba(143, 198, 61, 0.22);
}

.rasha-booking-success-kicker {
	margin: 0;
	color: #c6e879;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.rasha-booking-success h3 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.08;
}

.rasha-booking-success > p:last-child {
	max-width: 510px;
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 17px;
	line-height: 1.7;
}

@media (prefers-reduced-motion: reduce) {
	.rasha-booking-form,
	.rasha-booking-success {
		transition: none;
	}
}

.rasha-booking-form .error {
	color: #b42318;
	font-size: 12px;
}

.tj-footer-area.style-3 .copy-text a {
	color: #8fc63d;
}

.rasha-footer-logo {
	display: inline-grid;
	place-items: center;
	width: 112px;
	height: 112px;
	margin: 0 auto;
	border-radius: 50%;
	background: #ffffff;
	overflow: hidden;
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.82),
		0 0 36px rgba(155, 44, 145, 0.32);
}

.tj-footer-area.style-3 .footer-logo-box {
	max-width: none;
	width: auto;
}

.rasha-footer-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
	border-radius: 50%;
	clip-path: circle(50% at 50% 50%);
}

.rasha-whatsapp {
	position: fixed;
	right: 44px;
	bottom: 112px;
	z-index: 99;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	color: #ffffff;
	background: #25d366;
	box-shadow: 0 18px 34px rgba(37, 211, 102, 0.32);
	font-size: 26px;
}

@media (max-width: 767px) {
	.rasha-brand-mark {
		width: 62px;
		height: 62px;
	}

	.rasha-brand-name {
		display: block;
		width: min(48vw, 210px);
	}

	.text-section .section-header {
		display: block;
		text-align: center;
	}

	.text-section .heading-left p {
		text-align: center;
	}

	.text-section .section-title {
		font-size: clamp(44px, 14vw, 76px);
	}

	.text-section .chat-mail {
		margin-top: 22px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.text-section .chat-mail .link,
	.text-section .chat-mail .rasha-email-link {
		display: block;
		width: 100%;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
		text-align: center;
	}

	.text-section .chat-mail .link i {
		margin-left: 8px;
	}

	.rasha-whatsapp {
		right: 14px;
		bottom: 86px;
	}

	.rasha-booking-form,
	.rasha-photo-pair,
	.rasha-product-feature,
	.rasha-product-grid {
		grid-template-columns: 1fr;
	}

	.rasha-products-section,
	.rasha-challenges-section,
	.rasha-skincare-section {
		padding: 78px 0;
	}

	.rasha-service-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.rasha-service-icon {
		margin: 0 auto;
	}

	.service-item .service-content .title button {
		text-align: center;
	}

	.rasha-service-tags {
		justify-content: center;
	}

	.rasha-atmosphere-results {
		padding-top: 88px;
		padding-bottom: 78px;
	}

	.rasha-results-script {
		opacity: 0.7;
		white-space: normal;
	}

	.rasha-results-script-one {
		left: 4vw;
		right: 4vw;
		top: 84px;
	}

	.rasha-results-script-two {
		right: 4vw;
		bottom: 70px;
	}

	.rasha-results-orbit {
		right: -42px;
		top: 86px;
		opacity: 0.65;
	}

	.rasha-results-proof {
		width: 100%;
		max-width: 92vw;
		border-radius: 18px;
	}

	.rasha-result-card,
	.rasha-result-slide:nth-child(even) .rasha-result-card {
		transform: none;
	}

	.rasha-product-feature {
		padding: 20px;
	}

	.rasha-skincare-item {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 16px;
	}
}

/* --------------------------------------------------------------------------
   Rasha Ahmad El Sibai - olive and gold brand system (2026)
   -------------------------------------------------------------------------- */
:root {
	--tj-theme-primary: #8b7647;
	--tj-theme-primary-1: #788263;
	--tj-theme-primary-2: #d5c18a;
	--tj-theme-primary-3: #556044;
	--tj-theme-secondary: #30352a;
	--rasha-ink: #2e3128;
	--rasha-olive: #788263;
	--rasha-deep-olive: #3f4938;
	--rasha-gold: #ae8d4c;
	--rasha-pale-gold: #d9c48c;
	--rasha-cream: #f7f3e9;
	--rasha-paper: #fffdf8;
	--rasha-sand: #e8dfca;
	--rasha-line: rgba(79, 87, 64, 0.18);
	--rasha-dark: #30352a;
	--rasha-panel: rgba(255, 253, 248, 0.75);
	--rasha-shadow: 0 24px 70px rgba(61, 55, 38, 0.13);
}

body,
.hero-section,
.counter-section,
.service-section,
.faq-section,
.text-section {
	color: var(--rasha-ink);
	background: var(--rasha-cream);
}

body {
	font-family: var(--tj-ff-body), "Inter", sans-serif;
}

[dir="rtl"],
.rasha-ar {
	font-family: "Noto Kufi Arabic", sans-serif;
}

.preloader,
.preloader svg {
	background: var(--rasha-paper);
	fill: var(--rasha-paper);
}

.rasha-preloader-lockup {
	gap: 12px;
}

.rasha-preloader-mark {
	width: 94px;
	height: 94px;
	border: 1px solid rgba(174, 141, 76, 0.55);
	background: var(--rasha-paper);
	box-shadow: 0 12px 34px rgba(98, 87, 51, 0.16);
}

.rasha-preloader-mark img {
	padding: 10px;
}

.rasha-preloader-name {
	width: min(292px, 70vw);
	filter: none;
	opacity: 1;
}

.preloader .preloader-heading .rasha-preloader-slogan {
	color: var(--rasha-deep-olive);
	font-size: 12px;
	letter-spacing: 0.15em;
}

.tj-header-area.header-3 {
	background: rgba(255, 253, 248, 0.78);
	border-bottom: 1px solid rgba(79, 87, 64, 0.14);
	box-shadow: 0 6px 28px rgba(65, 57, 37, 0.05);
	backdrop-filter: blur(18px);
}

.tj-header-area.header-3 .logo-box {
	margin-right: 20px;
}

.rasha-brand-mark {
	width: 56px;
	height: 72px;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.rasha-brand-mark img {
	padding: 0;
	border-radius: 0;
	clip-path: none;
	object-fit: contain;
	filter: none;
}

.header-3 .header-menu ul li a,
.header-3 .header-media .social-icons li a {
	color: var(--rasha-ink);
}

.header-3 .header-menu ul li a::before,
.header-3 .header-menu ul li a:hover,
.header-3 .header-menu ul li a.current-menu-item,
.header-3 .header-media .social-icons li a:hover {
	color: var(--rasha-gold);
}

.hero-section.style-3 {
	min-height: 760px;
	padding: 150px 0 95px;
	background:
		radial-gradient(circle at 10% 0%, rgba(213, 193, 138, 0.3), transparent 31%),
		linear-gradient(112deg, #f4eedf 0%, #fffdf8 51%, #e9e2d1 100%);
}

.hero-section.style-3::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(247, 243, 233, 0.8) 0%, rgba(247, 243, 233, 0.12) 56%, rgba(72, 78, 59, 0.08));
}

.hero-section.style-3 .container {
	position: relative;
	z-index: 2;
}

.rasha-atmosphere::before {
	color: rgba(74, 80, 59, 0.075);
	font-family: var(--tj-ff-heading);
	font-weight: 600;
}

.rasha-atmosphere::after {
	background:
		radial-gradient(circle at 32% 28%, rgba(213, 193, 138, 0.27), transparent 32%),
		radial-gradient(circle at 66% 70%, rgba(120, 130, 99, 0.22), transparent 42%);
	opacity: 0.75;
}

.hero-section.style-3 .rasha-name-title {
	max-width: 310px;
	margin: 4px 0 14px;
}

.hero-section.style-3 .rasha-name-title img {
	width: 100%;
	filter: none;
	opacity: 1;
}

.rasha-hero-ar,
.hero-section.style-3 .hero-sub-title,
.hero-section.style-3 .rasha-hero-tagline {
	color: var(--rasha-deep-olive);
}

.rasha-hero-ar {
	margin-bottom: 7px;
	font-size: clamp(20px, 2.6vw, 34px);
	line-height: 1.45;
}

.hero-section.style-3 .rasha-hero-tagline {
	font-size: clamp(16px, 1.6vw, 21px);
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-section.style-3 .lead {
	max-width: 590px;
	color: #5c5d52;
	font-size: 17px;
	line-height: 1.8;
}

.hero-section.style-3 .hero-image-box .rasha-hero-portrait {
	width: min(470px, 100%);
	aspect-ratio: 0.86;
	object-position: 50% 42%;
	border: 11px solid rgba(255, 253, 248, 0.8);
	border-radius: 46% 46% 12% 12% / 36% 36% 12% 12%;
	box-shadow:
		0 0 0 1px rgba(174, 141, 76, 0.58),
		0 30px 68px rgba(80, 69, 42, 0.22);
}

.hero-section.style-3 .hero-image-box::before {
	content: "";
	position: absolute;
	width: 102%;
	aspect-ratio: 1;
	left: -7%;
	top: -5%;
	border: 1px solid rgba(174, 141, 76, 0.48);
	border-radius: 50%;
	pointer-events: none;
}

.tj-btn-primary,
.tj-btn-secondary:hover {
	border-color: var(--rasha-deep-olive);
	background: var(--rasha-deep-olive);
	box-shadow: 0 12px 25px rgba(63, 73, 56, 0.2);
}

.tj-btn-primary:hover {
	color: var(--rasha-paper);
	background: var(--rasha-gold);
	border-color: var(--rasha-gold);
}

.tj-btn-secondary {
	border-color: rgba(63, 73, 56, 0.45);
	color: var(--rasha-deep-olive);
	background: rgba(255, 253, 248, 0.58);
}

.tj-roll-section {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: var(--rasha-deep-olive);
}

.tj-roll-section .roll-title h5 {
	color: #f4eddd;
}

.tj-roll-section .roll-item .roll-icon img {
	filter: sepia(0.9) saturate(0.65) hue-rotate(350deg) brightness(1.35);
}

.counter-section {
	padding: 110px 0 100px;
	background: var(--rasha-paper);
}

.counter-section .funfact-area {
	padding: 38px 28px;
	border-top: 1px solid var(--rasha-line);
	border-bottom: 1px solid var(--rasha-line);
}

.counter-section .funfact-item .number,
.counter-section .funfact-item .text {
	color: var(--rasha-ink);
}

.counter-section .funfact-item .number {
	font-family: var(--tj-ff-heading);
	color: var(--rasha-gold);
}

.service-section,
.rasha-products-section,
.rasha-challenges-section,
.rasha-skincare-section {
	padding: 124px 0;
	background: var(--rasha-cream);
}

.section-header .section-title,
.service-section .section-title,
.rasha-product-copy h3,
.rasha-skincare-intro h2,
.rasha-challenge-card h3 {
	color: var(--rasha-ink);
	background: none;
	-webkit-text-fill-color: currentColor;
}

.section-header p,
.counter-section .funfact-item .text,
.service-item .service-content .desc p,
.tj-faq .accordion-body p,
.rasha-product-copy p,
.rasha-product-card p,
.rasha-skincare-intro p {
	color: #66675c;
}

.service-section .section-header,
.rasha-products-section .section-header,
.rasha-challenges-section .section-header {
	margin-bottom: 56px;
}

.rasha-service-grid {
	row-gap: 28px;
}

.service-item,
.rasha-service-card {
	overflow: hidden;
	border: 1px solid var(--rasha-line);
	border-radius: 0;
	background: var(--rasha-paper);
	box-shadow: none;
}

.rasha-service-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
	min-height: 100%;
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.rasha-service-card::before {
	display: none;
}

.rasha-service-card:hover,
.service-item:hover {
	border-color: rgba(174, 141, 76, 0.6);
	background: var(--rasha-paper);
	box-shadow: var(--rasha-shadow);
	transform: translateY(-7px);
}

.rasha-service-icon {
	width: 100%;
	height: 238px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: var(--rasha-sand);
	box-shadow: none;
}

.service-item .rasha-service-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.service-item .service-content {
	padding: 24px 24px 27px;
}

.service-item .service-content .title button {
	color: var(--rasha-ink);
	font-size: clamp(21px, 2vw, 27px);
	text-align: left;
}

.rasha-service-ar {
	color: var(--rasha-olive);
}

.rasha-service-tags span,
.rasha-pill {
	border-color: rgba(120, 130, 99, 0.28);
	color: var(--rasha-deep-olive);
	background: rgba(120, 130, 99, 0.09);
}

.rasha-products-section {
	background:
		radial-gradient(circle at 92% 10%, rgba(213, 193, 138, 0.26), transparent 24%),
		var(--rasha-paper);
}

.rasha-product-feature {
	padding: clamp(26px, 4vw, 52px);
	border: 1px solid rgba(174, 141, 76, 0.38);
	border-radius: 2px;
	background: linear-gradient(125deg, rgba(255, 253, 248, 0.96), rgba(236, 230, 213, 0.8));
	box-shadow: var(--rasha-shadow);
}

.rasha-product-copy h3 {
	font-size: clamp(38px, 4.6vw, 68px);
}

.rasha-product-copy h4,
.rasha-product-card h4 {
	color: var(--rasha-olive);
}

.rasha-product-media {
	border: 1px solid rgba(174, 141, 76, 0.5);
	border-radius: 0;
	background: var(--rasha-sand);
}

.rasha-product-media img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.rasha-product-grid {
	gap: 2px;
	margin-top: 48px;
	background: var(--rasha-line);
}

.rasha-product-card {
	border: 0;
	border-radius: 0;
	background: var(--rasha-paper);
	box-shadow: none;
}

.rasha-product-card img {
	aspect-ratio: 4 / 5;
}

.rasha-product-card > div {
	padding: 26px;
}

.rasha-product-card h3 {
	color: var(--rasha-ink);
}

.rasha-product-card a {
	color: var(--rasha-gold);
}

.rasha-challenges-section {
	background:
		linear-gradient(120deg, rgba(63, 73, 56, 0.97), rgba(49, 55, 43, 0.98)),
		var(--rasha-deep-olive);
}

.rasha-challenges-section .section-title,
.rasha-challenges-section .section-header p,
.rasha-challenge-card h3,
.rasha-challenge-card p {
	color: #fffaf0;
}

.rasha-challenge-card {
	border: 1px solid rgba(217, 196, 140, 0.38);
	border-radius: 0;
	background: rgba(255, 253, 248, 0.045);
	box-shadow: none;
}

.project-section.style-2,
.rasha-atmosphere-results {
	padding: 124px 0;
	background: #eeeadf;
}

.rasha-results-script,
.rasha-results-kicker,
.rasha-results-subtitle .rasha-ar,
.rasha-results-proof strong,
.rasha-results-proof i {
	color: var(--rasha-gold);
}

.rasha-results-script {
	color: rgba(63, 73, 56, 0.11);
}

.rasha-results-header .section-title,
.rasha-result-poster h3,
.rasha-results-mantra {
	color: var(--rasha-ink);
	text-shadow: none;
}

.rasha-results-mantra,
.rasha-results-proof span,
.rasha-results-proof em {
	color: #68685d;
}

.rasha-results-proof {
	border-color: rgba(174, 141, 76, 0.36);
	background: rgba(255, 253, 248, 0.68);
	box-shadow: 0 12px 30px rgba(67, 60, 39, 0.08);
}

.rasha-result-card {
	border: 8px solid var(--rasha-paper);
	border-radius: 0;
	background: var(--rasha-paper);
	box-shadow: 0 18px 46px rgba(68, 61, 39, 0.16);
}

.rasha-result-card::before {
	color: var(--rasha-paper);
	background: var(--rasha-deep-olive);
}

.rasha-result-card::after {
	border-radius: 0;
	border-color: rgba(174, 141, 76, 0.3);
}

.rasha-result-poster {
	background: linear-gradient(145deg, #fffdf8, #e9dfc8);
}

.rasha-photo-pair span {
	border-color: rgba(120, 130, 99, 0.4);
	color: var(--rasha-deep-olive);
	background: rgba(120, 130, 99, 0.08);
}

.rasha-photo-pair span:last-child {
	border-color: var(--rasha-gold);
	color: var(--rasha-paper);
	background: var(--rasha-deep-olive);
}

.rasha-result-weight {
	border-color: rgba(174, 141, 76, 0.45);
	color: var(--rasha-deep-olive);
	background: var(--rasha-paper);
}

.rasha-booking-section,
.faq-section {
	background: var(--rasha-paper);
}

.rasha-booking-section::before {
	background: radial-gradient(circle, rgba(213, 193, 138, 0.35), transparent 65%);
}

.rasha-booking-shell {
	border: 1px solid rgba(174, 141, 76, 0.33);
	border-radius: 0;
	background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(240, 235, 222, 0.82));
	box-shadow: var(--rasha-shadow);
}

.rasha-booking-intro span,
.rasha-booking-success-kicker {
	color: var(--rasha-gold);
}

.rasha-booking-intro h3,
.rasha-booking-form h3,
.rasha-booking-success h3,
.tj-faq .faq-title {
	color: var(--rasha-ink);
}

.rasha-booking-intro p,
.rasha-booking-success > p:last-child {
	color: #626359;
}

.rasha-booking-form,
.rasha-booking-success {
	border-color: rgba(120, 130, 99, 0.26);
	border-radius: 0;
	background: rgba(255, 253, 248, 0.82);
	box-shadow: none;
}

.rasha-booking-form label,
.rasha-booking-form input,
.rasha-booking-form select {
	color: var(--rasha-ink);
}

.rasha-booking-form input,
.rasha-booking-form select {
	border-color: rgba(120, 130, 99, 0.28);
	background: var(--rasha-paper);
}

.rasha-booking-form .form-status {
	color: var(--rasha-deep-olive);
	background: rgba(120, 130, 99, 0.12);
}

.rasha-booking-success-icon {
	border-color: var(--rasha-gold);
	color: var(--rasha-paper);
	background: var(--rasha-deep-olive);
}

.text-section {
	padding: 120px 0;
	background: var(--rasha-deep-olive);
}

.text-section .heading-left p,
.text-section .section-title,
.text-section .chat-mail .link {
	color: #fffaf0;
}

.text-section .chat-mail .link:hover,
.text-section .heading-left p {
	color: var(--rasha-pale-gold);
}

.tj-footer-area.style-3 {
	border-top: 1px solid rgba(217, 196, 140, 0.22);
	background: #272d23;
}

.rasha-footer-logo {
	width: 96px;
	height: 96px;
	border: 1px solid rgba(217, 196, 140, 0.55);
	border-radius: 50%;
	background: var(--rasha-paper);
	box-shadow: none;
}

.rasha-footer-logo img {
	padding: 9px;
}

.tj-footer-area.style-3 .copy-text a {
	color: var(--rasha-pale-gold);
}

.rasha-whatsapp {
	right: 32px;
	bottom: 34px;
	width: 56px;
	height: 56px;
	border: 2px solid var(--rasha-paper);
	background: var(--rasha-deep-olive);
	box-shadow: 0 12px 32px rgba(43, 49, 38, 0.25);
}

@media (max-width: 991px) {
	.hero-section.style-3 {
		min-height: auto;
		padding-top: 132px;
	}

	.rasha-service-icon {
		height: 210px;
	}
}

@media (max-width: 767px) {
	.rasha-brand-mark {
		width: 46px;
		height: 60px;
	}

	.hero-section.style-3 {
		padding: 116px 0 62px;
	}

	.hero-section.style-3 .rasha-name-title {
		max-width: 245px;
		margin-right: auto;
		margin-left: auto;
	}

	.hero-section.style-3 .hero-content-box {
		text-align: center;
	}

	.hero-section.style-3 .lead {
		margin-right: auto;
		margin-left: auto;
	}

	.hero-section.style-3 .hero-image-box .rasha-hero-portrait {
		width: min(340px, 90vw);
	}

	.service-section,
	.rasha-products-section,
	.rasha-challenges-section,
	.rasha-skincare-section,
	.project-section.style-2,
	.rasha-atmosphere-results,
	.text-section {
		padding: 78px 0;
	}

	.rasha-service-icon {
		height: 245px;
	}

	.rasha-service-card,
	.service-item {
		text-align: left;
	}

	.service-item .service-content .title button {
		text-align: left;
	}

	.rasha-product-feature {
		padding: 18px;
	}

	.rasha-whatsapp {
		right: 16px;
		bottom: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rasha-service-card,
	.service-item,
	.rasha-result-card {
		transition: none;
	}
}

/* Preserve the established compact-card composition for services and products,
   now expressed in the olive, cream and antique-gold identity. */
.service-section {
	padding: 110px 0;
	background:
		radial-gradient(circle at 12% 4%, rgba(217, 196, 140, 0.15), transparent 25%),
		linear-gradient(145deg, #30392d 0%, #21291f 100%);
}

.service-section .section-title {
	color: var(--rasha-paper);
	-webkit-text-fill-color: currentColor;
}

.service-section .section-header > p {
	color: rgba(255, 253, 248, 0.72);
}

.rasha-service-grid {
	row-gap: 24px;
}

.service-item,
.rasha-service-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	min-height: 100%;
	padding: 28px;
	border: 1px solid rgba(217, 196, 140, 0.34);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(120, 130, 99, 0.12), rgba(255, 255, 255, 0.02)), rgba(18, 25, 18, 0.58);
	box-shadow: 0 18px 46px rgba(10, 17, 10, 0.18);
	backdrop-filter: blur(12px);
	transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.rasha-service-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0;
	background: radial-gradient(circle at 20% 10%, rgba(217, 196, 140, 0.25), transparent 50%);
	transition: opacity 240ms ease;
}

.rasha-service-grid > [class*="col"]:first-child .rasha-service-card {
	border-color: rgba(217, 196, 140, 0.56);
	background: linear-gradient(145deg, rgba(174, 141, 76, 0.36), rgba(120, 130, 99, 0.16)), rgba(18, 25, 18, 0.64);
}

.rasha-service-card:hover {
	transform: translateY(-7px);
	border-color: rgba(217, 196, 140, 0.8);
	background: linear-gradient(145deg, rgba(174, 141, 76, 0.32), rgba(120, 130, 99, 0.22)), rgba(18, 25, 18, 0.7);
	box-shadow: 0 26px 58px rgba(10, 17, 10, 0.3);
}

.rasha-service-card:hover::before {
	opacity: 1;
}

.rasha-service-icon {
	display: grid;
	place-items: center;
	width: 104px;
	height: 104px;
	margin: 0;
	border: 1px solid rgba(217, 196, 140, 0.34);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)), rgba(9, 14, 9, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 25px rgba(0, 0, 0, 0.14);
}

.service-item .rasha-service-icon img {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
	filter: drop-shadow(0 7px 9px rgba(0, 0, 0, 0.22));
}

.service-item .service-content {
	padding: 0;
}

.service-item .service-content .title button,
.service-item .service-content .title {
	color: var(--rasha-paper);
	text-align: left;
}

.service-item .service-content .desc p {
	color: rgba(255, 253, 248, 0.72);
}

.service-item .rasha-service-ar {
	color: var(--rasha-pale-gold);
}

.rasha-service-tags span {
	border-color: rgba(217, 196, 140, 0.34);
	color: var(--rasha-pale-gold);
	background: rgba(255, 253, 248, 0.06);
}

.rasha-products-section {
	padding: 110px 0;
	background:
		radial-gradient(circle at 92% 8%, rgba(217, 196, 140, 0.16), transparent 24%),
		linear-gradient(145deg, #30392d 0%, #20271e 100%);
}

.rasha-products-section .section-title {
	color: var(--rasha-paper);
	-webkit-text-fill-color: currentColor;
}

.rasha-products-section .section-header > p {
	color: rgba(255, 253, 248, 0.72);
}

.rasha-product-feature {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
	gap: clamp(28px, 4vw, 58px);
	align-items: center;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(217, 196, 140, 0.42);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(174, 141, 76, 0.27), rgba(120, 130, 99, 0.12)), rgba(255, 253, 248, 0.045);
	box-shadow: 0 26px 90px rgba(0, 0, 0, 0.3);
}

.rasha-product-copy h3,
.rasha-product-card h3 {
	color: var(--rasha-paper);
}

.rasha-product-copy h3 {
	font-size: clamp(34px, 4vw, 64px);
}

.rasha-product-copy h4,
.rasha-product-card h4 {
	color: var(--rasha-pale-gold);
}

.rasha-product-copy p,
.rasha-product-card p {
	color: rgba(255, 253, 248, 0.72);
}

.rasha-pill {
	border-color: rgba(217, 196, 140, 0.4);
	color: var(--rasha-pale-gold);
	background: rgba(255, 253, 248, 0.06);
}

.rasha-product-media {
	overflow: hidden;
	border: 10px solid transparent;
	border-radius: 28px;
	background: linear-gradient(#252d22, #252d22) padding-box, linear-gradient(135deg, var(--rasha-gold), var(--rasha-pale-gold), var(--rasha-olive)) border-box;
}

.rasha-product-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rasha-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 28px;
	background: transparent;
}

.rasha-product-card {
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid rgba(217, 196, 140, 0.3);
	border-radius: 18px;
	background: rgba(255, 253, 248, 0.045);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.rasha-product-card img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.rasha-product-card > div {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 22px;
}

.rasha-product-card h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.12;
}

.rasha-product-card h4 {
	margin: 0;
	font-size: 19px;
}

.rasha-product-card a {
	color: var(--rasha-pale-gold);
	font-weight: 800;
}

@media (max-width: 991px) {
	.rasha-service-icon {
		width: 94px;
		height: 94px;
	}

	.service-item .rasha-service-icon img {
		width: 86px;
		height: 86px;
	}
}

@media (max-width: 767px) {
	.rasha-product-feature,
	.rasha-product-grid {
		grid-template-columns: 1fr;
	}

	.rasha-product-feature {
		padding: 20px;
	}

	.rasha-service-card,
	.service-item {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 16px;
		padding: 20px;
		text-align: left;
	}

	.rasha-service-icon {
		width: 88px;
		height: 88px;
	}

	.service-item .rasha-service-icon img {
		width: 80px;
		height: 80px;
	}
}

/* Floating actions stay independently tappable and use the rebrand palette. */
.rasha-whatsapp {
	right: 32px;
	bottom: 106px;
	z-index: 100;
}

.progress-wrap {
	right: 32px;
	bottom: 34px;
	box-shadow: inset 0 0 0 2px rgba(174, 141, 76, 0.48);
	background: rgba(255, 253, 248, 0.9);
	backdrop-filter: blur(10px);
}

.progress-wrap::after {
	color: var(--rasha-deep-olive);
}

.progress-wrap:hover::after {
	color: var(--rasha-gold);
}

.progress-wrap svg.progress-circle path {
	stroke: var(--rasha-gold);
}

@media (max-width: 767px) {
	.rasha-whatsapp {
		right: 16px;
		bottom: 94px;
	}

	.progress-wrap {
		right: 16px;
		bottom: 28px;
	}
}

/* Keep the approved original right-hand hero lockup exactly as supplied. */
.hero-section.style-3 .rasha-name-title {
	max-width: none;
}

.rasha-hero-ar {
	margin: 0 0 14px;
	color: var(--rasha-olive);
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.25;
}

.hero-section.style-3 .rasha-name-title img {
	width: min(680px, 100%);
	height: auto;
	opacity: 0.94;
}

.hero-section.style-3 .rasha-hero-tagline {
	color: var(--rasha-olive);
	font-family: var(--tj-ff-heading);
	font-size: clamp(18px, 2vw, 28px);
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.03em;
}

/* Header social controls: one calm, consistent olive-and-gold group. */
.tj-header-area.header-3 .header-media {
	margin-left: 28px;
	padding-left: 24px;
	border-left: 1px solid rgba(79, 87, 64, 0.16);
}

.tj-header-area.header-3 .header-media .social-icons {
	gap: 10px;
}

.tj-header-area.header-3 .header-media .social-icons li a {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(79, 87, 64, 0.2);
	color: var(--rasha-deep-olive);
	background: rgba(255, 253, 248, 0.52);
	box-shadow: none;
	transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.tj-header-area.header-3 .header-media .social-icons li a::before {
	display: none;
}

.tj-header-area.header-3 .header-media .social-icons li a:hover,
.tj-header-area.header-3 .header-media .social-icons li a:focus-visible {
	border-color: var(--rasha-gold);
	color: var(--rasha-paper);
	background: var(--rasha-gold);
	box-shadow: 0 8px 18px rgba(174, 141, 76, 0.2);
	transform: translateY(-2px);
}

.tj-header-area.header-3 .header-media .social-icons li a:focus-visible {
	outline: 2px solid var(--rasha-deep-olive);
	outline-offset: 3px;
}

@media (max-width: 1199px) {
	.tj-header-area.header-3 .header-media {
		margin-left: 18px;
		padding-left: 18px;
	}
}

/* Service illustrations are cropped as miniatures, never as square image tiles. */
.service-item .rasha-service-icon {
	overflow: hidden;
	padding: 0;
	border-radius: 26px;
	background: var(--rasha-paper);
}

.service-item .rasha-service-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.08);
	filter: none;
	transition: transform 220ms ease;
}

.rasha-service-card:hover .rasha-service-icon img {
	transform: scale(1.13);
}

/* Mobile navigation keeps a clear, branded menu/open-close control on cream. */
@media (max-width: 991px) {
	.tj-header-area.header-3 .menu-bar {
		margin-left: 16px;
	}

	.tj-header-area.header-3 .menu-bar button {
		width: 46px;
		height: 46px;
		padding: 11px 9px;
		border: 1px solid rgba(79, 87, 64, 0.22);
		border-radius: 50%;
		background: var(--rasha-paper);
		box-shadow: 0 6px 18px rgba(43, 49, 38, 0.08);
	}

	.tj-header-area.header-3 .menu-bar button span,
	.tj-header-area.header-3 .menu-bar.menu-bar-toggeled button span {
		background: var(--rasha-deep-olive);
	}

	.tj-header-area.header-3 .menu-bar.menu-bar-toggeled button {
		border-color: var(--rasha-gold);
		background: #f5ecd8;
	}

	.tj-header-area.header-3 .menu-bar.menu-bar-toggeled button span:nth-child(4) {
		background: var(--rasha-deep-olive);
	}

	.tj-header-area.header-3 .menu-bar button:focus-visible {
		outline: 2px solid var(--rasha-gold);
		outline-offset: 3px;
	}
}

/* The Arabic specialty line uses the core olive, not the gold accent. */
.rasha-hero-ar {
	color: var(--rasha-olive);
}

/* Use the same compact monogram in the footer as in the header. */
.tj-footer-area.style-3 .rasha-footer-logo {
	width: 112px;
	height: 112px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.tj-footer-area.style-3 .rasha-footer-logo img {
	width: 100%;
	height: 100%;
	padding: 0;
	object-fit: contain;
}

@media (max-width: 767px) {
	.service-item .rasha-service-icon {
		border-radius: 22px;
	}
}
