/* === Common Style Start === */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif !important;
}
body {
	font-family: "Source Sans 3", sans-serif !important;
}

.main-site-content {
	margin-top: 66px;
}
a {
	text-decoration: none;
}
@media (min-width: 992px) {
	.main-site-content {
		margin-top: 71px;
	}
}
:root {
	--cream: #faf6f0;
	--cream2: #f3ede4;
	--parchment: #ede5d8;
	--white: #ffffff;
	--ink: #16100b;
	--ink2: #2e2018;
	--warm: #6b5240;
	--muted: #9e8a78;
	--gold: #c0647a;
	--gold2: #c0647a;
	--gold3: #f0d080;
	--gold4: #faf0cc;
	--rose: #9b3a55;
	--rose2: #c4607a;
	--border-lt: rgba(184, 134, 11, 0.18);
	--border-md: rgba(184, 134, 11, 0.35);
	--border-hv: rgba(184, 134, 11, 0.6);
}
:root {
	--bg: #0a0a0a;
	--surface: #111111;
	--border: #222222;
	--border-hi: #2e2e2e;
	--text-1: #f0f0f0;
	--text-2: #888888;
	--text-3: #555555;
	--accent: #f0f0f0;
	--accent-dim: #333333;
	--link: #a0c4ff;
	--btn-bg: #f0f0f0;
	--btn-text: #0a0a0a;
	--btn-hover: #d4d4d4;
	--radius: 4px;
}
/* === Common Style End === */

/* === === */
/* == Newsletter Style Start == */
.section-wrapper {
	padding: 50px 0px;
	position: relative;
	width: 100%;
	background: url("../images/nikah-at-makkah/newletter-bg.webp") top
		center/cover no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

.section-wrapper::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.51);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news-letter-content-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 28px;
}

.banner-caption {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	font-weight: 700;

	margin-bottom: 0px;
}

.banner-sub-caption {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 6px;
	color: #fff;
	font-weight: 400;

	margin-bottom: 0px;
}

.email-subscribe-form {
	display: flex;
	gap: 10px;
	margin-top: 32px;
}

.email-subscribe-form input {
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 8px;
	width: 100%;
	background-color: transparent;
	font-size: 16px;

	color: #fff;
}
.email-subscribe-form input::placeholder {
	color: #fff;
}
.submit-btn {
	padding: 10px 30px;
	background-color: #7a0052;
	border: 2px solid #7a0052;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;

	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.submit-btn:hover {
	background-color: white;
	color: #7a0052;
}

@media (min-width: 992px) {
	.section-wrapper {
		height: 361px;
	}
	.banner-caption {
		font-size: 40px;
	}
}
/* == Newsletter Style End == */

/* ==== MAin Banner Section Start ==== */
.banner-section {
	position: relative;
	background-image: url("../images/nikah-at-makkah/main-banner-bg.webp"); /* Replace with your image */
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	padding: 100px 20px 60px;
}

.banner-section::before {
	content: "";
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-content {
	position: relative;
	text-align: left;
	max-width: 800px;
}

.banner-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.banner-subtext {
	font-size: 20px;
	margin-bottom: 40px;
}

.banner-buttons {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 40px;
}

.banner-buttons a {
	text-decoration: none;
	color: white;
	padding: 10px 12px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-buttons a:hover {
	background-color: #7a0052;
	border-color: #7a0052;
}

.icon-image {
	width: 40px;
	height: auto;
	margin-right: auto;
	display: block;
}
.g-rating-box {
	background-color: rgba(82, 82, 82, 0.43);
	width: 135px;
	height: 44px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
}
.nikkah-book-btn {
	background-color: #7a0052;
	color: #fff;
}
.planning-btn {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

@media (min-width: 992px) {
	.banner-title {
		font-size: 48px;
	}
}
/* ==== MAin Banner Section End ==== */

@media (min-width: 992px) {
	.email-subscribe-form input {
		width: 500px;
	}
	.banner-section {
		height: 588px;
	}
	.banner-buttons a {
		padding: 12px 30px;
	}
}

/* === Why Choose US section Start == */
.why-choose-us {
	text-align: center;
	padding: 60px 20px;
	font-family: sans-serif;
}

.section-header .sec-title {
	font-size: 36px;

	color: #222222;
	margin-bottom: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.section-header .sec-subtitle {
	font-size: 14px;
	color: #929292;

	font-weight: 500;
}
.section-header {
	margin-bottom: 52px;
}
.feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.icon-circle {
	width: 121px;
	height: 121px;
	background-color: #ffdaf7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #333;
	margin-bottom: 20px;
}

.feature-item h3 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #222222;
	min-height: 44px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
}

.feature-item p {
	font-size: 13px;
	color: #929292;
	max-width: 260px;
}
/* === Why Choose US section End == */

/* === Feature Section Start  === */
.feature-card {
	background: rgb(253 232 238);
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.123);
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
}

.feature-card-icon {
	color: #008080;
	margin-bottom: 15px;
	padding: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #7a0052;
	border-radius: 22px;
	width: 90px;
	height: 90px;
	background: #ffe2f8;
}
.feature-card-icon img {
	width: 50px !important;
	height: 50px;
	object-fit: cover;
}
.icon-circle img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.feature-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #301200;
	font-weight: 600;
}

.feature-card p {
	color: #939393;
	font-size: 14px;
}

.feature-read-more {
	color: #323232;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.95rem;
	user-select: none;
}

.feature-read-more span {
	margin-left: 5px;
	transition: transform 0.3s;
}

.feature-expanded .feature-read-more span {
	transform: rotate(90deg);
}

.feature-extra-text {
	display: none;
	color: #939393;
	margin-top: 10px;
	font-size: 14px;
}

.feature-expanded .feature-extra-text {
	display: block;
}
.readMoreToggle {
	color: #323232;
	font-weight: 500;
	font-size: 12px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	user-select: none;
	margin-top: 10px;
}
/* === Feature Section End  === */

/* === Feature Section End  === */

/* === Review Banner Bottom Start  === */
.banner-bottom {
	border-top: 1px solid #e4e6e8;
	border-bottom: 1px solid #e4e6e8;
	padding: 30px 0;
	background-color: #ffe1d9;
}
.user-box {
	background-color: #fffaf0;
	border-radius: 15px;
	padding: 20px 25px;
	align-items: center;
	gap: 15px;
	max-width: 400px;
}
.user-box span {
	color: #301200;
	font-size: 14px;
}
.user-box img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ff6200;
	margin-left: -10px;
	padding: 3px;
	background-color: #fff;
}
.stats h4 {
	font-weight: 700;
	margin-bottom: 0;
	color: #301200;
	font-size: 40px;
}
.stats small {
	color: #737373;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
}
.user-reeview-text-wrap {
	padding-left: 52px;
}
/* === Review Banner Bottom End  === */

.submit-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100%;
}

@media (max-width: 374px) {
	.banner-buttons a {
		font-size: 12px !important;
		padding: 10px 10px;
	}
}
@media (max-width: 991px) {
	.submit-btn {
		height: 42px;
		font-size: 14px;
	}
	.email-subscribe-form input {
		height: 42px;
		font-size: 14px;
	}
	.banner-buttons a {
		font-size: 14px;
		font-weight: 500;
	}
	.stats h4 {
		font-size: 20px;
	}
	.stats-info-wrap {
		line-height: 1;
	}
	.stats small {
		font-size: 9px;
		line-height: 1;
	}
}
@media (max-width: 767px) {
	.banner-section {
		background-position: calc(50% - 177px) center;
	}
}
.btn-custom-faq {
	background-color: #7a0052;
	color: white;
	padding: 10px 25px;
	border-radius: 8px;
	margin-top: 30px;
	margin: auto;
	width: max-content;
	border: 1px solid #7a0052;
}
.btn-custom-faq:hover,
.btn-custom-faq:focus,
.btn-custom-faq:visited {
	background-color: #ffe9f8;
	color: #7a0052;
}

