/* ==========================================================================
   Noor Mehandi Elementor Kit
   Brand tokens + styling for the six custom widgets.
   ========================================================================== */

:root {
	--noor-green: #315C45;
	--noor-darkgreen: #203f2e;
	--noor-deepgreen: #14291e;
	--noor-cream: #f8ebdc;
	--noor-lightcream: #fdf8f2;
	--noor-darkcream: #eee0cf;
	--noor-gold: #C5A059;
	--noor-goldbright: #E5C158;
	--noor-golddark: #9E7D3B;
	--noor-goldpale: #F5E5C9;
}

/* Astra ships a blue palette (#046bd2 / #045cb4) that leaks into link and hover
   colours. Repoint those variables at the brand palette. `html:root` outranks
   Astra's own `:root` block regardless of stylesheet order. */
html:root {
	--ast-global-color-0: #315C45;
	--ast-global-color-1: #C5A059;
	--ast-global-color-2: #14291e;
	--ast-global-color-3: #4B5563;
	--ast-global-color-8: #f8ebdc;
	--ast-link-color: #315C45;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 5.5rem;
}

/* --------------------------------------------------- Re-usable brand bits
   These are safe to type into any Elementor widget's Advanced > CSS Classes
   box, so the client can reuse the look without writing CSS.
   ------------------------------------------------------------------------ */

.noor-script {
	font-family: "Great Vibes", cursive;
	color: var(--noor-gold);
	line-height: 1.4;
}

/* Matches .gold-shimmer from the source stylesheet. */
.noor-gold-shimmer,
.noor-gold-shimmer .elementor-heading-title {
	background: linear-gradient(135deg, #C5A059 0%, #F5E5C9 50%, #9E7D3B 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Matches .royal-card from the source stylesheet. */
.noor-card {
	transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.noor-card:hover {
	transform: translateY(-6px);
	border-color: var(--noor-gold) !important;
	box-shadow: 0 20px 40px rgba(49, 92, 69, .12);
}

/* Matches .btn-gold from the source stylesheet. Layered as background-image so
   the widget's own background colour still shows if the class is removed. */
.noor-btn-gold .elementor-button,
a.noor-btn-gold,
button.noor-btn-gold {
	background-image: linear-gradient(135deg, #d4af37 0%, #c5a059 50%, #b8860b 100%);
	box-shadow: 0 4px 15px rgba(197, 160, 89, .3);
	transition: all .3s ease;
}

.noor-btn-gold .elementor-button:hover,
a.noor-btn-gold:hover,
button.noor-btn-gold:hover {
	background-image: linear-gradient(135deg, #e5c158 0%, #d4af37 50%, #c5a059 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(197, 160, 89, .5);
}

/* Matches .btn-emerald from the source stylesheet. */
.noor-btn-emerald .elementor-button {
	background-color: var(--noor-green);
	color: var(--noor-cream);
	border: 1px solid var(--noor-gold);
	transition: all .3s ease;
}

.noor-btn-emerald .elementor-button:hover {
	background-color: var(--noor-darkgreen);
	color: var(--noor-goldbright);
	box-shadow: 0 6px 20px rgba(49, 92, 69, .4);
	transform: translateY(-2px);
}

/* FAQ accordion styled as separate rounded cards, matching the source markup. */
.noor-faq .elementor-accordion .elementor-accordion-item {
	margin-bottom: 16px;
	border: 1px solid rgba(197, 160, 89, .3);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 2px rgba(20, 41, 30, .05);
}

.noor-faq .elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.noor-faq .elementor-tab-title {
	border: 0 !important;
	transition: background-color .25s ease;
}

.noor-faq .elementor-tab-title:hover {
	background-color: rgba(248, 235, 220, .35) !important;
}

.noor-faq .elementor-tab-content {
	border: 0 !important;
	border-top: 1px solid #f1f1f1 !important;
}

/* Accordion icons sit on the right in the source design. */
.noor-faq .elementor-tab-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.noor-faq .elementor-accordion-icon-left {
	order: 2;
	float: none;
	margin: 0;
	text-align: right;
}

.noor-zoom img {
	transition: transform .7s ease;
}

.noor-zoom:hover img {
	transform: scale(1.08);
}

.noor-pill {
	display: inline-block;
	border: 1px solid rgba(197, 160, 89, .45);
	border-radius: 999px;
	padding: 4px 12px;
}

/* Counter widget puts its label above the number; the hero stat boxes want the
   number first, with a 4px gap, as in the source markup. */
.noor-stat .elementor-counter {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 4px;
}

/* ------------------------------------------------------- Shared elements */

.noor-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 999px;
	padding: 14px 28px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: transform .25s ease, filter .25s ease;
}

.noor-btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
}

.noor-btn--gold {
	background: linear-gradient(135deg, var(--noor-gold) 0%, var(--noor-goldbright) 100%);
	color: var(--noor-deepgreen);
	box-shadow: 0 10px 26px rgba(197, 160, 89, .35);
}

.noor-btn--gold:hover,
.noor-btn--gold:focus {
	color: var(--noor-deepgreen);
}

/* ------------------------------------------------------------- Modals */

.noor-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.noor-modal[hidden] {
	display: none;
}

.noor-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 20, 15, .82);
	backdrop-filter: blur(4px);
}

.noor-modal__panel {
	position: relative;
	width: 100%;
	max-width: 460px;
	max-height: 92vh;
	overflow-y: auto;
	background: var(--noor-green);
	border: 2px solid var(--noor-gold);
	border-radius: 26px;
	padding: 30px;
	color: var(--noor-cream);
	text-align: center;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
	animation: noor-pop .28s ease;
}

.noor-modal__panel--wide {
	max-width: 880px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: var(--noor-deepgreen);
}

.noor-modal__panel--reel {
	max-width: 400px;
	background: var(--noor-deepgreen);
	padding: 18px;
}

@keyframes noor-pop {
	from { opacity: 0; transform: translateY(14px) scale(.97); }
	to   { opacity: 1; transform: none; }
}

.noor-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 3;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid rgba(197, 160, 89, .45);
	background: rgba(20, 41, 30, .75);
	color: var(--noor-cream);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	transition: color .2s ease, background .2s ease;
}

