@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;}
.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;}}


@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;}
}

#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;
}

/* Floral Navbar Styles */
.floral-navbar {
    background-color: #2C114E;
    background-image: radial-gradient(circle at top left, rgba(255, 123, 64, 0.15), transparent 40%),
                      radial-gradient(circle at bottom right, rgba(255, 175, 64, 0.15), transparent 40%);
    position: relative;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #FF7B40;
}

.floral-navbar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0.15;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c16.568 0 30 13.432 30 30S46.568 60 30 60 0 46.568 0 30 13.432 0 30 0zm0 4C15.64 4 4 15.64 4 30s11.64 26 26 26 26-11.64 26-26S44.36 4 30 4zm0 10c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm0 4c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 8c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4z' fill='%23FFD369' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    height: 80px;
}

.nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1001;
}

.nav-logo img {
    height: 60px;
    width: auto;
    border-radius: 50%;
    border: 2px solid #FFAF40;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 10px rgba(255, 175, 64, 0.5);
    transition: transform 0.3s ease;
}

.nav-logo img:hover {
    transform: rotate(15deg) scale(1.05);
}

.nav-menu {
    display: flex;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-links {
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.nav-links::after {
    content: '✿';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    color: #FF7B40;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.nav-links:hover {
    color: #FFAF40;
}

.nav-links:hover::after {
    transform: translateX(-50%) scale(1);
}

.nav-btn {
    background: linear-gradient(45deg, #FF7B40, #FFAF40);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    margin-left: 20px;
    box-shadow: 0 4px 15px rgba(255, 123, 64, 0.4);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: inline-block;
}

.nav-btn:hover {
    background: transparent;
    border-color: #FFAF40;
    color: #FFAF40;
    box-shadow: 0 6px 20px rgba(255, 175, 64, 0.6);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    cursor: pointer;
    z-index: 1001;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background-color: #FFAF40;
    border-radius: 3px;
}

@media screen and (max-width: 992px) {
    .nav-container {
        padding: 10px 20px;
    }
    
    .nav-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 80px;
        left: -100%;
        opacity: 0;
        transition: all 0.5s ease;
        background-color: #2C114E;
        background-image: radial-gradient(circle at top right, rgba(255, 123, 64, 0.1), transparent 50%);
        border-bottom: 2px solid #FF7B40;
        box-shadow: 0 10px 15px rgba(0,0,0,0.3);
        padding-bottom: 20px;
    }

    .nav-menu.active {
        left: 0;
        opacity: 1;
        z-index: 999;
    }

    .nav-links {
        text-align: center;
        padding: 15px;
        width: 100%;
    }

    .nav-links::after {
        display: none;
    }

    .nav-btn {
        margin: 20px auto 10px;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle.is-active .bar:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-toggle.is-active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

/* Top Marquee Styles */
.top-marquee {
    background-color: #2C114E; /* Deep purple theme background */
    color: #FFFFFF; /* White color text */
    padding: 8px 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border-bottom: 1px solid #FF7B40;
}
.top-marquee marquee {
    margin-bottom: -5px;
}

/* Floral Footer Styles */
.floral-footer {
    background-color: #2C114E;
    background-image: radial-gradient(circle at top right, rgba(255, 123, 64, 0.1), transparent 50%),
                      radial-gradient(circle at bottom left, rgba(255, 175, 64, 0.1), transparent 50%);
    position: relative;
    color: #FFF;
    border-top: 5px solid #FF7B40;
    font-family: 'Outfit', sans-serif;
    overflow: hidden;
}

.floral-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0c16.568 0 30 13.432 30 30S46.568 60 30 60 0 46.568 0 30 13.432 0 30 0zm0 4C15.64 4 4 15.64 4 30s11.64 26 26 26 26-11.64 26-26S44.36 4 30 4zm0 10c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16zm0 4c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm0 8c2.21 0 4 1.79 4 4s-1.79 4-4 4-4-1.79-4-4 1.79-4 4-4z' fill='%23FFD369' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.footer-top {
    padding: 70px 0 40px;
    position: relative;
    z-index: 1;
}

.footer-logo {
    max-height: 80px;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #FFAF40;
    box-shadow: 0 0 15px rgba(255, 175, 64, 0.5);
}

.footer-text {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 123, 64, 0.3);
}

.footer-socials a:hover {
    background: linear-gradient(45deg, #FF7B40, #FFAF40);
    color: #FFF;
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 5px 15px rgba(255, 123, 64, 0.4);
}

.widget-title {
    color: #FFAF40;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #FF7B40, #FFAF40);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer-links a::before {
    content: '✿';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
    color: #FF7B40;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #FFAF40;
    transform: translateX(5px);
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    margin-bottom: 20px;
    color: #e0e0e0;
    font-size: 0.95rem;
}

.footer-contact li i {
    color: #FFAF40;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    color: #bbb;
    font-size: 0.9rem;
}

/* Safety Tips Page Styles */
.safety-hero {
    background-color: #2C114E;
    padding: 80px 0;
    position: relative;
    border-bottom: 3px solid #FF7B40;
}

.safety-img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(255, 123, 64, 0.4);
    border: 3px solid #FFAF40;
    max-height: 400px;
    object-fit: cover;
}

.safety-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #FFAF40;
    margin-bottom: 20px;
    font-family: 'Righteous', cursive;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.safety-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #f0f0f0;
    font-family: 'Outfit', sans-serif;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2C114E;
    font-family: 'Righteous', cursive;
}

.title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #FF7B40, #FFAF40);
    margin: 15px auto 0;
    border-radius: 2px;
}

