@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

html,
body {
    background-color: #ffffff;
    color: #16141C;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

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;
}

.marquee {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    color: #fff;

    background: linear-gradient(90deg,
            #16141C 0%,
            #3F1D50 40%,
            #BB3381 70%,
            #EEAA11 100%);
}



.w0 {
    width: 0%;
}

.fixed {
    position: fixed;
    z-index: 2;
}

.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;
    }
}



/* Initial Padding placeholders (will be overridden by grouped queries below) */
.pad {
    padding: 90px 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;
}



.time-of-year {
    margin: 100px 75px 10px 0px;
    position: relative;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
    background: #db2a1b;
    border-radius: 3px;
    bottom: -49px;
    font-size: 20px;
    display: block;
    left: -67px;
    padding: 15px;
    pointer-events: none;
    position: absolute;
    width: 320px;
    height: 100px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.time-of-year .tooltip::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #db2a1b;
    bottom: 58px;
    content: " ";
    position: absolute;
    left: 0%;
    margin-left: -13px;
    transform: rotate(92deg);
}

.time-of-year:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* PREMIUM NAVBAR DESIGN - FireSpark (layout8) */

.header-navbar {
    z-index: 1050;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-nav {
    background: linear-gradient(135deg, #16141C, #3F1D50);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
    min-height: 85px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.navbar-scrolled .premium-nav {
    min-height: 70px;
    background: rgba(22, 20, 28, 0.95);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

/* Left Section: Logo */
.logo-firespark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px rgba(187, 51, 129, 0.3));
    transition: all 0.3s ease;
    text-transform: none;
    display: flex;
    align-items: center;
}

.navbar-logo-img {
    height: 60px;
    width: 100px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(238, 170, 17, 0.3);
    transition: all 0.3s ease;
}

.logo-firespark:hover .navbar-logo-img {
    transform: scale(1.05) rotate(-2deg);
    border-color: #EEAA11;
    box-shadow: 0 8px 25px rgba(238, 170, 17, 0.5);
}

.logo-firespark:hover {
    filter: drop-shadow(0 0 10px rgba(238, 170, 17, 0.5));
    transform: translateY(-1px);
}


/* Subtle sparkle animation in background */
.navbar-particles::before,
.navbar-particles::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    box-shadow: 20px 40px #EEAA11, 80px 10px white, 120px 60px #BB3381, 180px 20px white, 250px 70px #EEAA11, 320px 30px white;
    opacity: 0.15;
    animation: particlesFloat 10s linear infinite;
    pointer-events: none;
}

.navbar-particles::after {
    left: 400px;
    top: 50px;
    animation-delay: 5s;
    opacity: 0.1;
}

@keyframes particlesFloat {
    0% {
        transform: translateY(0) translateX(0);
    }

    33% {
        transform: translateY(-10px) translateX(5px);
    }

    66% {
        transform: translateY(5px) translateX(-5px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* Left Section: Logo */
.logo-firespark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px rgba(187, 51, 129, 0.3));
    transition: all 0.3s ease;
    text-transform: none;
}

.logo-firespark:hover {
    filter: drop-shadow(0 0 10px rgba(238, 170, 17, 0.5));
    transform: translateY(-1px);
}

/* Center Menu Styles */
.navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.05rem;
    padding: 10px 15px !important;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}

.navbar-nav .nav-link:hover {
    text-shadow: 0 0 15px rgba(238, 170, 17, 0.4);
}

/* Right Section: Button */
.btn-shop-now {
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 1px;
    border: none !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 8px 25px rgba(187, 51, 129, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-shop-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #EEAA11, #BB3381);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.btn-shop-now:hover {
    transform: scale(1.06) translateY(-3px);
    box-shadow: 0 15px 35px rgba(238, 170, 17, 0.5);
}

.btn-shop-now:hover::before {
    opacity: 1;
}



/* Enhanced Mobile Collapse Styling */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(22, 20, 28, 0.98);
        border-radius: 20px;
        margin-top: 15px;
        padding: 25px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .navbar-nav .nav-link {
        font-size: 1.25rem;
        padding: 12px 0 !important;
        text-align: center;
    }

    .navbar-nav .nav-link::after {
        left: 30%;
        right: 30%;
    }
}

/* Custom Hamburger Icon Design */
.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* 
================================================================================
LAYOUT8 HOMEPAGE SECTIONS - CORE DESIGN
================================================================================
*/

/* Global Color & Spacing Helpers for layout8 */

.section-spacer {
    padding: 120px 0;
}

.gradient-heading {
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.highlight-gold {
    color: #EEAA11;
    text-shadow: 0 0 10px rgba(238, 170, 17, 0.4);
}

/* 1500x500 Banner Style */
.top-announcement-banner {
    position: relative;
    width: 100%;
    margin-top: 80px;
    /* Space for sticky navbar */
    overflow: hidden;
    background: #16141C;
}

.header-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #BB3381;
}

/* Section 1: Hero (Premium Banner) */
.home-hero {
    min-height: 85vh;
    background: radial-gradient(circle at top right, #3F1D50, #16141C);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    margin: 40px 2%;
    border-radius: 80px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-particle-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-desc {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    max-width: 550px;
}

.hero-image-wrap {
    position: relative;
}

.hero-image-wrap img {
    border-radius: 30px;
    box-shadow: 0 0 50px rgba(187, 51, 129, 0.3);
    animation: floatHero 6s ease-in-out infinite;
}

.hero-glow-circle {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #BB3381;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.2;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes floatHero {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.btn-secondary-outline {
    border: 2px solid #BB3381;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
}

.btn-secondary-outline:hover {
    background: #BB3381;
    box-shadow: 0 0 20px rgba(187, 51, 129, 0.5);
    color: white;
}

/* Section 2: Featured Categories (Asymmetric Grid) */
.grid-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 25px;
    margin-top: 50px;
}

.cat-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cat-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(12, 11, 16, 0.95), rgba(12, 11, 16, 0.4), transparent);
    z-index: 2;
}