.sacred-feture-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
.feature-item p.sacred-feture-text {
	font-size: 13px;
	color: #3d3d3d;
	font-weight: 400;
}
.mariage-text-desc {
	font-size: 14px;
	color: #3d3d3d;
	font-weight: 400;
}

/* new css start */
.about-section-wrap {
	background-color: #fffaf0;
	position: relative;
	padding: 60px 0px;
}
.about-mg-box {
	height: 600px;
	max-width: 500px;
	margin: 0 auto;
	margin-right: 0;
	border: 1px solid #301200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	position: relative;
}
.about-mg-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subtitle-sec {
	display: inline-block;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	color: #c0647a;
	margin-bottom: 8px;
}

.common-titel-sec {
	font-size: clamp(2.5rem, 10vw, 2.6rem);
	line-height: 1.2;
	color: #301200;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	font-weight: 600;
}

.common-para {
	margin-top: 20px;
	font-size: clamp(0.9rem, 2vw, 1.1rem);
	font-weight: 300;
	color: #000000;
	line-height: normal;
	letter-spacing: 0.06em;
}
.cta-main-section {
	position: relative;
	min-height: 50vh;
	padding: 60px 0px;
	display: block;
	align-content: center;
}
.cta-content {
	position: relative;
	z-index: 2;
	padding: 50px 20px;
	border: 1.2px solid #ffc7ed;
	backdrop-filter: blur(11px);
	background: #fcc3ff21;
}
/* Dark cinematic overlay */

.common-section {
	padding: 60px 0px;
}
/* ══════════════════════════════════
   CARDS GRID
══════════════════════════════════ */
.cardlist-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/* ══════════════════════════════════
   CARD — THE HERO ELEMENT
══════════════════════════════════ */
.cardlist-wrap .card {
	position: relative;
	background: var(--white);
	border-radius: 4px;
	overflow: hidden;
	cursor: default;
	display: flex;
	flex-direction: column;
	border: 0;
	/* layered border effect */
	box-shadow:
		0 0 0 1px var(--border-lt),
		0 2px 12px rgba(22, 16, 11, 0.06),
		0 8px 32px rgba(22, 16, 11, 0.05);

	transition:
		transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);

	animation: fadeUp 0.65s both;
}
.cardlist-wrap .card:nth-child(1) {
	animation-delay: 0.2s;
}
.cardlist-wrap .card:nth-child(2) {
	animation-delay: 0.32s;
}
.cardlist-wrap .card:nth-child(3) {
	animation-delay: 0.44s;
}
.cardlist-wrap .card:nth-child(4) {
	animation-delay: 0.56s;
}

.cardlist-wrap .card:hover {
	transform: translateY(-12px);
	box-shadow:
		0 0 0 1px var(--border-hv),
		0 4px 20px rgba(22, 16, 11, 0.06),
		0 32px 64px rgba(22, 16, 11, 0.13),
		0 0 40px rgba(184, 134, 11, 0.06);
}

/* ── top gold image band ── */
.cardlist-wrap .card-img {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cardlist-wrap .card:nth-child(1) .card-img {
	background: linear-gradient(145deg, #770058 0%, #580059 50%, #843189 100%);
}
.cardlist-wrap .card:nth-child(2) .card-img {
	background: linear-gradient(145deg, #2a1a20 0%, #1e0f18 50%, #2e1a22 100%);
}
.cardlist-wrap .card:nth-child(3) .card-img {
	background: linear-gradient(145deg, #1e1a0a 0%, #2a2010 50%, #1a1808 100%);
}
.cardlist-wrap .card:nth-child(4) .card-img {
	background: linear-gradient(145deg, #0f1e20 0%, #0a1818 50%, #102020 100%);
}

/* shimmer overlay on image */
.cardlist-wrap .card-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.03) 0%,
		rgba(255, 255, 255, 0.08) 50%,
		rgba(255, 255, 255, 0.02) 100%
	);
}

/* gold geometric pattern on image */
.cardlist-wrap .card-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		repeating-linear-gradient(
			45deg,
			rgba(184, 134, 11, 0.12) 0,
			rgba(184, 134, 11, 0.12) 1px,
			transparent 0,
			transparent 50%
		),
		repeating-linear-gradient(
			-45deg,
			rgba(184, 134, 11, 0.08) 0,
			rgba(184, 134, 11, 0.08) 1px,
			transparent 0,
			transparent 50%
		);
	background-size: 20px 20px;
}

/* big icon in image */
.cardlist-wrap .card-icon {
	position: relative;
	z-index: 2;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid rgba(212, 168, 67, 0.35);
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	transition:
		transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
		background 0.4s,
		border-color 0.4s;
	backdrop-filter: blur(4px);
}
.cardlist-wrap .card:hover .cardlist-wrap .card-icon {
	transform: scale(1.1);
	background: rgba(184, 134, 11, 0.18);
	border-color: rgba(212, 168, 67, 0.65);
}

.cardlist-wrap .card-icon svg {
	width: 30px;
	height: 30px;
	stroke: var(--gold3);
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke 0.4s;
	filter: drop-shadow(0 0 6px rgba(240, 208, 128, 0.4));
}
.cardlist-wrap .card:hover .cardlist-wrap .card-icon svg {
	stroke: var(--gold3);
	filter: drop-shadow(0 0 10px rgba(240, 208, 128, 0.7));
}

/* card number top-right */
.cardlist-wrap .card-no {
	position: absolute;
	top: 12px;
	right: 16px;
	z-index: 3;
	font-size: 13px;
	font-style: italic;
	color: rgba(240, 208, 128, 0.5);
	letter-spacing: 0.06em;
}

/* ── card body ── */
.cardlist-wrap .card-body {
	padding: 28px 26px 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.cardlist-wrap .card-tag {
	font-size: 9.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.cardlist-wrap .card-tag::before {
	content: "";
	width: 18px;
	height: 1px;
	background: var(--gold2);
	flex-shrink: 0;
}

.cardlist-wrap .card-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.22;
	color: var(--ink2);
	margin-bottom: 14px;
	letter-spacing: -0.01em;
}

.cardlist-wrap .card-desc {
	font-size: 13px;
	color: var(--warm);
	line-height: 1.85;
	font-weight: 400;
	flex: 1;
}

/* ── card footer ── */
.cardlist-wrap .card-foot {
	padding: 20px 26px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: 20px;
}

/* thin gold separator */
.cardlist-wrap .card-foot::before {
	content: "";
	position: absolute;
	top: 0;
	left: 26px;
	right: 26px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent,
		var(--border-md),
		transparent
	);
}

.cardlist-wrap .card-link {
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition:
		gap 0.3s,
		color 0.3s;
}
.cardlist-wrap .card:hover .cardlist-wrap .card-link {
	gap: 13px;
	color: var(--gold2);
}
.cardlist-wrap .card-link svg {
	width: 13px;
	height: 13px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* small decorative diamond */
.cardlist-wrap .card-diamond {
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	background: transparent;
	border: 1px solid var(--border-md);
	transition:
		background 0.4s,
		border-color 0.4s;
}
.cardlist-wrap .card:hover .cardlist-wrap .card-diamond {
	background: var(--gold2);
	border-color: var(--gold2);
}

/* ══════════════════════════════════
   CTA BANNER
══════════════════════════════════ */
.cta {
	margin: 40px auto 0;
	position: relative;
	z-index: 2;
	padding: 52px 64px;
	background: var(--ink2);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	overflow: hidden;
	flex-wrap: wrap;
	animation: fadeUp 0.65s 0.72s both;
}

/* radiant background sweep */
.cta::before {
	content: "";
	position: absolute;
	top: -80px;
	left: 40%;
	width: 500px;
	height: 300px;
	background: radial-gradient(
		ellipse,
		rgba(184, 134, 11, 0.18) 0%,
		transparent 70%
	);
	pointer-events: none;
}

/* repeating diamond pattern */
.cta::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Crect x='20' y='0' width='14' height='14' fill='none' stroke='%23b8860b' stroke-width='0.5' opacity='0.15' transform='rotate(45 20 7)'/%3E%3C/svg%3E");
	background-size: 40px 40px;
	pointer-events: none;
}

.cta-left {
	position: relative;
	z-index: 1;
}
.cta-eyebrow {
	font-size: 9.5px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--gold2);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.cta-eyebrow::before {
	content: "";
	width: 24px;
	height: 1px;
	background: var(--gold2);
	flex-shrink: 0;
}

.cta-title {
	font-size: clamp(26px, 3.5vw, 38px);
	font-weight: 300;
	color: var(--white);
	line-height: 1.15;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}
.cta-title strong {
	font-weight: 600;
	display: block;
}

.cta-sub {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.45);
	max-width: 380px;
	line-height: 1.7;
}

