:root {
	/* New Merged Palette (Dark Academia / Kinfolk Iris) */
	--primary: #7C6A50;
	--primary-hover: #6A5A43;
	--primary-dark: #584A36;
	--bodybg: #0D0D0D;
	--body-color: #C9C4B5;
	--secondary: #191919;
	--secondary-hover: #262626;
	--secondary-light: #2E2914; /* Using tertiary here for slightly lighter secondary bg */
	--title: #F5F2EA;

	--bg-light: #191919;
	--bg-card: #55453A;
	--theme-text-color: #F5F2EA;
	--dark: #0D0D0D;
	--dark-light: #191919;

	--color-bg-primary: #0D0D0D;
	--color-bg-secondary: #191919;
	--color-bg-tertiary: #2E2914;
	
	--color-surface-card: #55453A;
	--color-surface-light: #C3B8A4;
	
	--color-accent-primary: #7C6A50;
	--color-accent-secondary: #DBC4B4;
	
	--color-accent-gold: #7C6A50;
	--color-accent-gold-hover: #6A5A43;
	
	--color-text-primary: #F5F2EA;
	--color-text-secondary: #C9C4B5;
	--color-text-on-light: #2A2420;
	
	--color-input-bg: #EBEAE8;
	
	--color-overlay: rgba(0, 0, 0, 0.55);
	--color-border: rgba(245, 242, 234, 0.12);

	/* Primary RGBA (#7C6A50 -> 124, 106, 80) */
	--rgba-primary-1: rgba(124, 106, 80, 0.1);
	--rgba-primary-2: rgba(124, 106, 80, 0.2);
	--rgba-primary-3: rgba(124, 106, 80, 0.3);
	--rgba-primary-4: rgba(124, 106, 80, 0.4);
	--rgba-primary-5: rgba(124, 106, 80, 0.5);
	--rgba-primary-6: rgba(124, 106, 80, 0.6);
	--rgba-primary-7: rgba(124, 106, 80, 0.7);
	--rgba-primary-8: rgba(124, 106, 80, 0.8);
	--rgba-primary-9: rgba(124, 106, 80, 0.9);

	/* Secondary RGBA (#191919 -> 25, 25, 25) */
	--rgba-secondary-1: rgba(25, 25, 25, 0.1);
	--rgba-secondary-2: rgba(25, 25, 25, 0.2);
	--rgba-secondary-3: rgba(25, 25, 25, 0.3);
	--rgba-secondary-4: rgba(25, 25, 25, 0.4);
	--rgba-secondary-5: rgba(25, 25, 25, 0.5);
	--rgba-secondary-6: rgba(25, 25, 25, 0.6);
	--rgba-secondary-7: rgba(25, 25, 25, 0.7);
	--rgba-secondary-8: rgba(25, 25, 25, 0.8);
	--rgba-secondary-9: rgba(25, 25, 25, 0.9);

	/* Gradient */
	--gradient1: linear-gradient(180deg, #0D0D0D 0%, #191919 100%);
	--gradient2: linear-gradient(180deg, rgba(124, 106, 80, 0.15) 0%, rgba(13, 13, 13, 1) 100%);

	--font-family-base: 'Poppins', sans-serif;
	--font-family-title: 'Poppins', sans-serif;

	[data-theme-version="dark"] {
		--secondary: #121212;
		--secondary-hover: #0E0E0E;
		--secondary-light: #1C1C1C;
		--body-color: #C9C9C9;
		--bodybg: #0D0D0D;
		--title: #FFFFFF;
		--white: #FFFFFF;
		--bg-card: rgba(255, 255, 255, 0.05);
		--bs-white-rgb: 13, 13, 13;
		--bg-light: var(--secondary);
		--bg-white: var(--bs-white-rgb);
		background: #0D0D0D;
	}
}

/* Global Dark Theme Enforcements */
body,
.page-wraper {
	background-color: #0D0D0D !important;
	color: #C9C9C9;
}

/* Primary Button Styling */
.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: #FFFFFF !important;
	font-weight: 600;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(124, 106, 80, 0.28);
	transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: var(--primary-hover) !important;
	border-color: var(--primary-hover) !important;
	color: #FFFFFF !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 22px rgba(124, 106, 80, 0.45);
}

/* Text Primary Class */
.text-primary {
	color: var(--primary) !important;
}
/* ==========================================================================
   WEDLOCK INTERNATIONAL HEADER STYLES
   ========================================================================== */
.wedlock-header {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent !important;
	padding: 15px 30px;
}

.wedlock-logo .logo-link {
	text-decoration: none;
	display: inline-block;
}

.wedlock-logo .logo-top {
	display: block;
	font-family: 'Cormorant Garamond', 'Cinzel', serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1;
}

.wedlock-logo .logo-sub {
	display: block;
	font-family: 'Great Vibes', cursive;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	margin-top: -3px;
	letter-spacing: 1px;
}