.safety-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-top: 5px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.safety-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.do-card {
    border-top-color: #28a745;
}

.dont-card {
    border-top-color: #dc3545;
}

.card-header-icon {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Outfit', sans-serif;
}

.do-card .card-header-icon {
    color: #28a745;
}

.dont-card .card-header-icon {
    color: #dc3545;
}

.safety-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.safety-list li {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    font-family: 'Outfit', sans-serif;
}

.do-card .safety-list li i {
    color: #28a745;
    margin-right: 15px;
    font-size: 1.2rem;
    margin-top: 2px;
}

.dont-card .safety-list li i {
    color: #dc3545;
    margin-right: 15px;
    font-size: 1.2rem;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .safety-title {
        font-size: 2rem;
        margin-top: 20px;
    }
    .safety-img {
        max-height: 300px;
    }
}

body {
    font-family: 'Outfit', sans-serif;
    color: #333;
    background-color: #f8f6fb;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6, .font-righteous {
    font-family: 'Righteous', cursive;
}

.theme-color-orange { color: #EB1313; }
.theme-color-purple { color: #2C114E; }
.bg-purple { background-color: #2C114E; }
.bg-orange { background-color: #FF7B40; }
.bg-light-purple { background-color: #f8f6fb; }

/* Sticky Footer */
.floral-footer {
    margin-top: auto;
}

/* Contact Page Styles */
.font-righteous {
    font-family: 'Righteous', cursive;
}
.theme-color-orange {
    color: #EB1313;
}

.contact-hero {
    background-color: #2C114E;
    background-image: radial-gradient(circle at center, rgba(255, 123, 64, 0.2), transparent 60%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #FFAF40;
}

.contact-title {
    font-family: 'Righteous', cursive;
    font-size: 3.5rem;
    color: #FFAF40;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(255, 175, 64, 0.5);
    margin-bottom: 15px;
}

.contact-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    color: #e0e0e0;
}

/* Animations */
@keyframes floatUp {
    0% { transform: translateY(100px) scale(0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(-100px) scale(1); opacity: 0; }
}

.spark {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 10px #FFD369, 0 0 20px #FF7B40, 0 0 30px #FF7B40;
    animation: floatUp 3s infinite linear;
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 0 0 rgba(255, 123, 64, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(255, 123, 64, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 123, 64, 0); }
}

.btn-glow {
    animation: pulseGlow 2s infinite;
    font-size: 1.1rem;
}

@keyframes iconPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); color: #FFAF40; }
    100% { transform: scale(1); }
}

.pulse-icon i {
    animation: iconPulse 2.5s infinite;
    display: inline-block;
}

/* Contact Info Layout */
.contact-info-wrapper {
    background: rgba(255, 123, 64, 0.05);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 123, 64, 0.2);
    height: 100%;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #2C114E, #FF7B40);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(255, 123, 64, 0.3);
}

.info-content h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #2C114E;
    margin-bottom: 5px;
}

.info-content p {
    color: #666;
    margin: 0;
    font-family: 'Outfit', sans-serif;
}

/* Contact Form Layout */
.contact-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.custom-form .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    font-family: 'Outfit', sans-serif;
}

.custom-form .form-control:focus {
    border-color: #FF7B40;
    box-shadow: 0 0 0 0.25rem rgba(255, 123, 64, 0.25);
}

.custom-form .form-floating label {
    color: #888;
    padding-left: 15px;
}

/* About Page Styles */
.about-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    border-bottom: 4px solid #FFAF40;
}

