@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&family=Cinzel:wght@700&display=swap");

a {
	text-decoration: none !important;
}

li {
	list-style-type: none !important;
}

.heading1 {
	font-size: 2.5rem;
}

.heading2 {
	font-size: 2rem;
}

.heading3 {
	font-size: 1.75rem;
}

.heading4 {
	font-size: 1.5rem;
}

.heading5 {
	font-size: 1.25rem;
}

.heading6 {
	font-size: 1rem;
}

.pad {
	padding: 90px 0;
}

.wrdbrk {
	white-space: pre;
}

.fullpad {
	padding: 0 !important;
	margin: 0 !important;
}




.w0 {
	width: 0%;
}

.fixed {
	position: fixed;
	z-index: 9999;
}

.priceicn {
	width: 50px;
}

.priceicn2 {
	width: 120px;
}

.point {
	bottom: 10px;
	left: 10px;
}

.point1 {
	bottom: 70px;
	left: 10px;
}

.point2 {
	bottom: 15px;
	right: 10px;
}

.blink {
	-webkit-animation: blink 1s;
	animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 410px;
	width: 100%;
	text-align: center;
}

.oopslogo {
	width: 350px;
}

.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}

.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 142px;
	}
}

.time-of-year {
	margin: 100px 75px 10px 0px;
	position: relative;
	display: inline-block;
	/* Ensure span takes up space of floated child */
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: 60px;
	/* Shift it right to avoid being off-screen */
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	opacity: 0;
	/* Hidden by default */
	visibility: hidden;
	/* Hidden by default */
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
	z-index: 999;
}

.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 40px;
	content: " ";
	position: absolute;
	left: -19px;
	/* Position arrow on the left side of the tooltip */
	transform: rotate(90deg);
}

.time-of-year:hover .tooltip {
	opacity: 1;
	visibility: visible !important;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 10000;
}


/* --- Premium Ribbon Navbar Styles --- */
/* Variables removed - Hex colors now directly applied */

/* Brand Styling */
.navbar-brand-custom {
	color: #ffffff !important;
	font-family: 'Cinzel', serif;
	font-weight: 700;
	font-size: 1.4rem;
	text-decoration: none !important;
	position: relative;
	z-index: 15;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin-right: auto;
}

.navbar-brand-custom:hover {
	color: #ffd700 !important;
}

.festive-header {
	width: 100%;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1000;
}

.ribbon-nav-container {
	position: relative;
	max-width: 1050px;
	margin: 5px auto 5px auto;
	filter: drop-shadow(0 0 20px rgba(139, 0, 0, 0.6)) drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

.ribbon-nav {
	background: linear-gradient(135deg, #800000 0%, #e60000 50%, #800000 100%);
	position: relative;
	padding: 8px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 5;
}

/* 3D Folded Wings */
.ribbon-nav-container::before,
.ribbon-nav-container::after {
	content: '';
	position: absolute;
	top: 20px;
	/* Offset down from main part */
	width: 45px !important;
	opacity: 0.8;
	height: 100%;
	background: #600000;
	/* Darker red for depth */
	z-index: 1;
}

.ribbon-nav-container::before {
	left: -40px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 25% 50%);
}

.ribbon-nav-container::after {
	right: -40px;
	clip-path: polygon(0% 0%, 100% 0%, 75% 50%, 100% 100%, 0% 100%);
}

/* Connecting Shadow Triangles */
.ribbon-nav::before,
.ribbon-nav::after {
	content: '';
	position: absolute;
	bottom: -10px;
	border-style: solid;
	z-index: 2;
}

.ribbon-nav::before {
	left: 0;
	border-width: 10px 10px 0 0;
	border-color: #400000 transparent transparent transparent;
}

.ribbon-nav::after {
	right: 0;
	border-width: 10px 0 0 10px;
	border-color: #400000 transparent transparent transparent;
}


.ribbon-shine {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 10;
}

.ribbon-shine::after {
	content: '';
	position: absolute;
	top: 0;
	left: -150%;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 215, 0, 0) 0%,
			rgba(255, 215, 0, 0.1) 40%,
			rgba(255, 215, 0, 0.6) 50%,
			rgba(255, 215, 0, 0.1) 60%,
			rgba(255, 215, 0, 0) 100%);
	transform: skewX(-25deg);
	animation: shine 4s infinite linear;
}

