.footer-row2 .navbar-brand img{
    height:50px !important
}

.text-justify{
    text-align: justify;
}
.main-header{
    background-color: #fff;
}
.nav-bg-b .custom-nav .nav-list li a.menu-links{
    color:#050748
}

.ptb-30{
    padding : 30px 0;
}

.ptb-60{
    padding : 60px 0;
}

.vision-mission-section{
    position: relative;
    padding: 20px 0 70px;
    background: #f8fbff;
    overflow: hidden;
}

.vision-mission-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e9eef7;
}

.vision-mission-section .container{
    position: relative;
    z-index: 1;
}

.vision-mission-card{
    position: relative;
    height: 100%;
    padding: 34px 32px;
    background: #fff;
    border: 1px solid #e8edf6;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(3, 35, 68, 0.06);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vision-mission-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    /* background: #ff5b2e; */
}


.vision-mission-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(3, 35, 68, 0.1);
}

.vision-mission-card h3{
    margin-bottom: 16px;
    color: #050748;
    font-size: 26px;
    line-height: 36px;
}

.vision-mission-card p{
    margin-bottom: 13px;
    color: #6a6a8e;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

.vision-mission-card p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
    .vision-mission-section{
        padding: 10px 0 55px;
    }

    .vision-mission-card{
        padding: 30px 22px;
    }

    .vision-mission-card h3{
        font-size: 24px;
        line-height: 34px;
    }
}

/* floating action button whatsapp */
/* .fab-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-whatsapp img {
    width: 60px;
    height: 60px;
    border-radius: 55px;
}

.fab-whatsapp:hover {
    background-color: #128c7e;
   
} */
