@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

a {
	text-decoration: none !important;
}

li {
	list-style-type: none !important;
}

html,
body {
	overflow-x: hidden;
}

p {
	font-size: 18px;
}

.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;
}

.arial {
	font-family: Arial, sans-serif;
	font-weight: 600;
}

.helvetica {
	font-family: helvetica, sans-serif;
}

.logo {
	padding-left: 100px;
}

.logo a {
	font-size: 35px;
	color: #5A189A;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.logo a :hover {
	font-size: 40px;
	color: gold !important;
}

.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	color: black;
	background: #0033FF;
	background: linear-gradient(90deg, rgba(0, 51, 255, 1) 0%, rgba(6, 0, 171, 1) 35%, rgba(0, 3, 61, 1) 100%);
	color: #fff;
}

.navbar-light .navbar-nav .nav-link {
	color: black !important;
	font-size: 20px !important;
	transform: none !important;
	/* Keep it straight on mobile */
	margin: 10px 0;
	/* Add vertical spacing so links don't touch */
	display: block;
	text-align: left;
}

.lik {
	padding: 0px 10px;
}

.nav-link {
	text-decoration: none;
	transition: all 0.4s;
	position: relative;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #f7c600 !important;
	transform: rotate(-10deg);
}

.nav-link:hover {
	transform: rotate(-10deg);
}

.nav-link::before,
.nav-link::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #ffce54;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
}

.nav-link:hover::before {
	animation: sparkle-fall 0.8s linear infinite;
}

.nav-link:hover::after {
	animation: sparkle-fall 1s linear infinite 0.2s;
}

.navbar-light .navbar-nav .active>.nav-link::before {
	animation: sparkle-fall 0.8s linear infinite;
}

.navbar-light .navbar-nav .active>.nav-link::after {
	animation: sparkle-fall 1s linear infinite 0.2s;
}

.p-tag {
	font-size: 15px;
}

.step-box {
	text-align: center;
	position: relative;
	z-index: 2;
}

.step-icon-wrap {
	width: 110px;
	height: 110px;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 50%;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: var(--primary-purple);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-box:hover .step-icon-wrap {
	background-color: var(--primary-purple);
	color: #fff;
	border-color: var(--primary-purple);
	transform: scale(1.1);
	box-shadow: 0 15px 30px rgba(90, 24, 154, 0.3);
}

.step-number {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: var(--accent-gold);
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-purple);
	margin-bottom: 15px;
}

.step-box p {
	font-size: 15px;
	color: var(--text-muted);
	padding: 0 10px;
}


/* Section 1: Feature + Image Layout */
.section-feature-celebration {
	padding: 100px 0;
	background-color: #fff;
	overflow: visible;
}

.feature-layout-container {
	position: relative;
}

.overlap-card {
	background-color: var(--primary-purple);
	color: #fff;
	padding: 50px 40px;
	border-radius: 4px;
	position: relative;
	z-index: 5;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
	margin-top: 50px;
	opacity: 0.8;
}

