/*==================================================
    About Section CSS
==================================================*/

.service-book-button{
    color: var(--theme-color);
    padding: calc(6px + (15 - 6) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    background: #e7f2f4;
}

.service-book-button:hover{
    color: #fff;
    background: #06869a;
}
.service-book-button i{
    margin-left: 5px;
}

    /* Ensure the image container maintains height on larger screens */
@media (min-width: 1200px) {
    .about-img-wrapper {
        height: 500px; /* Adjust this value to match your design height */
    }
    .about-img-wrapper img {
        object-fit: cover;
        object-position: center;
    }
}

/* Enhancing the Service List items */
.service-highlight li {
    background: #04a3bc06;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}


.service-highlight li:hover {
    transform: translateX(10px);
    background: #04bedb11;
}

.service-highlight a{
    color: #333;
}

.service-highlight a:hover{
    color: #06869a;
}

/* Typography polish */
.text-primary { color: #06869a !important; } /* Adjust to match your Brand Color */
.btn-primary { background-color: #06869a; border: none; }




/*==================================================
            Mission Vission Section
==================================================*/

 .mission-vission-section{
    background:#f8fafc;
}

.mission-vission-subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#06869a;
    text-transform:uppercase;
}

.mission-vission-title{
    font-size:40px;
    font-weight:700;
    color:#1d3557;
}

.mission-vission-description{
    max-width:750px;
    margin:15px auto 0;
    color:#6c757d;
    line-height:1.8;
    font-size:17px;
}

.mission-vission-card{
    background:#fff;
    padding:30px;
    border-radius:8px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
    transition:.35s;
    border-top:4px solid transparent;
    border-image: linear-gradient(to right, #06869a, #9a060d) 1;
}

.mission-vission-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.card-header-custom{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.icon-box{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background-color: #06869aab;
    font-size:20px;
}


.mission-vission-card h3{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#1d3557;
}

.mission-vission-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:0;
    font-size:16px;
}

.value-list{
    list-style:none;
    padding:0;
    margin:0;
}

.value-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#666;
    line-height:1.8;
}

.value-list li:last-child{
    margin-bottom:0;
}

.value-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#06869a;
    font-weight:700;
}

@media (max-width:991px){

    .mission-vission-title{
        font-size:32px;
    }

    .mission-vission-card{
        padding:25px;
    }

}

@media (max-width:576px){

    .mission-vission-title{
        font-size:28px;
    }

    .mission-vission-card h3{
        font-size:20px;
    }

    .icon-box{
        width:46px;
        height:46px;
        min-width:46px;
        font-size:18px;
    }

    .mission-vission-description{
        font-size:15px;
    }

}




/*==================================================
            Leadership Section
==================================================*/

.leadership-section{
    background:#f0f9fa;
    padding:80px 0;
}

.leadership-section .text-muted{
    margin:auto;
    font-size:17px;
    line-height:1.9;
}

/*==================================================
            Profile Card
==================================================*/

.profile-card{
    background:#fff;
    border-radius:25px;
    padding:0px 45px 45px 45px;
    margin-bottom:50px;
    overflow:hidden;
}



/*==================================================
            Image Section
==================================================*/

.profile-image-box{
    width:300px;
    height:360px;
    margin:auto;
}

.profile-main-image{
    width:300px;
    height:360px;
    object-fit:cover;
    border-radius:22px;
    border:8px solid #fff;
    box-shadow:0 20px 45px rgba(0,0,0,.18);
    transition:.4s;
}

.profile-card:hover .profile-main-image{
    transform:scale(1.03);
}

/*==================================================
            Content
==================================================*/

.profile-name{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:6px;
}

.profile-designation{
    color:#05869b;
    font-size:19px;
    font-weight:600;
    margin-bottom:15px;
}

.profile-divider{
    width:90px;
    height:4px;
    border-radius:50px;
    background:#05869b;
    margin:18px 0;
}

.profile-description{
    font-size:16px;
    color:#666;
    line-height:1.85;
    text-align:justify;
    margin-bottom:20px;
}

/*==================================================
            Experience & Certification
==================================================*/

.profile-meta{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:18px;
}

.experience-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#e0f2f4;
    color:#05869b;
    font-weight:600;
    font-size:14px;
    padding:8px 16px;
    border-radius:50px;
}

.experience-badge i{
    font-size:16px;
}

.certification-box{
    background:#f0f9fa;
    border:1px solid #cdeaee;
    border-radius:14px;
    padding:16px 20px;
}

.certification-title{
    font-size:14px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    gap:8px;
}

.certification-title i{
    color:#05869b;
}

.certification-list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.certification-list li{
    background:#fff;
    border:1px solid #c9e8ec;
    color:#333;
    font-size:13.5px;
    font-weight:500;
    padding:6px 14px;
    border-radius:50px;
}

.certification-list li i{
    color:#05869b;
    margin-right:6px;
    font-size:12px;
}

/*==================================================
            Mobile
==================================================*/

@media (max-width:991px){

.profile-card{
    padding:25px;
}

.profile-image-box{
    width:260px;
    height:310px;
    margin-bottom:30px;
}

.profile-main-image{
    width:260px;
    height:310px;
}

.profile-name{
    font-size:27px;
}

.profile-description{
    text-align:left;
}

}

@media (max-width:575px){

.profile-card{
    padding:20px;
}

.profile-image-box{
    width:220px;
    height:260px;
}

.profile-main-image{
    width:220px;
    height:260px;
    border-width:6px;
}

.profile-name{
    font-size:24px;
}

.profile-designation{
    font-size:17px;
}

.profile-description{
    font-size:15px;
}

}

/* =====End leadership css===== */