@keyframes shine {
	0% {
		left: -150%;
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	40% {
		left: 150%;
		opacity: 1;
	}

	50% {
		left: 150%;
		opacity: 0;
	}

	100% {
		left: 150%;
		opacity: 0;
	}
}


.nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 15px;
	position: relative;
	z-index: 2;
}

.nav-item {
	position: relative;
}

.nav-link {
	color: #ffffff !important;
	text-decoration: none;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.95rem;
	letter-spacing: 1px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: block;
	padding: 5px 10px;
	cursor: pointer;
}

.nav-link:hover {
	color: #ffd700 !important;
	transform: translateY(-3px);
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.6), 0 0 20px rgba(255, 215, 0, 0.6);
}

.nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #ffd700;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	box-shadow: 0 0 10px #ffd700;
}

.nav-link:hover::before {
	width: 80%;
}

.nav-price-btn {
	background: #ffffff !important;
	/* Pure White background for maximum pop */
	color: #800000 !important;
	/* Royal Red text */
	padding: 6px 18px !important;
	border-radius: 50px;
	/* Rounded pill style */
	font-weight: 900 !important;
	margin-left: 15px;
	box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
	border: 2px solid #ffd700 !important;
	/* Gold border */
	transition: all 0.3s ease !important;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	font-size: 0.85rem !important;
}

.nav-price-btn:hover {
	transform: translateY(-3px) scale(1.05) !important;
	background: #ffd700 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 25px rgba(255, 215, 0, 0.6);
	border-color: #ffffff !important;
}

.nav-price-btn::before {
	display: none !important;
	/* Remove underline effect */
}

.sparkles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.sparkle {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	animation: blink-sparkle 3s infinite;
}

@keyframes blink-sparkle {

	0%,
	100% {
		opacity: 0;
		transform: scale(0);
	}

	50% {
		opacity: 0.8;
		transform: scale(1);
	}
}

.mobile-toggle {
	display: none;
}


.sparkle:nth-child(1) {
	top: 20%;
	left: 10%;
	animation-delay: 0.2s;
	width: 3px;
	height: 3px;
}

.sparkle:nth-child(2) {
	top: 70%;
	left: 25%;
	animation-delay: 1.2s;
	width: 2px;
	height: 2px;
}

.sparkle:nth-child(3) {
	top: 30%;
	left: 60%;
	animation-delay: 0.8s;
	width: 4px;
	height: 4px;
}

.sparkle:nth-child(4) {
	top: 80%;
	left: 85%;
	animation-delay: 2.1s;
	width: 2px;
	height: 2px;
}

.sparkle:nth-child(5) {
	top: 15%;
	left: 90%;
	animation-delay: 0.5s;
	width: 3px;
	height: 3px;
}

/* --- Homepage Section Styles --- */

/* Hero Section */
.hero-slider {
	margin-top: -10px;
	/* Adjust for ribbon spacing */
}

.banner-img {
	height: 600px;
	object-fit: cover;
	filter: brightness(0.6);
}

.hero-caption {
	bottom: 30%;
	text-align: center;
}

.hero-caption h1 {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}

.hero-caption p {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.btn-premium {
	background: #ffffff;
	/* Solid white for high contrast */
	color: #800000 !important;
	padding: 15px 40px;
	border-radius: 50px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border: 2px solid #ffd700;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
}

.btn-premium:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 15px 40px rgba(255, 215, 0, 0.6);
	background: #ffd700;
	color: #000 !important;
}