.cta-btns {
	display: flex;
	gap: 14px;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
	align-items: center;
}

.btn-gold {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #fde8ee 0%, #f200ff 100%);
	color: var(--ink);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	transition:
		transform 0.3s,
		box-shadow 0.3s,
		filter 0.3s;
	box-shadow: 0 6px 28px rgba(184, 134, 11, 0.4);
}
.btn-gold:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(184, 134, 11, 0.55);
	filter: brightness(1.08);
}
.btn-gold svg {
	width: 14px;
	height: 14px;
	stroke: var(--ink);
	stroke-width: 2.2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition:
		border-color 0.3s,
		color 0.3s;
}
.btn-outline:hover {
	border-color: rgba(212, 168, 67, 0.5);
	color: var(--gold3);
}

/* ══════════════════════════════════
   ANIMATIONS
══════════════════════════════════ */
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1060px) {
	.cardlist-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 680px) {
	.wrap {
		padding: 64px 16px 72px;
	}
	.cardlist-wrap {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.cta {
		padding: 36px 28px;
		flex-direction: column;
		text-align: center;
	}
	.cta-eyebrow {
		justify-content: center;
	}
	.cta-sub {
		max-width: 100%;
		margin: 0 auto;
	}
	.cta-btns {
		justify-content: center;
	}
	.hd {
		margin-bottom: 52px;
	}
}
@media (max-width: 420px) {
	.card-img {
		height: 150px;
	}
}

/* ===== SECTION WRAPPER ===== */
.wl-legal-section {
	background-color: var(--wl-blush);
	font-family: var(--wl-font-sans);
	overflow: hidden;
}

/* ===== LEFT IMAGE PANEL ===== */
.wl-legal-img-left {
	position: relative;
	height: 380px;
}

.wl-legal-img-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ===== CONTENT PANEL ===== */
.wl-legal-content {
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #fffaf0;
}

.wl-legal-heading {
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	font-weight: 700;
	color: #301200;
	line-height: 1.25;
	margin-bottom: 1.4rem;
}

.wl-legal-body p {
	font-size: 0.97rem;
	color: #9b9b9b;
	line-height: 1.8;
	margin-bottom: 1.1rem;
	font-weight: 400;
}

.wl-legal-body p:last-child {
	margin-bottom: 0;
}

.wl-legal-body strong {
	color: #7a0052;
	font-weight: 700;
}

/* ===== RIGHT GRID PANEL ===== */
.wl-legal-img-right {
	padding: 0;
}

.wl-img-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	height: 380px;
	gap: 3px;
}

.wl-img-grid-item {
	overflow: hidden;
}

.wl-img-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.wl-img-grid-item img:hover {
	transform: scale(1.05);
}

/* span the top image across both columns */
.wl-img-grid-item--top {
	grid-column: 1 / -1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
	.wl-legal-content {
		padding: 48px 32px;
	}

	.wl-img-grid {
		min-height: 280px;
	}
}

@media (max-width: 767.98px) {
	.wl-legal-img-left {
		min-height: 260px;
	}

	.wl-legal-content {
		padding: 40px 24px;
	}

	.wl-img-grid {
		min-height: 220px;
	}
}

@media (max-width: 575.98px) {
	.wl-legal-content {
		padding: 32px 20px;
	}

	.wl-legal-heading {
		font-size: 1.4rem;
	}

	.wl-img-grid {
		min-height: 200px;
	}
}

/* ===== SECTION ===== */
.wsvc-section {
	background-color: #fff;
	padding: 60px 0px;
}

/* ===== ROW ALIGNMENT ===== */
.wsvc-row {
	align-items: center;
}

/* ===== CARD BASE ===== */
.wsvc-card {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* ===== CARD IMAGE ===== */
.wsvc-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* ===== DARK OVERLAY ===== */
.wsvc-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.15) 0%,
		rgba(0, 0, 0, 0.62) 100%
	);
	z-index: 1;
}

/* ===== CARD BODY ===== */
.wsvc-card-body {
	position: relative;
	z-index: 2;
	padding: 28px 24px 32px;
	text-align: center;
}

/* ===== TITLE ===== */
.wsvc-card-title {
	font-size: 1.55rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
	line-height: 1.2;
}

/* ===== DIVIDER ===== */
.wsvc-card-divider {
	width: 60px;
	height: 1px;
	background-color: #ffffff;
	margin: 0 auto 18px;
	opacity: 0.7;
}

/* ===== DESCRIPTION ===== */
.wsvc-card-desc {
	font-size: 0.9rem;
	color: #f0eae4;
	line-height: 1.75;
	font-weight: 300;
	margin: 0;
}

/* ===== SIDE CARDS (tall) ===== */
.wsvc-card-side {
	height: 400px;
}

/* ===== CENTRE CARD (taller) ===== */
.wsvc-card-centre {
	height: 550px;
}

/* ===== COLUMN OFFSETS (vertical stagger) ===== */
.wsvc-col-left {
	padding-top: 10px;
}

.wsvc-col-centre {
	padding-top: 0;
}

.wsvc-col-right {
	padding-top: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
	.wsvc-section {
		padding: 60px 0px;
	}

	.wsvc-col-left,
	.wsvc-col-right {
		padding-top: 0;
	}

	.wsvc-card-side,
	.wsvc-card-centre {
		height: 380px;
	}
}

@media (max-width: 767.98px) {
	.wsvc-section {
		padding: 48px 0px;
	}

	.wsvc-card-side,
	.wsvc-card-centre {
		height: 340px;
	}

	.wsvc-card-title {
		font-size: 1.3rem;
	}
}

