@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;
	filter: brightness(0) invert(1);
	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;
}

.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;
	}
}
