
.mission-vision-section {
    background: #f7f9fc; 
    padding: 60px 0;
    border-bottom: 1px solid gainsboro;
}

.section-heading {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.highlight {
    color: #ff6f61; 
}

.mission-vision-section .about-image-area {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.img-fluid {
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    transform: scale(1.05);
}
.mandatory-disclosures-area {
    padding: 60px 0;
    background-color: #f5f8ff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.section-title p {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

.disclosure-item {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e0eaff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.disclosure-item:hover {
    transform: scale(1.05);
}

.disclosure-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.disclosure-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.disclosure-item .btn {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.disclosure-item .btn-outline-primary {
    color: #007bff;
    border: 1px solid #007bff;
}

.disclosure-item .btn-outline-primary:hover {
    background-color: #007bff;
    color: #fff;
}

.advanced-lab-area {
    /*border-bottom: 1px solid gainsboro;*/
    padding: 60px 0;
    /*background-color: #f8faff;*/
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}
.facility-block {
        padding: 60px 0;
    }

    .facility-block + .facility-block {
        margin-top: 0;
    }

    .section-title h2 {
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
    }

    .section-title p {
        color: #555;
    }
    .img-full {
        width: 100%;
        transition: transform 0.3s ease;
    }
    .img-full img{
        height:300px;
    }

    .img-full:hover {
        transform: scale(1.05);
    }

    .shadow-sm {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    }

    .rounded {
        border-radius: 8px;
    }

    /* Remove margin between sections */
    .facility-block:not(:last-child) {
        /*border-bottom: 1px solid #ddd;*/
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    }
.section-title p {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

.lab-feature {
    height: 310px;
    padding: 30px 20px;
    border: 1px solid #e0eaff;
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.lab-feature:hover {
    transform: scale(1.05);
}

.lab-icon img {
    max-width: 230px;
    margin-bottom: 15px;
    height: 150px;
}

.lab-feature h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.lab-feature p {
    font-size: 14px;
    color: #666;
}

.accolades-awards-area {
    padding: 60px 0;
    background-image: url(img/banner/7.png);
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.section-title p {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

.single-award {
    padding: 30px 20px;
    border: 1px solid #ffd700;
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.single-award:hover {
    transform: scale(1.05);
}

.award-icon img {
    max-width: 150px;
    margin-bottom: 15px;
    height: 100px;
}

.single-award h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.single-award p {
    font-size: 14px;
    color: #666;
}

.affiliation-certification-area {
    padding: 60px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.section-title p {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

.single-affiliation {
    text-align: center;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.single-affiliation img {
    max-width: 195px;
    margin-bottom: 15px;
    height: 150px;
}

.single-affiliation p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.single-affiliation:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Roboto', sans-serif;
}
.section-title h2 {
    font-family: 'Montserrat', sans-serif;
}
.section-title p {
    font-family: 'Roboto', sans-serif;
}