.topbg {
	background: linear-gradient(135deg, #240046 0%, #5A189A 50%, #3C096C 100%);
	color: white;
}

@media (min-width: 992px) {
	.overlap-card {
		margin-right: -100px;
		margin-top: 80px;
		transform: translateY(20px);
	}
}

.feature-item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.feature-item:last-child {
	margin-bottom: 0;
}

.feature-icon-circle {
	font-size: 35px !important;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	color: var(--accent-gold);
	font-size: 20px;
}

.feature-para {
	padding-left: 25px;
}

.feature-para h3 {
	font-size: 20px;
	color: white;
}

.celebration-image-container {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.celebration-image-container img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.celebration-image-container:hover img {
	transform: scale(1.05);
}

.celebration-content {
	padding-left: 30px;
}

.celebration-heading {
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	color: var(--primary-purple);
	margin-bottom: 20px;
	line-height: 1.2;
}

.celebration-desc {
	color: var(--text-main);
	line-height: 1.8;
	margin-bottom: 30px;
}

.btn-explore {
	background-color: var(--accent-gold) !important;
	color: #fff;
	padding: 12px 35px;
	border-radius: 50px;
	font-weight: 600;
	/* border: none; */
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px !important;
}

.btn-explore:hover {
	background-color: var(--accent-gold-hover);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

/* Section 2: Process / Steps Layout */
.section-process {
	padding: 100px 0;
	background-color: var(--bg-light);
}

.process-title {
	text-align: center;
	margin-bottom: 70px;
}

.process-title h2 {
	color: var(--primary-purple);
	font-weight: 800;
	position: relative;
	display: inline-block;
}

.process-title h2:after {
	content: '';
	width: 60px;
	height: 4px;
	background: var(--accent-gold);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.process-steps-container {
	position: relative;
}

/* Connection Line */
.steps-line {
	position: absolute;
	top: 55px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: #ddd;
	z-index: 1;
}

.child-image {
	position: absolute;
	top: 350px;
	z-index: 10;
}

.section-products {
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fcfcfc' href='%23s' y='2'/%3E%3Cuse fill='%23fcfcfc' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s'/%3E%3Cuse fill='%23f7f7f7' href='%23s' x='2'/%3E%3Cuse fill='%23f7f7f7' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f5f5f5'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f5f5f5'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f2f2f2'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23efefef'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23F60'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;

	padding: 80px 0;
}



/* Section 3: Statistics / Counter Section */
.section-stats {
	padding: 100px 0;
	background: url('../images/fireworks_stats_bg.png') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	color: #fff;
}

.section-stats::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30, 0, 50, 0.85);
	/* Dark purple overlay */
	z-index: 1;
}

.section-stats .container {
	position: relative;
	z-index: 2;
}

.stat-title {
	margin-bottom: 60px;
}

.stat-title h2 {
	color: var(--accent-gold);
	font-weight: 800;
	margin-bottom: 15px;
}

.stat-title p {
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
}

.stat-box {
	text-align: center;
	padding: 40px 25px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	height: 100%;
	backdrop-filter: blur(5px);
}

.stat-box:hover {
	transform: translateY(-15px);
	background: rgba(90, 24, 154, 0.2);
	border-color: var(--accent-gold);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.stat-icon {
	font-size: 45px;
	color: var(--accent-gold);
	margin-bottom: 25px;
	display: inline-block;
	transition: transform 0.5s ease;
}

.stat-box:hover .stat-icon {
	transform: rotateY(360deg);
}

.stat-number {
	font-size: 50px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}

.stat-box h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--accent-gold);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.stat-box p {
	font-size: 15px !important;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.5;
	margin: 0;
}

.family-img img {
	width: 100%;
	height: auto;

	/* Apply SVG as mask */
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M920.7 444.6c29.5-58 5.5-128.8-53.2-156.8 5-64.8-44.3-121-109.2-124.5a115.7 115.7 0 0 0-148.5-73.2 115.7 115.7 0 0 0-165.2-10.8 115.7 115.7 0 0 0-156.8 53.2c-64.8-5-121 44.3-124.5 109.2a115.7 115.7 0 0 0-73.2 148.5 115.7 115.7 0 0 0-10.8 165.2 115.7 115.7 0 0 0 53.2 156.8c-5 64.8 44.3 121 109.2 124.5a115.7 115.7 0 0 0 148.5 73.2 115.7 115.7 0 0 0 165.2 10.9c58 29.4 128.8 5.4 156.8-53.3 64.8 5 121-44.2 124.5-109.1a115.7 115.7 0 0 0 73.2-148.5 115.7 115.7 0 0 0 10.8-165.3Z"/></svg>');

	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;

	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><path d="M920.7 444.6c29.5-58 5.5-128.8-53.2-156.8 5-64.8-44.3-121-109.2-124.5a115.7 115.7 0 0 0-148.5-73.2 115.7 115.7 0 0 0-165.2-10.8 115.7 115.7 0 0 0-156.8 53.2c-64.8-5-121 44.3-124.5 109.2a115.7 115.7 0 0 0-73.2 148.5 115.7 115.7 0 0 0-10.8 165.2 115.7 115.7 0 0 0 53.2 156.8c-5 64.8 44.3 121 109.2 124.5a115.7 115.7 0 0 0 148.5 73.2 115.7 115.7 0 0 0 165.2 10.9c58 29.4 128.8 5.4 156.8-53.3 64.8 5 121-44.2 124.5-109.1a115.7 115.7 0 0 0 73.2-148.5 115.7 115.7 0 0 0 10.8-165.3Z"/></svg>');

	mask-size: cover;
	mask-repeat: no-repeat;
	mask-position: center;
}


/* Apply to images */
.family1-img img {
	animation: floatUpDown 3s ease-in-out infinite;
	animation-delay: 0s;
}

.diwali-img img {
	animation: floatUpDown 3s ease-in-out infinite,
		rotateSoft 3s ease-in-out infinite;
	animation-delay: 0s;
}

.section-specialization {
	position: relative;
}

/* Chakra Common Style */
.chakra {
	position: absolute;
	width: 200px;
	opacity: 0.8;
	z-index: 0;
	animation: rotateChakra 6s linear infinite;
}

/* Left Side */
.chakra-left {
	left: 100px;
	top: 15%;
}

/* Right Side */
.chakra-right {
	right: 100px;
	top: 15%;
}

.chakra-left {
	animation: rotateChakra 6s linear infinite, floatLeft 4s ease-in-out infinite;
}

.chakra-right {
	animation: rotateChakra 6s linear infinite, floatRight 4s ease-in-out infinite;
}

@keyframes floatLeft {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(180deg);
	}
}

@keyframes floatRight {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(20px) rotate(-180deg);
	}
}