.cat-card .fw-bold {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(187, 51, 129, 0.3);
}

.cat-card:hover {
    border-color: #EEAA11;
    box-shadow: 0 0 30px rgba(238, 170, 17, 0.3);
}

.cat-card:hover img {
    transform: scale(1.1);
}

.cat-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.cat-2 {
    grid-column: span 1;
    grid-row: span 1;
}

.cat-3 {
    grid-column: span 1;
    grid-row: span 1;
}

.cat-4 {
    grid-column: span 2;
    grid-row: span 1;
}



/* Section 3: Premium Product Showcase */
.showcase-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 40px 10px;
    scrollbar-width: none;
}

.showcase-scroll-container::-webkit-scrollbar {
    display: none;
}

.showcase-card {
    min-width: 320px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
}

.showcase-img-wrap {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
}

.showcase-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-card h4 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
}

.showcase-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #EEAA11;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* Exclusive Products & About Stats Animated Background */
.exclusive-products-section,
.about-milestones-animated {
    position: relative;
    overflow: hidden;
}

.exclusive-products-section {
    background: radial-gradient(circle at bottom left, #3F1D50, #16141C) !important;
}

.about-milestones-animated {
    background: linear-gradient(135deg, #3F1D50 0%, #BB3381 100%) !important;
}

.exclusive-products-section::before {
    background: url('../images/exclusive_bg.png') repeat;
}

.about-milestones-animated::before {
    background: url('../images/about_stats_bg.png') repeat;
}

.exclusive-products-section::before,
.about-milestones-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-size: 600px;
    opacity: 0.15;
    z-index: 0;
    animation: moveExclusiveBg 20s linear infinite;
    pointer-events: none;
}


.exclusive-products-section .container,
.about-milestones-animated .container {
    position: relative;
    z-index: 2;
}

@keyframes moveExclusiveBg {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-300px, -300px);
    }
}