/* Titles */
.premium-title {
	font-family: 'Cinzel', serif;
	font-size: 3.2rem;
	font-weight: 900;
	background-image: linear-gradient(to right, #800000 0%, #ffd700 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}

/* Radiant Gold override for dark sections */
.products-gallery-section .premium-title,
.diwali-cta .premium-title,
.signature-section .premium-title {
	background-image: linear-gradient(to right, #ffffff 0%, #ffd700 50%, #d4af37 100%);
}

.premium-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 4px;
	background: linear-gradient(90deg, #800000, #ffd700);
	border-radius: 2px;
}


/* --- Signature Series Premiere --- */
.signature-section {
	background: linear-gradient(rgba(80, 0, 0, 0.95), rgba(30, 0, 0, 0.98)),
		url('../images/section_bg.jpg') center/cover repeat;
	background-attachment: fixed;
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}

.signature-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
	pointer-events: none;
	z-index: 1;
}

.signature-card {
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
	border-radius: 40px;
	height: 600px;
	position: relative;
	overflow: hidden;
	transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
	border: 1px solid rgba(255, 215, 0, 0.2);
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.signature-card:hover {
	transform: perspective(1000px) rotateY(-10deg) scale(1.02);
	border-color: #ffd700;
	box-shadow: 0 60px 120px rgba(128, 0, 0, 0.4), 0 0 50px rgba(255, 215, 0, 0.1);
}

.sig-img-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sig-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.5s transform ease;
	filter: brightness(0.8) contrast(1.1);
}

.signature-card:hover .sig-img-wrap img {
	transform: scale(1.1);
	filter: brightness(1) contrast(1.2);
}

.sig-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 50px;
	transition: 0.5s;
}

.sig-badge {
	color: #ffd700;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 0.8rem;
	font-weight: 900;
	margin-bottom: 20px;
	display: block;
}

.sig-title {
	font-family: 'Cinzel', serif;
	color: #fff;
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.sig-btn {
	color: #ffd700;
	text-decoration: none !important;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9rem;
	display: inline-flex;
	align-items: center;
	gap: 15px;
}

.sig-btn::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #ffd700;
	transition: 0.4s;
}

.sig-btn:hover::after {
	width: 45px !important;
	opacity: 0.8;
}



/* Special Offers Ribbon */
.offers-ribbon-banner {
	background: linear-gradient(135deg, #600000 0%, #a00000 50%, #600000 100%);
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.offers-ribbon-banner::before {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 215, 0, 0.05);
	border-radius: 50%;
}

.btn.btn-gold {
	background-color: #ffd700 !important;
	color: #1a1a1a !important;
	font-weight: 800;
	padding: 12px 35px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 215, 0, 0.5);
	display: inline-block;
	transition: all 0.3s ease;
}

.btn.btn-gold:hover {
	background-color: #ffffff !important;
	color: #800000 !important;
	transform: scale(1.05);
	box-shadow: 0 8px 25px rgba(255, 215, 0, 0.8);
}


.offer-badge {
	display: inline-block;
	background: #ffd700;
	color: #800000;
	font-weight: 900;
	font-size: 2.5rem;
	padding: 20px 40px;
	border-radius: 100px;
	transform: rotate(-5deg);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* --- Red Glassy Collector Product Gallery --- */
.products-gallery-section {
	background: linear-gradient(rgba(60, 0, 0, 0.92), rgba(15, 0, 0, 0.95)),
		url('../images/section_bg.jpg') center/cover repeat;
	background-attachment: fixed;
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.product-royal-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 215, 0, 0.15);
	border-radius: 30px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	overflow: hidden;
	height: 100%;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.product-royal-card:hover {
	transform: translateY(-20px) scale(1.03);
	background: rgba(255, 255, 255, 0.1);
	border-color: #ffd700;
	box-shadow: 0 30px 60px rgba(255, 0, 0, 0.2), 0 0 40px rgba(255, 215, 0, 0.2);
}

.product-img-container {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px;
}

.product-img-container img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
	transition: 0.6s all ease;
}

.product-royal-card:hover .product-img-container img {
	transform: scale(1.15) rotate(5deg);
	filter: drop-shadow(0 15px 30px rgba(255, 215, 0, 0.4));
}

.product-glass-footer {
	background: rgba(40, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	padding: 25px;
	text-align: center;
	border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.product-glass-footer h4 {
	font-family: 'Cinzel', serif;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.buy-btn-premium {
	background: #ffffff;
	color: #800000 !important;
	padding: 6px 20px;
	border-radius: 50px;
	font-weight: 800;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration: none !important;
	display: inline-block;
	transition: 0.3s;
}

.buy-btn-premium:hover {
	background: #ffd700;
	color: #000 !important;
	transform: scale(1.1);
}

.product-royal-card .badge-new {
	position: absolute;
	top: 15px;
	right: -30px;
	background: #ffd700;
	color: #800000;
	padding: 5px 40px;
	font-size: 0.7rem;
	font-weight: 900;
	transform: rotate(45deg);
	z-index: 10;
}

/* Responsive Overrides (per user request) */
@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.products-gallery-section {
		padding: 40px 0;
	}

	.gallery-icon-wrap {
		height: 120px;
	}

	.gallery-icon-wrap svg {
		width: 45px !important;
		opacity: 0.8;
		height: 80px;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.products-gallery-section {
		padding: 50px 0;
	}
}

/* Advantages */
.adv-card {
	padding: 30px;
	background: white;
	border-radius: 15px;
	transition: 0.3s;
}

.adv-card:hover {
	transform: translateY(-5px);
}

.icon-gold {
	font-size: 2.5rem;
	color: #ffd700;
	margin-bottom: 20px;
	display: block;
}

/* Call to Action */
.diwali-cta {
	background: url('../images/hero_banner.jpg') no-repeat center center/cover;
	position: relative;
	padding: 100px 0;
}


.diwali-cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(80, 0, 0, 0.85);
}

.diwali-cta .container {
	position: relative;
	z-index: 2;
}

/* Footer Styling */
.main-footer {
	background: #111;
	color: white;
}

.footer-logo {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	color: #ffd700;
	margin-bottom: 20px;
}

.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #bbb;
	transition: 0.3s;
}

.footer-links a:hover {
	color: #ffd700;
	padding-left: 5px;
}

.footer-contact {
	list-style: none;
	padding: 0;
}

.footer-contact li {
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
	color: #bbb;
}

.social-links a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #222;
	color: #ffd700;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 10px;
	transition: 0.3s;
}

.social-links a:hover {
	background: #ffd700;
	color: black;
	transform: rotate(360deg);
}

/* Pulse Animation */
.pulse {
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
	0% {
		transform: scale(1) rotate(-5deg);
		box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
	}

	70% {
		transform: scale(1.05) rotate(-5deg);
		box-shadow: 0 0 0 20px rgba(255, 215, 0, 0);
	}

	100% {
		transform: scale(1) rotate(-5deg);
		box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
	}
}


/* --- Unique Royal Footer Styles --- */
.main-footer {
	background: linear-gradient(135deg, #16141C 0%, #2b0b0b 50%, #16141C 100%);
	color: #ffffff;
	position: relative;
	padding-top: 100px;
	padding-bottom: 30px;
	overflow: hidden;
}

.footer-top-ribbon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #d4af37, #f9e27d, #d4af37);
	box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.footer-title {
	font-family: 'Cinzel', serif;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.footer-title span {
	color: #ffd700;
}

.brand-slogan {
	color: #aaa;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.footer-heading {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	color: #ffd700;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
}

.footer-heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #ffd700;
}

.footer-links-list {
	list-style: none;
	padding: 0;
}

.footer-links-list li {
	margin-bottom: 15px;
}

.footer-links-list a {
	color: #ddd;
	text-decoration: none !important;
	transition: 0.3s;
	font-size: 0.95rem;
	display: block;
}

.footer-links-list a:hover {
	color: #ffd700;
	transform: translateX(10px);
}

/* Premium Social Buttons */
.premium-social-row {
	display: flex;
	gap: 15px;
}

.social-icon-btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	color: white;
	text-decoration: none !important;
	transition: 0.4s;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon-btn:hover {
	transform: translateY(-8px) rotate(360deg);
	color: black;
}

.social-icon-btn.facebook:hover {
	background: #3b5998;
	border-color: #3b5998;
}

.social-icon-btn.instagram:hover {
	background: #e1306c;
	border-color: #e1306c;
}

.social-icon-btn.whatsapp:hover {
	background: #25d366;
	border-color: #25d366;
}

.social-icon-btn.youtube:hover {
	background: #ff0000;
	border-color: #ff0000;
}

.footer-contact-item {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
}

.footer-contact-item .contact-icon {
	font-size: 1.5rem;
	color: #ffd700;
}

.footer-contact-item .contact-text span {
	display: block;
	color: #ccc;
	font-size: 0.95rem;
}

.footer-bottom-bar {
	margin-top: 80px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text {
	color: #888;
	font-size: 0.85rem;
}

.designer-link {
	color: #ffd700;
	text-decoration: none !important;
}

/* Floating Action Buttons */
.royal-floating-actions {
	position: fixed;
	bottom: 30px;
	left: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	z-index: 999;
}

.floating-btn {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	color: white;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: 0.4s;
	border: none;
	cursor: pointer;
}

.whatsapp-btn {
	background: #25d366;
}

.top-btn {
	background: #ffd700;
	color: black;
	display: none;
	/* Controlled by JS */
}

.floating-btn:hover {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* --- Safety Tips Page Styles --- */
.safety-hero {
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.8)), url('../images/safety-hero.png') center/cover no-repeat;
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}

.safety-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/section_bg.jpg') repeat;
	opacity: 0.05;
}

.safety-card {
	background: white;
	border-radius: 25px;
	padding: 40px;
	height: 100%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	border-bottom: 5px solid transparent;
	transition: 0.3s;
}

.safety-card.card-do {
	border-color: #28a745;
}

.safety-card.card-dont {
	border-color: #dc3545;
}

.safety-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.safety-list {
	padding-left: 0;
	list-style: none;
}

.safety-list li {
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	gap: 15px;
}

.icon-check {
	color: #28a745;
	font-size: 1.2rem;
}

.icon-cross {
	color: #dc3545;
	font-size: 1.2rem;
}

.emergency-box {
	background: #ffd700;
	color: #800000;
	padding: 50px;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0 0 50px rgba(255, 215, 0, 0.3);
}

.safety-icon-wrap {
	width: 70px;
	height: 70px;
	background: #f8f9fa;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	font-size: 1.8rem;
}


/* --- Universal Premium Components --- */
.btn-premium-pill {
	background: #ffffff !important;
	color: #800000 !important;
	padding: 8px 25px !important;
	border-radius: 50px;
	font-weight: 900 !important;
	box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
	border: 2px solid #ffd700 !important;
	transition: all 0.3s ease !important;
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem !important;
}

.btn-premium-pill:hover {
	transform: translateY(-3px) scale(1.05) !important;
	background: #ffd700 !important;
	color: #ffffff !important;
	box-shadow: 0 10px 25px rgba(255, 215, 0, 0.6);
	border-color: #ffffff !important;
}

/* --- Contact Page Elite Split-Screen --- */
.contact-split-row {
	background: white;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	overflow: hidden;
}

.contact-info-panel {
	padding: 60px;
	height: 100%;
	background: #ffffff;
}

.panel-icon {
	width: 50px;
	height: 50px;
	background: #ffd700;
	color: #800000;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	margin-right: 20px;
}

.panel-text h5 {
	color: #800000;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.panel-item {
	display: flex;
	align-items: flex-start;
	padding: 15px;
	border-radius: 15px;
	transition: 0.3s;
}

.panel-item:hover {
	background: #fff9e6;
}

.map-panel {
	position: relative;
	height: 100%;
}

/* --- Safety Tips Enhancements --- */
.safety-card {
	background: white;
	border-radius: 25px;
	padding: 40px;
	height: 100%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	border-bottom: 5px solid transparent;
	transition: 0.3s;
}

.safety-card.card-do {
	border-color: #28a745;
}

.safety-card.card-dont {
	border-color: #dc3545;
}

.safety-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}


