:root {
	--primary: #C8A2C8;
	--primary-hover: #B88EB8;
	--secondary: #E6E6FA;
	--secondary-hover: #D4D4F7;
	--bg-beige: #F5F5DC;
	--color-lilac: #C8A2C8;
	--color-beige: #F5F5DC;
	--color-lavender: #E6E6FA;
}

body {
	background-color: #F5F5DC;
}

.site-header .header-nav .nav > li > a,
.site-header .navbar-toggler {
	color: #FFFFFF !important;
}

.site-header .header-nav .nav > li.active > a,
.site-header .header-nav .nav > li:hover > a {
	color: #C8A2C8 !important;
}

.site-header .navicon span {
	background-color: #FFFFFF !important;
}

.site-header .is-fixed .header-nav .nav > li > a,
.site-header .is-fixed .navbar-toggler {
	color: #FFFFFF !important;
}

.site-header .is-fixed .header-nav .nav > li.active > a,
.site-header .is-fixed .header-nav .nav > li:hover > a {
	color: #C8A2C8 !important;
}

.site-header .is-fixed .navicon span {
	background-color: #C8A2C8 !important;
}

.site-header .header-nav .nav > li .sub-menu li a {
	color: #120A14 !important;
}

.site-header .header-nav .nav > li .sub-menu li a:hover {
	color: #C8A2C8 !important;
}

/* Theme Utilities for Lilac, Beige & Lavender */
.bg-lilac {
	background-color: #C8A2C8 !important;
}

.bg-beige {
	background-color: #F5F5DC !important;
}

.bg-lavender {
	background-color: #E6E6FA !important;
}

.text-lilac {
	color: #C8A2C8 !important;
}

.text-beige {
	color: #F5F5DC !important;
}

.text-lavender {
	color: #E6E6FA !important;
}

.border-lilac {
	border-color: #C8A2C8 !important;
}

.border-beige {
	border-color: #F5F5DC !important;
}

.border-lavender {
	border-color: #E6E6FA !important;
}

/* ==========================================
   Sticky Floating Social Icons Stack
   ========================================== */
.social-sticky-group {
	position: fixed;
	bottom: 25px;
	right: 25px;
	left: auto;
	display: flex;
	flex-direction: column-reverse;
	gap: 14px;
	z-index: 9999;
}

.social-sticky-btn {
	position: relative;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, filter 0.3s ease;
}

.social-sticky-btn:hover {
	transform: scale(1.12);
	color: #ffffff !important;
}

/* WhatsApp Button Styling */
.whatsapp-sticky-btn {
	background-color: #25d366;
	box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.whatsapp-sticky-btn:hover {
	background-color: #20ba5a;
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.65);
}

/* Instagram Button Styling */
.insta-sticky-btn {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	box-shadow: 0 6px 18px rgba(214, 36, 159, 0.45);
}

.insta-sticky-btn:hover {
	box-shadow: 0 8px 25px rgba(214, 36, 159, 0.65);
	filter: brightness(1.08);
}

/* Facebook Button Styling */
.fb-sticky-btn {
	background-color: #1877f2;
	box-shadow: 0 6px 18px rgba(24, 119, 242, 0.45);
}

.fb-sticky-btn:hover {
	background-color: #1565c0;
	box-shadow: 0 8px 25px rgba(24, 119, 242, 0.65);
}

/* Pulsing Ripples */
.social-btn-pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	opacity: 0.6;
	z-index: -1;
	animation: social-pulse 2s infinite ease-in-out;
}

.whatsapp-pulse {
	background-color: #25d366;
}

.insta-pulse {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.fb-pulse {
	background-color: #1877f2;
}

@keyframes social-pulse {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	100% {
		transform: scale(1.55);
		opacity: 0;
	}
}

/* Tooltip Badges (Positioned to the Left of Icons) */
.social-tooltip {
	position: absolute;
	right: 68px;
	left: auto;
	background-color: #120A14;
	color: #ffffff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	pointer-events: none;
	border: 1px solid rgba(200, 162, 200, 0.3);
}

.social-sticky-btn:hover .social-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

@media (max-width: 768px) {
	.social-sticky-group {
		bottom: 20px;
		right: 20px;
		left: auto;
		gap: 10px;
	}

	.social-sticky-btn {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	.social-tooltip {
		display: none;
	}
}



/* ==========================================
   Ashley-Inspired Luxury Hero Banner Styles
   ========================================== */
.ashley-hero-wrapper {
	position: relative;
	background-color: #120A14;
	/* Deep luxury dark plum/charcoal */
	color: #FFFFFF;
	min-height: 85vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 100px 0 80px 0;
}

/* Background Video Loop Container */
.ashley-hero-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.ashley-hero-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.65) contrast(1.08);
	transform: scale(1.03);
}