/* Section 4: Why Choose Us */
.why-us-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.why-pill {
    background: rgba(63, 29, 80, 0.2);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(187, 51, 129, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.why-pill i {
    font-size: 2rem;
    color: #EEAA11;
    margin-bottom: 15px;
    display: block;
}

.why-pill:hover {
    background: rgba(187, 51, 129, 0.1);
    border-color: #BB3381;
    transform: translateX(10px);
}

/* Section 5: Curated Festive Bundles */
.bundle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 50px;
}

.bundle-card {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.bundle-image-box {
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.bundle-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bundle-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(187, 51, 129, 0.4);
    z-index: 2;
}

.bundle-content h3 {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.bundle-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.bundle-list li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bundle-list li i {
    color: #EEAA11;
    font-size: 0.8rem;
}

.btn-bundle {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bundle-card:hover {
    background: rgba(63, 29, 80, 0.3);
    border-color: #BB3381;
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

.bundle-card:hover .bundle-image-box img {
    transform: scale(1.1) rotate(2deg);
}

.bundle-card:hover .btn-bundle {
    background: #BB3381;
    border-color: #BB3381;
    color: white;
}





/* Section 6: CTA Final Banner */
.cta-banner-final {
    background: linear-gradient(135deg, #BB3381, #3F1D50);
    border-radius: 40px;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.cta-banner-final::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(238, 170, 17, 0.1) 0%, transparent 70%);
    animation: rotateBanner 20s linear infinite;
}

@keyframes rotateBanner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-cta-light {
    background: #ffffff !important;
    color: #BB3381 !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.btn-cta-light:hover {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    transform: scale(1.05);
}

.pulse-button {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(238, 170, 17, 0.7);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(238, 170, 17, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(238, 170, 17, 0);
    }
}


/* =============================================================================
   GROUPED RESPONSIVE QUERIES (CONSOLIDATED)
   ============================================================================= */

/* 1. MOBILE SIZE (ALL MOBILES) */
@media (min-width: 1px) and (max-width: 767.98px) {
    .pad {
        padding: 40px 0;
    }

    .section-spacer {
        padding: 60px 0;
    }

    /* Hero Adjustments to fix "Overlay Issue" */
    .hero-title {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .hero-desc {
        font-size: 1.05rem;
        margin-bottom: 25px;
    }

    .home-hero {
        padding-top: 140px;
        min-height: auto;
        padding-bottom: 60px;
    }

    /* Category Grid Simplification */
    .grid-categories {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }

    .cat-1,
    .cat-2,
    .cat-3,
    .cat-4 {
        grid-column: auto;
        grid-row: auto;
        height: 280px;
    }

    /* Why Choose Us & Section 4 Fix */
    .section-spacer {
        padding: 60px 0;
        overflow: hidden;
        position: relative;
    }

    .why-us-content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .why-pill {
        padding: 18px;
        margin-bottom: 5px;
    }

    .why-pill h5 {
        font-size: 1.1rem;
    }

    /* Ensure stacked columns don't touch */
    .row.g-5 {
        --bs-gutter-y: 2.5rem;
    }

    /* Navbar & UI Fixed Elements */
    .premium-nav {
        min-height: 70px;
    }

    .logo-firespark {
        font-size: 1.5rem;
    }

    .top-announcement-banner {
        margin-top: 70px;
    }

    .bundle-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Product Showcase */
    .showcase-card {
        min-width: 270px;
    }

    .showcase-img-wrap {
        height: 180px;
    }

    /* Floating Buttons */
    .priceicn {
        width: 40px;
    }

    .priceicn2 {
        width: 90px;
    }
    
    .logo-firespark {
        font-size: 1.5rem;
    }
}

/* 2. IPAD / TABLET SIZE */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pad {
        padding: 40px 0;
    }

    .section-spacer {
        padding: 80px 0;
    }

    /* Hero Adjustments */
    .hero-title {
        font-size: 3.5rem;
    }

    .home-hero {
        min-height: auto;
        padding: 120px 0 80px;
    }

    /* Category Grid */
    .grid-categories {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .cat-1,
    .cat-4 {
        grid-column: span 2;
    }

    /* UI Adjustments */
    .premium-nav {
        min-height: 75px;
    }

    .logo-firespark {
        font-size: 1.7rem;
    }
}

/* 
================================================================================
PREMIUM FOOTER DESIGN - FireSpark (layout8)
================================================================================
*/

footer.premium-footer {
    background: linear-gradient(135deg, #16141C 0%, #3F1D50 100%);
    position: relative;
    color: #ffffff;
    padding-top: 0;
    /* Handled by SVG */
    overflow: hidden;
}

/* Top Decoration: Light/Fire Wave */
.footer-wave-wrap {
    width: 100%;
    line-height: 0;
    position: relative;
    top: -1px;
}

.footer-wave {
    fill: url(#fireGradient);
}

/* Footer Content Layout */
.footer-main {
    padding: 80px 0 50px;
    position: relative;
    z-index: 2;
}

.footer-logo-wrap p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 20px;
    max-width: 300px;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Center Navigation */
.footer-nav-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #EEAA11;
    margin-bottom: 25px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #BB3381;
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(187, 51, 129, 0.6);
    padding-left: 8px;
}

.footer-links a:hover::after {
    width: 100%;
}

/* Right Section: Contact & Socials */
.contact-info-list {
    list-style: none;
    padding: 0;
}

.contact-info-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-info-list i {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EEAA11;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-list li:hover i {
    background: rgba(238, 170, 17, 0.1);
    box-shadow: 0 0 15px rgba(238, 170, 17, 0.4);
    transform: rotateY(180deg);
}

/* Social Media Section */
.footer-social-wrap {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-circle {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.social-circle:hover {
    transform: scale(1.2);
    color: #fff;
}

.social-circle.fb:hover {
    background: #3b5998;
    box-shadow: 0 0 20px rgba(59, 89, 152, 0.6);
}

.social-circle.ig:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0 0 20px rgba(214, 36, 159, 0.6);
}

.social-circle.wa:hover {
    background: #25d366;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}

/* Bottom Bar */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #BB3381, #EEAA11, transparent);
    opacity: 0.6;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

/* Subtle Footer Sparks */
.footer-sparks::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    box-shadow: 10vw 20vh white, 30vw 50vh #EEAA11, 70vw 10vh #BB3381, 90vw 40vh white, 50vw 80vh #BB3381;
    opacity: 0.05;
    animation: footerSparksFloat 15s infinite;
}

@keyframes footerSparksFloat {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, 20px);
    }
}

#fireworks-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
}

.firework {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: explode 0.8s ease-out forwards;
}

@keyframes explode {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(6);
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .footer-main {
        padding-top: 40px;
    }

    .footer-nav-title {
        margin-top: 40px;
    }

    .footer-social-wrap {
        justify-content: center;
    }

    .footer-main .col-12 {
        text-align: center;
    }

    .contact-info-list li {
        justify-content: center;
    }
}

/* 
================================================================================
ABOUT US PAGE STYLES - layout8 (Premium FireSpark Design)
================================================================================
*/


/* Section 2: Story Section (Slanted/Diagonal) */
.about-story {
    padding: 120px 0;
    background: radial-gradient(circle at 20% 50%, rgba(187, 51, 129, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(238, 170, 17, 0.1) 0%, transparent 50%);
    position: relative;
    overflow: hidden;
}

.diagonal-bg-top {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #3F1D50;
    transform: skewY(-2deg);
    z-index: 0;
}

.story-img-wrap {
    position: relative;
    padding: 20px;
}

.story-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #BB3381;
    border-radius: 40px;
    transform: rotate(-3deg);
    z-index: -1;
    opacity: 0.3;
}

.story-img-wrap img {
    border-radius: 35px;
    border: 5px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 60px rgba(187, 51, 129, 0.2);
    transition: transform 0.5s ease;
}

.story-badge {
    background: rgba(238, 170, 17, 0.05);
    /* Soft gold tint */
    padding: 20px 30px;
    border-radius: 24px;
    border: 1px solid rgba(238, 170, 17, 0.2);
    text-align: center;
    min-width: 140px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.story-badge:hover {
    background: #ffffff;
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 50px rgba(187, 51, 129, 0.15);
    border-color: #BB3381;
}

.story-badge h4 {
    font-size: 2.2rem;
    font-weight: 800;
}

.story-img-wrap:hover img {
    transform: scale(1.03) rotate(1deg);
}

.highlight-gradient {
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Section 3: Mission & Vision Cards */
.card-mission {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 50px 35px;
    height: 100%;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.card-mission::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(187, 51, 129, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.card-mission:hover::before {
    opacity: 1;
}

.card-mission:hover {
    transform: translateY(-15px);
    border-color: #BB3381;
    box-shadow: 0 20px 50px rgba(187, 51, 129, 0.2);
}

.card-mission .icon-box {
    width: 80px;
    height: 80px;
    background: #3F1D50;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.2rem;
    color: #EEAA11;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}

.card-mission:hover .icon-box {
    transform: rotate(360deg) scale(1.1);
    background: #BB3381;
    color: white;
}

/* Section 4: Why Choose Us Grid */
.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.why-item {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 4px solid #BB3381;
    transition: all 0.4s ease;
}

.why-item:hover {
    background: rgba(63, 29, 80, 0.3);
    transform: translateX(10px);
    border-left-width: 8px;
    border-left-color: #EEAA11;
}

.why-item i {
    font-size: 2.5rem;
    background: linear-gradient(90deg, #BB3381, #EEAA11);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: block;
}

.pillar-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.pillar-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.1);
}

.pillar-icon {
    transition: transform 0.5s ease;
}

.pillar-card:hover .pillar-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Section 5: Stats (Colorful Gradient) */
.about-stats {
    background: radial-gradient(circle at center, #3F1D50, #1c1124);
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.stat-glow-num {
    font-size: 4.5rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 0 30px rgba(238, 170, 17, 0.6);
    margin-bottom: 5px;
    display: block;
}

/* Section 6: Team / Trust Section */
.trust-image-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid #BB3381;
    box-shadow: 0 0 25px rgba(187, 51, 129, 0.4);
    transition: 0.4s;
}

.trust-image-circle:hover {
    transform: scale(1.1);
    border-color: #EEAA11;
    box-shadow: 0 0 35px rgba(238, 170, 17, 0.5);
}

.trust-image-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CTA Styles */
.about-cta-box {
    background: linear-gradient(135deg, #BB3381 0%, #EEAA11 100%);
    border-radius: 40px;
    padding: 80px 40px;
    text-align: center;
    box-shadow: 0 30px 60px rgba(187, 51, 129, 0.4);
    position: relative;
    overflow: hidden;
}

.about-cta-box::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -50px;
    right: -50px;
}

/* (Moved to consolidated Responsive tiers below) */

/* Section Particles Animation (Subtle Firework Sparks) */
.section-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.section-particles::before,
.section-particles::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow:
        10vw 20vh #EEAA11, 20vw 80vh #BB3381, 40vw 10vh #EEAA11,
        60vw 60vh #BB3381, 80vw 20vh #EEAA11, 90vw 70vh #BB3381;
    opacity: 0.3;
    animation: sparkleEffect 15s linear infinite;
    border-radius: 50%;
}

.section-particles::after {
    box-shadow:
        15vw 40vh #EEAA11, 35vw 90vh #BB3381, 55vw 30vh #EEAA11,
        75vw 50vh #BB3381, 95vw 10vh #EEAA11;
    animation-duration: 25s;
    animation-delay: -5s;
}

.crack-img {
    position: absolute;
}

.crack1-img {
    position: absolute;
    right: 0;
    top: 25%;
}

@keyframes sparkleEffect {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }

    20% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.3;
    }

    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Floating Decorative Crackers */

.flowerpot {
    position: absolute;
    top: 7%;
    width: 16%;
    right: 180px;
    animation: cracker-float 4s ease-in-out infinite;
}

.sparkle {
    position: absolute;
    left: 180px;
    top: -63px;
    width: 15%;
    transform: rotate(35deg);
    animation: cracker-spin 4s ease-in-out infinite;

}

.sparkle1 {
    width: 15%;
    position: absolute;
    top: -8%;
    right: 180px;
    transform: rotate(-45deg);
    animation: cracker-spin1 4s ease-in-out infinite;

}


@keyframes cracker-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-40px) rotate(10deg);
    }
}

@keyframes cracker-spin {
    from {
        transform: rotate(0deg) translateY(20px);
    }

    to {
        transform: rotate(360deg) translateY(20px);
    }
}

@keyframes cracker-spin1 {
    from {
        transform: rotate(0deg) translateX(20px);
    }

    to {
        transform: rotate(-360deg) translateX(20px);
    }
}

/* (Moved to consolidated Responsive tiers below) */

/* 
================================================================================
SAFETY TIPS PAGE STYLES - layout8 (FireSpark Safety)
================================================================================
*/

/* Hero Section */
.safety-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    background: url('../images/safety_hero_bg.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin: 40px 2%;
    border-radius: 80px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.safety-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 20, 28, 0.75);
    z-index: 1;
}

.safety-hero-content {
    position: relative;
    z-index: 2;
}

/* DO's & DON'Ts Sections */
.safety-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 50px;
}

/* DO cards */
.safety-card-do {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(238, 170, 17, 0.2);
    border-radius: 24px;
    padding: 30px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.safety-card-do:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(238, 170, 17, 0.2);
    border-color: #EEAA11;
    background: rgba(255, 255, 255, 0.05);
}

.safety-card-do i {
    font-size: 3rem;
    color: #EEAA11;
    margin-bottom: 20px;
    display: block;
}

/* DON'T cards */
.safety-card-dont {
    background: rgba(187, 51, 129, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(187, 51, 129, 0.2);
    border-radius: 24px;
    padding: 30px;
    transition: all 0.4s ease;
    height: 100%;
    text-align: center;
    transform: skewX(-1deg);
}

.safety-card-dont:hover {
    animation: shakeEffect 0.5s ease-in-out;
    box-shadow: 0 15px 40px rgba(187, 51, 129, 0.3);
    border-color: #BB3381;
    background: rgba(187, 51, 129, 0.08);
}

@keyframes shakeEffect {

    0%,
    100% {
        transform: scale(1.05) translateX(0);
    }

    25% {
        transform: scale(1.05) translateX(-5px);
    }

    50% {
        transform: scale(1.05) translateX(5px);
    }

    75% {
        transform: scale(1.05) translateX(-5px);
    }
}

.safety-card-dont i {
    font-size: 3rem;
    color: #BB3381;
    margin-bottom: 20px;
    display: block;
}

/* Safety Steps Timeline */
.steps-container {
    position: relative;
    padding: 40px 0;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
}

.step-item {
    position: relative;
    z-index: 1;
    text-align: center;
}

.step-marker {
    width: 60px;
    height: 60px;
    background: #16141C;
    border: 3px solid #EEAA11;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-weight: 700;
    color: #EEAA11;
    box-shadow: 0 0 20px rgba(238, 170, 17, 0.4);
    transition: transform 0.3s ease;
}

.step-item:hover .step-marker {
    transform: scale(1.2);
    background: #EEAA11;
    color: #16141C;
}

/* Kids Safety */
.kids-safety-wrap {
    background: rgba(63, 29, 80, 0.1);
    border-radius: 50px;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
}

.kids-bubble-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: #BB3381;
    filter: blur(80px);
    opacity: 0.1;
    z-index: 0;
}

.kids-card {
    background: #16141C;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    animation: floatingEffect 4s ease-in-out infinite;
}

@keyframes floatingEffect {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.kids-card i {
    font-size: 3.5rem;
    color: #BB3381;
    margin-bottom: 25px;
    display: block;
}

/* 
================================================================================
CONTACT PAGE STYLES - layout8 (FireSpark Support)
================================================================================
*/

/* Hero Section */
.contact-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    background: url('../images/contact_hero_bg.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin: 40px 2%;
    border-radius: 80px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(22, 20, 28, 0.75);
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
}

/* Glassmorphism Cards */
.contact-glass-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 35px;
    padding: 45px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.contact-glass-card::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 35px;
    background: linear-gradient(135deg, #BB3381, #EEAA11);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.1;
    transition: opacity 0.5s ease;
}

.contact-glass-card:hover {
    transform: translateY(-20px) scale(1.02);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 30px 60px rgba(187, 51, 129, 0.25);
}

.contact-glass-card:hover::after {
    opacity: 1;
}

.contact-card-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #BB3381, #3F1D50);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.2rem;
    color: #EEAA11;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: floatIconEffect 4s ease-in-out infinite;
}

@keyframes floatIconEffect {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

/* Quick Action Buttons */
.contact-actions-wrap {
    padding: 60px 0;
    text-align: center;
}

.btn-contact-action {
    background: linear-gradient(135deg, #BB3381, #EEAA11);
    color: white !important;
    border: none;
    padding: 18px 45px;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(187, 51, 129, 0.4);
    text-decoration: none;
}

.btn-contact-action:hover {
    transform: scale(1.1) rotate(-1deg);
    box-shadow: 0 20px 50px rgba(238, 170, 17, 0.5);
    color: white;
}

/* Map Style */
.styled-map-container {
    background: #1c1124;
    border: 2px solid rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
    min-height: 450px;
    padding: 45px;
}

.map-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent, rgba(22, 20, 28, 0.4));
    pointer-events: none;
    z-index: 1;
}

.styled-map-container:hover {
    border-color: #EEAA11;
    box-shadow: 0 0 50px rgba(238, 170, 17, 0.2);
}

/* Social Connect Circles */
.contact-social-wrap .social-circle {
    width: 65px;
    height: 65px;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-social-wrap .social-circle:hover {
    background: linear-gradient(135deg, #BB3381, #EEAA11);
    color: white;
    box-shadow: 0 0 30px rgba(187, 51, 129, 0.6);
    transform: scale(1.2) rotate(5deg);
}

/* Trust Message Section */
.status-msg-section {
    text-align: center;
    padding: 80px 0;
}

.status-check-badge {
    background: rgba(37, 211, 102, 0.1);
    color: #25d366;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid rgba(37, 211, 102, 0.2);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.1);
}

.trust-glow-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #16141C;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.topbg {
	background: linear-gradient(135deg, #16141C 0%, #2A1438 30%, #BB3381 65%, #EEAA11 100%);
	color: white;
}
.head-clr{
    color: black;
    font-family: 900;
}
/* 1. MOBILE SIZE (Smartphone) */
@media (min-width: 1px) and (max-width: 767.98px) {
    .pad {
        padding: 40px 0;
    }

    .section-spacer {
        padding: 60px 0;
    }

    /* Hero Adjustments to fix "Overlay Issue" */
    .hero-title {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .hero-desc {
        font-size: 1.05rem;
        margin-bottom: 25px;
    }

    .home-hero {
        padding-top: 70px;
        min-height: auto;
        padding-bottom: 60px;
        border-radius: 40px;
        margin: 20px 4%;
    }

    /* Category Grid Simplification */
    .grid-categories {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px;
    }

    .cat-1,
    .cat-2,
    .cat-3,
    .cat-4 {
        grid-column: auto;
        grid-row: auto;
        height: 280px;
    }

    /* Why Choose Us & Section 4 Fix */
    .why-us-content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .why-pill {
        padding: 18px;
        margin-bottom: 5px;
    }

    .why-pill h5 {
        font-size: 1.1rem;
    }

    /* Ensure stacked columns don't touch */
    .row.g-5 {
        --bs-gutter-y: 2.5rem;
    }

    /* Navbar & UI Fixed Elements */
    .premium-nav {
        min-height: 70px;
    }

    .logo-firespark {
        font-size: 1.5rem;
    }

    .bundle-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Product Showcase */
    .showcase-card {
        min-width: 270px;
    }

    .showcase-img-wrap {
        height: 180px;
    }

    /* Floating Buttons */
    .priceicn {
        width: 40px;
    }

    .priceicn2 {
        width: 90px;
    }

    .floating-cracker {
        display: none;
    }

    .stat-glow-num {
        font-size: 2.5rem;
    }

    .safety-title,
    .trust-glow-heading {
        font-size: 2.2rem;
    }

    /* Footer Mobile Alignment Fixes */
    .footer-main {
        text-align: left;
    }

    .footer-main .row>div {
        margin-bottom: 40px;
        padding-left: 15px;
    }

    .footer-social-wrap {
        justify-content: flex-start;
    }

    .contact-info-list li {
        justify-content: flex-start;
    }

    .footer-links {
        padding: 0;
        text-align: left;
    }

    .footer-nav-title {
        margin-bottom: 20px;
        font-size: 1.25rem;
    }

    .fs-4 {
        font-size: 11px !important;
    }

    .crack1-img {
        top: 76%;
        right: 0;
        transform: rotate(90deg);
        opacity: 0.2;
    }

    .crack-img {
        transform: rotate(450deg);
        top: 0;
        z-index: 2;
        opacity: 0.2;
    }

    .kids-enjoy-abs {
        width: 150px !important;
        right: 4px !important;
        bottom: -134px !important;
    }

    .sparkle {
        display: none;
    }

    .sparkle1 {
        display: none;
    }

    .flowerpot {
        display: none;
    }
}

/* 2. IPAD / TABLET SIZE */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pad {
        padding: 60px 0;
    }

    .section-spacer {
        padding: 80px 0;
    }

    /* Hero Adjustments */
    .hero-title {
        font-size: 3.5rem;
    }

    .home-hero {
        min-height: auto;
        padding: 120px 0 80px;
        border-radius: 60px;
    }

    /* Category Grid */
    .grid-categories {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .cat-1,
    .cat-4 {
        grid-column: span 2;
    }

    /* UI Adjustments */
    .premium-nav {
        min-height: 75px;
    }

    .logo-firespark {
        font-size: 1.7rem;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .floating-cracker {
        display: none;
    }

    .stat-glow-num {
        font-size: 3.5rem;
    }

    .bundle-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .sparkle {
        left: 40px;
        top: -23px;
    }

    .sparkle1 {
        top: 0%;
        right: 49px;
    }

    .crack-img {
        z-index: 2;
        opacity: 0.2;
    }
    .crack1-img {
        z-index: 2;
        opacity: 0.2;
    }
}

/* New Safety Image Shapes and Animations */
.safety-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    z-index: 10;
}

.blob-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    z-index: -1;
    opacity: 0.15;
    filter: blur(20px);
    animation: blobMorph 15s ease-in-out infinite alternate;
}

.main-safety-img {
    transition: all 0.5s ease;
    border: 8px solid white !important;
    mask-image: radial-gradient(circle, black 80%, transparent 100%);
    animation: floatSafety 5s ease-in-out infinite;
}

.safety-image-wrapper:hover .main-safety-img {
    transform: scale(1.03) rotate(1deg);
    box-shadow: 0 40px 80px rgba(187, 51, 129, 0.4) !important;
}

@keyframes blobMorph {
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    50% {
        transform: translate(-45%, -55%) scale(1.1) rotate(45deg);
    }

    100% {
        transform: translate(-55%, -45%) scale(1) rotate(90deg);
    }
}

@keyframes floatSafety {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}


/* Unique About Page Story Image Styling */
.about-image-premium-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px;
}

.rotating-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.ring-1,
.ring-2,
.ring-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #EEAA11;
    border-radius: 50%;
    opacity: 0.3;
}

.ring-1 {
    width: 100%;
    height: 100%;
    animation: rotateCW 20s linear infinite;
}

.ring-2 {
    width: 85%;
    height: 85%;
    border-color: #BB3381;
    border-style: dotted;
    animation: rotateCCW 15s linear infinite;
}

.ring-3 {
    width: 70%;
    height: 70%;
    border-color: #3F1D50;
    border-style: solid;
    opacity: 0.1;
}

.hex-mask-container {
    position: relative;
    width: 100%;
    padding-top: 115.47%;
    /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
    background: linear-gradient(135deg, #16141C, #3F1D50);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: hexFloat 6s ease-in-out infinite;
}

.hex-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about-image-premium-wrap:hover .hex-img {
    transform: scale(1.1) rotate(-2deg);
}

@keyframes rotateCW {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotateCCW {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes hexFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}


/* Absolute Kids Image in About Page */
.kids-enjoy-abs {
    position: absolute;
    right: -96px;
    bottom: -112px;
    /* Adjusted position to the right of the badges */
    width: 300px;
    height: auto;
    z-index: 5;
    pointer-events: none;
    filter: drop-shadow(0 10px 20px rgba(187, 51, 129, 0.2));
    animation: kidsFloat 3s ease-in-out infinite alternate;
    transition: all 0.5s ease;
}


@keyframes kidsFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-15px) rotate(3deg);
    }
}