.wedlock-nav .nav-menu li a {
	font-family: 'Poppins', sans-serif;
	font-size: 13.5px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.3s ease, opacity 0.3s ease;
	letter-spacing: 0.3px;
}

.wedlock-nav .nav-menu li a:hover,
.wedlock-nav .nav-menu li.active a {
	color: #FFFFFF;
	font-weight: 500;
}

.ceylon-btn {
	background: rgba(245, 242, 234, 0.12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #FFFFFF !important;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 14px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ceylon-btn:hover {
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.4);
	color: #FFFFFF;
}

.ceylon-btn .btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	margin-left: 2px;
}

.wedlock-hamburger span {
	background-color: #FFFFFF !important;
}

/* ==========================================================================
   WEDLOCK STICKY MASK-FADE 3-LAYER HERO SECTION
   ========================================================================== */
.hero-sticky-container {
	position: relative;
	width: 100%;
}

.hero-sticky {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	background: #0D0D0D;
	mask-image: linear-gradient(to bottom, black 82%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 82%, transparent 100%);
	will-change: transform, opacity;
}

.hero {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	user-select: none;
}

.header_background-image {
	position: absolute;
	inset: 0;
}

.image-layer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

/* Layer 1 — Background Sky/Westminster */
.image-layer.is-bg {
	z-index: 1;
}

/* Layer 2 — Cutout Couple Subject */
.image-layer.is-subject {
	z-index: 2;
}

/* Layer 3 — Stone Arch Framing */
.image-layer.is-arch {
	z-index: 5;
}

/* Hero Center Content Overlay */
.header_content {
	position: relative;
	z-index: 10;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
}

.wedlock-main-brand {
	margin: 0;
	padding: 0;
	line-height: 0.95;
	text-align: center;
}

.wedlock-main-brand .brand-top {
	display: block;
	font-family: 'Cormorant Garamond', 'Cinzel', serif;
	font-size: clamp(50px, 9.5vw, 115px);
	font-weight: 500;
	letter-spacing: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0 4px 45px rgba(0, 0, 0, 0.7);
}

.wedlock-main-brand .brand-script {
	display: block;
	font-family: 'Great Vibes', cursive;
	font-size: clamp(55px, 10.5vw, 125px);
	font-weight: 400;
	color: #FFFFFF;
	margin-top: -34px;
	letter-spacing: 2px;
	text-shadow: 0 4px 35px rgba(0, 0, 0, 0.7);
}

.u-text-main {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(13px, 1.8vw, 16px);
	font-weight: 300;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.5;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.85);
	margin: 0 auto;
	max-width: 480px;
	letter-spacing: 0.3px;
}

.cta-btn {
	margin-top: 12px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #111111;
	color: #FFFFFF !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14.5px;
	padding: 13px 30px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.cta-btn:hover {
	background: #000000;
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-2px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8);
	color: #FFFFFF !important;
}

.cta-btn .arrow {
	font-size: 16px;
	transition: transform 0.25s ease;
}

.cta-btn:hover .arrow {
	transform: translateX(4px);
}