.noor-modal__close:hover {
	color: var(--noor-gold);
	background: rgba(20, 41, 30, .95);
}

/* =========================================================== 1. Navbar  */

/* Matches .glass-header from the source stylesheet. */
.noor-nav {
	width: 100%;
	background: linear-gradient(135deg, var(--noor-gold) 0%, var(--noor-goldpale) 50%, var(--noor-golddark) 100%);
	border-bottom: 1px solid rgba(197, 160, 89, .3);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index: 9000;
}

.noor-nav--sticky {
	position: sticky;
	top: 0;
	box-shadow: 0 6px 24px rgba(20, 41, 30, .12);
}

.noor-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 auto;
	max-width: 1280px;
}

.noor-nav__logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.noor-nav__logo img {
	width: 220px;
	height: auto;
	transition: transform .3s ease;
}

.noor-nav__logo:hover img {
	transform: scale(1.04);
}

.noor-nav__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
	font-family: "Montserrat", sans-serif;
}

.noor-nav__links a {
	color: var(--noor-green);
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.noor-nav__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.noor-nav__btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid transparent;
	border-radius: 999px;
	padding: 9px 18px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: transform .25s ease, filter .25s ease;
}

.noor-nav__btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.noor-nav__btn svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	flex-shrink: 0;
}

.noor-nav__call {
	background: rgba(255, 255, 255, .35);
	color: var(--noor-green);
	border-color: rgba(197, 160, 89, .5);
}

.noor-nav__pay {
	background: linear-gradient(135deg, var(--noor-gold) 0%, var(--noor-goldbright) 100%);
	color: var(--noor-deepgreen);
	box-shadow: 0 8px 20px rgba(197, 160, 89, .35);
}