/* Rotation Animation */
@keyframes rotateChakra {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


/* Floating animation */
@keyframes floatUpDown {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* Small rotate animation */
@keyframes rotateSoft {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes sparkle-fall {
	0% {
		opacity: 1;
		transform: translate(0, 0) scale(1);
	}

	30% {
		opacity: 1;
		transform: translate(10px, 20px) scale(0.8);
	}

	60% {
		opacity: 0.8;
		transform: translate(-10px, 40px) scale(0.6);
	}

	100% {
		opacity: 0;
		transform: translate(5px, 60px) scale(0.3);
	}
}

.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;
	}
}


@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.logo {
		padding-left: 0px;
	}

	.feature-icon-circle {
		padding: 10px;
	}

	.feature-para {
		padding-left: 15px;
	}

	.feature-item {
		margin-bottom: 15px;
	}

	.overlap-card {
		position: relative !important;
		margin-right: 0;
		margin-top: 20px;
	}

	.feature-para {
		padding-left: 15px;
	}

	.festival-heading {
		font-size: 1.8rem !important;
		letter-spacing: 2px;
	}

	.festival-subheading {
		font-size: 1.2rem !important;
		padding: 0 15px !important;
	}

	.section-festival {
		padding: 80px 0 !important;
	}

	.festival-cta .btn-premium {
		font-size: 15px !important;
	}

	.section-products {
		padding: 60px 0;
	}

	.product-img-wrap {
		height: 200px;
	}

	.product-content {
		padding: 20px;
	}

	.section-mega-offer {
		padding: 70px 0;
	}

	.offer-title {
		font-size: 32px !important;
	}

	.offer-subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.btn-glow {
		padding: 15px 40px;
		font-size: 18px;
	}

	.main-footer {
		padding: 60px 0 0;
	}

	.footer-title {
		margin-top: 30px;
	}

	.social-icons {
		flex-wrap: wrap;
	}

	.welcome-cracker-section {
		padding: 50px 0 20px;
		text-align: center;
	}

	.welcome-box {
		border-left: none;
		padding-left: 0;
	}

	.welcome-title {
		font-size: 2.2rem !important;
	}

	.inner-banner {
		padding: 80px 0 50px !important;
	}

	.inner-banner h1 {
		font-size: 2.5rem !important;
	}

	/* About Core Responsive */
	.about-canvas {
		padding: 40px 20px !important;
		border-radius: 20px !important;
	}

	.about-main-title {
		font-size: 2.2rem !important;
	}

	.about-description {
		font-size: 1.1rem !important;
		padding-left: 15px !important;
	}

	.about-feature-box {
		flex-direction: column;
		gap: 15px !important;
		margin-top: 30px !important;
	}

	.feature-pill {
		padding: 25px !important;
	}

	.pill-icon {
		width: 50px !important;
		height: 50px !important;
		font-size: 1.2rem !important;
	}

	.family-img {
		margin-top: 30px;
	}

	.chakra {
		width: 100px;
	}

	.chakra-left {
		left: -5px;
		top: 0% !important;
	}

	.chakra-right {
		right: -5px;
		top: 12% !important;
	}

	.cele-text {
		font-size: 30px !important;
	}

	.lead {
		font-size: 16px !important;
	}
}