@media (max-width: 575.98px) {
	.wsvc-card-side,
	.wsvc-card-centre {
		height: 300px;
	}

	.wsvc-card-body {
		padding: 20px 18px 24px;
	}

	.wsvc-card-desc {
		font-size: 0.85rem;
	}
}

/* ─── FLUID GRID ─────────────────────────── */
.mkh-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	grid-auto-rows: 270px;
	gap: 10px;
}

/* span helpers */
.mkh-wide {
	grid-column: span 2;
}
.mkh-tall {
	grid-row: span 2;
}
.mkh-big {
	grid-column: span 2;
	grid-row: span 2;
}

/* ─── CARD ───────────────────────────────── */
.mkh-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.3s;
}
.mkh-card:hover {
	box-shadow: 0 6px 32px rgba(0, 0, 0, 0.22);
}

.mkh-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition:
		transform 0.5s ease,
		filter 0.4s;
	filter: brightness(0.92) saturate(0.95);
}
.mkh-card:hover img {
	transform: scale(1.08);
	filter: brightness(0.72) saturate(1.08);
}

/* gold shimmer border */
.mkh-card::before {
	content: "";
	position: absolute;
	inset: 0;
	transition:
		border-width 0.3s,
		opacity 0.3s;
	opacity: 0;
	z-index: 3;
	pointer-events: none;
}
.mkh-card:hover::before {
	border-width: 2px;
	opacity: 1;
}

/* ─── OVERLAY ────────────────────────────── */
.mkh-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 7, 2, 0.88) 0%, transparent 55%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px 16px;
	z-index: 2;
	border-radius: var(--radius);
}
.mkh-label {
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	opacity: 0;
	transform: translateY(8px);
	transition:
		opacity 0.3s,
		transform 0.3s;
	margin-bottom: 4px;
}
.mkh-tag {
	font-size: 0.68rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold2);
	opacity: 0;
	transform: translateY(8px);
	transition:
		opacity 0.3s 0.05s,
		transform 0.3s 0.05s;
}
.mkh-card:hover .mkh-label,
.mkh-card:hover .mkh-tag {
	opacity: 1;
	transform: translateY(0);
}

/* badge */
.mkh-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
	background: rgba(201, 168, 76, 0.88);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 20px;
	backdrop-filter: blur(4px);
}

/* ─── LIGHTBOX ───────────────────────────── */
.mkh-lb {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9000;
	background: rgba(5, 3, 1, 0.92);
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.mkh-lb.open {
	display: flex;
}
.mkh-lb-box {
	background: #18100a;
	border-radius: 20px;
	border: 1px solid rgba(201, 168, 76, 0.25);
	max-width: 820px;
	width: 100%;
	overflow: hidden;
	position: relative;
	animation: lbIn 0.25s ease;
}
@keyframes lbIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.mkh-lb-img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	display: block;
}
.mkh-lb-footer {
	padding: 20px 24px 24px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}
.mkh-lb-label {
	font-size: 1.3rem;
	color: var(--gold2);
	margin-bottom: 4px;
}
.mkh-lb-tag {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}
.mkh-lb-close {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
	margin-top: 4px;
}
.mkh-lb-close:hover {
	background: rgba(255, 255, 255, 0.22);
}

/* ─── FOOTER AYAH ────────────────────────── */
.mkh-ayah {
	text-align: center;
	border-top: 1px solid rgba(201, 168, 76, 0.2);
	margin-top: 48px;
	padding: 32px 20px 10px;
}
.mkh-ayah-text {
	font-style: italic;
	font-size: clamp(1rem, 2.8vw, 1.35rem);
	color: var(--muted);
	max-width: 620px;
	margin: 0 auto 10px;
	line-height: 1.7;
}
.mkh-ayah-text em {
	color: var(--gold);
	font-style: normal;
}
.mkh-ayah-ref {
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 500;
}

/* ─── RESPONSIVE ─────────────────────────── */
@media (max-width: 700px) {
	.mkh-wide,
	.mkh-big {
		grid-column: span 1;
	}
	.mkh-tall,
	.mkh-big {
		grid-row: span 1;
	}
	.mkh-grid {
		grid-auto-rows: 220px;
	}
}
@media (max-width: 960px) {
	.mkh-big {
		grid-column: span 1;
		grid-row: span 1;
	}
}

/* ─── BANNER ─── */
.video-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 20%;
}

/* Dark cinematic overlay */
.video-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.15) 0%,
		#aba1a100 27%,
		rgb(255 0 122 / 30%) 56% 100%
	);
	z-index: 1;
}

/* Content sits above overlay */
.banner-content-box {
	position: relative;
	z-index: 2;
	text-align: end;
	padding: 0 24px;
}

.banner-eyebrow {
	display: inline-block;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 18px;
}

.banner-title {
	font-size: clamp(3.5rem, 10vw, 4rem);
	line-height: 1.2;
	color: #fff;
	letter-spacing: 0.04em;
	text-transform: capitalize;
	text-shadow: 0 4px 13px rgb(0 0 0 / 74%);
}

.banner-sub {
	margin-top: 20px;
	font-size: clamp(0.9rem, 2vw, 1.1rem);
	font-weight: 500;
	color: #f5edd8;
	max-width: 680px;
	letter-spacing: 0.06em;
	margin-right: 0;
	margin-left: auto;
}

.flex-sec {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	justify-content: end;
}

.banner-cta {
	background-color: #fde8ee;
	display: inline-block;
	padding: 14px 42px;
	border: 1px solid #7a0052;
	color: #7a0052;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background 0.6s,
		color 0.6s;
	border-radius: 0px 10px 0px 10px;
}

.banner-cta:hover {
	background: #7a0052;
	color: #ffffff;
}

.banner-outline-cta {
	display: inline-block;
	padding: 14px 42px;
	border: 1px solid #7a0052;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background 0.6s,
		color 0.6s;
	border-radius: 0px 10px 0px 10px;
	background: #7a0052;
	color: #ffffff;
}

.banner-outline-cta:hover {
	background: #fde8ee;
	color: #7a0052;
}