.noor-nav__toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	padding: 0 9px;
	border: 1px solid rgba(197, 160, 89, .5);
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
}

.noor-nav__toggle span {
	display: block;
	height: 2px;
	width: 100%;
	background: var(--noor-green);
	border-radius: 2px;
	transition: transform .25s ease, opacity .2s ease;
}

.noor-nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.noor-nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.noor-nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.noor-nav__mobile {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 20px 22px;
	background: var(--noor-darkgreen);
	border-top: 1px solid rgba(197, 160, 89, .3);
}

.noor-nav__mobile[hidden] {
	display: none;
}

.noor-nav__mobile a {
	padding: 11px 2px;
	color: var(--noor-cream);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid rgba(197, 160, 89, .12);
}

.noor-nav__mobile a:hover {
	color: var(--noor-gold);
}

.noor-nav__mobile-cta {
	margin-top: 14px;
	border: 1px solid rgba(197, 160, 89, .5) !important;
	border-radius: 999px;
	text-align: center;
	color: var(--noor-gold) !important;
	font-weight: 700 !important;
}

@media (max-width: 1024px) {
	.noor-nav__links { display: none; }
	.noor-nav__toggle { display: flex; }
}

@media (max-width: 600px) {
	.noor-nav__call span,
	.noor-nav__pay span { display: none; }
	.noor-nav__btn { padding: 10px 13px; }
	.noor-nav__logo img { max-width: 150px; }
}

/* ==================================================== 2. Filter gallery */

.noor-gal {
	--noor-gal-accent: var(--noor-gold);
}

.noor-gal__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 34px;
}

.noor-gal__filter {
	border: 1px solid rgba(197, 160, 89, .5);
	border-radius: 999px;
	padding: 9px 20px;
	background: #fff;
	color: var(--noor-green);
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, transform .2s ease;
}

.noor-gal__filter:hover {
	transform: translateY(-2px);
}

.noor-gal__filter.is-active {
	background: var(--noor-gal-accent);
	border-color: var(--noor-gal-accent);
	color: var(--noor-deepgreen);
}

.noor-gal__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.noor-gal__card {
	position: relative;
	display: block;
	height: 300px;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(197, 160, 89, .3);
	border-radius: 18px;
	background: var(--noor-deepgreen);
	cursor: pointer;
	transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, opacity .3s ease;
}

.noor-gal__card:hover {
	transform: translateY(-6px);
	border-color: var(--noor-gal-accent);
	box-shadow: 0 22px 45px rgba(20, 41, 30, .35);
}

.noor-gal__card[hidden] {
	display: none;
}

.noor-gal__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}

.noor-gal__card:hover img {
	transform: scale(1.09);
}

.noor-gal__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(20, 41, 30, .95) 0%, rgba(20, 41, 30, .15) 55%, transparent 100%);
}

.noor-gal__caption {
	position: absolute;
	left: 18px;
	right: 60px;
	bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: left;
}

.noor-gal__card-cat {
	color: var(--noor-gal-accent);
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.noor-gal__card-title {
	font-family: "Playfair Display", serif;
	font-size: 19px;
	font-weight: 700;
	color: var(--noor-cream);
	line-height: 1.25;
}

.noor-gal__zoom {
	position: absolute;
	right: 16px;
	bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid var(--noor-gal-accent);
	border-radius: 50%;
	background: rgba(197, 160, 89, .2);
	transition: background .25s ease;
}

.noor-gal__card:hover .noor-gal__zoom {
	background: var(--noor-gal-accent);
}

.noor-gal__zoom svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--noor-gal-accent);
	stroke-width: 2;
	stroke-linecap: round;
}

.noor-gal__card:hover .noor-gal__zoom svg {
	stroke: var(--noor-deepgreen);
}

.noor-gal__modal-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.noor-gal__modal-media {
	background: #000;
	min-height: 340px;
}

