.slick-prev-custom, .slick-next-custom{
    background-color:#3e4195 !important;
}
.category-card-name h2 {
    font-weight: 700;
    color: var(--violet-darkest);
    font-size: 26px !important;
}
.h1-heading{
    font-size: 18px;
    font-weight: 600;
    color: #3e4195;
    letter-spacing: 0.4px;
}
.h3-heading{
    font-family: "Manrope ExtraBold" !important;
    font-size: 36px;
    color: #383b88;
    letter-spacing: -1px !important;
}
.best-seller-tab .btn-style{
    font-size: 22px !important;
    font-weight: 600 !important;
}
.new-cards{
    margin: 20px 10px 20px 10px !important;
}
.new-category-card{
    height: 130px !important;
}
.new-category-card .category-card-name {
    padding: 20px 100px 20px 25px !important;
}
.new-category-card .category-card-name h2 {
    font-size: 24px !important;
}
.gift-card-style{
    margin: 20px 10px 20px 10px !important;
}
.news-letter-email::placeholder{
    font-size: 14px !important;
}
.send-mail-btn .fa-lg{
    font-size: 1.05em !important;
}
.new-cards .bs-tag p{
    font-size: 12px !important;
}
.new-cards .best-seller-top{
    padding: 3px 18px !important;
}
.about-img video{
    height: 545px !important;
}
.about-h3-heading h3{
    font-family: "Manrope ExtraBold" !important;
    font-size: 36px;
    color: #383b88;
    letter-spacing: -1px !important;
    margin-left:0px !important;
}
.custom-nav-item button{
    padding: 10px 44px !important;
    font-size: 20px !important;
    border:1px solid #3e419517 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.gray{
    color:#555 !important;
}

.new-tab-content > .active {
    display: block;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.slick-dots li.slick-active button:before {
    opacity:1 !important;
    color:#383b88 !important;
}
.about .blogs{
    display: none;
}


@media (max-width: 768px) {
    .h3-heading h3, .about-h3-heading h3{
        font-family: "Manrope ExtraBold" !important;
        font-size: 28px !important;
        letter-spacing: -1px !important;
    }
}

@media only screen and (max-width:992px){
    .category-card-name h2 {
        font-size: 22px !important;
    }
    .best-seller-tab .btn-style{
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .new-category-card .category-card-name h2 {
        font-size: 20px !important;
    }
}

/* Custom styles for the about page founder section */

.about-h3-heading span{
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    background: #f2a93b; /* Orange underline */
    border-radius: 10px;
}
.directors-wrapper{
    margin-top: 30px;
}

.director-card{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.director-img{
    overflow: hidden;
}

.director-content{
    padding: 35px;
}

.director-content h3{
    font-size: 32px;
    font-weight: 700;
    color: #232b86;
    margin-bottom: 5px;
    line-height: 1.2;
}

.director-content h5{
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 16px;
}

.director-content h5::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 5px;
    background: #f2a93b;
    border-radius: 30px;
}

.director-content p{
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 0;
}

/* Responsive */
@media(max-width:991px){
    .director-content{
        padding: 25px;
    }

    .director-content h3{
        font-size: 26px;
    }

    .director-content h5{
        font-size: 18px;
    }

    .director-content p{
        font-size: 16px;
    }
}

@media(max-width:576px){

    .director-content h3{
        font-size: 24px;
    }
        .director-content h5{
        font-size: 17px;
    }

}

/* Custom styles for the about page Counter section */

.clients-section{
    background: linear-gradient(135deg, #3e4195 0%, #2d2f7d 100%);
    border-radius: 15px;
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(62, 65, 149, 0.25);
}

/* Decorative circles */
.clients-section::before,
.clients-section::after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.clients-section::before{
    width: 300px;
    height: 300px;
    top: -120px;
    right: -120px;
}

.clients-section::after{
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: -100px;
}

.counter-box{
    text-align: center;
    position: relative;
    padding: 10px 20px;
}

.counter-box::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 160px;
    background: rgba(255,255,255,0.15);
    transform: translateY(-50%);
}

.col-md-3:last-child .counter-box::after{
    display: none;
}

.counter-icon{
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
}

.counter-icon i{
    font-size: 48px;
    color: #fff;
}

.counter-box h1{
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-box span{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.infinity-icon{
    font-size: 60px;
    color: #fff;
}

.counter-line{
    width: 50px;
    height: 4px;
    background: #f4a42c;
    border-radius: 30px;
    margin: 10px auto 22px;
}

.counter-box p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Tablet */
@media(max-width:991px){

    .clients-section{
        padding: 20px 15px;
    }

    .counter-box{
        padding: 10px 15px;
    }

    .counter-box::after{
        display: none;
    }

    .counter-box h1{
        font-size: 46px;
    }

    .counter-box span{
        font-size: 30px;
    }

    .counter-box p{
        font-size: 13px;
    }
    .infinity-icon {
        font-size: 40px;
    }
}

/* Mobile */
@media(max-width:576px){

    .clients-section{
        padding: 40px 15px;
        border-radius: 25px;
    }

    .counter-icon{
        width: 85px;
        height: 85px;
    }

    .counter-icon i{
        font-size: 36px;
    }

    .counter-box h1{
        font-size: 32px;
    }

    .counter-box span{
        font-size: 20px;
    }

    .counter-box p{
        font-size: 13px;
    }

    .infinity-icon{
        font-size: 32px;
    }
}