/* Scroll Down Indicator Pill */
.scroll-indicator {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.scroll-pill {
	width: 22px;
	height: 36px;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	padding-top: 6px;
}

.scroll-dot {
	width: 3.5px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	animation: scrollBounce 2s infinite ease-in-out;
}

.scroll-text {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

@keyframes scrollBounce {
	0%, 100% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(8px);
		opacity: 0.4;
	}
}

@media (max-width: 768px) {
	.wedlock-header {
		padding: 15px 20px;
	}
	.wedlock-main-brand .brand-top {
		font-size: 42px;
		letter-spacing: 6px;
	}
	.wedlock-main-brand .brand-script {
		font-size: 46px;
		margin-top: -16px;
	}
}

/* ==========================================================================
   HISTORY SWIPER SECTION STYLES (theme.md Gold & Dark Palette Parity)
   ========================================================================== */
.swiper-history-head h2 {
	color: #7C6A50 !important; /* Primary Gold for desktop */
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
	.swiper-history-head h2 {
		color: #FFFFFF !important; /* Crisp White for mobile viewports */
	}
}

.pxl-history-carousel {
	color: #C9C9C9;
}

.pxl-history-carousel .ovarlay-info .title {
	color: #FFFFFF !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 12px;
}

.pxl-history-carousel .ovarlay-info .text {
	color: #C9C9C9 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14.5px;
	line-height: 1.6;
	opacity: 0.9;
}

.pxl-history-carousel .ovarlay-info .btn-primary {
	background: var(--primary, #7C6A50) !important;
	border-color: var(--primary, #7C6A50) !important;
	color: #0D0D0D !important;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(124, 106, 80, 0.35);
}

.pxl-history-carousel .ovarlay-info .btn-primary:hover {
	background: var(--primary-hover, #6A5A43) !important;
	border-color: var(--primary-hover, #6A5A43) !important;
	color: #FFFFFF !important;
}

.pxl-history-carousel .text-pev-next {
	color: #C9C9C9 !important;
}

.pxl-history-carousel .text-pev-next .bg-light {
	background: transparent !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-size: 11px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: 600;
}

.pxl-history-carousel .item-year {
	color: rgba(255, 255, 255, 0.5) !important;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 700;
	transition: all 0.3s ease;
}

.pxl-history-carousel .thumb-item.swiper-slide-thumb-active .item-year,
.pxl-history-carousel .thumb-item:hover .item-year {
	color: var(--primary, #7C6A50) !important;
	font-size: 26px;
	text-shadow: 0 0 12px rgba(124, 106, 80, 0.6);
}

.pxl-swiper-arrow .portfolio-button-prev,
.pxl-swiper-arrow .portfolio-button-next {
	filter: brightness(0) invert(1);
	opacity: 0.85;
	transition: opacity 0.3s ease;
}

.pxl-swiper-arrow:hover .portfolio-button-prev,
.pxl-swiper-arrow:hover .portfolio-button-next {
	opacity: 1;
	filter: none;
}

.experience-countdown-section {
	position: relative;
	z-index: 2;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.experience-countdown-section .wow,
.experience-counter-card,
.about-showcase-card,
.marquee-categories-wrap {
	visibility: visible !important;
	opacity: 1 !important;
}

.experience-counter-card {
	background: rgba(18, 18, 18, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.counter-item-col {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-item-col:last-child {
	border-right: none;
}

@media (max-width: 767px) {
	.counter-item-col {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.counter-item-col:last-child {
		border-bottom: none;
	}
}

.counter-number-title {
	font-family: 'Cormorant Garamond', 'Cinzel', serif;
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 700;
	color: #7C6A50 !important;
	line-height: 1.1;
	margin-bottom: 8px;
	letter-spacing: 1px;
	text-shadow: 0 4px 15px rgba(124, 106, 80, 0.25);
}

.counter-label-text {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #C9C9C9;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

/* About Showcase Card */
.about-showcase-card {
	background: rgba(18, 18, 18, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: 30px;
}

@media (max-width: 768px) {
	.about-showcase-card {
		padding: 20px;
	}
}

.about-image-frame {
	height: 100%;
	min-height: 380px;
	border-radius: 18px;
	position: relative;
}

.about-img-zoom {
	transition: transform 0.6s ease;
	object-fit: cover;
}

.about-image-frame:hover .about-img-zoom {
	transform: scale(1.04);
}

.about-sub-tag {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #7C6A50;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
}

.about-main-title {
	font-family: 'Cormorant Garamond', 'Cinzel', serif;
	font-size: clamp(26px, 3.5vw, 42px);
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.25;
	letter-spacing: 1px;
}

.text-gold {
	color: #7C6A50 !important;
}

.star-divider {
	display: flex;
	align-items: center;
	gap: 12px;
}

.star-line {
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg, #7C6A50, transparent);
}

.star-icon {
	color: #7C6A50;
	font-size: 14px;
}

.about-desc-text {
	font-family: 'Poppins', sans-serif;
	font-size: 14.5px;
	color: #C9C9C9;
	line-height: 1.7;
	opacity: 0.9;
}

.sig-name {
	font-family: 'Great Vibes', cursive, serif;
	font-size: 32px;
	color: #7C6A50;
	line-height: 1.1;
}

.sig-title {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #C9C9C9;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav-circle-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.nav-circle-btn:hover,
.nav-circle-btn.active {
	border-color: #7C6A50;
	color: #7C6A50;
	background: rgba(124, 106, 80, 0.1);
}

/* Category Marquee Rows */
.marquee-categories-wrap {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
}

.marquee-row {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: clamp(16px, 2.2vw, 24px);
	letter-spacing: 2px;
	text-transform: uppercase;
}

.marquee-outline {
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.marquee-gold {
	color: #7C6A50;
}

.gold-star {
	color: #7C6A50;
	font-size: 16px;
}

.white-star {
	color: #FFFFFF;
	font-size: 16px;
}
/* New Component Classes */
.btn-secondary {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
	color: var(--title) !important;
	transition: all 0.3s ease;
}
.btn-secondary:hover {
	background-color: var(--secondary-hover) !important;
	border-color: var(--secondary-hover) !important;
}

.card {
	background-color: var(--color-surface-card) !important;
	color: var(--color-text-primary) !important;
}

.section-light {
	background-color: var(--color-surface-light) !important;
	color: var(--color-text-on-light) !important;
}

input, textarea {
	background-color: var(--color-input-bg) !important;
	color: var(--color-text-on-light) !important;
	border-color: var(--color-border) !important;
}