@media (max-width: 1550px) {
	.video-banner {
		padding: 100px 0px;
		height: 80vh;
		padding-bottom: 10px;
	}
	.banner-title {
		font-size: clamp(3.5rem, 10vw, 2rem);
	}
	.banner-sub {
		font-size: clamp(0.8rem, 2vw, 1rem);
		max-width: 100%;
	}
	.common-titel-sec {
		font-size: clamp(2rem, 10vw, 2rem);
	}
	.about-mg-box {
		height: 380px;
		max-width: 580px;
	}
	.wl-legal-content {
		padding: 30px;
	}
	.mkh-tall {
		grid-row: span 1;
	}
}
@media (max-width: 1366px) {
	.wl-legal-heading {
		font-size: clamp(1.3rem, 3vw, 1.59rem);
	}
}
@media (max-width: 1280px) {
	.banner-title {
		font-size: clamp(2.5rem, 10vw, 1.9rem);
	}
	.common-titel-sec {
		font-size: clamp(1.5rem, 10vw, 1.5rem);
	}
	.about-mg-box {
		height: 380px;
		max-width: 420px;
	}
	.wl-legal-body p {
		font-size: 0.87rem;
		line-height: 1.5;
	}
}
@media (max-width: 991px) {
	.about-mg-box {
		margin: 30px 0px !important;
		height: 380px;
		max-width: 100%;
	}
	.we-the-best .image-box {
		position: relative;
		max-width: 100% !important;
		height: 390px !important;
	}
	.we-the-best .sub-img {
		width: 230px !important;
		height: 250px !important;
	}
	.mkh-big {
		grid-column: span 1;
		grid-row: span 1;
	}
	.mkh-wide {
		grid-column: span 1;
	}
}
@media (max-width: 767px) {
	.banner-cta,
	.banner-outline-cta {
		display: block;
		align-content: center;
		padding: 10px 18px;
		font-size: 0.8rem;
		width: max-content;
	}
	.video-banner {
		padding: 77px 0px;
		height: 55vh;
		padding-bottom: 10px;
	}
	.video-banner::after {
		background: linear-gradient(
			to right,
			rgba(0, 0, 0, 0) 10%,
			#aba1a100 -1%,
			rgb(255 0 122 / 45%) 49% 45%
		);
	}
}
@media (max-width: 575px) {
	.video-banner {
		padding: 71px 0px;
		min-height: 60vh;
		height: auto;
		padding-bottom: 0;
	}
	.banner-content-box {
		padding: 0;
	}
	.flex-sec {
		flex-wrap: wrap;
	}
	.cta-content {
		padding: 20px 22px;
	}
	.flex-sec .banner-cta,
	.flex-sec .banner-outline-cta {
		margin-right: 0;
	}
	.banner-cta,
	.banner-outline-cta {
		margin-left: auto;
		margin-right: auto;
	}
	.we-the-best .feature-item {
		width: 100% !important;
	}
	.we-the-best .features {
		flex-direction: column !important;
		margin: 0;
	}
	.common-titel-sec {
		font-size: clamp(1.2rem, 10vw, 1.2rem);
		line-height: 1.4;
	}
	.subtitle-sec {
		letter-spacing: 0.25em;
		font-size: 0.8rem;
	}
	.bg-image img {
		object-position: 3% 49%;
	}
	.common-section {
		padding: 30px 0px;
	}
	.we-the-best h2 {
		font-size: 20px !important;
	}
	.feature-card-icon {
		width: 70px !important;
		height: 70px !important;
	}
	.feature-card-icon img {
		width: 40px !important;
		height: 40px !important;
	}
}
@media (max-width: 435px) {
	.video-banner {
		padding: 105px 0px;
		min-height: 60vh;
		height: 100%;
		padding-bottom: 50px;
	}
}

/* ── banner wrapper ── */
.ck-banner-wrap {
	position: sticky;
	bottom: 0;
	width: 100%;
	background: #220223;
	border-top: 1px solid #ffffff;
	z-index: 99;
}
/* ── main bar ── */
.ck-bar {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 14px 32px;
	flex-wrap: wrap;
}

.ck-bar-left {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 0;
}

.ck-icon i {
	font-size: 20px;
	color: var(--gold3);
}

.ck-message {
	font-size: 13px;
	color: #fff;
	line-height: 1.55;
	font-weight: 300;
	margin-bottom: 0;
}
.ck-message strong {
	color: var(--text-1);
	font-weight: 500;
}
.ck-message a.ck-policy-link {
	color: #f200ff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s;
}
.ck-message a.ck-policy-link:hover {
	border-bottom-color: var(--link);
}

.ck-toggle-btn {
	background: none;
	border: none;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--text-3);
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
	transition: color 0.15s;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: var(--border-hi);
	margin-left: 2px;
}
.ck-toggle-btn:hover {
	color: var(--text-2);
}

/* ── action buttons ── */
.ck-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.ck-btn {
	font-size: 13px;
	font-weight: 400;
	border-radius: var(--radius);
	cursor: pointer;
	padding: 8px 20px;
	transition:
		background 0.15s,
		color 0.15s,
		border-color 0.15s,
		transform 0.1s;
	white-space: nowrap;
	letter-spacing: 0.01em;
}
.ck-btn:active {
	transform: scale(0.975);
}

.ck-btn-ghost {
	background: transparent;
	border: 1px solid #fff;
	color: var(--text-2);
}
.ck-btn-ghost:hover {
	border-color: #ffffff;
	color: var(--text-1);
}

.ck-btn-primary {
	background: var(--btn-bg);
	border: 1px solid var(--btn-bg);
	color: var(--btn-text);
}
.ck-btn-primary:hover {
	background: var(--btn-hover);
	border-color: var(--btn-hover);
}

/* ── divider dot ── */
.ck-dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--border-hi);
	flex-shrink: 0;
}

/* ── toast ── */
.ck-toast {
	position: fixed;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	background: var(--surface);
	border: 1px solid var(--border-hi);
	color: var(--text-1);
	font-family: var(--font-mono);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.04em;
	padding: 10px 22px;
	border-radius: var(--radius);
	opacity: 0;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	pointer-events: none;
	white-space: nowrap;
	z-index: 999;
}
.ck-toast.ck-toast-show {
	display: block;
	transform: translateX(-50%) translateY(0);
}

/* ── dismissed ── */
.ck-banner-wrap.ck-hidden {
	display: none;
	transform: translateY(100%);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	pointer-events: none;
}

@media (max-width: 767px) {
	.ck-banner-wrap {
		bottom: 67px;
	}
	.ck-bar {
		padding: 12px 18px;
		gap: 14px;
	}
	.ck-detail.ck-open {
		padding: 16px 18px;
	}
}
@media (max-width: 575px) {
	.ck-banner-wrap {
		bottom: 67px;
	}
	.ck-actions {
		width: 100%;
		justify-content: flex-end;
	}
	.ck-dot {
		display: none;
	}
}

/* === Scrollbar style start === */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background-color: #f8c6ff;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #d400ff;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #5a005a;
}
.contact-card {
	height: 100%;
}

.cardform {
	padding: 26px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #bd03c7;
}
.titlsec {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.22;
	color: var(--ink2);
	margin-bottom: 20px;
	letter-spacing: -0.01em;
}

/* ── CSS Variables ── */
:root {
	--gw-cream: #fedfff;
	--gw-blush: #f2ddd0;
	--gw-rose: #72006c;
	--gw-rose-dark: #4b0041;
	--gw-gold: #c96eab;
	--gw-gold-light: #e2b0e8;
	--gw-brown: #260030;
	--gw-text: #3d2314;
	--gw-text-muted: #320036;
	--gw-white: #ffffff;
	--gw-overlay: rgba(61, 35, 20, 0.45);
	--gw-radius-card: 18px;
	--gw-radius-img: 14px;
	--gw-shadow-card: 0 12px 40px rgba(61, 35, 20, 0.12);
	--gw-shadow-hover: 0 20px 60px rgba(61, 35, 20, 0.22);
	--gw-transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ── Base Reset ── */
.gw-section * {
	box-sizing: border-box;
}

/* ── Section Wrapper ── */
.gw-section {
	background-color: var(--gw-cream);
	background-image:
		radial-gradient(
			ellipse 80% 60% at 10% 10%,
			rgba(200, 116, 90, 0.08) 0%,
			transparent 60%
		),
		radial-gradient(
			ellipse 60% 50% at 90% 90%,
			rgba(201, 169, 110, 0.1) 0%,
			transparent 60%
		);
	padding: 90px 0 100px;
	font-family: "Jost", sans-serif;
	overflow: hidden;
	position: relative;
}

/* Decorative watermark petal */
.gw-section::before {
	content: "✿";
	position: absolute;
	top: -60px;
	right: -60px;
	font-size: 380px;
	color: rgba(200, 116, 90, 0.05);
	pointer-events: none;
	line-height: 1;
	user-select: none;
}

/* ── Eyebrow Tag ── */
.gw-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, var(--gw-gold-light), var(--gw-blush));
	color: var(--gw-rose-dark);
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 7px 18px;
	border-radius: 50px;
	margin-bottom: 18px;
	border: 1px solid var(--gw-gold-light);
}

