
            h2 {
                font-size: 28px !important;
            }
            .rts-statistics-area{
                /* padding-bottom: 60px; */
            }
            .rts-statistics-area .single-statistics-item .statistics-number {
                font-size: 49px !important;
            }

            .sec-card-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 20px;
            }

            .sec-card-header a {
                white-space: nowrap;
            }

/*
            .rts-section-gap {
                padding: 60px 0 !important;
            } */

            .rts-blog-area .row {
                display: flex;
                flex-wrap: wrap;
            }

            .rts-blog-area .row>[class*="col-"] {
                display: flex;
                flex-direction: column;
            }

            .rts-blog-area .single-blog-area-wrapper {
                display: flex;
                flex-direction: column;
                height: 100%;
            }

            .rts-blog-area .single-blog-area-wrapper .thumbnail {
                flex-shrink: 0;
            }

            .rts-blog-area .single-blog-area-wrapper .inner-content {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
            }

            .rts-blog-area .single-blog-area-wrapper .inner-content .body {
                flex-grow: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 48px;
            }


            .allbrand-cards-section{
                padding: 70px 0;
            }
            /* Category/Occasion section - distinct styling */
            .occasion-cards-section {
                padding-bottom: 70px;
                /* background: #F2F8FD; */
                /* border-radius: 16px; */
                /* border: 1px solid #e2e8f0; */
            }

            .occasion-cards-section .container-h-4 {
                padding-left: 15px;
                padding-right: 15px;
            }

            /* Category Section Styles */
            .rts-category-area .row {
                display: flex;
                flex-wrap: wrap;
            }

            .rts-category-area .row>[class*="col-"] {
                display: flex;
                flex-direction: column;
            }

            .rts-category-area .single-category-wrapper {
                display: flex;
                flex-direction: column;
                height: 100%;
                border: 1px solid #E0E0E0;
                border-radius: 12px;
                overflow: hidden;
                background: #fff;
                transition: all 0.3s ease;
                text-decoration: none;
                color: inherit;
            }

            .rts-category-area .single-category-wrapper:hover {
                border-color: #693D97;
                box-shadow: 0 8px 24px rgba(105, 61, 151, 0.15);
                transform: translateY(-5px);
                text-decoration: none;
                color: inherit;
            }

            .rts-category-area .single-category-wrapper .icon-wrapper {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 30px 20px;
                background: linear-gradient(135deg, #693D9715 0%, #693D9705 100%);
            }

            .rts-category-area .single-category-wrapper .icon-wrapper i {
                font-size: 48px;
                color: #693D97;
                transition: all 0.3s ease;
            }

            .rts-category-area .single-category-wrapper:hover .icon-wrapper i {
                transform: scale(1.1);
            }

            .rts-category-area .single-category-wrapper .category-content {
                padding: 20px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-grow: 1;
            }

            .rts-category-area .single-category-wrapper .category-content h5 {
                margin: 0;
                font-size: 18px;
                font-weight: 600;
                color: #083A5E;
                transition: color 0.3s ease;
            }

            .rts-category-area .single-category-wrapper:hover .category-content h5 {
                color: #693D97;
            }

            /* Category-specific background colors with texture */
            .rts-category-area .single-category-wrapper.category-for-her {
                background: linear-gradient(135deg, #FFF0F5 0%, #FFE5F1 50%, #FFF0F5 100%);
                background-size: 200% 200%;
                position: relative;
                overflow: hidden;
            }

            .rts-category-area .single-category-wrapper.category-for-her::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background:
                    radial-gradient(circle at 20% 30%, rgba(255, 182, 193, 0.1) 0%, transparent 50%),
                    radial-gradient(circle at 80% 70%, rgba(255, 192, 203, 0.1) 0%, transparent 50%);
                pointer-events: none;
            }

            .rts-category-area .single-category-wrapper.category-for-him {
                background: linear-gradient(135deg, #E5F3FF 0%, #F0F8FF 50%, #E5F3FF 100%);
                background-size: 200% 200%;
                position: relative;
                overflow: hidden;
            }

            .rts-category-area .single-category-wrapper.category-for-him::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background:
                    radial-gradient(circle at 30% 40%, rgba(135, 206, 250, 0.1) 0%, transparent 50%),
                    radial-gradient(circle at 70% 60%, rgba(173, 216, 230, 0.1) 0%, transparent 50%);
                pointer-events: none;
            }

            .rts-category-area .single-category-wrapper.category-for-kids {
                background: linear-gradient(135deg, #FFF9E5 0%, #FFFACD 50%, #FFF9E5 100%);
                background-size: 200% 200%;
                position: relative;
                overflow: hidden;
            }

            .rts-category-area .single-category-wrapper.category-for-kids::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background:
                    radial-gradient(circle at 25% 35%, rgba(255, 255, 153, 0.1) 0%, transparent 50%),
                    radial-gradient(circle at 75% 65%, rgba(255, 250, 205, 0.1) 0%, transparent 50%);
                pointer-events: none;
            }

            .rts-category-area .single-category-wrapper.category-emerging {
                background: linear-gradient(135deg, #F5F0FF 0%, #F0E5FF 50%, #F5F0FF 100%);
                background-size: 200% 200%;
                position: relative;
                overflow: hidden;
            }

            .rts-category-area .single-category-wrapper.category-emerging::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background:
                    radial-gradient(circle at 40% 30%, rgba(221, 160, 221, 0.1) 0%, transparent 50%),
                    radial-gradient(circle at 60% 70%, rgba(230, 230, 250, 0.1) 0%, transparent 50%);
                pointer-events: none;
            }

            /* Category-specific icon-wrapper backgrounds */
            .rts-category-area .single-category-wrapper.category-for-her .icon-wrapper {
                background: linear-gradient(135deg, rgba(255, 182, 193, 0.15) 0%, rgba(255, 192, 203, 0.05) 100%);
            }

            .rts-category-area .single-category-wrapper.category-for-him .icon-wrapper {
                background: linear-gradient(135deg, rgba(135, 206, 250, 0.15) 0%, rgba(173, 216, 230, 0.05) 100%);
            }

            .rts-category-area .single-category-wrapper.category-for-kids .icon-wrapper {
                background: linear-gradient(135deg, rgba(255, 255, 153, 0.15) 0%, rgba(255, 250, 205, 0.05) 100%);
            }

            .rts-category-area .single-category-wrapper.category-emerging .icon-wrapper {
                background: linear-gradient(135deg, rgba(221, 160, 221, 0.15) 0%, rgba(230, 230, 250, 0.05) 100%);
            }

            .rts-category-area .single-category-wrapper.category-for-parents .icon-wrapper i,
            .rts-category-area .single-category-wrapper.category-for-colleagues .icon-wrapper i {
                color: inherit;
            }

            .rts-category-area .single-category-wrapper.category-for-parents:hover .icon-wrapper i {
                color: #2E7D32;
            }

            .rts-category-area .single-category-wrapper.category-for-colleagues:hover .icon-wrapper i {
                color: #1565C0;
            }

            /* Ensure icon-wrapper and category-content are above the texture overlay */
            .rts-category-area .single-category-wrapper .icon-wrapper,
            .rts-category-area .single-category-wrapper .category-content {
                position: relative;
                z-index: 1;
            }

            @media (max-width: 991px) {
                .rts-category-area .single-category-wrapper .icon-wrapper {
                    padding: 25px 15px;
                }

                .rts-category-area .single-category-wrapper .icon-wrapper i {
                    font-size: 40px;
                }

                .rts-category-area .single-category-wrapper .category-content {
                    padding: 15px;
                }

                .rts-category-area .single-category-wrapper .category-content h5 {
                    font-size: 16px;
                }
            }

            @media (max-width: 575px) {
                .rts-statistics-area .single-statistics-item .statistics-number{
                    font-size: 26px !important;
                    white-space: nowrap;
                    margin: 10px;
                    line-height: 1.2em;
                }
                .rts-statistics-area .single-statistics-item{
                    padding: 0;
                }
                a.btn-only.see-all{
                    display: none;
                }

                .swiper-button-next,
                .swiper-button-prev {
                    height: 20px;
                    width: 27px;
                    top: 57%;
                }

                .rts-category-area .single-category-wrapper .icon-wrapper {
                    padding: 20px 15px;
                }

                .rts-category-area .single-category-wrapper .icon-wrapper i {
                    font-size: 36px;
                }

                .rts-category-area .single-category-wrapper .category-content {
                    padding: 12px;
                }

                .rts-category-area .single-category-wrapper .category-content h5 {
                    font-size: 15px;
                }
            }

            /* Category Swiper Section Styles */
            .rts-category-swiper-area {
                padding: 60px 0;
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item {
                display: flex;
                flex-direction: column;
                height: 100%;
                border: 1px solid #E0E0E0;
                border-radius: 12px;
                overflow: hidden;
                background: #fff;
                transition: all 0.3s ease;
                text-decoration: none;
                color: inherit;
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item:hover {
                border-color: #693D97;
                box-shadow: 0 8px 24px rgba(105, 61, 151, 0.15);
                transform: translateY(-5px);
                text-decoration: none;
                color: inherit;
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .icon-wrapper {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 30px 20px;
                background: linear-gradient(135deg, #693D9715 0%, #693D9705 100%);
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .icon-wrapper i {
                font-size: 48px;
                color: #693D97;
                transition: all 0.3s ease;
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item:hover .icon-wrapper i {
                transform: scale(1.1);
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .category-content {
                padding: 20px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-grow: 1;
                min-height: 80px;
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .category-content h5 {
                margin: 0;
                font-size: 16px;
                font-weight: 600;
                color: #083A5E;
                transition: color 0.3s ease;
                line-height: 1.4;
            }

            .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item:hover .category-content h5 {
                color: #693D97;
            }


            /* Brand Gallery Styles */
            .brand-gallery-section {
                width: 100%;
            }

            .brand-gallery-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
                gap: 20px;
                width: 100%;
            }

            .brand-gallery-item {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .brand-item-wrapper {
                width: 100%;
                height: 140px;
                padding: 15px;
                border-radius: 12px;
                background: #f9f9f9;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
                border: 1px solid #e0e0e0;
            }

            .brand-item-wrapper img {
                max-height: 100px;
                max-width: 100%;
                object-fit: contain;
            }

            .brand-item-wrapper:hover {
                box-shadow: 0 4px 10px rgba(105, 61, 151, 0.2);
                background: #fff;
                border-color: #a291c4;
            }
            .brands-tabs-header {
                            user-select: none;
                            margin-bottom: 32px;
                            display: flex;
                            position: relative;
                            justify-content: center;
                        }

                        .brands-tabs-list {
                            display: flex;
                            position: relative;
                            background: #f7f7fa;
                            border-radius: 32px;
                            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
                            padding: 4px;
                            gap: 0;
                        }

                       .brands-tab-btn {
    flex: 1;
    padding: 12px 30px;
    border: none;
    background: transparent;
    color: #1F1F25;
    font-weight: 600;
    font-size: 17px;
    border-radius: 28px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    white-space: nowrap;
}

/* gradient layer */
.brands-tab-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-grad);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 28px;
    z-index: -1;
}

.brands-tab-btn.active {
    color: #fff;
}

.brands-tab-btn.active::before {
    opacity: 1;
}


                        .brands-tab-btn:not(.active):hover {
                            color: #693D97;
                        }

                        .brands-tab-panel {
                            display: none;
                        }

                        .brands-tab-panel.active {
                            display: block;
                        }

                        .how-works-section{
        /* padding:70px 20px;
        background:#F2F8FD; */
        text-align:center;
        border-radius: 16px;
    }

    /* TITLE */


    /* SUBTITLE */
    .how-works-subtitle{
        font-size:17px;
        color:#675b87;
        margin-bottom:25px;
    }

    /* FLEX CONTAINER */
    .steps-wrapper{
        display:flex;
        justify-content:center;
        gap:40px;
        flex-wrap:wrap;
        max-width:1200px;
        margin:0 auto;
    }

    /* PREMIUM CARD */
    .step-card{
        width:300px;
        padding:45px 30px;
        border-radius:28px;
        background:rgba(255,255,255,0.55);
        backdrop-filter: blur(18px);
        border:1px solid rgba(255,255,255,0.7);
        box-shadow:0 15px 35px rgba(223, 223, 223, 0.37), 0 4px 10px rgba(0, 0, 0, 0.06);
        transition:0.35s ease;
        position:relative;
        overflow:hidden;
    }

    /* HOVER EFFECT */
    .step-card:hover{
        transform:translateY(-5px);
        box-shadow:
            0 8px 25px rgba(87, 36, 255, 0.075),
            0 4px h8px rgba(0,0,0,0.08);
    }

    /* GRADIENT RING BEHIND ICON */
    .icon-circle{
        width:85px;
        height:85px;
        border-radius:50%;
        margin:0 auto 25px auto;
        background: var(--color-grad);
        display:flex;
        justify-content:center;
        align-items:center;
        box-shadow:0 10px 20px rgba(106,49,255,0.25);
    }

    /* SVG ICONS */
    .icon-circle svg{
        width:45px;
        height:45px;
        stroke:#ffffff;
        stroke-width:2;
        fill:none;
    }

    /* TITLE TEXT */
    .step-title{
        font-size:19px;
        font-weight:600;
        color:#2d0f73;
        margin-bottom:12px;
    }

    /* DESCRIPTION TEXT */
    .step-desc{
        font-size:15px;
        color:#5f5873;
        line-height:1.55;
    }
    /* CARD */
    .rts-testimonials-area{
        padding-top: 70px;
    }
.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: left;
    border: 1px solid #e8e8ee;
    box-shadow: 0 8px 8px rgba(235, 234, 234, 0.356);
    background: linear-gradient(180deg, #f7f7ff 0%, #ffffff 100%);
    transition: 0.25s ease;
}

.testimonial-card:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

/* STARS */
.stars {
    color: gold;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 14px;

}

/* TEXT */
.testimonial-text {
    font-size: 15px;
    color: #404057;
    line-height: 1.55;
    margin-bottom: 22px;
}

/* NAME */
.person-name {
    font-size: 17px;
    font-weight: 600;
    color: #1a1b3c;
}

.person-role {
    font-size: 13px;
    color: #6d6e85;
    margin-top: 4px;
}

                        @media (max-width: 991px) {
                            .brand-card-thumb img {
                                height: 70px;
                            }
                        }

                        @media (max-width: 575px) {
                            .brands-tabs-header {
                                margin-bottom: 18px;
                            }

                            .brands-tabs-list {
                                min-width: 300px;
                            }
                            .brands-tab-btn{
                                font-size: 14px;
                            }
                            .brand-card-thumb img {
                                height: 56px;
                            }
                        }
            /* Responsive Grid */
            @media (max-width: 1400px) {
                .brand-gallery-grid {
                    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
                    gap: 15px;
                }

                .brand-item-wrapper {
                    height: 120px;
                }

                .brand-item-wrapper img {
                    max-height: 85px;
                }
            }

            @media (max-width: 992px) {
                .brand-gallery-grid {
                    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
                    gap: 12px;
                }

                .brand-item-wrapper {
                    height: 110px;
                }

                .brand-item-wrapper img {
                    max-height: 80px;
                }
            }

            @media (max-width: 768px) {
                .brand-gallery-grid {
                    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
                    gap: 10px;
                }

                .brand-item-wrapper {
                    height: 90px;
                    padding: 10px;
                }

                .brand-item-wrapper img {
                    max-height: 70px;
                }
            }

            @media (max-width: 576px) {
                .brand-gallery-grid {
                    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
                    gap: 8px;
                }

                .brand-item-wrapper {
                    height: 80px;
                    padding: 8px;
                }

                .brand-item-wrapper img {
                    max-height: 60px;
                }
            }

            @media (max-width: 991px) {
                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .icon-wrapper {
                    padding: 25px 15px;
                }

                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .icon-wrapper i {
                    font-size: 40px;
                }

                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .category-content {
                    padding: 15px;
                }

                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .category-content h5 {
                    font-size: 15px;
                }
            }

            @media (max-width: 575px) {
                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .icon-wrapper {
                    padding: 20px 15px;
                }

                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .icon-wrapper i {
                    font-size: 36px;
                }

                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .category-content {
                    padding: 12px;
                    min-height: 70px;
                }

                .rts-category-swiper-area .category-swiper-wrapper .single-category-swiper-item .category-content h5 {
                    font-size: 14px;
                }
            }

.title-main{
    font-size: 50px;
    line-height: 1.1em;
}
.home-banner{
    padding-top: 50px;
}
@media(max-width: 576px){
    .title-main{
        font-size: 40px;
    }
    .home-banner .button-area-main .rts-btn,.rts-btn{
        font-size: 14px;
        padding: 8px 16px !important;
    }
    .home-banner .button-area-main .hiw-btn{
        font-size: 14px;
    }
    .home-banner{
    padding-top: 10px;
}
    .home-banner .mb-order-1{
        order: 1;
    }
    .home-banner .mb-order-2{
        order: 2;
    }
    .rts-statistics-area .single-statistics-item .statistics-label {
        font-size: 14px;
    }
    .rts-statistics-area .single-statistics-item .statistics-description{
        line-height: 1.2em !important;
    }
    .rts-section-gap {
        padding: 30px 0;
    }
    .allbrand-cards-section {
        padding: 30px 0;
    }
    .brandLogoSwiper img{
        height: 30px;
    }
    .rts-statistics-area .col-6:last-child{
        display: none;
    }
}