/* --- Responsive Media Queries (Moved to bottom to ensure overrides) --- */

@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.contact-banner,
	.safety-hero {
		padding: 40px 0;
	}

	.contact-info-panel,
	.emergency-box {
		padding: 30px;
	}

	.safety-card {
		padding: 25px;
	}

	.map-panel iframe {
		min-height: 350px !important;
	}

	.map-overlay-badge {
		display: none;
	}

	/* Navbar Mobile Styles */
	.ribbon-nav-container {
		max-width: 95%;
		margin: 0 auto;
	}

	.ribbon-nav-container::before,
	.ribbon-nav-container::after {
		display: none;
	}

	/* Hide 3D wings */
	.ribbon-nav {
		padding: 10px 30px;
		clip-path: none;
		border-radius: 8px;
		flex-direction: row;
		justify-content: space-between;
	}

	.ribbon-nav::before,
	.ribbon-nav::after {
		display: none;
	}

	/* Hide folding triangles */
	.nav-menu {
		display: none;
		gap: 20px;
	}

	.nav-link {
		font-size: 0.9rem;
		letter-spacing: 1px;
	}

	.ribbon-nav.active {
		flex-direction: column;
		border-radius: 15px;
		padding: 20px;
	}

	.ribbon-nav.active .nav-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		padding-top: 10px;
	}

	.mobile-toggle {
		display: block;
		color: white;
		font-size: 1.5rem;
		cursor: pointer;
		z-index: 5;
	}

	.btn-premium {
		padding: 15px !important;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.contact-banner,
	.safety-hero {
		padding: 60px 0;
	}

	/* Navbar Tab Styles */
	.ribbon-nav-container {
		max-width: 98%;
		margin: 5px auto;
	}

	.ribbon-nav-container::before,
	.ribbon-nav-container::after {
		display: none;
	}

	.ribbon-nav {
		padding: 8px 20px;
		clip-path: none;
		border-radius: 10px;
		justify-content: space-between;
	}

	.navbar-brand-custom {
		font-size: 1.1rem !important;
	}

	.ribbon-nav::before,
	.ribbon-nav::after {
		display: none;
	}

	.nav-menu {
		gap: 10px;
	}

	.nav-link {
		font-size: 0.75rem;
		letter-spacing: 0.5px;
		padding: 5px 8px;
	}

	.nav-price-btn {
		padding: 5px 12px !important;
		font-size: 0.75rem !important;
		margin-left: 5px;
	}

	.mobile-toggle {
		display: none;
	}
}