.gw-eyebrow::before,
.gw-eyebrow::after {
	content: "✦";
	font-size: 0.6rem;
	color: var(--gw-gold);
}

/* ── Main Headline ── */
.gw-headline {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.2rem, 4.5vw, 3.6rem);
	font-weight: 600;
	color: var(--gw-brown);
	line-height: 1.15;
	margin-bottom: 20px;
	letter-spacing: -0.01em;
}

.gw-headline .gw-headline-accent {
	color: var(--gw-rose);
	font-style: italic;
}

/* ── Intro Paragraph ── */
.gw-intro-text {
	font-size: 1rem;
	line-height: 1.8;
	color: var(--gw-text-muted);
	font-weight: 300;
	max-width: 100%;
	margin-bottom: 0px;
}

.gw-intro-text strong {
	color: var(--gw-rose-dark);
	font-weight: 600;
}

/* ── Divider ── */
.gw-divider {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, var(--gw-rose), var(--gw-gold));
	border-radius: 4px;
	margin-bottom: 36px;
}

/* ── Feature Cards ── */
.gw-feature-card {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	background: var(--gw-white);
	border: 1px solid rgba(200, 116, 90, 0.12);
	border-radius: var(--gw-radius-card);
	padding: 22px 20px;
	margin-bottom: 16px;
	box-shadow: 0 4px 20px rgba(61, 35, 20, 0.06);
	transition: var(--gw-transition);
	cursor: default;
}

.gw-feature-card:last-child {
	margin-bottom: 0;
}

.gw-feature-card:hover {
	box-shadow: var(--gw-shadow-hover);
	transform: translateY(-4px);
	border-color: rgba(200, 116, 90, 0.28);
}

.gw-feature-icon-wrap {
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--gw-blush), var(--gw-gold-light));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	color: var(--gw-rose-dark);
	box-shadow: 0 4px 12px rgba(200, 116, 90, 0.2);
	transition: var(--gw-transition);
}

.gw-feature-card:hover .gw-feature-icon-wrap {
	background: linear-gradient(135deg, var(--gw-rose), var(--gw-rose-dark));
	color: var(--gw-white);
	transform: rotate(-6deg) scale(1.08);
}

.gw-feature-title {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--gw-rose);
	margin-bottom: 6px;
	letter-spacing: 0.01em;
}

.gw-feature-desc {
	font-size: 0.88rem;
	line-height: 1.7;
	color: var(--gw-text-muted);
	margin: 0;
	font-weight: 300;
}

/* ── CTA Button ── */
.gw-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, var(--gw-rose), var(--gw-rose-dark));
	color: var(--gw-white);
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 14px 32px;
	border-radius: 50px;
	border: none;
	text-decoration: none;
	box-shadow: 0 8px 24px rgba(200, 116, 90, 0.4);
	transition: var(--gw-transition);
	margin-top: 10px;
}

.gw-cta-btn:hover {
	background: linear-gradient(135deg, var(--gw-rose-dark), #7a3a25);
	color: var(--gw-white);
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(160, 81, 58, 0.45);
}

.gw-cta-btn .gw-cta-arrow {
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	transition: var(--gw-transition);
}

.gw-cta-btn:hover .gw-cta-arrow {
	background: rgba(255, 255, 255, 0.35);
	transform: translateX(3px);
}

/* ── Image Grid ── */
.gw-img-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	gap: 12px;
}

.gw-img-item {
	border-radius: var(--gw-radius-img);
	overflow: hidden;
	position: relative;
}

/* Top-left: tall portrait */
.gw-img-item--tall {
	grid-row: 1 / 3;
}

/* Bottom spanning full width */
.gw-img-item--wide {
	grid-column: 1 / 3;
}

.gw-img-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.gw-img-item--tall {
	height: 340px;
}
.gw-img-item--sm {
	height: 160px;
}
.gw-img-item--wide {
	height: 200px;
}

.gw-img-item:hover img {
	transform: scale(1.06);
}

/* Overlay shimmer on hover */
.gw-img-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(200, 116, 90, 0.18),
		transparent 60%
	);
	opacity: 0;
	transition: var(--gw-transition);
	border-radius: var(--gw-radius-img);
}

.gw-img-item:hover::after {
	opacity: 1;
}

/* Gold badge on first image */
.gw-img-badge {
	position: absolute;
	bottom: 14px;
	left: 14px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	color: var(--gw-rose-dark);
	font-family: "Jost", sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 30px;
	border: 1px solid rgba(200, 116, 90, 0.3);
	display: flex;
	align-items: center;
	gap: 6px;
	z-index: 2;
}

.gw-img-badge::before {
	content: "✦";
	color: var(--gw-gold);
	font-size: 0.6rem;
}

/* ── Floating Stats Row ── */
.gw-stats-row {
	display: flex;
	gap: 12px;
	margin-top: 14px;
}

.gw-stat-pill {
	flex: 1;
	background: var(--gw-white);
	border: 1px solid rgba(200, 116, 90, 0.15);
	border-radius: 14px;
	padding: 14px 12px;
	text-align: center;
	box-shadow: 0 4px 16px rgba(61, 35, 20, 0.07);
	transition: var(--gw-transition);
}

.gw-stat-pill:hover {
	transform: translateY(-3px);
	border-color: var(--gw-rose);
	box-shadow: 0 8px 24px rgba(200, 116, 90, 0.18);
}

.gw-stat-number {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.7rem;
	font-weight: 600;
	color: var(--gw-rose);
	line-height: 1.1;
}

.gw-stat-label {
	font-size: 0.72rem;
	font-weight: 400;
	color: var(--gw-text-muted);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: 2px;
}

/* ── Animations ── */
@keyframes gw-fadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.gw-anim-1 {
	animation: gw-fadeUp 0.7s ease both;
}
.gw-anim-2 {
	animation: gw-fadeUp 0.7s 0.15s ease both;
}
.gw-anim-3 {
	animation: gw-fadeUp 0.7s 0.28s ease both;
}
.gw-anim-4 {
	animation: gw-fadeUp 0.7s 0.4s ease both;
}
.gw-anim-5 {
	animation: gw-fadeUp 0.7s 0.52s ease both;
}
.gw-anim-6 {
	animation: gw-fadeUp 0.7s 0.14s ease both;
}
.gw-anim-7 {
	animation: gw-fadeUp 0.7s 0.28s ease both;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
	.gw-section {
		padding: 60px 0 70px;
	}

	.gw-img-item--tall {
		height: 260px;
	}
	.gw-img-item--sm {
		height: 120px;
	}
	.gw-img-item--wide {
		height: 160px;
	}

	.gw-intro-text {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.gw-img-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.gw-img-item--tall {
		height: 200px;
	}
	.gw-img-item--sm {
		height: 95px;
	}
	.gw-img-item--wide {
		height: 130px;
	}

	.gw-stats-row {
		gap: 8px;
	}

	.gw-stat-number {
		font-size: 1.4rem;
	}
}

/* ── Section ── */
.mp-section {
	background-color: #fff;
	background-image:
		radial-gradient(
			ellipse 70% 50% at 50% 0%,
			rgba(200, 116, 90, 0.07) 0%,
			transparent 70%
		),
		radial-gradient(
			ellipse 50% 40% at 100% 100%,
			rgba(201, 169, 110, 0.08) 0%,
			transparent 60%
		);
	padding: 90px 0 100px;
	font-family: "Jost", sans-serif;
	position: relative;
	overflow: hidden;
}

/* Decorative background ornament */
.mp-section::before {
	content: "❋";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 700px;
	color: rgba(200, 116, 90, 0.03);
	pointer-events: none;
	user-select: none;
	line-height: 1;
}

/* ── Header block ── */
.mp-header {
	text-align: center;
	margin-bottom: 64px;
	position: relative;
}

.mp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, var(--gw-gold-light), var(--gw-blush));
	color: var(--gw-rose-dark);
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 7px 20px;
	border-radius: 50px;
	margin-bottom: 20px;
	border: 1px solid var(--gw-gold-light);
}