.noor-gal__modal-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.noor-gal__modal-body {
	padding: 34px 30px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.noor-gal__modal-cat {
	align-self: flex-start;
	border: 1px solid rgba(197, 160, 89, .4);
	border-radius: 999px;
	padding: 4px 14px;
	background: rgba(197, 160, 89, .12);
	color: var(--noor-gal-accent);
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.noor-gal__modal-title {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 27px;
	font-weight: 700;
	color: var(--noor-cream);
}

.noor-gal__modal-desc {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.75;
	color: rgba(248, 235, 220, .82);
}

.noor-gal__modal-meta {
	list-style: none;
	margin: 4px 0 8px;
	padding: 16px;
	border: 1px solid rgba(197, 160, 89, .2);
	border-radius: 14px;
	background: rgba(49, 92, 69, .5);
}

.noor-gal__modal-meta li {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: rgba(248, 235, 220, .9);
	padding: 3px 0;
}

.noor-gal__modal-meta li:empty {
	display: none;
}

.noor-gal__modal-body .noor-btn {
	margin-top: auto;
	width: 100%;
}

@media (max-width: 767px) {
	.noor-gal__modal-grid { grid-template-columns: 1fr; }
	.noor-gal__modal-media { min-height: 240px; max-height: 260px; }
	.noor-gal__modal-body { padding: 24px 20px; }
}

/* ====================================================== 3. Video reels  */

.noor-reels {
	--noor-reel-accent: var(--noor-gold);
}

.noor-reels__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.noor-reel {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	padding: 0;
	overflow: hidden;
	border: 2px solid rgba(197, 160, 89, .4);
	border-radius: 24px;
	background: var(--noor-deepgreen);
	cursor: pointer;
	transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.noor-reel:hover {
	transform: translateY(-6px);
	border-color: var(--noor-reel-accent);
	box-shadow: 0 24px 50px rgba(20, 41, 30, .35);
}

.noor-reel[disabled] {
	cursor: default;
}

.noor-reel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}

.noor-reel:hover img {
	transform: scale(1.06);
}

.noor-reel__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(20, 41, 30, .96) 0%, rgba(20, 41, 30, .2) 50%, rgba(20, 41, 30, .35) 100%);
}

.noor-reel__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	border: 1px solid rgba(197, 160, 89, .35);
	border-radius: 999px;
	padding: 5px 13px;
	background: rgba(20, 41, 30, .8);
	color: var(--noor-reel-accent);
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
}

.noor-reel__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(197, 160, 89, .92);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .4);
	transition: transform .3s ease;
}

.noor-reel:hover .noor-reel__play {
	transform: translate(-50%, -50%) scale(1.12);
}

.noor-reel__play svg {
	width: 28px;
	height: 28px;
	fill: var(--noor-deepgreen);
	margin-left: 3px;
}

.noor-reel__body {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	text-align: left;
}

.noor-reel__stars {
	color: var(--noor-reel-accent);
	font-size: 14px;
	letter-spacing: 2px;
}

.noor-reel__name {
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--noor-cream);
}

.noor-reel__loc {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	color: rgba(197, 160, 89, .9);
}

.noor-reel__quote {
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6;
	color: rgba(248, 235, 220, .85);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.noor-reels__player {
	aspect-ratio: 9 / 16;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(197, 160, 89, .3);
	border-radius: 18px;
	background: #000;
	margin-bottom: 16px;
}

.noor-reels__player video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.noor-reels__modal-name {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 21px;
	font-weight: 700;
	color: var(--noor-cream);
}

.noor-reels__modal-loc {
	margin: 2px 0 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	color: var(--noor-gold);
}

.noor-reels__modal-quote {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	color: rgba(248, 235, 220, .85);
}

/* ==================================================== 4. Price estimator */

.noor-est {
	--noor-est-accent: var(--noor-gold);
	padding: 42px;
	border: 2px solid var(--noor-est-accent);
	border-radius: 28px;
	background: var(--noor-darkgreen);
	color: var(--noor-cream);
	box-shadow: 0 26px 60px rgba(20, 41, 30, .3);
}

.noor-est__head {
	text-align: center;
	margin-bottom: 30px;
}

.noor-est__eyebrow {
	display: block;
	font-family: "Great Vibes", cursive;
	font-size: 30px;
	color: var(--noor-est-accent);
	line-height: 1.3;
}

.noor-est__title {
	margin: 4px 0 8px;
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 700;
	color: inherit;
}

.noor-est__subtitle {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	opacity: .8;
}

.noor-est__fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 30px;
}