@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.logo {
		padding-left: 10px;
	}

	.overlap-card {
		position: relative !important;
	}

	.stat-box {
		margin-bottom: 30px;
	}

	.child-image {
		display: none;
	}

	/* About Core Tablet Responsive */
	.section-about-core {
		padding: 80px 0;
	}

	.about-canvas {
		padding: 50px 30px;
	}

	.about-main-title {
		font-size: 2.8rem;
	}

	.about-feature-box {
		flex-direction: column;
		gap: 20px;
	}

	.offer-title {
		font-size: 30px !important;
	}

	.offer-subtitle {
		font-size: 20px !important;
	}

	.welcome-title {
		font-size: 2.8rem !important;
	}

	.about-main-title {
		font-size: 2.2rem !important;
	}

	.about-description {
		font-size: 18px !important;
		padding-left: 15px !important;
	}

	.about-feature-box {
		flex-direction: column;
		gap: 15px !important;
		margin-top: 30px !important;
	}

	.feature-pill {
		padding: 25px !important;
	}

	.pill-icon {
		width: 50px !important;
		height: 50px !important;
		font-size: 1.2rem !important;
	}

	.cele-text {
		font-size: 30px !important;
	}

	.lead {
		font-size: 16px !important;
	}

	.chakra-left {
		left: 10px;
		top: -1%;
	}

	.chakra-right {
		right: 10px;
		top: -3%;
	}

}

#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:hover .tooltip {
	opacity: 1; /* Show on hover */
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.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);
}
/* Fireworks Theme Variables */
:root {
	--primary-purple: #5A189A;
	--primary-dark: #3C096C;
	--accent-gold: #D4AF37;
	--accent-gold-hover: #B8860B;
	--text-main: #333333;
	--text-muted: #666666;
	--bg-light: #F8F9FA;
}

/* Section 4: Product Collection Section */
.section-products {
	padding: 100px 0;
	background-color: #fff;
}

.product-title {
	text-align: center;
	margin-bottom: 70px;
}