/* --- Premium Scrolling Marquee --- */
.festive-marquee {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	padding: 8px 0;
	background: linear-gradient(90deg, #16141C 0%, #300000 40%, #600000 70%, #d4af37 100%);
	border-bottom: 2px solid var(--gold-primary);
	font-family: 'Outfit', sans-serif;
	letter-spacing: 1px;
}

.festive-marquee span {
	margin-right: 50px;
}

/* About Page Custom Styles */

.about-page {
	/* background: #fff; color: #222;
	background: linear-gradient(to bottom, #1a0000, #2a0000, #000000); */
	color: #fff;
	overflow-x: hidden;
}

/* Common Section Styling */
.section-pad {
	padding: 120px 0;
	position: relative;
}

.section-title-wrap {
	margin-bottom: 60px;
}

.section-subtitle {
	display: block;
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 800;
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.section-main-title {
	font-family: 'Cinzel', serif;
	font-size: 3.5rem;
	font-weight: 700;
	background: linear-gradient(to right, #800000, #d4af37);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Hero Section */
.about-hero {
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(10, 10, 10, 1)), url('../images/about-vision.png') center/cover no-repeat;
	background-attachment: fixed;
	text-align: center;
}

.hero-content h1 {
	font-family: 'Cinzel', serif;
	font-size: 5rem;
	margin-bottom: 20px;
	text-shadow: 0 5px 30px rgba(0, 0, 0, 1);
}

.hero-scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	animation: bounce 2s infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0) translateX(-50%);
	}

	40% {
		transform: translateY(-10px) translateX(-50%);
	}

	60% {
		transform: translateY(-5px) translateX(-50%);
	}
}