.noor-est__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.noor-est__field > span {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--noor-est-accent);
}

.noor-est__field select,
.noor-est__field input {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(197, 160, 89, .4);
	border-radius: 14px;
	background: var(--noor-deepgreen);
	color: inherit;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	appearance: none;
	-webkit-appearance: none;
}

.noor-est__field select {
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 42px;
}

.noor-est__field select:focus,
.noor-est__field input:focus {
	outline: none;
	border-color: var(--noor-est-accent);
}

.noor-est__field option {
	background: var(--noor-deepgreen);
	color: var(--noor-cream);
}

.noor-est__result {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 26px;
	border: 1px solid rgba(197, 160, 89, .4);
	border-radius: 20px;
	background: var(--noor-deepgreen);
}

.noor-est__result-label {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .7;
}

.noor-est__price {
	margin: 4px 0 4px;
	font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 700;
	color: var(--noor-est-accent);
	line-height: 1.15;
}

.noor-est__disclaimer {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-style: italic;
	opacity: .6;
}

@media (max-width: 767px) {
	.noor-est { padding: 26px 20px; }
	.noor-est__fields { grid-template-columns: 1fr; gap: 16px; }
	.noor-est__title { font-size: 27px; }
	.noor-est__price { font-size: 29px; }
	.noor-est__result { padding: 20px; }
	.noor-est__result .noor-btn { width: 100%; }
}

/* ========================================================== 5. Pay / QR  */

.noor-pay {
	--noor-pay-accent: var(--noor-gold);
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.noor-pay__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 999px;
	padding: 14px 26px;
	background: linear-gradient(135deg, var(--noor-gold) 0%, var(--noor-goldbright) 100%);
	color: var(--noor-deepgreen);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 10px 26px rgba(197, 160, 89, .3);
	transition: transform .25s ease, filter .25s ease;
}

.noor-pay__btn:hover {
	transform: translateY(-2px);
	filter: brightness(1.05);
}

.noor-pay__btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.noor-pay__eyebrow {
	display: block;
	font-family: "Great Vibes", cursive;
	font-size: 26px;
	color: var(--noor-pay-accent);
}

.noor-pay__title {
	margin: 2px 0 6px;
	font-family: "Playfair Display", serif;
	font-size: 26px;
	font-weight: 700;
	color: var(--noor-cream);
}

.noor-pay__subtitle {
	margin: 0 0 22px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	opacity: .82;
}

.noor-pay__qr {
	max-width: 260px;
	margin: 0 auto 22px;
	padding: 14px;
	border: 4px solid var(--noor-pay-accent);
	border-radius: 20px;
	background: #fff;
}

.noor-pay__qr img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.noor-pay__upi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	margin-bottom: 16px;
	border: 1px solid rgba(197, 160, 89, .4);
	border-radius: 14px;
	background: var(--noor-deepgreen);
	text-align: left;
}

.noor-pay__upi-label {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .6;
}

.noor-pay__upi-value {
	font-family: "Montserrat", monospace;
	font-size: 14px;
	font-weight: 700;
	color: var(--noor-pay-accent);
}

.noor-pay__copy {
	flex-shrink: 0;
	border: 0;
	border-radius: 10px;
	padding: 8px 14px;
	background: linear-gradient(135deg, var(--noor-gold) 0%, var(--noor-goldbright) 100%);
	color: var(--noor-deepgreen);
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.noor-pay__note {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-style: italic;
	opacity: .72;
}

.noor-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100001;
	padding: 14px 24px;
	border-radius: 999px;
	background: var(--noor-gold);
	color: var(--noor-deepgreen);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity .3s ease, transform .3s ease;
}