.ashley-hero-video-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 35% 50%, rgba(18, 10, 20, 0.65) 0%, rgba(18, 10, 20, 0.88) 100%);
	pointer-events: none;
}

.ashley-hero-img-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ashley-hero-wrapper .vertical-tag {
	position: absolute;
	left: 35px;
	bottom: 50px;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: rgba(230, 230, 250, 0.5);
	/* Lavender translucent */
	font-weight: 600;
	z-index: 10;
}

.ashley-hero-content {
	position: relative;
	z-index: 5;
}

.ashley-hero-title {
	font-size: 4.2rem;
	line-height: 1.1;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 25px;
	color: #FFFFFF;
}

.ashley-hero-title strong,
.ashley-hero-title b,
.ashley-hero-title .font-bold {
	font-weight: 800;
	color: #FFFFFF;
}

.ashley-hero-title span.highlight-lilac {
	color: #C8A2C8;
	font-weight: 800;
}

.ashley-hero-description {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #D4D4F7;
	max-width: 520px;
	margin-bottom: 40px;
	font-weight: 300;
}

/* Button Group */
.ashley-hero-btns {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.btn-ashley-pill {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background-color: #C8A2C8;
	/* Primary Lilac */
	color: #120A14 !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 14px 28px;
	border-radius: 50px;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 10px 25px rgba(200, 162, 200, 0.25);
}

.btn-ashley-pill .arrow-circle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #120A14;
	color: #C8A2C8;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: transform 0.3s ease;
}

.btn-ashley-pill:hover {
	background-color: #B88EB8;
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(200, 162, 200, 0.4);
}

.btn-ashley-pill:hover .arrow-circle {
	transform: translateX(3px);
}

.btn-ashley-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #E6E6FA !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.btn-ashley-link .arrow-circle {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: rgba(230, 230, 250, 0.12);
	color: #E6E6FA;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.3s ease;
}

.btn-ashley-link:hover {
	color: #C8A2C8 !important;
}

.btn-ashley-link:hover .arrow-circle {
	background-color: #C8A2C8;
	color: #120A14;
	transform: translateX(4px);
}

/* 3D Geometric Graphic Accent */
.ashley-hero-graphic {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ashley-wireframe-svg {
	width: 100%;
	max-width: 480px;
	height: auto;
	filter: drop-shadow(0 0 35px rgba(200, 162, 200, 0.25));
	animation: floatWireframe 6s ease-in-out infinite alternate;
}

@keyframes floatWireframe {
	0% {
		transform: translateY(0px) rotate(0deg);
	}

	100% {
		transform: translateY(-15px) rotate(2deg);
	}
}

/* Circular Rotating Scroll Badge */
.ashley-scroll-badge {
	position: absolute;
	right: 70px;
	bottom: 40px;
	width: 115px;
	height: 115px;
	z-index: 10;
	cursor: pointer;
}

.ashley-scroll-badge .badge-circle-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #C8A2C8;
	color: #120A14;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	z-index: 2;
	box-shadow: 0 4px 15px rgba(200, 162, 200, 0.4);
	transition: transform 0.3s ease;
}

.ashley-scroll-badge:hover .badge-circle-btn {
	transform: translate(-50%, -50%) scale(1.12);
}

.ashley-scroll-badge .rotating-text-svg {
	width: 100%;
	height: 100%;
	animation: rotateBadge 12s linear infinite;
}

.ashley-scroll-badge .rotating-text-svg text {
	fill: #E6E6FA;
	font-size: 9.5px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}

@keyframes rotateBadge {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.ashley-hero-title {
		font-size: 3rem;
	}

	.ashley-scroll-badge {
		right: 30px;
		bottom: 20px;
		width: 95px;
		height: 95px;
	}

	.ashley-wireframe-svg {
		max-width: 340px;
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.ashley-hero-wrapper {
		padding: 60px 0 100px 0;
	}

	.ashley-hero-title {
		font-size: 2.2rem;
	}

	.ashley-hero-wrapper .vertical-tag {
		display: none;
	}

	.ashley-scroll-badge {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 40px;
	}
}

/* ==========================================
   Falling Flower Petals Keyframe Animations
   ========================================== */
@keyframes petalFall {
	0% {
		top: -40px;
		opacity: 0.8;
	}

	90% {
		opacity: 0.7;
	}

	100% {
		top: 105vh;
		opacity: 0;
	}
}

@keyframes petalSway {
	0% {
		transform: translateX(0px) rotate(0deg);
	}

	50% {
		transform: translateX(var(--sway, 60px)) rotate(180deg);
	}

	100% {
		transform: translateX(calc(var(--sway, 60px) * -0.5)) rotate(360deg);
	}
}

/* ==========================================
   Luxury Hot Loader Overlay Styles
   ========================================== */
.hot-loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hot-loader-overlay.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hot-loader-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 10, 20, 0.92);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: 1;
}

