.main-wrapper{
    background: #fff;
}
.carousel-indicators [data-bs-target]{
    background-color: #666;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.carousel-indicators .active{
    background-color: #0064E4;
}

.carousel-indicators{
    margin: auto;
}
.feature_item .card-body{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.feature_item .card-body .content{
    background: linear-gradient(180deg, transparent 10%, white 90%);
}
.feature_item:hover .card-body .content{
    visibility: visible;
    opacity: 1;
}
@media(max-width: 769px){
    .feature_item .card-body{
        position: relative;
        height: 200px;
        overflow: hidden;
    }
}
.counter_section{
    background-color: #eef7ff;
} 
.buy_medicine{
    padding: 15vh 0;
    position: relative;
}
.buy_medicine .bg-content{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../image/svg/home_medicine.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-dots li button:before {
    color: #cacaca;  /* Gray color for inactive dots */
    opacity: 1;      /* Full visibility */
}
.slick-dots li.slick-active button:before{
    opacity: 1;
}
/* Change active dot color */
.slick-dots li.slick-active button:before {
    color: #fff;  /* Red color for active dot */
}

/* Optional: Remove default dot styling if needed */
.slick-dots li button:before {
    font-size: 45px;
}
.app-section {
                background-image: none;
                background-position: 0 0;
                background-repeat: repeat;
                background-size: auto;
                background-attachment: scroll;
                padding-top: 3.5rem;
                padding-bottom: 3.5rem;
            }
            .app-section.v2 {
                background-image: url('https://cdn.prod.website-files.com/668270596d1e5dae595f97a3/6772472ec2d3862e0f3e00ba_blue%20Modern.png');
                background-repeat: repeat;
                background-size: cover;
                background-attachment: scroll;
                padding-top: 0;
                padding-bottom: 0;
                position: relative;
            }
            .app-section.dark-bg {
                background-image: url('https://cdn.prod.website-files.com/668270596d1e5dae595f97a3/6768fc92717640eb153e55be_04.jpg');
                background-repeat: repeat;
                background-size: cover;
                background-attachment: scroll;
                padding-top: 0;
                padding-bottom: 0;
                position: relative;
                padding: 50px 0;
            }
            .box-info {
                background-color: #266C88;
                color: #fff;
                height: 100%;
                width: 100%;
                border-radius: 10px;
                padding: 1rem 2rem 0.5rem;
                border-bottom: 1rem solid #006DB9;
            }
            .box-head {
                justify-content: space-between;
                align-items: center;
                margin-bottom: 1.2rem;
                display: flex;
            }
            .box-h3 {
                margin-bottom: .5rem;
                font-size: 2rem;
                font-weight: 500;
                line-height: 1.2;
                text-decoration: underline;
            }
            .bottom-content-h2 {
                color: #fff;
                text-align: center;
                letter-spacing: 2px;
                margin-bottom: .5rem;
                font-size: 2rem;
                font-weight: 500;
                line-height: 1.6;
            }
            @media(max-width: 559px){
                .bottom-content-h2{
                    font-size: 1rem;
                }
            }
            .president-section {
    background-color: #eee;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.app-heading-h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.president-underline {
    background-color: #bcbcbcd6;
    width: 100%;
    max-width: 225px;
    height: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}
.president-underline::before {
    content: '';
    height: 2px;
    width: 50px;
    background-color: #269BCF;
    position: absolute;
    left: 0;
    top: 0;
}
.msg-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    margin-top: 3rem;
    display: flex;
}
.president-img {
    background-color: black;
    border-radius: 100%;
    padding: .25rem;
}
.president-image {
    object-fit: cover;
    border-radius: 100%;
    width: 245px;
    min-height: 225px;
    max-height: 225px;
}
.president-h4 {
    color: black
    text-align: center;
    margin-bottom: .5rem;
    padding-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
}
.president-content {
    width: 80%;
}
.president-content .p {
    color: black;
    margin-bottom: 1rem;
    line-height: 1.5em;
}
.president-link {
    background-color: black;
    color: white;
    white-space: nowrap;
    padding: .7rem 2rem;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
    display: inline-block;
}
@media screen and (max-width: 479px) {
    .president-section, .president-section.mob_only {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .app-heading-h2 {
        font-size: 2rem;
    }
    .msg-section {
        flex-flow: wrap;
    }
    .president-image {
        width: 200px;
        min-height: auto;
        max-height: none;
    }
    .president-content {
        width: 100%;
    }
}