.overlay-dark {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(44, 17, 78, 0.7); /* Theme purple with opacity */
}

.about-title {
    font-family: 'Righteous', cursive;
    font-size: 4rem;
    color: #FFF;
    text-shadow: 0 0 15px #FF7B40;
    margin-bottom: 15px;
}

.about-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    color: #FFAF40;
    font-weight: 500;
}

.welcome-img-wrapper {
    position: relative;
    border-radius: 20px;
    padding: 10px;
    background: linear-gradient(45deg, #2C114E, #FF7B40);
    animation: floatWelcome 5s ease-in-out infinite;
    perspective: 1000px;
}

@keyframes floatWelcome {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.welcome-img {
    border-radius: 15px;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.welcome-img-wrapper:hover .welcome-img {
    transform: scale(1.03) rotate(1.5deg);
}

.glow-effect {
    position: absolute;
    top: -10px; left: -10px; right: -10px; bottom: -10px;
    background: inherit;
    filter: blur(20px);
    opacity: 0.6;
    z-index: 1;
    animation: pulseWelcomeGlow 3s ease-in-out infinite alternate;
}

@keyframes pulseWelcomeGlow {
    0% { filter: blur(20px); opacity: 0.5; transform: scale(1); }
    100% { filter: blur(30px); opacity: 0.8; transform: scale(1.05); }
}

.bg-light-purple {
    background-color: rgba(44, 17, 78, 0.05);
}

.mv-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease;
    border-top: 4px solid #FF7B40;
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-icon {
    font-size: 3rem;
    color: #FF7B40;
    margin-bottom: 20px;
}

.feature-box {
    padding: 30px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 123, 64, 0.1);
    height: 100%;
}

.feature-box:hover {
    background: linear-gradient(135deg, #2C114E, #FF7B40);
    color: #fff !important;
    transform: scale(1.05);
}

.feature-box:hover h4, .feature-box:hover p {
    color: #fff !important;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 123, 64, 0.1);
    color: #FF7B40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

@media (max-width: 768px) {
    .about-title {
        font-size: 2.5rem;
    }
}

/* Process Section */
.process-row {
    position: relative;
}

@media (min-width: 992px) {
    .process-row::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        border-top: dashed 2px rgba(255, 123, 64, 0.4);
        z-index: 0;
    }
}

.process-card {
    background: #fff;
    padding: 40px 20px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid rgba(255, 123, 64, 0.15);
    transition: all 0.3s ease;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(255, 123, 64, 0.15);
    border-color: #FF7B40;
}

.step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2C114E, #FF7B40);
    color: #fff;
    font-family: 'Righteous', cursive;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 123, 64, 0.4);
    border: 3px solid #fff;
}

.process-icon {
    font-size: 2.5rem;
    color: #2C114E;
    margin: 15px 0;
    transition: color 0.3s ease;
}

.process-card:hover .process-icon {
    color: #FF7B40;
}

/* Home Page Spotlight */
.bg-dark-purple {
    background-color: #2C114E;
}

.bg-orange {
    background-color: #FF7B40;
}

.spotlight-bg-glow {
    position: absolute;
    top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle at center, rgba(255, 123, 64, 0.15) 0%, transparent 50%);
    animation: rotateGlow 20s linear infinite;
    pointer-events: none;
}

