    {{-- CSS --}}
    
        .brands-marquee-section {
            padding: 60px 0 20px;
        }

        .brands-heading {
            font-size: 38px;
            font-weight: 400;
            color: #1a1a1a;
            text-align: center;
            margin: 0 0 10px;
        }

        .brands-sub {
            font-size: 16px;
            color: #666;
            text-align: center;
            margin: 0 0 40px;
        }

        .brands-highlight {
            background: #e8e6fd;
            color: #534AB7;
            border-radius: 4px;
            padding: 2px 8px;
        }

        .marquee-row {
            width: 100%;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .marquee-track {
            display: flex;
            gap: 10px;
            width: max-content;
        }

        .bcard {
            flex-shrink: 0;
            width: 150px;
            height: 90px;
            border-radius: 12px;
            overflow: hidden;
            display: block;
            background: #f4f4f8;
            text-decoration: none;
        }

        .bcard img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 8px;
        }

        @media (max-width: 768px) {
            .brands-heading {
                font-size: 28px;
            }

            .brands-sub {
                font-size: 14px;
            }

            .bcard {
                width: 110px;
                height: 70px;
            }

            .brands-marquee-section {
                padding: 36px 0 24px;
            }
        }

        @media (max-width: 480px) {
            .brands-heading {
                font-size: 22px;
            }

            .bcard {
                width: 90px;
                height: 58px;
            }
        }
    


    <!-- Banner Carousel start -->
    
        @media (max-width: 768px) {
            .banner-carousel-section {
                /* padding-top: 4rem !important; */
            }
        }
    

 
                    .low-height-carousel {
                        border-radius: 12px;
                        overflow: hidden;
                    }

                    .low-height-carousel .carousel-inner {
                        border-radius: 12px;
                    }

                    .low-height-carousel .carousel-item img {
                        width: 100%;
                        height: 220px;
                        object-fit: cover;
                        border-radius: 12px;
                    }

                    @media (min-width: 768px) {
                        .low-height-carousel .carousel-item img {
                            height: 280px;
                        }
                    }

                    @media (min-width: 1200px) {
                        .low-height-carousel .carousel-item img {
                            height: 320px;
                        }
                    }

                    .low-height-carousel .carousel-control-prev,
                    .low-height-carousel .carousel-control-next {
                        width: 40px;
                        height: 40px;
                        top: 50%;
                        transform: translateY(-50%);
                        background: rgba(255, 255, 255, 0.8);
                        border-radius: 50%;
                        opacity: 0.9;
                    }

                    .low-height-carousel .carousel-control-prev {
                        left: 15px;
                    }

                    .low-height-carousel .carousel-control-next {
                        right: 15px;
                    }

                    .low-height-carousel .carousel-control-prev-icon,
                    .low-height-carousel .carousel-control-next-icon {
                        filter: invert(1) grayscale(100);
                        width: 18px;
                        height: 18px;
                    }

                    .low-height-carousel .carousel-indicators {
                        margin-bottom: 10px;
                    }

                    .low-height-carousel .carousel-indicators [data-bs-target] {
                        width: 8px;
                        height: 8px;
                        border-radius: 50%;
                        background-color: #fff;
                        opacity: 0.6;
                        border: none;
                    }

                    .low-height-carousel .carousel-indicators .active {
                        opacity: 1;
                        background-color: #5A0C85;
                    }
                


        .logo-strip-item {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 12px;
            /* padding: 12px; */
            transition: all 0.2s ease;
            flex-shrink: 0;
        }

        .logo-strip-item:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
            transform: translateY(-3px);
            border-color: #ddd;
        }

        .logo-strip-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        @media (max-width: 576px) {
            .logo-strip-item {
                width: 75px;
                height: 75px;
                padding: 8px;
            }
        }
    

      
                .ts-heading-wrap {
                    display: flex;
                    flex-direction: column;
                    gap: 4px;
                }

                .ts-eyebrow {
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 0.5px !important;
                    text-transform: uppercase;
                    color: #5A0C85;
                }

                .ts-heading {
                    font-size: 28px;
                    font-weight: 800;
                    letter-spacing: normal !important;
                    color: #1a1a1a;
                    margin: 0;
                    position: relative;
                    display: inline-block;
                    padding-bottom: 10px;
                }

                .ts-heading::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 48px;
                    height: 4px;
                    border-radius: 4px;
                    background: linear-gradient(90deg, #5A0C85, #7552A2);
                }

                @media (max-width: 576px) {
                    .ts-heading {
                        font-size: 22px;
                    }
                }

                .compact-store-card {
                    background: #fff;
                    border: 1px solid #d9b8f0;
                    border-radius: 12px;
                    padding: 14px 10px;
                    text-align: center;
                    transition: all 0.2s ease;
                    height: 100%;
                }

                .compact-store-card:hover {
                    box-shadow: 0 6px 16px rgba(90, 12, 133, 0.15);
                    transform: translateY(-3px);
                    border-color: #5A0C85;
                }

                .compact-store-thumb {
                    width: 100%;
                    height: 70px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 8px;
                }

                .compact-store-thumb img {
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                }

                .compact-store-stars {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 2px;
                    margin-bottom: 4px;
                }

                .compact-store-stars svg {
                    width: 10px;
                    height: 10px;
                }

                .compact-rating-badge {
                    font-size: 9px;
                    font-weight: 700;
                    color: #92400e;
                    background: #fef3c7;
                    padding: 1px 6px;
                    border-radius: 20px;
                    margin-left: 3px;
                }

                .compact-store-name {
                    font-size: 12px;
                    font-weight: 600;
                    margin: 0 0 8px 0;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .compact-view-btn {
                    font-size: 10px;
                    padding: 5px 10px;
                    border-radius: 30px;
                    display: block;
                    width: 100%;
                }
            

    
        .brands-marquee-section {
            padding: 60px 0 20px;
        }

        .brands-heading {
            font-size: 38px;
            font-weight: 400;
            color: #1a1a1a;
            text-align: center;
            margin: 0 0 10px;
        }

        .brands-sub {
            font-size: 16px;
            color: #666;
            text-align: center;
            margin: 0 0 40px;
        }

        .brands-highlight {
            background: #e8e6fd;
            color: #534AB7;
            border-radius: 4px;
            padding: 2px 8px;
        }

        .marquee-row {
            width: 100%;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .marquee-track {
            display: flex;
            gap: 10px;
            width: max-content;
        }

        .bcard {
            flex-shrink: 0;
            width: 150px;
            height: 90px;
            border-radius: 12px;
            overflow: hidden;
            display: block;
            background: #f4f4f8;
            text-decoration: none;
        }

        .bcard img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 8px;
        }

        @media (max-width: 768px) {
            .brands-heading {
                font-size: 28px;
            }

            .brands-sub {
                font-size: 14px;
            }

            .bcard {
                width: 110px;
                height: 70px;
            }

            .brands-marquee-section {
                padding: 36px 0 24px;
            }
        }

        @media (max-width: 480px) {
            .brands-heading {
                font-size: 22px;
            }

            .bcard {
                width: 90px;
                height: 58px;
            }
        }
    

 
                .ts-heading-wrap {
                    display: flex;
                    flex-direction: column;
                    gap: 4px;
                }

                .ts-eyebrow {
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 0.5px !important;
                    text-transform: uppercase;
                    color: #5A0C85;
                }

                .ts-heading {
                    font-size: 28px;
                    font-weight: 800;
                    letter-spacing: normal !important;
                    color: #1a1a1a;
                    margin: 0;
                    position: relative;
                    display: inline-block;
                    padding-bottom: 10px;
                }

                .ts-heading::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 48px;
                    height: 4px;
                    border-radius: 4px;
                    background: linear-gradient(90deg, #5A0C85, #7552A2);
                }

                @media (max-width: 576px) {
                    .ts-heading {
                        font-size: 22px;
                    }
                }

                .coupon-grid-card {
                    background: #fff;
                    border: 1.5px solid #e9d9f7;
                    border-radius: 14px;
                    padding: 16px;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    transition: all 0.2s ease;
                }

                .coupon-grid-card:hover {
                    border-color: #5A0C85;
                    box-shadow: 0 8px 20px rgba(90, 12, 133, 0.1);
                    transform: translateY(-3px);
                }

                .coupon-grid-logo {
                    width: 100%;
                    height: 130px;
                    border: 1px solid #eee;
                    border-radius: 10px;
                    background: #fafafa;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 8px;
                    margin-bottom: 10px;
                }

                .coupon-grid-logo img {
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                }

                .coupon-grid-badge {
                    display: inline-block;
                    background: #f3e8ff;
                    color: #5A0C85;
                    font-size: 10px;
                    font-weight: 700;
                    padding: 3px 9px;
                    border-radius: 20px;
                    text-transform: uppercase;
                    letter-spacing: 0.3px;
                    margin-bottom: 6px;
                    width: fit-content;
                }

                .coupon-grid-title {
                    font-size: 13px;
                    font-weight: 700;
                    color: #1a1a1a;
                    margin: 0 0 4px;
                    line-height: 1.3;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    min-height: 34px;
                }

                .coupon-grid-meta {
                    font-size: 11px;
                    color: #6b7280;
                    display: flex;
                    align-items: center;
                    gap: 4px;
                    margin-bottom: 10px;
                }

                .coupon-grid-btn {
                    margin-top: auto;
                    position: relative;
                    background: repeating-linear-gradient(135deg, #5A0C85, #5A0C85 8px, #6b1a99 8px, #6b1a99 16px);
                    border: none;
                    border-radius: 30px;
                    padding: 10px 12px;
                    color: #fff;
                    font-weight: 700;
                    font-size: 13px;
                    letter-spacing: 1px;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    outline: 2px dashed rgba(255, 255, 255, 0.5);
                    outline-offset: -4px;
                    cursor: pointer;
                    transition: all 0.2s ease;
                }

                .coupon-grid-btn:hover {
                    color: #fff;
                    box-shadow: 0 4px 12px rgba(90, 12, 133, 0.3);
                }

                .coupon-masked-code {
                    transition: opacity 0.2s ease;
                    color: white;
                }

                .coupon-reveal-text {
                    position: absolute;
                    inset: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #48096a;
                    opacity: 0;
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 0.5px;
                    transition: opacity 0.2s ease;
                }

                .coupon-grid-btn:hover .coupon-masked-code {
                    opacity: 0;
                    color: white;
                }

                .coupon-grid-btn:hover .coupon-reveal-text {
                    opacity: 1;
                }

                .coupon-grid-more {
                    font-size: 11px;
                    font-weight: 700;
                    color: #5A0C85;
                    display: flex;
                    align-items: center;
                    gap: 3px;
                    margin-top: 6px;
                    text-decoration: none;
                }
            

  
                .ts-heading-wrap {
                    display: flex;
                    flex-direction: column;
                    gap: 4px;
                }

                .ts-eyebrow {
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 0.5px !important;
                    text-transform: uppercase;
                    color: #5A0C85;
                }

                .ts-heading {
                    font-size: 28px;
                    font-weight: 800;
                    letter-spacing: normal !important;
                    color: #1a1a1a;
                    margin: 0;
                    position: relative;
                    display: inline-block;
                    padding-bottom: 10px;
                }

                .ts-heading::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 48px;
                    height: 4px;
                    border-radius: 4px;
                    background: linear-gradient(90deg, #5A0C85, #7552A2);
                }

                @media (max-width: 576px) {
                    .ts-heading {
                        font-size: 22px;
                    }
                }

                .hd-carousel-wrap {
                    position: relative;
                }

                .hd-scroll-track {
                    display: flex;
                    gap: 20px;
                    overflow-x: auto;
                    scroll-snap-type: x mandatory;
                    scroll-behavior: smooth;
                    padding: 6px 4px 10px;
                    -ms-overflow-style: none;
                    scrollbar-width: none;
                }

                .hd-scroll-track::-webkit-scrollbar {
                    display: none;
                }

                .hd-deal-card {
                    flex: 0 0 auto;
                    scroll-snap-align: start;
                    width: 260px;
                }

                @media (max-width: 991px) {
                    .hd-deal-card {
                        width: 220px;
                    }
                }

                @media (max-width: 576px) {
                    .hd-deal-card {
                        width: 78%;
                    }
                }

                .hd-logo-box {
                    width: 100%;
                    height: 130px;
                    background: #fff;
                    border: 1px solid #eee;
                    border-radius: 14px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 18px;
                    margin-bottom: 14px;
                }

                .hd-logo-box img {
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                }

                .hd-store-name {
                    font-size: 13px;
                    font-weight: 600;
                    color: #6b7280;
                    margin: 0 0 4px;
                }

                .hd-deal-title {
                    font-size: 16px;
                    font-weight: 700;
                    color: #1a1a1a;
                    margin: 0 0 14px;
                    line-height: 1.3;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    min-height: 42px;
                }

                .hd-cta-btn {
                    display: block;
                    width: 100%;
                    background: #5A0C85;
                    color: #fff;
                    border: none;
                    border-radius: 30px;
                    padding: 12px 16px;
                    font-size: 14px;
                    font-weight: 700;
                    text-align: center;
                    cursor: pointer;
                    transition: all 0.2s ease;
                }

                .hd-cta-btn:hover {
                    background: #5A0C85;
                    color: #fff;
                }

                .hd-expiry-text {
                    text-align: center;
                    font-size: 12px;
                    color: #6b7280;
                    margin-top: 10px;
                }

                .hd-arrow-btn {
                    position: absolute;
                    top: 65px;
                    width: 44px;
                    height: 44px;
                    border-radius: 50%;
                    background: #5A0C85;
                    color: #fff;
                    border: none;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 18px;
                    z-index: 5;
                    cursor: pointer;
                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
                    transition: all 0.2s ease;
                }

                .hd-arrow-btn:hover {
                    background: #5A0C85;
                }

                .hd-arrow-prev {
                    left: -18px;
                }

                .hd-arrow-next {
                    right: -18px;
                }

                @media (max-width: 576px) {
                    .hd-arrow-btn {
                        display: none;
                    }
                }

                .hd-dots {
                    display: flex;
                    justify-content: center;
                    gap: 6px;
                    margin-top: 6px;
                }

                .hd-dot {
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background: #d1d5db;
                    border: none;
                    padding: 0;
                    cursor: pointer;
                    transition: all 0.2s ease;
                }

                .hd-dot.active {
                    background: #1a1f3d;
                    width: 20px;
                    border-radius: 10px;
                }
            

  
        .popular-partners {
            padding-block: clamp(28px, 5vw, 56px);
        }

        /* ═══════════════════ HEADING ═══════════════════ */
        .ts-heading-wrap {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .ts-eyebrow {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.5px !important;
            text-transform: uppercase;
            color: #5A0C85;
        }

        .ts-heading {
            font-size: clamp(19px, 3.2vw, 28px);
            font-weight: 800;
            letter-spacing: normal !important;
            line-height: 1.3;
            color: #1a1a1a;
            margin: 0;
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
        }

        .ts-heading::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 48px;
            height: 4px;
            border-radius: 4px;
            background: linear-gradient(90deg, #5A0C85, #7552A2);
        }

        .ts-subtext {
            font-size: clamp(13px, 1.6vw, 15px);
            color: #6b6b6b;
            margin: 6px 0 0;
            line-height: 1.6;
        }

        /* ═══════════════════ PARTNER GRID ═══════════════════ */
        .partner-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 14px;
        }

        .partner-card {
            position: relative;
            display: flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            border: 1.5px solid #eee;
            border-radius: 12px;
            padding: 12px 16px;
            text-decoration: none !important;
            overflow: hidden;
            transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
        }

        .partner-card::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1.5px;
            background: linear-gradient(135deg, #5A0C85, #7552A2);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            opacity: 0;
            transition: opacity .2s ease;
            pointer-events: none;
        }

        .partner-card:hover {
            border-color: transparent;
            box-shadow: 0 8px 20px rgba(90, 12, 133, 0.12);
            transform: translateY(-3px);
        }

        .partner-card:hover::before {
            opacity: 1;
        }

        .partner-card__logo {
            width: 80px;
            height: 45px;
            min-width: 42px;
            border-radius: 8px;
            background: #faf6ff;
            border: 1px solid #f0e6ff;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            flex-shrink: 0;
        }

        .partner-card__logo img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            object-fit: contain;
        }

        .partner-card__fallback {
            font-size: 15px;
            font-weight: 700;
            color: #5A0C85;
        }

        .partner-card__name {
            font-size: 14.5px;
            font-weight: 600;
            color: #1a1a1a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: color .2s ease;
        }

        .partner-card:hover .partner-card__name {
            color: #5A0C85;
        }

        /* ═══════════════════ RESPONSIVE BREAKPOINTS ═══════════════════ */
        @media (max-width: 1199px) {
            .partner-grid {
                grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            }
        }

        @media (max-width: 991px) {
            .partner-grid {
                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
                gap: 10px;
            }

            .partner-card {
                padding: 10px 12px;
            }
        }

        @media (max-width: 767px) {
            .partner-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .partner-card {
                flex-direction: column;
                text-align: center;
                gap: 8px;
                padding: 14px 8px;
            }

            .partner-card__logo {
                width: 40px;
                height: 40px;
                min-width: 40px;
            }

            .partner-card__name {
                font-size: 12.5px;
                white-space: normal;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                line-height: 1.3;
            }
        }

        @media (max-width: 480px) {
            .partner-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 8px;
            }
        }

        @media (max-width: 360px) {
            .partner-card {
                padding: 10px 6px;
            }

            .partner-card__logo {
                width: 36px;
                height: 36px;
                min-width: 36px;
            }
        }
    

    
        .blog-card-premium {
            background: #fff;
            border: 1px solid #f0e4fa;
            box-shadow: 0 8px 24px rgba(90, 12, 133, 0.08);
            position: relative;
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        .blog-card-premium::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #5A0C85, #7552A2, #c9a84c);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .45s ease;
            z-index: 3;
        }

        .blog-card-premium:hover::before {
            transform: scaleX(1);
        }

        .blog-card-premium:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 45px rgba(90, 12, 133, 0.2);
            border-color: #e2c7f0;
        }

        .blog-card-thumb {
            aspect-ratio: 16 / 10;
        }

        .blog-card-thumb .blog-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s ease;
        }

        .blog-card-premium:hover .blog-card-img {
            transform: scale(1.1) rotate(0.5deg);
        }

        .blog-thumb-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(20, 0, 30, 0.55) 100%);
            opacity: 0;
            transition: opacity .35s ease;
        }

        .blog-card-premium:hover .blog-thumb-overlay {
            opacity: 1;
        }

        .blog-date-badge {
            position: absolute;
            bottom: 14px;
            left: 14px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(4px);
            color: #5A0C85;
            font-size: 12.5px;
            font-weight: 700;
            padding: 7px 15px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
            z-index: 2;
        }

        .blog-card-title {
            font-size: 19.5px;
            line-height: 1.45;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 56px;
            transition: color .3s ease;
        }

        .blog-card-premium:hover .blog-card-title {
            color: #5A0C85;
        }

        .blog-read-more-text {
            color: #5A0C85;
            font-size: 15px;
            text-decoration: none;
            position: relative;
        }

        .blog-read-more-text::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 0;
            height: 2px;
            background: #5A0C85;
            transition: width .3s ease;
        }

        .blog-card-premium:hover .blog-read-more-text::after {
            width: 100%;
        }

        .blog-arrow-circle {
            width: 42px;
            height: 42px;
            min-width: 42px;
            border-radius: 50%;
            background: #f4e9fb;
            color: #5A0C85;
            font-size: 18px;
            text-decoration: none;
            transition: background .3s ease, color .3s ease, transform .3s ease;
        }

        .blog-card-premium:hover .blog-arrow-circle {
            background: #5A0C85;
            color: #fff;
            transform: rotate(45deg);
        }

        .see-all-blogs-link {
            text-decoration: none;
            transition: gap .3s ease;
        }

        .see-all-blogs-link:hover {
            gap: 14px !important;
        }
    

    
        .reviewer-avatar {
            width: 3rem;
            height: 3rem;
            background: var(--s1-bg-color, #ede9fe);
            color: var(--s1-color, #7c3aed);
            font-size: 0.85rem;
            font-weight: 700;
            flex-shrink: 0;
        }

        /* Equal height cards via Swiper */
        .customers-feedback-carousel .swiper-wrapper {
            align-items: stretch;
        }

        .customers-feedback-carousel .swiper-slide {
            height: auto;
        }

        .customers-feedback-carousel .single-item {
            height: 100%;
            min-height: 220px;
        }
    


    
        /* ── Badge ── */
        .sec-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #f3e8ff;
            border: 1px solid #d8b4fe;
            color: #7e22ce;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            padding: 4px 14px;
            border-radius: 999px;
        }

        .sec-badge .dot {
            width: 6px;
            height: 6px;
            background: #a855f7;
            border-radius: 50%;
            animation: pulseDot 1.5s ease-in-out infinite;
        }

        /* ── Category Grid ── */
        .cat-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 12px;
            margin-top: 1.8rem;
        }

        .cat-card {
            border-radius: 16px;
            padding: 1rem 0.9rem;
            border: 1.5px solid rgba(0, 0, 0, 0.08);
            background: #fff;
            position: relative;
            overflow: hidden;
            transition: transform .25s, border-color .25s, box-shadow .25s;
            cursor: pointer;
            display: flex;
            flex-direction: column;
        }

        .cat-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--cc-accent);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .35s cubic-bezier(.22, 1, .36, 1);
            border-radius: 16px 16px 0 0;
        }

        li.n17-color {
            font-size: 0.85rem !important;
            list-style: disc;
        }

        .cat-card:hover::after {
            transform: scaleX(1);
        }

        .cat-card:hover {
            transform: translateY(-5px);
            border-color: var(--cc-accent);
            box-shadow: 0 14px 32px rgba(0, 0, 0, .09);
        }

        .cc-top {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: .6rem;
        }

        .cc-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
            border-radius: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            background: var(--cc-bg);
            color: var(--cc-accent);
            transition: transform .25s;
        }

        .cat-card:hover .cc-icon {
            transform: scale(1.12) rotate(-4deg);
        }

        .cc-name {
            font-size: 0.95rem;
            font-weight: 800;
            line-height: 1.25;
        }

        .cc-desc {
            font-size: 0.8rem;
            line-height: 1.5;
            opacity: .68;
            flex: 1;
        }

        .cc-link {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            font-size: 0.68rem;
            font-weight: 700;
            color: var(--cc-accent);
            margin-top: .6rem;
            opacity: 0;
            max-height: 0;
            transform: translateX(-5px);
            transition: opacity .2s, transform .2s;
            text-transform: uppercase;
            letter-spacing: .05em;
        }

        .cat-card:hover .cc-link {
            opacity: 1;
            transform: translateX(0);
        }

        /* ── Two Column Info Cards ── */
        .two-col-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        .info-card {
            border-radius: 18px;
            padding: 1.3rem 1.4rem;
            border: 1.5px solid rgba(0, 0, 0, 0.08);
            background: #fff;
            transition: box-shadow .25s, transform .25s;
        }

        .info-card:hover {
            box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
            transform: translateY(-3px);
        }

        .ic-top {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: .7rem;
            padding-bottom: .7rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        }

        .ic-icon {
            width: 40px;
            height: 40px;
            border-radius: 11px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.05rem;
            background: var(--ic-bg);
            color: var(--ic-color);
        }

        .ic-title {
            font-size: 1.2rem;
            font-weight: 800;
            line-height: 1.25;
        }

        .ic-body {
            font-size: 0.92rem;
            line-height: 1.55;
            opacity: .75;
            margin-bottom: .7rem;
        }

        .ic-list {
            columns: 2;
            column-gap: 22px;
            padding-left: 1.1rem;
            margin: 0;
        }

        .ic-list li {
            break-inside: avoid;
            margin-bottom: 5px;
        }

        .ic-note {
            font-size: 0.85rem;
            line-height: 1.5;
            opacity: .68;
            margin-top: .7rem;
            padding-top: .7rem;
            border-top: 1px solid rgba(0, 0, 0, 0.07);
            font-style: italic;
        }

        /* ── Bottom Row ── */
        .bottom-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
        }

        /* Newsletter */
        .newsletter-card {
            border-radius: 18px;
            padding: 1.3rem 1.4rem;
            background: #f0fdf9;
            border: 1.5px solid #a7f3d0;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .nl-top {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nl-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            flex-shrink: 0;
            background: #d1fae5;
            color: #065f46;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
        }

        .nl-title {
            font-size: 1.2rem;
            font-weight: 800;
            color: #064e3b;
        }

        .nl-body {
            font-size: 0.88rem;
            color: #065f46;
            line-height: 1.6;
            opacity: .85;
        }

        .nl-strong {
            font-size: 0.9rem;
            font-weight: 700;
            color: #065f46;
        }

        .newsletter-input {
            width: 100%;
            padding: 9px 14px;
            border: 1.5px solid #6ee7b7;
            border-radius: 10px;
            font-size: 0.85rem;
            outline: none;
            background: #fff;
            transition: border-color .22s, box-shadow .22s;
        }

        .newsletter-input:focus {
            border-color: #10b981;
            box-shadow: 0 0 0 3px rgba(16, 185, 129, .15);
        }

        .newsletter-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            background: #059669;
            color: #fff;
            padding: 9px 18px;
            border-radius: 10px;
            font-size: 0.85rem;
            font-weight: 700;
            border: none;
            cursor: pointer;
            transition: background .2s, transform .2s;
        }

        .newsletter-btn:hover {
            background: #047857;
            transform: translateY(-2px);
        }

        /* CTA */
        .cta-card {
            border-radius: 18px;
            padding: 1.3rem 1.4rem;
            background: #fdf4ff;
            border: 1.5px solid #e9d5ff;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            justify-content: center;
            gap: 9px;
            position: relative;
            overflow: hidden;
        }

        .cta-card::before {
            content: '';
            position: absolute;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            background: rgba(168, 85, 247, .07);
            top: -55px;
            right: -55px;
        }

        .cta-card::after {
            content: '';
            position: absolute;
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: rgba(168, 85, 247, .05);
            bottom: -30px;
            left: -30px;
        }

        .cta-icon {
            width: 50px;
            height: 50px;
            border-radius: 14px;
            background: #f3e8ff;
            color: #9333ea;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            position: relative;
            z-index: 1;
        }

        .cta-heading {
            font-size: 1.2rem;
            font-weight: 800;
            color: #581c87;
            position: relative;
            z-index: 1;
        }

        .cta-text {
            font-size: 0.88rem;
            color: #6b21a8;
            line-height: 1.6;
            opacity: .82;
            position: relative;
            z-index: 1;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: #9333ea;
            color: #fff !important;
            padding: 10px 24px;
            border-radius: 999px;
            font-size: 0.88rem;
            font-weight: 700;
            text-decoration: none !important;
            transition: background .22s, transform .22s, box-shadow .22s;
            position: relative;
            z-index: 1;
        }

        .cta-btn:hover {
            background: #7e22ce;
            transform: translateY(-3px);
            box-shadow: 0 10px 26px rgba(147, 51, 234, .35);
        }

        /* ── Responsive ── */
        @media (max-width: 1200px) {
            .cat-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {

            .two-col-grid,
            .bottom-row {
                grid-template-columns: 1fr;
            }

            .ic-list {
                columns: 1;
            }
        }

        @media (max-width: 576px) {
            .cat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @keyframes pulseDot {

            0%,
            100% {
                opacity: 1;
                transform: scale(1)
            }

            50% {
                opacity: .4;
                transform: scale(.7)
            }
        }
    

 
                                    .nl-form {
                                        display: flex;
                                        gap: 8px;
                                        margin-top: 6px;
                                        align-items: stretch;
                                    }

                                    .nl-form .newsletter-input {
                                        flex: 1;
                                        min-width: 0;
                                    }

                                    .nl-form .newsletter-btn {
                                        white-space: nowrap;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        gap: 6px;
                                        cursor: pointer;
                                    }

                                    .nl-form .newsletter-btn i {
                                        font-size: 16px;
                                    }

                                    @media (max-width: 576px) {
                                        .nl-form {
                                            flex-direction: column;
                                        }

                                        .nl-form .newsletter-btn {
                                            width: 100%;
                                        }
                                    }
                                

<!-- FAQS start -->
    
        .faq-section-wrapper {
            padding-block: clamp(40px, 8vw, 90px);
        }

        .faq-heading {
            font-size: clamp(26px, 4.2vw, 55px);
            font-weight: 400;
            line-height: 1.2;
            color: rgb(48 0 75);
            margin: 0;
        }

        .faq-heading-col {
            position: sticky;
        }

        .faq-item {
            background: rgb(245 226 255) !important;
            border: none !important;
            border-radius: 12px !important;
            overflow: hidden;
        }

        .faq-btn {
            background: rgb(245 226 255) !important;
            font-weight: 500;
            box-shadow: none !important;
            font-size: clamp(15px, 1.7vw, 1.75rem);
            line-height: 1.4;
            padding: 18px 20px;
            gap: 12px;
        }

        .faq-btn:not(.collapsed) {
            color: black;
        }

        .faq-btn::after {
            flex-shrink: 0;
            width: 1.1em;
            height: 1.1em;
            background-size: 1.1em;
        }

        .faq-body {
            padding: 4px 20px 20px;
        }

        .faq-body p {
            font-size: clamp(13.5px, 1.3vw, 16px);
            line-height: 1.65;
            color: #3a3a3a;
            margin: 0;
        }

        .faq-body a {
            color: #7F77DD;
            text-decoration: none;
        }

        .faq-body a:hover {
            text-decoration: underline;
        }

        /* ═══════════════════ TABLET ═══════════════════ */
        @media (max-width: 991px) {
            .faq-heading-col {
                position: static;
                margin-bottom: 20px;
            }
        }

        /* ═══════════════════ MOBILE ═══════════════════ */
        @media (max-width: 767px) {
            .faq-section-wrapper .row {
                flex-direction: column;
            }

            .faq-heading {
                margin-bottom: 4px;
            }

            .faq-btn {
                padding: 14px 16px;
            }

            .faq-body {
                padding: 0 16px 16px;
            }
        }

        @media (max-width: 400px) {
            .faq-btn {
                padding: 12px 14px;
            }
        }
    

