#hero-section{
    padding: 60px 0;
    .head-small{
        background: linear-gradient(90deg, #036BAE 0%, #98C338 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
    }
    .head-big{
        text-align: center;
        font-size: 54px;
        font-weight: 600;
        margin-bottom: 32px;
        .c1{
            color: #036BAE;
        }
        .c2{
            color:#98C338;
        }
        .c3{
            color: #52A14D;
        }

    }
    .call-btn{
        border:  1px solid #043886;
        padding: 10px 36px;
        border-radius: 20px;
        color: #036BAE;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        transition: all 0.3s ease-in-out;
    }
    .call-btn:hover{
        background-color: #036BAE;
        color: #fff;
    }
    
    #news-crsl{
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
        padding: 30px 1px;

        .news-card{
            border: 1px solid #fff;
            border: none;
            margin: 0;
            padding: 10px 15px;

            .news-head{
                font-weight: 600;
                font-size: 18px;

                display: -webkit-box;
                line-clamp: 1;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .news-text{
                color: #6A6A6A;
                font-size: 14px;
                display: -webkit-box;
                line-clamp: 2;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            .news-date{
                color: #789d28;
                font-weight: 600;
                font-size: 16px;
            }
           

            
        }
        .slick-slide{
            border: 1px solid #fff;
        }
        .news-card.slick-current{
            border-left: 1px solid #e2e2e2;
            border-right: 1px solid #e2e2e2;
            margin: 0;
        }
    }
}

#about-section{
    padding: 60px 0;

    .points-wrapper {
        display: grid;
        gap: 22px;
    }
    .point-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
    }
    .point-item img {
        width: 26px;
        height: 26px;
        object-fit: contain;
        margin-top: 3px;
    }
    .point-item h5 {
        margin: 0 0 6px;
        color: #064578;
        font-size: 18px;
        font-weight: 700;
    }
    .point-item p {
        margin: 0;
        color: #111;
        font-size: 15px;
        line-height: 1.7;
    }


    .head{
        color: #043886;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .more-btn{
        background-color: #fff;
        border:  1px solid #043886;
        padding: 8px 24px;
        border-radius: 20px;
        color: #036BAE;
        text-decoration: none;
        font-size: 14px;
    }
}


#getcare-section{
    padding: 50px 0;
    background: linear-gradient(
        135deg,
        #eefcf1 0%,
        #eaf4fb 45%,
        #ecfbf1 100%
    );

    .care-head{
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }
    .care-text{
        font-size: 18px;
        font-weight: 400;
        color: #3c3c3c;
        text-align: center;
    }

    .help-card{

        width: 100%;
        height: 90%;
        margin-bottom: 10%;
        background-color: #fff;
        border-radius: 30px;
        border: 2px solid rgb(216, 234, 249);
        padding: 20px 15px;

        span{
            display: inline-block;
            background-color: #16779E;
            color: #fff;
            padding-top: 16px;
            width: 60px;
            height: 60px;
            text-align: center;
            font-size: 20px;
            border-radius: 50%;
            font-weight: 900;
            margin-bottom: 15px;
        }
        h6{
            display: block;
            font-size: 18px;
            font-weight: 700;
        }
        p{
            font-size: 16px;
            color: #3c3c3c;
        }
    }
}


@media (max-width: 992px) {
    #about-section{
        
        .head{
            text-align: center;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        a{
            display: block;
            text-align: center;
        }
    }  
}

@media (max-width: 768px) {
    #about-section{
        
        .head{
            text-align: center;
            margin-top: 30px;
            margin-bottom: 20px;
        }

        a{
            display: block;
            text-align: center;
        }
    }  
}

@media (max-width: 576px) {
    #hero-section{
        padding: 50px 0;
        .head-small{
            font-size: 16px;
            margin-bottom: 8px;
        }
        .head-big{
            font-size: 32px;
        }   
        .call-btn{
            border:  1px solid #043886;
            padding: 8px 24px;
            border-radius: 20px;
            font-size: 14px;
        }
    
        #news-crsl{
            border: none;
            width: 100%;
            padding: 10px 1px;
    
            .news-card.slick-slide{
                border: none;
            }
            .news-card.slick-active{
                border: none;
            }
        }
    }

    #about-section{
        padding:0 0 50px;

        .points-wrapper {
            display: grid;
            gap: 15px;
        }
        .point-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }
       

        .head{
            text-align: center;
            margin-top: 30px;
            color: #043886;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .more-btn{
            background-color: #fff;
            border:  1px solid #043886;
            padding: 8px 24px;
            border-radius: 20px;
            color: #036BAE;
            text-decoration: none;
            font-size: 14px;
        }
        a{
            display: block;
            text-align: center;
        }
    }   

    #getcare-section{

        .care-head{
            font-size: 28px;
        }
        .care-text{
            font-size: 14px;
        }

    }
}



#people{
    .people-card{
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .people-name{
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        margin: 5px 0 4px;
    }
    .people-degn{
        text-align: center;
        font-size: 14px;
        color: #111;
    }

    .head{
        font-size: 36px;
        color: #043886;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .advisory-img{
        width: 100%;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        border: 1px solid grey;
    }
     .more-btn{
        background-color: #fff;
        border:  1px solid #043886;
        padding: 8px 24px;
        border-radius: 20px;
        color: #036BAE;
        text-decoration: none;
        font-size: 14px;
    }
}

    @media (min-width: 992px) {
        .col-lg-2-4 {
            flex: 0 0 auto;
            width: 20%;
        }
    }
