    /* =========================================================
    Crackers CLEAN REDESIGN & PREMIUM GLOBAL SKIN CSS
    File path: public/assets/css/gg-redesign.css
    Add this CSS after style.css + responsive.css
    ========================================================= */

    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap');

    :root {
        /* Base Variables */
        --gg-dark: #251136;
        --gg-dark-2: #13081f;
        --gg-cream: #fff7e6;
        --gg-white: #ffffff;
        --gg-text: #21172b;
        --gg-muted: #6b6076;
        --gg-card: rgba(255, 255, 255, .94);
        --gg-shadow: 0 18px 50px rgba(37, 17, 54, .16);
        --gg-radius: 26px;

        /* Premium Global Skin Variables */
        --gg-ink: #13071d;
        --gg-ink-2: #24102f;
        --gg-red: #ef1f32;
        --gg-red-deep: #bc1026;
        --gg-orange: #ff7a00;
        --gg-amber: #ffac19;
        --gg-gold: #ffd808;
        --gg-ivory: #fff8e8;
        --gg-soft: #fff0c3;
        --gg-line: rgba(19, 7, 29, .10);
        --gg-glass: rgba(255, 255, 255, .88);
        --gg-premium-shadow: 0 22px 70px rgba(19, 7, 29, .18);
        --gg-tight-radius: 8px;
        
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        /*font-family: 'Manrope', sans-serif !important;*/
        font-family: 'Playfair Display', serif !important;
        color: var(--gg-text) !important;
        overflow-x: hidden !important;
        background:
            radial-gradient(circle at 14% 4%, rgba(255, 216, 8, .16), transparent 24%),
            radial-gradient(circle at 88% 8%, rgba(239, 31, 50, .10), transparent 24%),
            linear-gradient(180deg, #fff8e8 0%, #fff 36%, #fff7e0 100%) !important;
    }

    img,
    video {
        max-width: 100%;
        height: auto;
    }

    section {
        position: relative;
    }

    /* Common Container */
    .hero-inner,
    .products-inner,
    .why-inner,
    .brands-inner {
        width: min(1200px, calc(100% - 32px));
        margin: 0 auto;
    }

    a {
        transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
    }

    ::selection {
        background: var(--gg-red);
        color: #fff;
    }

    /* =========================================================
    BANNER SLIDER
    ========================================================= */

    .gg-slider-section {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 680px;
        max-height: 900px;
        overflow: hidden;
        background: #120014;
    }

    .gg-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        opacity: 0;
        visibility: hidden;
        transform: scale(1.08);
        transition: opacity 1s ease, visibility 1s ease, transform 6s ease;
    }

    .gg-slide.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        z-index: 2;
    }

    .gg-banner-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gg-slide-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
        background:
            radial-gradient(circle at 28% 42%, rgba(255, 216, 8, .20), transparent 32%),
            linear-gradient(90deg, rgba(19, 7, 29, .88), rgba(19, 7, 29, .58), rgba(239, 31, 50, .24)) !important;
    }

    .gg-slide-content {
        position: relative;
        z-index: 3;
        height: 100%;
        max-width: 1280px;
        margin: auto;
        padding: 0 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }

    .gg-slide.active .gg-slide-content {
        animation: ggContentUp .9s ease both;
    }

    .gg-slide-eyebrow,
    .hero-eyebrow,
    .section-eyebrow,
    .why-eyebrow,
    .about-eyebrow,
    .blog-eyebrow,
    .single-blog-eyebrow,
    .cta-label {
        width: fit-content;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 18px;
        border-radius: 50px;
        background: linear-gradient(135deg, rgba(255, 216, 8, .22), rgba(239, 31, 50, .12)) !important;
        border: 1px solid rgba(255, 216, 8, .55) !important;
        color: var(--gg-red) !important;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 18px;
        box-shadow: 0 10px 26px rgba(255, 172, 25, .14);
    }

    .gg-slide-eyebrow,
    .single-blog-eyebrow,
    .about-hero-content .about-hero-breadcrumb {
        color: var(--gg-gold) !important;
    }

    .gg-slide-content h2,
    .hero-title,
    .section-title-main,
    .why-title,
    .about-title,
    .blog-section-title,
    .single-blog-title,
    .blog-content-title,
    .terms-title,
    .cta-title,
    .payment-card-title {
        font-family: 'Playfair Display', serif !important;
        color: var(--gg-ink) !important;
        letter-spacing: 0 !important;
        margin: 0 0 20px;
    }

    .gg-slide-content h2,
    .about-hero h1,
    .single-blog-hero h1,
    .terms-hero h1,
    .blog-hero h1 {
        max-width: 760px;
        font-size: clamp(38px, 5vw, 76px);
        line-height: 1.05;
        font-weight: 900;
        color: #fff !important;
        text-shadow: 0 12px 34px rgba(0, 0, 0, .48);
        font-family: 'Playfair Display', serif !important;
    }

    .gg-slide-content p {
        max-width: 620px;
        font-size: 18px;
        line-height: 1.8;
        color: #f5f5f5 !important;
        margin-bottom: 32px;
    }

    .gg-slide-actions {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
    }

    .gg-slide-btn,
    .hero-cta,
    .cta-btn,
    .btn-premium,
    .btn-home,
    .btn-pdf,
    .btn-payment,
    button[type="submit"],
    input[type="submit"],
    .contact-form button,
    .estimate-form button,
    .cart-btn,
    .checkout-btn,
    .place-order-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 14px 34px;
        border: 0 !important;
        border-radius: var(--gg-tight-radius) !important;
        background: linear-gradient(135deg, var(--gg-red), var(--gg-orange) 54%, var(--gg-gold)) !important;
        color: #fff !important;
        font-weight: 900 !important;
        box-shadow: 0 16px 36px rgba(239, 31, 50, .26) !important;
        transition: .3s ease;
    }

    .gg-slide-btn:hover,
    .hero-cta:hover,
    .cta-btn:hover,
    .btn-premium:hover,
    .btn-home:hover,
    .btn-pdf:hover,
    .btn-payment:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    .cart-btn:hover,
    .checkout-btn:hover,
    .place-order-btn:hover {
        transform: translateY(-2px);
        filter: brightness(1.04);
        box-shadow: 0 20px 42px rgba(255, 122, 0, .34) !important;
        color: #fff !important;
    }

    .gg-slide-link {
        color: #ffd700 !important;
        font-weight: 900;
        border-bottom: 2px solid #ffd700;
    }

    .gg-slider-dots {
        position: absolute;
        left: 50%;
        bottom: 34px;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        gap: 10px;
    }

    .gg-dot {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        border: 1px solid #ffd700;
        background: transparent;
        cursor: pointer;
        transition: .3s ease;
    }

    .gg-dot.active {
        width: 38px;
        background: #ffd700;
    }

    @keyframes ggContentUp {
        from {
            opacity: 0;
            transform: translateY(35px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* =========================================================
    ABOUT SECTION
    ========================================================= */

    .hero-section,
    .why-section,
    .brands-section,
    .about-main-section,
    .purpose-section,
    .blog-section,
    .single-blog-section,
    .terms-wrapper,
    .contact-area,
    .estimate-area,
    .order-success-section {
        padding: 105px 0;
        background:
            radial-gradient(circle at 8% 8%, rgba(255, 216, 8, .13), transparent 26%),
            linear-gradient(180deg, rgba(255, 248, 232, .92), rgba(255, 255, 255, .98)) !important;
    }

    .hero-inner {
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        align-items: center;
        gap: 56px;
    }

    .hero-image-wrap,
    .about-image-wrap,
    .blog-card,
    .blog-main-card,
    .sidebar-card,
    .terms-card,
    .payment-card,
    .flip-card-front,
    .flip-card-back,
    .purpose-card,
    .product-card-fire,
    .why-pillar,
    .why-dial-wrap,
    .stat-cell,
    .brand-card-fire,
    .success-card,
    .contact-form,
    .contact-info-box,
    .estimate-form,
    .estimate-summary,
    .cart-summary,
    .table-responsive,
    .order-summary-card {
        border-radius: var(--gg-tight-radius) !important;
        border: 1px solid rgba(255, 216, 8, .20) !important;
        box-shadow: var(--gg-premium-shadow) !important;
    }

    .hero-image-wrap {
        padding: 16px;
        background: linear-gradient(135deg, rgba(255, 196, 0, .65), rgba(245, 31, 46, .36));
        transform: rotate(-1.4deg);
    }

    .hero-image-wrap img {
        width: 100%;
        aspect-ratio: 4 / 4.35;
        object-fit: cover;
        border-radius: 28px;
        display: block;
        transform: rotate(1.4deg);
    }

    .hero-title,
    .section-title-main,
    .why-title {
        font-size: clamp(34px, 4.5vw, 58px);
        line-height: 1.08;
        margin: 20px 0 12px;
    }

    .title-underline,
    .section-title-bar,
    .why-title-bar,
    .blog-title-bar,
    .payment-divider,
    .purpose-divider,
    .product-divider,
    .blog-content-fire-bar {
        width: 96px;
        height: 5px;
        border-radius: 20px;
        display: block;
        margin: 0 0 22px;
        background: linear-gradient(90deg, var(--gg-red), var(--gg-orange), var(--gg-gold)) !important;
        box-shadow: 0 0 18px rgba(255, 122, 0, .30);
    }

    .section-title-bar,
    .why-title-bar {
        margin: 0 auto 22px;
    }

    .hero-body,
    .why-subtitle {
        color: var(--gg-muted) !important;
        font-size: 16px;
        line-height: 1.85;
    }

    .hero-badges {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .hero-badges .badge {
        background: #fff !important;
        color: var(--gg-dark) !important;
        border: 1px solid rgba(37, 17, 54, .10);
        box-shadow: 0 10px 25px rgba(37, 17, 54, .08);
        border-radius: 999px;
        padding: 11px 16px;
        font-weight: 900;
        white-space: normal;
    }

    /* =========================================================
    PRODUCTS SECTION
    ========================================================= */

    .products-section,
    .stats-section,
    .cta-section,
    .payment-page-section {
        padding: 100px;
        overflow: hidden;
        background:
            radial-gradient(circle at 14% 18%, rgba(255, 216, 8, .14), transparent 28%),
            radial-gradient(circle at 86% 14%, rgba(239, 31, 50, .16), transparent 26%),
            linear-gradient(135deg, #13071d 0%, #2a102f 48%, #500c18 100%) !important;
    }

    .blvel-footer {
        overflow: hidden;
        background:
            radial-gradient(circle at 14% 18%, rgba(255, 216, 8, .14), transparent 28%),
            radial-gradient(circle at 86% 14%, rgba(239, 31, 50, .16), transparent 26%),
            linear-gradient(135deg, #13071d 0%, #2a102f 48%, #500c18 100%) !important;
    }

    .section-header,
    .why-header {
        text-align: center;
        max-width: 760px;
        margin: 0 auto 46px;
    }

    .products-section .section-title-main {
        color: #fff !important;
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
        align-items: stretch;
    }

    .product-card-fire,
    .purpose-card,
    .why-pillar,
    .why-dial-wrap,
    .dial-card,
    .stat-cell,
    .brand-card-fire,
    .blog-card,
    .blog-main-card,
    .sidebar-card,
    .terms-card,
    .contact-form,
    .contact-info-box,
    .estimate-form,
    .estimate-summary,
    .cart-summary,
    .order-summary-card {
        position: relative;
        min-height: 100%;
        padding: 24px;
        overflow: hidden;
        transition: transform .35s ease, box-shadow .35s ease;
        background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(255, 248, 232, .91)) !important;
    }

    .product-card-fire::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 196, 0, .14), transparent 45%);
        pointer-events: none;
    }

    .product-card-fire:hover,
    .purpose-card:hover,
    .blog-card:hover,
    .brand-card-fire:hover,
    .payment-card:hover,
    .sidebar-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 80px rgba(239, 31, 50, .20) !important;
    }

    .product-card-fire.featured {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 220px 1fr;
        align-items: center;
        gap: 20px;
        background: linear-gradient(135deg, #fff, #fff4cf);
    }

    .product-number {
        position: absolute;
        right: 18px;
        top: 14px;
        color: rgba(37, 17, 54, .14);
        font-size: 40px;
        font-weight: 900;
    }

    .product-img-wrap {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
    }

    .featured .product-img-circle {
        width: 200px;
        height: 200px;
    }


    .footer-social-btn,
    .ci {
        background: linear-gradient(135deg, var(--gg-red), var(--gg-orange), var(--gg-gold)) !important;
        color: #fff !important;
        box-shadow: 0 14px 30px rgba(239, 31, 50, .26) !important;
    }

    .product-img-circle img {
        width: 82%;
        height: 82%;
        object-fit: contain;
    }

    .product-name {
        position: relative;
        z-index: 1;
        color: var(--gg-dark) !important;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .product-desc {
        position: relative;
        z-index: 1;
        color: var(--gg-muted) !important;
        line-height: 1.7;
        font-size: 14px;
    }

    .product-tag,
    .blog-meta-chip,
    .tag-chip,
    .blog-card-date-badge {
        position: relative;
        z-index: 1;
        display: inline-flex;
        padding: 7px 11px;
        font-size: 12px;
        font-weight: 900;
        border-radius: var(--gg-tight-radius) !important;
        background: rgba(239, 31, 50, .08) !important;
        border: 1px solid rgba(239, 31, 50, .18) !important;
        color: var(--gg-red) !important;
    }

    /* =========================================================
    WHY CHOOSE SECTION
    ========================================================= */

    .why-layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: stretch;
    }

    .why-pillar {
        position: relative;
        padding: 28px;
        display: grid;
        gap: 18px;
    }

    .pillar-line {
        position: absolute;
        left: 52px;
        top: 42px;
        bottom: 42px;
        width: 2px;
        background: linear-gradient(var(--gg-gold), var(--gg-red));
        opacity: .28;
    }

    .pillar-item {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 54px 1fr;
        gap: 16px;
        align-items: flex-start;
    }

    .pillar-hex,
    .dial-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
        display: grid;
        place-items: center;
    }

    .pillar-name,
    .dial-name {
        color: var(--gg-dark);
        font-weight: 900;
    }

    .pillar-name {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .pillar-desc {
        color: var(--gg-muted) !important;
        line-height: 1.7;
        font-size: 14px;
    }

    .why-dial-wrap {
        padding: 28px;
        display: grid;
        gap: 18px;
    }

    .dial-card {
        padding: 18px;
        border: 1px solid rgba(255, 196, 0, .25);
    }

    .dial-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 12px;
    }

    .dial-label-wrap {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .dial-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .dial-pct {
        color: var(--gg-red);
        font-weight: 900;
    }

    .dial-track {
        height: 10px;
        border-radius: 999px;
        background: rgba(37, 17, 54, .10);
        overflow: hidden;
    }

    .dial-fill {
        width: 0;
        height: 100%;
        border-radius: inherit;
        background: linear-gradient(90deg, var(--gg-red), var(--gg-gold));
        transition: width 1.1s ease;
    }

    .why-stats {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        margin-top: 28px;
    }

    .stat-cell {
        padding: 26px 18px;
        text-align: center;
    }

    .stat-icon {
        display: block;
        font-size: 32px;
        margin-bottom: 8px;
    }

    .stat-number {
        display: block;
        color: var(--gg-dark);
        font-size: 24px;
        font-weight: 900;
    }

    .stat-label {
        display: block;
        color: var(--gg-muted);
        font-weight: 700;
        font-size: 13px;
    }

    /* =========================================================
    BRANDS SECTION
    ========================================================= */

    .brands-marquee-wrap {
        overflow: hidden;
        padding: 8px 0 18px;
    }

    .brands-marquee-track {
        display: flex;
        gap: 18px;
        width: max-content;
        animation: ggMarquee 24s linear infinite;
    }

    .brand-card-fire {
        width: 170px;
        height: 112px;
        padding: 18px;
        display: grid;
        place-items: center;
        flex: 0 0 auto;
    }

    .brand-card-fire img {
        max-width: 100%;
        max-height: 74px;
        object-fit: contain;
        filter: drop-shadow(0 8px 14px rgba(37, 17, 54, .12));
    }

    .brand-glow-ring {
        position: absolute;
        inset: -40%;
        background: conic-gradient(from 90deg, transparent, rgba(255, 196, 0, .22), transparent);
        animation: brandGlow 5s linear infinite;
    }

    @keyframes ggMarquee {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    @keyframes brandGlow {
        to {
            transform: rotate(360deg);
        }
    }

    /* =========================================================
    HEADER / STICKY LOGO FIX & PREMIUM ELEMENTS
    ========================================================= */

    .navbar-area,
    .main-navbar,
    .top-header {
        position: relative;
        z-index: 50;
    }

    .top-offer-bar,
    .navbar-area,
    .fire-sticky-bar,
    .sticky-mobile-menu {
        background:
            linear-gradient(135deg, rgba(19, 7, 29, .98), rgba(36, 16, 47, .96) 56%, rgba(84, 12, 22, .96)) !important;
        border-color: rgba(255, 216, 8, .22) !important;
        box-shadow: 0 18px 46px rgba(19, 7, 29, .28) !important;
    }

    .top-offer-bar {
        color: #fff8e8 !important;
    }

    .mean-container .mean-nav {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .sticky-logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .sticky-logo .logo-text {
        display: flex;
        align-items: center;
    }

    .sticky-logo .gg-logo {
        height: 55px;
        width: auto;
        display: block;
    }

    .sticky-logo .logo-icon {
        display: flex;
        align-items: center;
    }

    .sticky-logo .logo-icon svg {
        width: 34px;
        height: 34px;
        margin-left: 8px;
    }

    .offer-slider .highlight,
    .nav-link.active,
    .nav-link:hover,
    .sticky-nav-links a.active,
    .sticky-nav-links a:hover,
    .mobile-menu-inner a.active,
    .mobile-menu-inner a:hover {
        color: var(--gg-gold) !important;
    }

    .nav-link.active,
    .sticky-nav-links a.active,
    .mobile-menu-inner a.active {
        text-shadow: 0 0 18px rgba(255, 216, 8, .38);
    }

    .logo-wrap,
    .sticky-logo,
    .footer-brand-logo {
        filter: drop-shadow(0 12px 24px rgba(239, 31, 50, .18));
    }

    .logo-wrap .gg-logo,
    .sticky-logo .gg-logo,
    .footer-brand-logo img {
        filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .26));
    }

    .burst-deco g,
    .sticky-burst g,
    .footer-burst-deco g {
        stroke: var(--gg-gold) !important;
    }

    .burst-deco circle,
    .sticky-burst circle,
    .footer-burst-deco circle {
        fill: var(--gg-red) !important;
    }

    .fire-edge,
    .sticky-fire-edge,
    .single-blog-fire-edge,
    .blog-hero-fire-edge {
        background: linear-gradient(90deg, var(--gg-red), var(--gg-orange), var(--gg-gold), var(--gg-orange), var(--gg-red)) !important;
        box-shadow: 0 0 24px rgba(255, 122, 0, .46);
    }

    /* =========================================================
    FORMS & TABLES
    ========================================================= */

    input,
    select,
    textarea,
    .form-control,
    .nice-select {
        border-radius: var(--gg-tight-radius) !important;
        border: 1px solid rgba(19, 7, 29, .14) !important;
        background: #fffdf7 !important;
        color: var(--gg-ink) !important;
        box-shadow: none !important;
    }

    input:focus,
    select:focus,
    textarea:focus,
    .form-control:focus {
        border-color: var(--gg-orange) !important;
        box-shadow: 0 0 0 4px rgba(255, 172, 25, .18) !important;
        outline: none !important;
    }

    table,
    .table {
        background: #fffdf7 !important;
        border-color: rgba(19, 7, 29, .10) !important;
    }

    thead,
    .table thead th {
        background: linear-gradient(135deg, var(--gg-ink), #401128) !important;
        color: var(--gg-gold) !important;
    }

    .table td,
    .table th {
        border-color: rgba(19, 7, 29, .10) !important;
    }
    td.actual {
        color: black !important;
    }

    /* =========================================================
    FOOTER & MISC PREMIUM ELEMENTS
    ========================================================= */

    .payment-card,
    .flip-card-front,
    .flip-card-back {
        background:
            linear-gradient(160deg, rgba(255, 248, 232, .12), rgba(255, 216, 8, .06)),
            linear-gradient(135deg, rgba(19, 7, 29, .96), rgba(47, 14, 48, .96)) !important;
        color: #fff8e8 !important;
    }

    .payment-detail strong,
    .blog-card-read-more,
    .recent-post-title:hover,
    .footer-links a:hover,
    .footer-contact-list a:hover,
    .tag-chip
    .blog-content-fire-label{
        color: var(--gg-red) !important;
    }

    .footer-brand-desc,
    .footer-links a,
    .footer-contact-list,
    .footer-contact-list a,
    .footer-bottom,
    .footer-bottom a {
        color: rgba(255, 248, 232, .86) !important;
    }

    .blvel-footer h4,
    .footer-product-col-header h5,
    .footer-copyright a {
        color: var(--gg-gold) !important;
        font-family: 'Playfair Display', serif !important;
    }

    .footer-divider {
        background: linear-gradient(90deg, transparent, rgba(255, 216, 8, .36), transparent) !important;
    }

    .fab-quick-shop svg,
    .fab-call svg {
        background: radial-gradient(circle at top left, var(--gg-gold), var(--gg-orange), var(--gg-red)) !important;
    }

    .swal2-popup {
        background: linear-gradient(135deg, var(--gg-ink), #3a1028) !important;
        border-color: rgba(255, 216, 8, .34) !important;
    }

    .swal2-title {
        color: var(--gg-gold) !important;
    }

    /* =========================================================
    RESPONSIVE
    ========================================================= */

    @media (max-width: 1199px) {
        .gg-slider-section {
            height: 760px;
            min-height: 760px;
        }

        .gg-slide-content {
            padding: 0 40px;
        }

        .hero-inner {
            gap: 34px;
        }

        .products-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .product-card-fire.featured {
            grid-column: span 3;
        }
    }

    @media (max-width: 991px) {
        .gg-slider-section {
            height: 700px;
            min-height: 700px;
        }

        .gg-slide-content {
            padding: 0 30px;
        }

        .gg-slide-content h2 {
            max-width: 680px;
        }

        .hero-section,
        .products-section,
        .why-section,
        .brands-section {
            padding: 74px 0;
        }

        .hero-inner,
        .why-layout {
            grid-template-columns: 1fr;
        }

        .hero-image-wrap {
            max-width: 640px;
            margin: 0 auto;
        }

        .products-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .product-card-fire.featured {
            grid-column: span 2;
        }

        .why-stats {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .sticky-logo .gg-logo {
            height: 42px;
        }

        .sticky-logo .logo-icon svg {
            width: 26px;
            height: 26px;
            margin-left: 6px;
        }
    }

    @media (max-width: 767px) {

        .hero-inner,
        .products-inner,
        .why-inner,
        .brands-inner,
        .gg-slide-content,
        .navbar-inner,
        .fire-sticky-inner,
        .payment-inner,
        .about-inner,
        .purpose-inner,
        .stats-inner,
        .cta-inner,
        .blog-inner,
        .single-blog-wrap,
        .terms-wrapper {
            width: min(100% - 24px, 640px) !important;
        }

        .gg-slider-section {
            height: 640px;
            min-height: 640px;
        }

        .gg-slide {
            background-position: center center !important;
        }

        .gg-slide-content {
            padding: 0 20px;
            text-align: center;
            align-items: center;
        }

        .gg-slide-content p {
            font-size: 15px;
            line-height: 1.7;
        }

        .gg-slide-actions {
            justify-content: center;
        }

        .gg-slide-btn,
        .hero-cta {
            min-height: 48px;
            padding: 12px 28px;
        }

        .hero-section,
        .products-section,
        .why-section,
        .brands-section {
            padding: 58px 0;
        }

        .hero-title,
        .section-title-main,
        .why-title {
            font-size: 34px;
        }

        .hero-badges {
            display: grid;
            grid-template-columns: 1fr;
        }

        .products-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .product-card-fire.featured {
            grid-column: auto;
            grid-template-columns: 1fr;
            text-align: left;
        }

        .featured .product-img-circle,
        .product-img-circle {
            width: 142px;
            height: 142px;
        }

        .why-pillar,
        .why-dial-wrap {
            padding: 20px;
        }

        .pillar-item {
            grid-template-columns: 48px 1fr;
            gap: 12px;
        }

        .pillar-hex {
            width: 48px;
            height: 48px;
            border-radius: 15px;
        }

        .pillar-line {
            left: 44px;
        }

        .brands-marquee-track {
            animation-duration: 18s;
        }

        .brand-card-fire {
            width: 140px;
            height: 96px;
        }

        .hero-image-wrap,
        .about-image-wrap,
        .blog-card,
        .payment-card,
        .terms-card {
            border-radius: var(--gg-tight-radius) !important;
        }
    }

    @media (max-width: 575px) {
        body {
            font-size: 14px !important;
        }

        .gg-slider-section {
            height: 590px;
            min-height: 590px;
        }

        .gg-slide-overlay {
            background: linear-gradient(180deg, rgba(19, 8, 31, .92), rgba(37, 17, 54, .76));
        }

        .gg-slide-content h2 {
            font-size: 34px;
            line-height: 1.08;
        }

        .gg-slide-eyebrow,
        .hero-eyebrow,
        .section-eyebrow,
        .why-eyebrow {
            font-size: 11px;
            padding: 7px 12px;
        }

        .gg-slider-dots {
            bottom: 18px;
        }

        .hero-image-wrap {
            padding: 10px;
            border-radius: 24px;
        }

        .hero-image-wrap img {
            border-radius: 18px;
            aspect-ratio: 1 / .82;
        }

        .hero-title,
        .section-title-main,
        .why-title {
            font-size: 30px;
        }

        .hero-body,
        .why-subtitle {
            font-size: 14px;
        }

        .product-card-fire {
            padding: 20px;
            border-radius: 20px;
        }

        .product-name {
            font-size: 18px;
        }

        .why-stats {
            grid-template-columns: 1fr;
        }

        .dial-top,
        .dial-label-wrap {
            align-items: flex-start;
        }

        .floating-fab {
            left: 14px !important;
            width: 50px !important;
            height: 50px !important;
        }

        .floating-fab svg {
            width: 38px !important;
            height: 38px !important;
            padding: 10px !important;
        }
    }

    @media (max-width: 360px) {
        .gg-slide-content h2 {
            font-size: 30px;
        }

        .hero-title,
        .section-title-main,
        .why-title {
            font-size: 27px;
        }

        .product-img-circle {
            width: 128px;
            height: 128px;
        }
    }


    /* =========================================================
   NEW PRODUCTS SECTION & CARD DESIGN (OVERRIDES)
   ========================================================= */

    .gg-products-v2 {
        background: linear-gradient(135deg, rgba(19, 7, 29, 0.98), rgba(36, 16, 47, 0.96) 56%, rgba(84, 12, 22, 0.96)) !important;
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .gg-products-v2 .gg-container {
        width: min(1200px, calc(100% - 40px));
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    /* Header Styles */
    .gg-products-v2 .gg-section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .gg-products-v2 .gg-eyebrow {
        display: inline-block;
        padding: 6px 16px;
        background: rgba(212, 175, 55, 0.1);
        color: var(--gg-gold, #d4af37);
        border: 1px solid rgba(212, 175, 55, 0.3);
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .gg-products-v2 .gg-title {
        color: #ffffff;
        font-size: clamp(32px, 4vw, 46px);
        font-weight: 800;
        margin: 0 0 20px;
    }

    .gg-products-v2 .gg-title-line {
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #d4af37, #f39c12);
        margin: 0 auto;
        border-radius: 10px;
    }

    /* Grid Layout */
    .gg-products-grid-v2 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    /* Base Card Design */
    .gg-card-v2 {
        background: linear-gradient(145deg, #1a0b36, #120626);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        padding: 24px;
        position: relative;
        transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
        display: flex;
        flex-direction: column;
    }

    .gg-card-v2:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        border-color: rgba(212, 175, 55, 0.4);
    }

    /* Featured Card (Spans 2 Columns) */
    .featured-card-v2 {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 25px;
        align-items: center;
        background: linear-gradient(145deg, #241142, #1a0b36);
        border: 1px solid rgba(212, 175, 55, 0.2);
        font-family: 'Playfair Display', serif !important;
    }

    /* Image Box */
    .gg-card-img-box {
        background: rgba(255, 255, 255, 0.03);
        border-radius: 16px;
        padding: 30px 20px;
        text-align: center;
        position: relative;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .featured-card-v2 .gg-card-img-box {
        height: 100%;
        min-height: 240px;
    }

    .gg-card-img-box img {
        max-height: 189px;
        object-fit: contain;
        transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.3));
    }

    .gg-card-v2:hover .gg-card-img-box img {
        transform: scale(1.15) rotate(-3deg);
    }

    .gg-badge-number {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.06);
        font-family: 'Space Grotesk', sans-serif;
    }

    .gg-card-v2:hover .gg-badge-number {
        color: rgba(212, 175, 55, 0.15);
    }

    /* Card Content */
    .gg-card-content {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .featured-card-v2 .gg-card-content {
        margin-top: 0;
    }

    .gg-card-tag {
        align-self: flex-start;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #d4af37;
        background: rgba(212, 175, 55, 0.1);
        padding: 5px 12px;
        border-radius: 6px;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }

    .gg-card-title {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.3;
        font-family: 'Playfair Display', serif !important;
    }

    .gg-card-desc {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        flex-grow: 1;
    }

    /* Link Button for Featured Card */
    .gg-card-btn-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #d4af37;
        font-weight: 700;
        font-size: 15px;
        text-decoration: none;
        transition: 0.3s;
    }

    .gg-card-btn-link:hover {
        color: #f39c12;
        gap: 12px;
        /* Smooth arrow slide effect */
    }

    /* =========================================================
   RESPONSIVE DESIGN (Media Queries)
   ========================================================= */
    @media (max-width: 1199px) {
        .gg-products-grid-v2 {
            grid-template-columns: repeat(3, 1fr);
        }

        .featured-card-v2 {
            grid-column: span 3;
        }
    }

    @media (max-width: 991px) {
        .gg-products-grid-v2 {
            grid-template-columns: repeat(2, 1fr);
        }

        .featured-card-v2 {
            grid-column: span 2;
        }
    }

    @media (max-width: 767px) {
        .gg-products-v2 {
            padding: 70px 0;
        }

        .gg-products-grid-v2 {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .featured-card-v2 {
            grid-column: span 1;
            grid-template-columns: 1fr;
            /* Stack image and content on mobile */
            gap: 15px;
        }

        .featured-card-v2 .gg-card-img-box {
            min-height: 200px;
        }
    }
/* SMALL DEVICE STATS AND CTA FIX */
@media (max-width: 767px) {
    .stats-section,
    .cta-section {
        padding: 56px 16px !important;
    }

    .stats-inner,
    .cta-inner,
    .cta-box,
    .cta-text-wrap {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .cta-box {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 24px !important;
        padding: 34px 20px !important;
        text-align: center !important;
    }

    .cta-label {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .cta-title,
    .cta-btn {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }
}