/* Section 1: Legacy (Split Layout) */
.legacy-split {
	display: flex;
	align-items: center;
	gap: 50px;
}

.legacy-text {
	flex: 1;
}

.legacy-img-container {
	flex: 1;
	position: relative;
}

.legacy-img-container>img:not(.floating-cracker) {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	border: 1px solid var(--glass-border);
}

.floating-cracker {
	position: absolute;
	width: 45px !important;
	opacity: 0.8;
	filter: drop-shadow(0 0 20px var(--gold));
	animation: float 4s ease-in-out infinite;
}

.cracker-1 {
	top: -30px;
	right: -30px;
}

.cracker-2 {
	bottom: -30px;
	left: -30px;
	animation-delay: 1s;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}

/* Section 2: Family Joy (Playful Grid) */
.family-section {
	background: linear-gradient(rgba(128, 0, 0, 0.2), rgba(0, 0, 0, 0)), url('../images/section_bg.jpg');
}

.family-card {
	background: var(--glass-bg);
	backdrop-filter: blur(10px);
	border: 1px solid var(--glass-border);
	border-radius: 30px;
	padding: 40px;
	transition: 0.5s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
	height: 100%;
}

.family-card:hover {
	transform: translateY(-15px) rotate(2deg);
	background: rgba(255, 255, 255, 0.1);
}