.mp-eyebrow::before,
.mp-eyebrow::after {
	content: "✦";
	font-size: 0.55rem;
	color: var(--gw-gold);
}

.mp-headline {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 600;
	color: var(--gw-brown);
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 14px;
}

.mp-headline .mp-headline-italic {
	color: var(--gw-rose);
	font-style: italic;
}

.mp-subheadline {
	font-size: 0.95rem;
	color: var(--gw-text-muted);
	font-weight: 300;
	letter-spacing: 0.03em;
	margin-bottom: 0;
}

/* Ornamental line under header */
.mp-ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.mp-ornament-line {
	width: 60px;
	height: 1.5px;
	background: linear-gradient(90deg, transparent, var(--gw-gold));
	border-radius: 2px;
}

.mp-ornament-line:last-child {
	background: linear-gradient(90deg, var(--gw-gold), transparent);
}

.mp-ornament-dot {
	color: var(--gw-gold);
	font-size: 1rem;
	line-height: 1;
}

/* ── Cards Row ── */
.mp-cards-row {
	position: relative;
}

/* Connector line behind cards */
.mp-cards-row::before {
	content: "";
	position: absolute;
	top: 52px;
	left: calc(16.66% + 26px);
	right: calc(16.66% + 26px);
	height: 1.5px;
	background: linear-gradient(
		90deg,
		var(--gw-blush),
		var(--gw-gold-light),
		var(--gw-blush)
	);
	z-index: 0;
}

/* ── Single Card ── */
.mp-card {
	background: var(--gw-white);
	border: 1px solid rgba(200, 116, 90, 0.12);
	border-radius: var(--gw-radius-card);
	padding: 36px 28px 32px;
	text-align: center;
	box-shadow: var(--gw-shadow-card);
	transition: var(--gw-transition);
	position: relative;
	z-index: 1;
	height: 100%;
}

.mp-card:hover {
	box-shadow: var(--gw-shadow-hover);
	transform: translateY(-8px);
	border-color: rgba(200, 116, 90, 0.3);
}

/* Top number badge */
.mp-card-number {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, var(--gw-rose), var(--gw-rose-dark));
	color: var(--gw-white);
	font-family: "Cormorant Garamond", serif;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(200, 116, 90, 0.35);
}

/* Icon circle */
.mp-icon-wrap {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--gw-blush), var(--gw-gold-light));
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 2rem;
	color: var(--gw-rose-dark);
	box-shadow: 0 6px 20px rgba(200, 116, 90, 0.18);
	transition: var(--gw-transition);
	position: relative;
}

/* Pulsing ring on hover */
.mp-icon-wrap::after {
	content: "";
	position: absolute;
	inset: -6px;
	border-radius: 50%;
	border: 1.5px dashed rgba(200, 116, 90, 0.3);
	transition: var(--gw-transition);
	opacity: 0;
}

.mp-card:hover .mp-icon-wrap {
	background: linear-gradient(135deg, var(--gw-rose), var(--gw-rose-dark));
	color: var(--gw-white);
	transform: scale(1.08) rotate(-5deg);
	box-shadow: 0 10px 30px rgba(200, 116, 90, 0.35);
}

.mp-card:hover .mp-icon-wrap::after {
	opacity: 1;
	inset: -10px;
}

/* Card title */
.mp-card-title {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--gw-rose);
	margin-bottom: 6px;
	letter-spacing: 0.01em;
	transition: var(--gw-transition);
}

.mp-card:hover .mp-card-title {
	color: var(--gw-rose-dark);
}

/* Thin gold rule */
.mp-card-rule {
	width: 36px;
	height: 2px;
	background: linear-gradient(90deg, var(--gw-gold), var(--gw-rose));
	border-radius: 2px;
	margin: 10px auto 14px;
	transition: var(--gw-transition);
}

.mp-card:hover .mp-card-rule {
	width: 56px;
}

/* Card body text */
.mp-card-text {
	font-size: 0.88rem;
	line-height: 1.8;
	color: var(--gw-text-muted);
	font-weight: 300;
	margin: 0;
}

.mp-card-text strong {
	color: var(--gw-rose-dark);
	font-weight: 600;
}

/* Card bottom tag */
.mp-card-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 18px;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gw-gold);
	background: rgba(201, 169, 110, 0.1);
	border: 1px solid rgba(201, 169, 110, 0.25);
	border-radius: 30px;
	padding: 5px 14px;
	transition: var(--gw-transition);
}

.mp-card:hover .mp-card-tag {
	background: rgba(201, 169, 110, 0.18);
	border-color: var(--gw-gold);
}

/* ── Bottom Trust Bar ── */
.mp-trust-bar {
	margin: 0 auto;
	margin-top: 60px;
	background: var(--gw-white);
	border: 1px solid rgba(200, 116, 90, 0.14);
	border-radius: var(--gw-radius-card);
	box-shadow: var(--gw-shadow-card);
	padding: 28px 36px;
	width: max-content;
}

.mp-trust-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.mp-trust-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--gw-blush), var(--gw-gold-light));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	color: var(--gw-rose-dark);
	flex-shrink: 0;
}

.mp-trust-label {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--gw-text-muted);
	margin-bottom: 2px;
}

.mp-trust-value {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--gw-brown);
	line-height: 1.1;
}

.mp-trust-divider {
	width: 1px;
	height: 40px;
	background: var(--gw-blush);
}

/* ── Animations ── */
@keyframes mp-fadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mp-anim-1 {
	animation: mp-fadeUp 0.7s 0s ease both;
}
.mp-anim-2 {
	animation: mp-fadeUp 0.7s 0.12s ease both;
}
.mp-anim-3 {
	animation: mp-fadeUp 0.7s 0.22s ease both;
}
.mp-anim-4 {
	animation: mp-fadeUp 0.7s 0.14s ease both;
}
.mp-anim-5 {
	animation: mp-fadeUp 0.7s 0.28s ease both;
}
.mp-anim-6 {
	animation: mp-fadeUp 0.7s 0.42s ease both;
}
.mp-anim-7 {
	animation: mp-fadeUp 0.7s 0.36s ease both;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
	.mp-section {
		padding: 60px 0 70px;
	}
	.mp-cards-row::before {
		display: none;
	}
	.mp-card {
		margin-bottom: 16px;
	}
}