.noor-toast.is-visible {
	opacity: 1;
	transform: none;
}

/* ==================================================== 6. Booking form   */

.noor-book {
	--noor-book-accent: var(--noor-gold);
	padding: 42px;
	border: 2px solid var(--noor-book-accent);
	border-radius: 28px;
	background: var(--noor-green);
	color: var(--noor-cream);
	box-shadow: 0 26px 60px rgba(20, 41, 30, .3);
}

.noor-book__head {
	margin-bottom: 26px;
	text-align: center;
}

.noor-book__eyebrow {
	display: block;
	font-family: "Great Vibes", cursive;
	font-size: 28px;
	color: var(--noor-book-accent);
}

.noor-book__title {
	margin: 2px 0 8px;
	font-family: "Playfair Display", serif;
	font-size: 32px;
	font-weight: 700;
	color: inherit;
}

.noor-book__subtitle {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	opacity: .8;
}

.noor-book__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 24px;
}

.noor-book__field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.noor-book__field--full {
	grid-column: 1 / -1;
}

.noor-book__field > span {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--noor-book-accent);
}

.noor-book input,
.noor-book select,
.noor-book textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid rgba(197, 160, 89, .4);
	border-radius: 14px;
	background: var(--noor-deepgreen);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	/* Tells the browser to draw native control internals (date text, calendar
	   icon, dropdown arrow) for a dark surface. */
	color-scheme: dark;
}

.noor-book select {
	appearance: none;
	-webkit-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 42px;
}

.noor-book input:focus,
.noor-book select:focus,
.noor-book textarea:focus {
	outline: none;
	border-color: var(--noor-book-accent);
}

.noor-book input::placeholder,
.noor-book textarea::placeholder {
	color: rgba(248, 235, 220, .45);
}

.noor-book option {
	background: var(--noor-deepgreen);
	color: var(--noor-cream);
}

/* --- Field text colour, and the date field's format hint ------------------
   Astra's dark-mode stylesheet sets `color: var(--ast-global-color-2)
   !important` on every input, select and textarea. Nothing but !important can
   outrank it, so these declarations have to match it. --noor-field-text is fed
   by each widget's own "Text Colour" control, so it stays client-editable. */

.noor-book input,
.noor-book select,
.noor-book textarea,
.noor-est__field input,
.noor-est__field select {
	color: var(--noor-field-text, var(--noor-cream)) !important;
}

/* <input type="date"> cannot take a placeholder, so the browser's dd/mm/yyyy
   hint is all there is - make it legible instead of leaving it to appear only
   once the field is focused. Dimmed while empty, full strength once filled. */
.noor-book input[type="date"]::-webkit-datetime-edit,
.noor-book input[type="date"]::-webkit-datetime-edit-text,
.noor-book input[type="date"]::-webkit-datetime-edit-month-field,
.noor-book input[type="date"]::-webkit-datetime-edit-day-field,
.noor-book input[type="date"]::-webkit-datetime-edit-year-field {
	color: var(--noor-field-text, var(--noor-cream));
}

.noor-book input[type="date"]:invalid::-webkit-datetime-edit,
.noor-book input[type="date"]:placeholder-shown::-webkit-datetime-edit {
	opacity: .5;
}

.noor-book input[type="date"]:focus::-webkit-datetime-edit {
	opacity: 1;
}

.noor-book input[type="date"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	opacity: .75;
	filter: invert(1);
}

.noor-book input[type="date"]::-webkit-calendar-picker-indicator:hover {
	opacity: 1;
}

.noor-book__submit {
	width: 100%;
	padding: 16px 24px;
}

@media (max-width: 767px) {
	.noor-book { padding: 26px 20px; }
	.noor-book__grid { grid-template-columns: 1fr; }
	.noor-book__title { font-size: 25px; }
}

/* ------------------------------------------------- Responsive fallbacks */

@media (max-width: 1024px) {
	.noor-gal__grid,
	.noor-reels__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.noor-gal__grid,
	.noor-reels__grid { grid-template-columns: minmax(0, 1fr); }
}