.product-title h2 {
	color: var(--primary-purple);
	font-weight: 800;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.product-title h2::after {
	content: '';
	width: 80px;
	height: 4px;
	background: var(--accent-gold);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.product-title p {
	color: var(--text-muted);
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto;
}

.product-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #f0f0f0;
	margin-top: 30px;
}

.product-card:hover {
	transform: translateY(-15px);
	box-shadow: 0 20px 40px rgba(90, 24, 154, 0.15);
	border-color: rgba(90, 24, 154, 0.1);
}

.product-img-wrap {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.product-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.product-card:hover .product-img-wrap img {
	transform: scale(1.1);
}

.product-tag {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--accent-gold);
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 2;
}

.product-content {
	padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.product-content h3 {
	font-size: 22px;
	font-weight: 700;
	color: var(--primary-purple);
	margin-bottom: 15px;
}

.product-content p {
	font-size: 15px !important;
	color: var(--text-muted);
	line-height: 1.6;
	margin-bottom: 25px;
	flex-grow: 1;
}

.btn-product {
	background-color: transparent;
	color: var(--primary-purple);
	border: 2px solid var(--primary-purple);
	padding: 10px 25px;
	border-radius: 50px;
	font-weight: 700;
	transition: all 0.3s ease;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: auto;
}

.product-card:hover .btn-product {
	background-color: var(--primary-purple);
	color: #fff;
}

/* Section 5: Festival Mega Offer Banner */
.section-mega-offer {
	padding: 100px 0;
	background: linear-gradient(135deg, #240046 0%, #5A189A 50%, #3C096C 100%);
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.section-mega-offer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	/* Subtle dark overlay to improve text readability */
	z-index: 1;
}

/* Sparkle Background Elements */
.sparkle-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.sparkle {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	opacity: 0.6;
	animation: floatUp 4s infinite linear;
}

@keyframes floatUp {
	0% {
		transform: translateY(100%) scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 0.8;
	}

	100% {
		transform: translateY(-100px) scale(1.2);
		opacity: 0;
	}
}

.offer-content {
	position: relative;
	z-index: 3;
}

.offer-title {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 2px;
	color: var(--accent-gold);
	text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.offer-subtitle {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
	color: rgba(255, 255, 255, 0.9);
}

/* Glowing Shop Now Button */
.btn-glow {
	background-color: var(--accent-gold);
	color: #fff;
	padding: 18px 50px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
	transition: all 0.4s ease;
	position: relative;
}

.btn-glow:hover {
	background-color: #fff;
	color: var(--primary-purple);
	transform: scale(1.05);
	box-shadow: 0 0 35px rgba(255, 255, 255, 0.8);
}

/* Button Pulse Animation */
.btn-glow::after {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border-radius: 55px;
	background: rgba(255, 255, 255, 0.3);
	z-index: -1;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

/* Section 6: Premium Modern Footer */
.footer-divider {
	position: relative;
	width: 100%;
	line-height: 0;
	z-index: 5;
	margin-top: -1px;
}

.footer-divider svg {
	display: block;
	width: calc(100% + 1.3px);
	height: 100px;
}

.main-footer {
	background: #1A0D2E;
	background: linear-gradient(180deg, #1A0D2E 0%, #0F081A 100%);
	padding: 80px 0 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

/* Spark Elements in Footer Background */
.footer-sparks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.spark-burst {
	position: absolute;
	width: 2px;
	height: 2px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #FFD700;
	opacity: 0;
	animation: burst 4s infinite ease-out;
}

@keyframes burst {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	40% {
		transform: scale(100);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.footer-container {
	position: relative;
	z-index: 2;
}

.footer-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--accent-gold);
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-desc {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
	margin-bottom: 25px;
}

.footer-links {
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-links a:hover {
	color: var(--accent-gold);
	transform: translateX(5px);
	text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.8);
}

.footer-contact-item i {
	font-size: 20px;
	color: #FF4D00;
	margin-right: 15px;
	margin-top: 5px;
}

.map-container {
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.social-bar {
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 50px;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.social-link {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 50%;
	transition: all 0.4s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
	background: var(--accent-gold);
	color: #000;
	transform: translateY(-8px) rotate(360deg);
	box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.footer-bottom {
	background: #0F081A;
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	margin: 0;
}

.copyright a {
	color: var(--accent-gold);
}

/* Section 0: Welcome Section */
.welcome-cracker-section {
	padding: 80px 0 20px;
	background-color: #fff;
	position: relative;
}

.welcome-box {
	position: relative;
	padding-left: 20px;
	border-left: 5px solid var(--accent-gold);
}

.welcome-badge {
	display: inline-block;
	background: var(--primary-purple);
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.welcome-title {
	font-size: 3.5rem;
	font-weight: 900;
	color: var(--primary-purple);
	line-height: 1.1;
	margin-bottom: 25px;
}

.gradient-text-welcome {
	background: linear-gradient(45deg, var(--primary-purple) 0%, var(--accent-gold) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.welcome-para-unique {
	font-size: 20px !important;
	color: var(--text-muted);
	max-width: 550px;
	line-height: 1.6;
}


/* About Page Specific Styles */
.inner-banner {
	padding: 120px 0 80px;
	background: linear-gradient(135deg, #240046 0%, #5A189A 50%, #3C096C 100%);
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.inner-banner::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
	animation: rotate 20s linear infinite;
	z-index: 1;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.inner-banner-content {
	position: relative;
	z-index: 2;
}

.inner-banner h1 {
	font-size: 4rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: var(--accent-gold);
}

.breadcrumb-custom {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-weight: 600;
}

.breadcrumb-custom a {
	color: #fff;
	text-decoration: none;
}

.breadcrumb-custom .active {
	color: var(--accent-gold);
}

/* Unique Specialization Section */
.section-specialization {
	padding: 100px 0;
	background-color: #f8f9fa;
}

.spec-card {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border-bottom: 5px solid transparent;
	height: 100%;
}

.spec-card:hover {
	transform: translateY(-10px);
	border-bottom-color: var(--accent-gold);
	box-shadow: 0 20px 40px rgba(90, 24, 154, 0.1);
}

.spec-icon {
	width: 70px;
	height: 70px;
	background: rgba(90, 24, 154, 0.1);
	color: var(--primary-purple);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border-radius: 15px;
	margin-bottom: 25px;
}

.spec-card h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--primary-purple);
}

.spec-card p {
	color: var(--text-muted);
	line-height: 1.7;
}

/* Festival Section */
.section-festival {
	padding: 120px 0;
	background: url('../images/festival-bg.png') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
}

.section-festival::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

.section-festival .container {
	position: relative;
	z-index: 2;
}

.festival-heading {
	font-size: 3.5rem;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: var(--accent-gold);
	text-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
}

.festival-subheading {
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 45px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.7;
	font-style: italic;
}

.festival-cta .btn-premium {
	background: linear-gradient(135deg, var(--accent-gold) 0%, #B8860B 100%);
	color: #fff;
	padding: 18px 50px;
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
	display: inline-block;
	text-decoration: none;
}

.festival-cta .btn-premium:hover {
	transform: translateY(-8px) scale(1.05);
	box-shadow: 0 20px 45px rgba(212, 175, 55, 0.6);
	color: #fff;
	background: linear-gradient(135deg, #FFD700 0%, var(--accent-gold) 100%);
}

/* Floating Spark Animations */
.spark-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.spark {
	position: absolute;
	width: 3px;
	height: 3px;
	background: var(--accent-gold);
	border-radius: 50%;
	opacity: 0;
	filter: blur(1px);
}

@keyframes float-up {
	0% {
		transform: translateY(110%) translateX(0) scale(0);
		opacity: 0;
	}

	20% {
		opacity: 0.8;
		transform: translateY(80%) translateX(20px) scale(1);
	}

	50% {
		opacity: 1;
		transform: translateY(50%) translateX(-20px) scale(1.5);
	}

	80% {
		opacity: 0.8;
		transform: translateY(20%) translateX(20px) scale(1);
	}

	100% {
		transform: translateY(-10%) translateX(0) scale(0);
		opacity: 0;
	}
}

.spark:nth-child(1) {
	left: 5%;
	animation: float-up 8s infinite 0s;
}

.spark:nth-child(2) {
	left: 15%;
	animation: float-up 12s infinite 1s;
}

.spark:nth-child(3) {
	left: 25%;
	animation: float-up 10s infinite 2s;
}

.spark:nth-child(4) {
	left: 35%;
	animation: float-up 14s infinite 0.5s;
}

.spark:nth-child(5) {
	left: 45%;
	animation: float-up 9s infinite 3s;
}

.spark:nth-child(6) {
	left: 55%;
	animation: float-up 11s infinite 1.5s;
}

.spark:nth-child(7) {
	left: 65%;
	animation: float-up 13s infinite 2.5s;
}

.spark:nth-child(8) {
	left: 75%;
	animation: float-up 10s infinite 0.2s;
}

.spark:nth-child(9) {
	left: 85%;
	animation: float-up 12s infinite 1.2s;
}

.spark:nth-child(10) {
	left: 95%;
	animation: float-up 15s infinite 2.2s;
}

/* Redesigned About Core Section */
.section-about-core {
	background: #fafbff;
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.section-about-core::after {
	content: '';
	position: absolute;
	bottom: -150px;
	left: -150px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(90, 24, 154, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 0;
}

.about-canvas {
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 40px 100px rgba(90, 24, 154, 0.12);
	padding: 80px;
	position: relative;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}

.about-tagline {
	font-weight: 800;
	color: var(--accent-gold);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
	display: block;
}

.about-main-title {
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 30px;
	background: linear-gradient(to right, var(--primary-purple), #7B2CBF);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-description {
	font-size: 1.25rem;
	line-height: 1.9;
	color: #555;
	margin-bottom: 40px;
	border-left: 4px solid var(--accent-gold);
	padding-left: 30px;
}

.about-feature-box {
	display: flex;
	gap: 25px;
	margin-top: 50px;
}

.feature-pill {
	flex: 1;
	padding: 40px;
	background: #fdfcff;
	border-radius: 25px;
	border: 1px solid #f0eaff;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-pill:hover {
	transform: translateY(-15px);
	background: #fff;
	box-shadow: 0 25px 50px rgba(90, 24, 154, 0.08);
	border-color: var(--accent-gold);
}

.pill-icon {
	width: 70px;
	height: 70px;
	background: var(--primary-purple);
	color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	margin-bottom: 25px;
	box-shadow: 0 10px 20px rgba(90, 24, 154, 0.2);
}

.pill-content h4 {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--primary-purple);
	margin-bottom: 15px;
}

.pill-content p {
	font-size: 1rem;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.about-sparkle-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.about-sparkle {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	opacity: 0;
	filter: blur(1px);
	animation: sparkle-move 8s infinite linear;
}

.about-sparkle.gold {
	background: #D4AF37;
	box-shadow: 0 0 10px #D4AF37, 0 0 20px #D4AF37;
}

.about-sparkle.purple {
	background: #5A189A;
	box-shadow: 0 0 10px #5A189A, 0 0 20px #5A189A;
}

@keyframes sparkle-move {
	0% {
		top: 110%;
		left: calc(var(--start-x) * 1%);
		transform: scale(0);
		opacity: 0;
	}

	20% {
		top: 80%;
		left: calc(var(--start-x) * 1% + 2%);
		opacity: 0.8;
		transform: scale(1);
	}

	40% {
		top: 50%;
		left: calc(var(--start-x) * 1% - 3%);
		transform: scale(1.5);
		opacity: 1;
	}

	60% {
		top: 30%;
		left: calc(var(--start-x) * 1% + 2.5%);
		transform: scale(1);
		opacity: 0.8;
	}

	80% {
		top: 10%;
		left: calc(var(--start-x) * 1% - 1.5%);
		transform: scale(0.5);
		opacity: 0.4;
	}

	100% {
		top: -10%;
		left: calc(var(--start-x) * 1%);
		transform: scale(0);
		opacity: 0;
	}
}

/* Individual Sparkle Settings with variations in speed and position */
.about-sparkle:nth-child(1) {
	--start-x: 5;
	animation: sparkle-move 8s infinite linear, twinkle 2s infinite ease-in-out;
	width: 6px;
	height: 6px;
}

.about-sparkle:nth-child(2) {
	--start-x: 20;
	animation: sparkle-move 12s infinite linear, twinkle 3s infinite ease-in-out;
	width: 4px;
	height: 4px;
}

.about-sparkle:nth-child(3) {
	--start-x: 35;
	animation: sparkle-move 10s infinite linear, twinkle 2.5s infinite ease-in-out;
	width: 8px;
	height: 8px;
}

.about-sparkle:nth-child(4) {
	--start-x: 50;
	animation: sparkle-move 14s infinite linear, twinkle 4s infinite ease-in-out;
	width: 5px;
	height: 5px;
}

.about-sparkle:nth-child(5) {
	--start-x: 65;
	animation: sparkle-move 9s infinite linear, twinkle 1.5s infinite ease-in-out;
	width: 7px;
	height: 7px;
}

.about-sparkle:nth-child(6) {
	--start-x: 80;
	animation: sparkle-move 11s infinite linear, twinkle 2.8s infinite ease-in-out;
	width: 4px;
	height: 4px;
}

.about-sparkle:nth-child(7) {
	--start-x: 90;
	animation: sparkle-move 13s infinite linear, twinkle 3.5s infinite ease-in-out;
	width: 6px;
	height: 6px;
}

.about-sparkle:nth-child(8) {
	--start-x: 15;
	animation: sparkle-move 15s infinite linear, twinkle 2.2s infinite ease-in-out;
	width: 5px;
	height: 5px;
}

.about-sparkle:nth-child(9) {
	--start-x: 42;
	animation: sparkle-move 10s infinite linear, twinkle 2.1s infinite ease-in-out;
	width: 6px;
	height: 6px;
}

.about-sparkle:nth-child(10) {
	--start-x: 72;
	animation: sparkle-move 12s infinite linear, twinkle 3.2s infinite ease-in-out;
	width: 5px;
	height: 5px;
}

.about-sparkle:nth-child(11) {
	--start-x: 28;
	animation: sparkle-move 14s infinite linear, twinkle 2.8s infinite ease-in-out;
	width: 7px;
	height: 7px;
}

.about-sparkle:nth-child(12) {
	--start-x: 58;
	animation: sparkle-move 11s infinite linear, twinkle 3.8s infinite ease-in-out;
	width: 4px;
	height: 4px;
}

/* Stagger animations for smoother look */
.about-sparkle:nth-child(1) {
	animation-delay: 0s;
}

.about-sparkle:nth-child(2) {
	animation-delay: 2s;
}

.about-sparkle:nth-child(3) {
	animation-delay: 4s;
}

.about-sparkle:nth-child(4) {
	animation-delay: 1.5s;
}

.about-sparkle:nth-child(5) {
	animation-delay: 3.5s;
}

.about-sparkle:nth-child(6) {
	animation-delay: 0.5s;
}

.about-sparkle:nth-child(7) {
	animation-delay: 5s;
}

.about-sparkle:nth-child(8) {
	animation-delay: 6s;
}

.about-sparkle:nth-child(9) {
	animation-delay: 1s;
}

.about-sparkle:nth-child(10) {
	animation-delay: 3s;
}

/* Safety Tips Page Styles */
.safety-divider {
	width: 60px;
	height: 4px;
	background: var(--accent-gold);
}

.section-dos-donts {
	padding: 20px 0 100px;
}

.safety-card {
	background: #fff;
	border-radius: 30px;
	padding: 50px 40px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
	border: 1px solid rgba(0, 0, 0, 0.03);
	position: relative;
	overflow: hidden;
}

.safety-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 70px rgba(90, 24, 154, 0.1);
}

.card-header-safety {
	text-align: center;
	margin-bottom: 40px;
}

.icon-circle {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	margin: 0 auto 20px;
}

.icon-circle.success {
	background: rgba(6, 214, 160, 0.1);
	color: #06D6A0;
}

.icon-circle.danger {
	background: rgba(239, 35, 60, 0.1);
	color: #EF233C;
}

.card-header-safety h3 {
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 5px;
	color: var(--primary-purple);
}

.safety-subtitle {
	font-size: 1rem;
	color: var(--text-muted);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.safety-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.safety-list li {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.safety-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.list-bullet {
	font-size: 1.5rem;
	flex-shrink: 0;
}

.list-do .list-bullet {
	color: #06D6A0;
}

.list-dont .list-bullet {
	color: #EF233C;
}

.list-text {
	font-size: 1.05rem;
	color: #444;
	line-height: 1.6;
}

.list-text strong {
	color: var(--primary-purple);
	display: block;
	margin-bottom: 3px;
}

.emergency-box {
	background: linear-gradient(135deg, var(--primary-purple) 0%, #7B2CBF 100%);
	color: #fff;
	padding: 60px 40px;
	border-radius: 40px;
	box-shadow: 0 20px 50px rgba(90, 24, 154, 0.3);
}

.emergency-icon {
	font-size: 3.5rem;
	color: var(--accent-gold);
	margin-bottom: 20px;
	animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.emergency-box h4 {
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 15px;
}

.emergency-box p {
	font-size: 1.3rem;
	margin: 0;
	opacity: 0.9;
}

@media (max-width: 767px) {
	.safety-card {
		padding: 40px 25px;
	}

	.card-header-safety h3 {
		font-size: 2rem;
	}

	.emergency-box h4 {
		font-size: 1.8rem;
	}
}

.about-sparkle:nth-child(11) {
	animation-delay: 5.5s;
}

.about-sparkle:nth-child(12) {
	animation-delay: 2.5s;
}

@keyframes twinkle {

	0%,
	100% {
		opacity: 0.3;
		transform: scale(0.8);
	}

	50% {
		opacity: 1;
		transform: scale(1.2);
	}
}

.shooting-spark {
	position: absolute;
	width: 2px;
	height: 30px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #D4AF37);
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}

.shooting-spark:nth-child(13) {
	top: 20%;
	left: 10%;
	animation: shoot 5s infinite 1s;
}

.shooting-spark:nth-child(14) {
	top: 60%;
	left: 80%;
	animation: shoot 7s infinite 3s;
}

@keyframes shoot {
	0% {
		transform: translateY(-100px) rotate(45deg);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	20% {
		transform: translateY(200px) translateX(200px) rotate(45deg);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* Contact Page Styles */
.section-contact-info {
	padding-bottom: 50px;
}

.contact-card {
	background: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
	border: 1px solid rgba(0, 0, 0, 0.02);
	height: 100%;
	border: 3px solid var(--primary-purple);
}

.contact-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 45px rgba(90, 24, 154, 0.12);
	border: 3px solid var(--accent-gold);
}

.contact-card.active {
	background: var(--primary-purple);
	color: #fff;
}

.contact-icon-box {
	width: 60px;
	height: 60px;
	background: rgba(90, 24, 154, 0.1);
	color: var(--primary-purple);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin: 0 auto 20px;
	transition: all 0.4s ease;
}

.contact-card.active .contact-icon-box {
	background: rgba(255, 255, 255, 0.2);
	color: var(--accent-gold);
}

.contact-card:hover .contact-icon-box {
	animation: rotate-y 1s;
}

@keyframes rotate-y {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.contact-card h4 {
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-card.active p {
	color: rgba(255, 255, 255, 0.8);
}

.contact-card p {
	font-size: 0.95rem;
	margin: 0;
	color: #666;
	line-height: 1.6;
}

.contact-form-wrapper {
	background: #fff;
	padding: 50px;
	border-radius: 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.bg-gold {
	background-color: var(--accent-gold);
	color: #fff;
}

.premium-form .form-control {
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 12px;
	background: #fdfbff;
	transition: all 0.3s ease;
}

.premium-form .form-control:focus {
	background: #fff;
	border-color: var(--primary-purple);
	box-shadow: 0 0 15px rgba(90, 24, 154, 0.1);
}

.btn-premium-gradient {
	background: linear-gradient(135deg, var(--primary-purple) 0%, #7B2CBF 100%);
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	border-radius: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	transition: all 0.4s ease;
}

.btn-premium-gradient:hover {
	background: linear-gradient(135deg, #7B2CBF 0%, var(--primary-purple) 100%);
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(90, 24, 154, 0.2);
	color: #fff;
}

.contact-map-wrapper {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.02);
	min-height: 450px;
}

@media (max-width: 991px) {
	.contact-form-wrapper {
		padding: 40px 25px;
	}

	.contact-map-wrapper {
		height: 400px;
	}
}


.price-list-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 8px 14px;
  border-radius: 6px;

  background-color: #0d6efd;
  color: #fff;

  font-size: 14px;
  font-weight: 500;
  text-decoration: none;

  transition: all 0.25s ease;
}

.price-list-btn:hover {
  background-color: #0b5ed7;
  color: #fff;
  transform: translateY(-1px);
}

.price-list-btn:active {
  transform: scale(0.98);
}

.price-list-btn i {
  font-size: 14px;
}