.family-cartoon-img {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 30px;
}

/* Section 3: Safety & Quality (Interactive features) */
.safety-section {
	background: #111;
}

.safety-feature {
	text-align: center;
	padding: 30px;
}

.safety-icon-wrap {
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, var(--royal-red), var(--gold));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 2.5rem;
	color: #fff;
	box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

/* Section 4: Vision (Full width dynamic) */
.vision-banner {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%), url('../images/about-vision.png') center/cover no-repeat;
	padding: 150px 0;
	border-radius: 50px;
	margin: 0 20px;
	border: 1px solid var(--glass-border);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
	.floating-cracker {
		display: none !important;
	}

	.section-main-title {
		font-size: 2.5rem;
	}

	.hero-content h1 {
		font-size: 3rem;
	}

	.legacy-split {
		flex-direction: column;
	}
}

/* --- Custom Responsive Padding --- */
@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}
}

/* --- Family Section Visibility Fix --- */
.family-section,
.family-section .text-white-50 {
	color: #222 !important;
}

.family-section .section-main-title,
.family-section h3,
.family-section h2 {
	color: #800000 !important;
	background: none !important;
	-webkit-text-fill-color: initial !important;
}

.family-section .family-card {
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(128, 0, 0, 0.2);
	backdrop-filter: blur(5px);
}

.family-section .list-unstyled span {
	color: #333 !important;
	font-weight: 600;
}

/* --- Vision Section Visibility Fix --- */
.vision-banner {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/about-vision.png') center/cover no-repeat !important;
}

.vision-banner h2 {
	color: #ffd700 !important;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 1);
	font-weight: 800;
}