.hot-loader-card {
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(200, 162, 200, 0.35);
	border-radius: 28px;
	padding: 45px 40px;
	text-align: center;
	max-width: 460px;
	width: 90%;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65), inset 0 0 25px rgba(200, 162, 200, 0.12);
	transform: scale(0.92) translateY(15px);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
}

.hot-loader-overlay.is-active .hot-loader-card {
	transform: scale(1) translateY(0);
}

/* Background Ambient Glow */
.hot-loader-glow {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at 50% 50%, rgba(200, 162, 200, 0.22) 0%, rgba(230, 230, 250, 0.06) 40%, transparent 70%);
	animation: hotLoaderGlowPulse 4s ease-in-out infinite alternate;
	pointer-events: none;
}

@keyframes hotLoaderGlowPulse {
	0% {
		transform: scale(0.9);
		opacity: 0.6;
	}

	100% {
		transform: scale(1.18);
		opacity: 1;
	}
}

/* Icon Container */
.hot-loader-icon-wrapper {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 0 auto 26px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hot-loader-sparkle-ring {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	animation: hotLoaderRingRotate 2.5s linear infinite;
}

@keyframes hotLoaderRingRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.hot-loader-center-icon {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 0 14px rgba(200, 162, 200, 0.7));
}

/* Liquid Wave Animation */
.animated-liquid {
	animation: hotLoaderLiquidWave 2s ease-in-out infinite alternate;
}

@keyframes hotLoaderLiquidWave {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-3px);
	}
}

/* Sparkle Stars Animation */
.sparkle-star {
	transform-origin: center;
	animation: hotLoaderSparkle 1.8s ease-in-out infinite alternate;
}

.star-1 {
	animation-delay: 0s;
}

.star-2 {
	animation-delay: 0.4s;
}

.star-3 {
	animation-delay: 0.8s;
}

@keyframes hotLoaderSparkle {
	0% {
		transform: scale(0.4) rotate(0deg);
		opacity: 0.3;
	}

	50% {
		transform: scale(1.25) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(0.8) rotate(90deg);
		opacity: 0.6;
	}
}

/* Title & Shimmer Gradient Text */
.hot-loader-title {
	font-family: 'Poppins', sans-serif;
	font-size: 1.45rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	background: linear-gradient(135deg, #FFFFFF 0%, #C8A2C8 50%, #E6E6FA 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: hotLoaderTextShimmer 3s linear infinite;
}

@keyframes hotLoaderTextShimmer {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* Animated Ellipsis Dots */
.hot-loader-dots span {
	display: inline-block;
	opacity: 0;
	animation: hotLoaderDotFade 1.4s infinite ease-in-out;
}

.hot-loader-dots span:nth-child(1) {
	animation-delay: 0s;
}

.hot-loader-dots span:nth-child(2) {
	animation-delay: 0.2s;
}

.hot-loader-dots span:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes hotLoaderDotFade {

	0%,
	100% {
		opacity: 0;
		transform: translateY(0);
	}

	50% {
		opacity: 1;
		transform: translateY(-2px);
	}
}

.hot-loader-subtitle {
	font-size: 0.82rem;
	color: rgba(230, 230, 250, 0.78);
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 400;
}

/* Progress Track & Bar */
.hot-loader-progress-track {
	width: 100%;
	height: 4px;
	background: rgba(230, 230, 250, 0.12);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.hot-loader-progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #C8A2C8, #E6E6FA, #F5F5DC);
	border-radius: 10px;
	box-shadow: 0 0 12px rgba(200, 162, 200, 0.9);
}

.hot-loader-overlay.is-active .hot-loader-progress-bar {
	animation: hotLoaderProgressFill 1.35s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes hotLoaderProgressFill {
	0% {
		width: 0%;
	}

	40% {
		width: 45%;
	}

	80% {
		width: 85%;
	}

	100% {
		width: 100%;
	}
}

/* ==========================================
   Full Window Non-Scrollable Video Landing Page
   ========================================== */
body.landing-video-mode {
	overflow: hidden !important;
	height: 100vh !important;
	width: 100vw !important;
}

body.landing-video-mode .page-wraper,
body.landing-video-mode .page-content {
	height: 100vh !important;
	overflow: hidden !important;
}

body.landing-video-mode .ashley-hero-wrapper {
	min-height: 100vh !important;
	height: 100vh !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
}

body.landing-video-mode button.scroltop {
	display: none !important;
}