@keyframes rotateGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.lively-image-container {
    position: relative;
    display: inline-block;
    padding: 20px;
}

.lively-product-img {
    position: relative;
    z-index: 2;
    border: 5px solid rgba(255, 123, 64, 0.3);
    animation: floatLively 4s ease-in-out infinite;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    background: #000;
}

.lively-aura {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    background: radial-gradient(circle, #FF7B40 0%, transparent 70%);
    filter: blur(30px);
    z-index: 1;
    animation: pulseAura 3s ease-in-out infinite alternate;
}

@keyframes floatLively {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-15px) scale(1.02); }
    100% { transform: translateY(0) scale(1); }
}

@keyframes pulseAura {
    0% { transform: scale(0.9); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 0.8; }
}

.welcome-cartoon {
    animation: floatWelcome 5s ease-in-out infinite, morphBlob 8s ease-in-out infinite;
    border: 5px solid rgba(255, 123, 64, 0.4);
    box-shadow: 0 15px 35px rgba(255, 123, 64, 0.2) !important;
}

@keyframes floatWelcome {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes morphBlob {
    0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
    50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
    100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

/* Home Page Product Cards */
.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(44, 17, 78, 0.15);
    border-color: rgba(255, 123, 64, 0.3);
}

.product-img-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #000;
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-box img {
    transform: scale(1.1);
}

.product-img-box::after {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: all 0.7s ease;
    z-index: 10;
}

.product-card:hover .product-img-box::after {
    left: 200%;
}

.product-info h5 {
    transition: color 0.3s ease;
}

.product-card:hover .product-info h5 {
    color: #FF7B40 !important;
}

.product-info {
    padding: 20px;
    text-align: center;
}

/* Vector Promo Section */
.vector-promo {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}

.vector-promo .overlay-dark {
    background: rgba(44, 17, 78, 0.8);
}

.vector-promo .btn-outline-light:hover {
    background: #FF7B40;
    border-color: #FF7B40;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255,123,64,0.4);
}

/* Guarantee Section */
.guarantee-box {
    padding: 20px;
}

.guarantee-icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(255, 123, 64, 0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #FF7B40;
    transition: all 0.4s ease;
    animation: gentleWiggle 6s ease-in-out infinite alternate;
}

.guarantee-box:hover .guarantee-icon-wrap {
    background: #FF7B40;
    color: #fff;
    transform: scale(1.1);
    border-radius: 50%;
}

@keyframes gentleWiggle {
    0% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    100% { border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}

/* Active Nav Link */
.nav-links.active {
    color: #FF7B40 !important;
    position: relative;
}

.nav-links.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FF7B40;
    border-radius: 2px;
}

/* Brands Section */
.brand-img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
    max-width: 140px !important;
    margin: 0 auto;
}

.brand-img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Distant Twinkling Flashes */
.bg-star-flash {
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,123,64,0.6) 30%, rgba(255,123,64,0) 70%);
    opacity: 0;
    animation: flashStar 2s ease-in-out forwards;
}

@keyframes flashStar {
    0% { transform: scale(0) rotate(0deg); opacity: 0; }
    50% { transform: scale(1.5) rotate(90deg); opacity: 1; }
    100% { transform: scale(0) rotate(180deg); opacity: 0; }
}

/* Contact Page Copyright Bar */
.topbg {
    background-color: #2C114E;
    color: #ffffff;
    padding: 20px 0;
}

.topbg .head-clr {
    color: #FF7B40;
    text-decoration: none;
    font-weight: bold;
}

.topbg .head-clr:hover {
    color: #fff;
}

/* Mobile Layout Fixes */
html {
    overflow-x: hidden;
    max-width: 100vw;
}

@media (max-width: 768px) {
    .footer-bottom {
        padding-bottom: 100px !important;
    }
}