.vision-banner p {
	color: #ffffff !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* --- Pillar Cards Styling --- */
.pillar-card {
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 215, 0, 0.2);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 30px;
	border-radius: 40px;
	text-align: center;
	transition: all 0.5s ease;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.pillar-card:hover,
.pillar-card.active {
	background: rgba(255, 215, 0, 0.05);
	border-color: #ffd700;
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.pillar-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #800000, #ffd700);
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	font-size: 2.5rem;
	color: #fff;
	box-shadow: 0 10px 25px rgba(128, 0, 0, 0.3);
}

.pillar-card h3 {
	font-family: 'Cinzel', serif;
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

/* Glass Section Background */
.glass-section-bg {
	background: linear-gradient(rgba(40, 0, 0, 0.9), rgba(10, 0, 0, 0.95)), url('../images/section_bg.jpg') center/cover repeat;
	background-attachment: fixed;
}

/* --- Footer Constant Animations --- */
.social-icon-btn {
	animation: iconPulse 3s infinite ease-in-out;
}

.contact-icon {
	animation: softFloat 4s infinite ease-in-out;
}

.text-gold {
	animation: shimmer 5s infinite linear;
}

.whatsapp-btn {
	animation: pulseGreen 2s infinite !important;
}

@keyframes iconPulse {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(255, 215, 0, 0);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
	}
}

@keyframes softFloat {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes pulseGreen {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

@keyframes shimmer {
	0% {
		filter: brightness(1) contrast(1);
	}

	50% {
		filter: brightness(1.3) contrast(1.1);
		text-shadow: 0 0 15px #ffd700;
	}

	100% {
		filter: brightness(1) contrast(1);
	}
}

/* --- Global Ambient Sparkle Effect --- */
.ambient-sparkle-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10000;
	overflow: hidden;
}

.sparkle-particle {
	position: absolute;
	background: radial-gradient(circle, #ffd700 0%, transparent 70%);
	border-radius: 50%;
	opacity: 0;
	animation: globalFloat 8s infinite ease-in-out;
}

.spice-1 {
	width: 4px;
	height: 4px;
	left: 10%;
	animation-delay: 0s;
}

.spice-2 {
	width: 6px;
	height: 6px;
	left: 30%;
	animation-delay: 2.5s;
}

.spice-3 {
	width: 3px;
	height: 3px;
	left: 55%;
	animation-delay: 1.2s;
}

.spice-4 {
	width: 5px;
	height: 5px;
	left: 80%;
	animation-delay: 4.8s;
}

.spice-5 {
	width: 4px;
	height: 4px;
	left: 20%;
	animation-delay: 3.1s;
}

.spice-6 {
	width: 7px;
	height: 7px;
	left: 85%;
	animation-delay: 0.5s;
}

@keyframes globalFloat {
	0% {
		transform: translateY(100vh) scale(0);
		opacity: 0;
	}

	20% {
		opacity: 0.8;
	}

	80% {
		opacity: 0.4;
	}

	100% {
		transform: translateY(-10vh) scale(1.5);
		opacity: 0;
	}
}
/* --- Absolute Mobile Icon Hide Fix --- */
@media (max-width: 991px) {
    .floating-cracker, .floating-sparkle, .cracker-1, .cracker-2 {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* --- Vision Banner Mobile Padding Fix --- */
@media (max-width: 991px) {
    .vision-banner {
        padding: 80px 30px !important;
        margin: 0 10px !important;
        border-radius: 20px !important;
    }
    .vision-banner h2 {
        font-size: 2rem !important;
    }
}

/* --- Premium Pill Button Mobile Fix --- */
@media (max-width: 991px) {
    .btn-premium-pill {
        white-space: nowrap !important;
        font-size: 0.75rem !important;
        padding: 8px 15px !important;
        letter-spacing: 0.5px !important;
    }
}

/* --- General Mobile Heading Font Fix --- */
@media (max-width: 767px) {
    .premium-title, .section-main-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
    .hero-slider h1 {
        font-size: 2.2rem !important;
    }
    .safety-hero h1 {
        font-size: 2rem !important;
    }
    .diwali-cta h2 {
        font-size: 1.8rem !important;
    }
}

/* --- Final Button Overlap Fix --- */
@media (max-width: 991px) {
    .btn-premium {
        padding: 8px 15px !important;
        white-space: nowrap !important;
        font-size: 0.75rem !important;
        display: inline-block !important;
        width: auto !important;
        text-align: center;
    }
}

/* --- Stat Numbers Re-Style Fix --- */
.stat-number {
    font-family: 'Cinzel', serif !important;
    background: linear-gradient(135deg, #800000, #ffd700) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block !important;
    font-weight: 800 !important;
}

/* --- Copyright TopBG Theme Styles --- */
.topbg {
    background: linear-gradient(to right, #800000, #2a0000, #800000) !important;
    border-top: 1px solid #ffd700 !important;
    padding: 15px 0 !important;
    margin-top: 50px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.topbg .smallfnt {
    font-size: 0.9rem !important;
    letter-spacing: 0.5px !important;
}
.topbg .head-clr {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: 0.3s !important;
}
.topbg .head-clr:hover {
    text-shadow: 0 0 10px #ffd700;
    filter: brightness(1.2);
}

/* --- Active Nav Link Styles --- */
.nav-link.active {
    color: #ffd700 !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8) !important;
}
.nav-link.active::before {
    width: 80% !important;
}