@media (max-width: 767.98px) {
	.mp-trust-item {
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}
	.mp-trust-divider {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.mp-trust-bar {
		padding: 20px 16px;
	}
}

/* --- Section wrapper --- */
.cf-section {
	position: relative;
	padding: 0;
	overflow: hidden;
	display: flex;
	align-items: stretch;
}

/* ═══ LEFT PANEL ═══ */
.cf-left {
	background: linear-gradient(160deg, #9b0000 0%, #35003c 40%, #450058 100%);
	padding: 80px 56px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Warm glow orb */
.cf-left::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 420px;
	height: 420px;
	background: radial-gradient(
		circle,
		rgba(200, 116, 90, 0.25) 0%,
		transparent 70%
	);
	pointer-events: none;
}

/* Bottom floral watermark */
.cf-left::after {
	content: "❋";
	position: absolute;
	bottom: -60px;
	left: -40px;
	font-size: 340px;
	color: rgba(255, 255, 255, 0.03);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}

/* eyebrow chip */
.cf-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(201, 169, 110, 0.15);
	border: 1px solid rgba(201, 169, 110, 0.35);
	color: #2a002e;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 50px;
	margin-bottom: 24px;
	width: fit-content;
}

.cf-eyebrow i {
	font-size: 0.55rem;
}

/* Main heading */
.cf-heading {
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: -0.01em;
}

.cf-heading em {
	color: #c9a96e;
	font-style: italic;
}

/* Gold rule */
.cf-rule {
	width: 48px;
	height: 2.5px;
	background: linear-gradient(90deg, #c9a96e, #c8745a);
	border-radius: 3px;
	margin: 20px 0 22px;
}

/* Body text */
.cf-body {
	font-size: 0.93rem;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.62);
	font-weight: 300;
	margin-bottom: 36px;
	max-width: 400px;
}

.cf-body strong {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 500;
}

/* Feature bullets */
.cf-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.cf-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
	font-weight: 300;
}

.cf-feature-list li:last-child {
	margin-bottom: 0;
}

.cf-feature-icon {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: rgb(255, 249, 247);
	border: 1px solid rgba(200, 116, 90, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: #410036;
	flex-shrink: 0;
	margin-top: 1px;
}

/* Social row */
.cf-social-row {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.cf-social-btn {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.85rem;
	text-decoration: none;
	transition: all 0.35s ease;
}

.cf-social-btn:hover {
	background: rgba(200, 116, 90, 0.25);
	border-color: rgba(200, 116, 90, 0.5);
	color: #c8745a;
	transform: translateY(-2px);
}

/* ═══ RIGHT PANEL  ═══ */
.cf-right {
	background: #ffffff;
	padding: 72px 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border: 1px solid #ed9fff;
}

/* Subtle dot-grid texture */
.cf-right::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(
		circle,
		rgba(200, 116, 90, 0.07) 1px,
		transparent 1px
	);
	background-size: 22px 22px;
	pointer-events: none;
}

/* Form heading */
.cf-form-eyebrow {
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c8745a;
	margin-bottom: 6px;
}

.cf-form-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #310042;
	margin-bottom: 6px;
}

.cf-form-subtitle {
	font-size: 0.85rem;
	color: #8a6a56;
	font-weight: 300;
	margin-bottom: 32px;
}

/* Input groups */
.cf-form-group {
	position: relative;
	margin-bottom: 18px;
}

.cf-form-group label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #7a5c4a;
	margin-bottom: 7px;
}

.cf-form-group .cf-input-wrap {
	position: relative;
}

.cf-form-group .cf-input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #47003b;
	font-size: 0.85rem;
	pointer-events: none;
	transition: color 0.3s ease;
}

.cf-form-group textarea + .cf-input-icon,
.cf-form-group .cf-textarea-icon {
	top: 16px;
	transform: none;
}

.cf-input,
.cf-textarea {
	width: 100%;
	background: #ffffff;
	border: 1px solid rgba(83, 0, 76, 0.18);
	border-radius: 5px;
	padding: 13px 16px 13px 42px;
	font-size: 0.88rem;
	color: #310042;
	font-weight: 400;
	outline: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(61, 28, 10, 0.05);
}

.cf-textarea {
	resize: none;
	height: 108px;
	padding-top: 13px;
	line-height: 1.6;
}

.cf-input::placeholder,
.cf-textarea::placeholder {
	color: #616161;
	font-weight: 300;
}

.cf-input:focus,
.cf-textarea:focus {
	border-color: #460042;
	box-shadow:
		0 0 0 3px rgba(200, 116, 90, 0.12),
		0 4px 16px rgba(61, 28, 10, 0.08);
}

.cf-form-group:focus-within .cf-input-icon {
	color: #943aa0;
}

/* Submit button */
.cf-submit-btn {
	width: 100%;
	background: linear-gradient(135deg, #c8745a 0%, #a0513a 100%);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: none;
	border-radius: 14px;
	padding: 16px 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 8px 28px rgba(200, 116, 90, 0.38);
	transition: all 0.35s ease;
	margin-top: 6px;
	position: relative;
	overflow: hidden;
}

/* Shimmer sweep on hover */
.cf-submit-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent,
		rgba(255, 255, 255, 0.18),
		transparent
	);
	transition: left 0.55s ease;
}

.cf-submit-btn:hover::before {
	left: 160%;
}

.cf-submit-btn:hover {
	background: linear-gradient(135deg, #a0513a 0%, #7a3a25 100%);
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(160, 81, 58, 0.45);
}

.cf-submit-btn .cf-btn-arrow {
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	transition: transform 0.3s ease;
}

.cf-submit-btn:hover .cf-btn-arrow {
	transform: translateX(3px);
}

/* Privacy note */
.cf-privacy-note {
	text-align: center;
	font-size: 0.72rem;
	color: #b09080;
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.cf-privacy-note i {
	color: #c8745a;
}

/* ═══ ANIMATIONS ═══ */
@keyframes cf-fadeLeft {
	from {
		opacity: 0;
		transform: translateX(-24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes cf-fadeRight {
	from {
		opacity: 0;
		transform: translateX(24px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.cf-anim-left {
	animation: cf-fadeLeft 0.75s ease both;
}
.cf-anim-r1 {
	animation: cf-fadeRight 0.75s 0.1s ease both;
}
.cf-anim-r2 {
	animation: cf-fadeRight 0.75s 0.2s ease both;
}
.cf-anim-r3 {
	animation: cf-fadeRight 0.75s 0.3s ease both;
}
.cf-anim-r4 {
	animation: cf-fadeRight 0.75s 0.4s ease both;
}
.cf-anim-r5 {
	animation: cf-fadeRight 0.75s 0.5s ease both;
}
.cf-anim-r6 {
	animation: cf-fadeRight 0.75s 0.6s ease both;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 991.98px) {
	.cf-section {
		flex-direction: column;
		min-height: auto;
	}
	.cf-left {
		padding: 60px 36px 50px;
	}
	.cf-right {
		padding: 56px 36px 60px;
	}
	.cf-body {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.cf-left {
		padding: 50px 24px 44px;
	}
	.cf-right {
		padding: 46px 20px 52px;
	}
	.cf-heading {
		font-size: 1.75rem;
	}
}

.home-captcha img {
    width: 172px !important;
    height: 43px !important;
}

.jedha-captcha img {
    width: 180px !important;
    height: 43px !important;
}

.nikha-captcha img {
	    width: 240px !important;
    height: 43px !important;

}

@media (max-width:400px) {
	.nikha-captcha img {
	    width: 180px !important;

}
}
