/* =========================================================
   MODERN ABOUT SECTION
========================================================= */

.modern-about {
    padding: 80px 0;
    background: #f7fafc;
    color: #30475e;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.about-intro {
    display: flex;
    align-items: center;
}


/* Doctor Card */

.about-doctor-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5edf2;
    box-shadow: 0 10px 30px rgba(13, 27, 42, 0.08);
}


.doctor-image {
    position: relative;
    overflow: hidden;
}


.doctor-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}


.doctor-info {
    padding: 20px;
    text-align: center;
}


.doctor-info h3 {
    margin: 0 0 7px;
    color: #0D1B2A;
    font-size: 21px;
    font-weight: 700;
}


.doctor-info p {
    margin: 0 0 7px;
    color: #176B87;
    font-size: 14px;
}


.doctor-info span {
    display: block;
    color: #555;
    font-size: 13px;
    margin-bottom: 6px;
}


.doctor-info small {
    display: block;
    color: #777;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   ABOUT CONTENT
========================================================= */

.about-content {
    padding-left: 35px;
}


.about-small-title {
    display: inline-block;
    margin-bottom: 10px;

    color: #2A9D8F;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


.about-content h2 {
    margin: 0 0 8px;

    color: #0D1B2A;

    font-size: 40px;
    font-weight: 700;

    line-height: 1.2;
}


.about-content h2 span {
    color: #176B87;
}


.about-line {
    width: 55px;
    height: 3px;

    margin-bottom: 18px;

    background: #2A9D8F;
}


.about-content h4 {
    margin: 0 0 20px;

    color: #176B87;

    font-size: 18px;
    font-weight: 600;
}


.about-content p {
    margin-bottom: 16px;

    color: #607286;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   COMMON SECTION HEADING
========================================================= */

.about-section-heading {
    margin-bottom: 30px;
}


.about-section-heading span {
    display: block;

    margin-bottom: 8px;

    color: #2A9D8F;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


.about-section-heading h2 {
    margin: 0;

    color: #0D1B2A;

    font-size: 30px;
    font-weight: 700;
}


/* =========================================================
   ABOUT BLOCK
========================================================= */

.about-block {
    margin-top: 75px;
}


/* =========================================================
   COMMITMENT GRID
========================================================= */

.commitment-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px 20px;
}


.commitment-item {
    display: flex;

    align-items: center;

    min-height: 62px;

    padding: 14px 18px;

    background: #ffffff;

    border: 1px solid #e4edf1;

    border-radius: 9px;

    transition: all 0.3s ease;
}


.commitment-item:hover {
    transform: translateY(-3px);

    border-color: #2A9D8F;

    box-shadow: 0 8px 20px rgba(13, 27, 42, 0.07);
}


.commitment-item i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    margin-right: 12px;

    flex-shrink: 0;

    background: rgba(42, 157, 143, 0.12);

    border-radius: 50%;

    color: #2A9D8F;

    font-size: 13px;
}


.commitment-item span {
    color: #40566b;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   HEALTHCARE BOX
========================================================= */

.healthcare-box {
    display: flex;

    align-items: flex-start;

    margin-top: 70px;

    padding: 35px;

    background: linear-gradient(
        135deg,
        #0D1B2A 0%,
        #123247 60%,
        #176B87 100%
    );

    border-radius: 15px;

    box-shadow: 0 15px 35px rgba(13, 27, 42, 0.12);
}


.healthcare-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 70px;
    height: 70px;

    margin-right: 25px;

    flex-shrink: 0;

    background: rgba(42, 157, 143, 0.18);

    border: 1px solid rgba(42, 157, 143, 0.35);

    border-radius: 50%;

    color: #2A9D8F;

    font-size: 28px;
}


.healthcare-content span {
    display: block;

    margin-bottom: 7px;

    color: #2A9D8F;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}


.healthcare-content h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 27px;
    font-weight: 700;
}


.healthcare-content p {
    margin-bottom: 10px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   VISION & MISSION
========================================================= */

.vision-mission {
    margin-top: 60px;
}


.vm-card {
    display: flex;

    height: 350px;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #e3ebef;

    border-radius: 12px;

    box-shadow: 0 8px 25px rgba(13, 27, 42, 0.06);

    transition: all 0.3s ease;
}


.vm-card:hover {
    transform: translateY(-5px);

    border-color: #2A9D8F;

    box-shadow: 0 15px 30px rgba(13, 27, 42, 0.10);
}


.vm-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-right: 20px;

    flex-shrink: 0;

    background: rgba(42, 157, 143, 0.10);

    border-radius: 12px;

    color: #2A9D8F;

    font-size: 22px;
}


.vm-card span {
    display: block;

    margin-bottom: 6px;

    color: #2A9D8F;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;
}


.vm-card h3 {
    margin: 0 0 12px;

    color: #0D1B2A;

    font-size: 21px;
    font-weight: 700;
}


.vm-card p {
    margin: 0;

    color: #607286;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   WHY CHOOSE
========================================================= */

.why-choose {
    margin-top: 75px;
}


.why-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px 20px;
}


.why-item {
    display: flex;

    align-items: center;

    padding: 15px 18px;

    background: #ffffff;

    border-radius: 8px;

    border: 1px solid #e5edf1;

    transition: all 0.3s ease;
}


.why-item:hover {
    border-color: #2A9D8F;

    transform: translateX(4px);
}


.why-item i {
    margin-right: 12px;

    color: #2A9D8F;

    font-size: 17px;
}


.why-item span {
    color: #40566b;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   CLOSING
========================================================= */

.about-closing {
    margin-top: 70px;

    padding: 45px 30px;

    text-align: center;

    background: #ffffff;

    border-radius: 14px;

    border: 1px solid #e4edf1;
}


.about-closing h3 {
    margin: 0 0 12px;

    color: #0D1B2A;

    font-size: 27px;

    font-weight: 700;
}


.about-closing p {
    max-width: 850px;

    margin: 0 auto 25px;

    color: #607286;

    font-size: 15px;

    line-height: 1.8;
}


.about-btn {
    display: inline-flex;

    align-items: center;

    padding: 13px 22px;

    background: #176B87;

    border-radius: 5px;

    color: #ffffff !important;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.about-btn i {
    margin-left: 10px;
}


.about-btn:hover {
    background: #2A9D8F;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .modern-about {
        padding: 65px 0;
    }

    .about-content {
        padding-left: 20px;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .doctor-image img {
        height: 360px;
    }

    .commitment-grid {
        gap: 12px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .modern-about {
        padding: 50px 0;
    }

    .about-intro {
        display: block;
    }

    .about-doctor-card {
        margin-bottom: 35px;
    }

    .doctor-image img {
        height: auto;
        max-height: 450px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .about-content p {
        font-size: 14px;
    }

    .about-block {
        margin-top: 50px;
    }

    .about-section-heading h2 {
        font-size: 25px;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
    }

    .healthcare-box {
        display: block;

        padding: 28px 22px;
    }

    .healthcare-icon {
        margin: 0 0 20px;
    }

    .healthcare-content h2 {
        font-size: 24px;
    }

    .vision-mission {
        margin-top: 45px;
    }

    .vision-mission .col-md-6 {
        margin-bottom: 15px;
    }

    .vm-card {
        padding: 22px;
    }

    .why-choose {
        margin-top: 50px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .about-closing {
        margin-top: 50px;
        padding: 35px 20px;
    }

    .about-closing h3 {
        font-size: 23px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-content h2 {
        font-size: 27px;
    }

    .about-small-title {
        font-size: 10px;
    }

    .healthcare-content h2 {
        font-size: 21px;
    }

    .vm-card {
        display: block;
    }

    .vm-icon {
        margin: 0 0 15px;
    }

}

/* =========================================================
   MODERN FACILITIES
   SHRINATH HOSPITALS
========================================================= */

/* =========================================================
   SECTION
========================================================= */

.modern-facilities-section {
    position: relative;
    width: 100%;
    padding: 75px 0;
    background: #F5F9FA;
    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.modern-section-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */




/* =========================================================
   FACILITIES
========================================================= */

.modern-facilities {
    padding-right: 35px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.modern-section-heading {
    margin-bottom: 30px;
}

.modern-small-title {
    display: inline-block;
    margin-bottom: 8px;
    color: #2A9D8F;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.modern-section-heading h2 {
    margin: 0 0 12px;
    color: #0D1B2A;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.modern-section-heading h2 span {
    color: #176B87;
}

.modern-section-heading p {
    max-width: 650px;
    margin: 0;
    color: #667781;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SLIDER WRAPPER
========================================================= */

.facilities-slider-wrapper {
    position: relative;
    width: 100%;
}


/* =========================================================
   SLIDER
========================================================= */

.facilities-slider {
    position: relative;
    width: 100%;
    min-height: 355px;
    overflow: hidden;
}

.facility-slide {
    display: none;
    width: 100%;
    animation: facilityFade 0.5s ease;
}

.facility-slide.active {
    display: block;
}

@keyframes facilityFade {

    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


/* =========================================================
   FACILITY GRID
========================================================= */

.facility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}


/* =========================================================
   FACILITY CARD
========================================================= */

.facility-card {
    min-height: 165px;
    padding: 22px;

    display: flex;
    align-items: flex-start;
    gap: 16px;

    background: #FFFFFF;

    border: 1px solid #E5EEF1;
    border-radius: 12px;

    box-shadow: 0 5px 18px rgba(13, 27, 42, 0.06);

    transition: all 0.3s ease;
}

.facility-card:hover {
    transform: translateY(-5px);

    border-color: rgba(42, 157, 143, 0.45);

    box-shadow: 0 12px 28px rgba(13, 27, 42, 0.10);
}


/* =========================================================
   FACILITY ICON
========================================================= */

.facility-icon {
    flex-shrink: 0;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(42, 157, 143, 0.10);

    border-radius: 12px;

    transition: all 0.3s ease;
}


/* Normal Image → Teal */

.facility-icon img {
    width: 38px;
    height: 38px;

    object-fit: contain;

    filter:
        brightness(0)
        saturate(100%)
        invert(48%)
        sepia(38%)
        saturate(700%)
        hue-rotate(125deg)
        brightness(88%)
        contrast(90%);

    transition: all 0.3s ease;
}


/* Hover Icon Background */

.facility-card:hover .facility-icon {
    background: #2A9D8F;
}


/* Hover Image → White */

.facility-card:hover .facility-icon img {
    filter: brightness(0) invert(1);
}


/* =========================================================
   FACILITY CONTENT
========================================================= */

.facility-content {
    flex: 1;
}

.facility-content h3 {
    margin: 0 0 8px;

    color: #0D1B2A;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.35;
}

.facility-content p {
    margin: 0;

    color: #6B7C85;

    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   SLIDER ARROWS
========================================================= */

.facility-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none;
    border-radius: 50%;

    background: #176B87;
    color: #FFFFFF;

    font-size: 18px;

    cursor: pointer;

    transform: translateY(-50%);

    opacity: 0;

    transition: all 0.3s ease;
}

.facilities-slider-wrapper:hover .facility-arrow {
    opacity: 1;
}

.facility-arrow:hover {
    background: #2A9D8F;

    transform: translateY(-50%) scale(1.08);
}

.facility-prev {
    left: -18px;
}

.facility-next {
    right: -18px;
}


/* =========================================================
   DOTS
========================================================= */

.facility-dots {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 22px;
}

.facility-dot {
    width: 8px;
    height: 8px;

    padding: 0;

    border: none;
    border-radius: 50%;

    background: #C7D7DC;

    cursor: pointer;

    transition: all 0.3s ease;
}

.facility-dot.active {
    width: 25px;

    border-radius: 10px;

    background: #2A9D8F;
}


/* =========================================================
   RESPONSIVE DESIGN
   MODERN FACILITIES
========================================================= */


/* =========================================================
   LARGE TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 1100px) {

    .modern-section-container {
        padding: 0 25px;
    }

    .modern-facilities-layout {
        grid-template-columns: 1fr;
    }

    .modern-facilities {
        padding-right: 0;
    }

    .facility-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .modern-facilities-section {
        padding: 55px 0;
    }

    .modern-section-container {
        padding: 0 20px;
    }

    .modern-section-heading {
        margin-bottom: 25px;
    }

    .modern-section-heading h2 {
        font-size: 28px;
    }

    .modern-section-heading p {
        font-size: 13px;
    }


    /* Facility Grid */

    .facility-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    /* Facility Card */

    .facility-card {
        min-height: auto;
        padding: 20px;
    }


    .facility-icon {
        width: 52px;
        height: 52px;
    }

    .facility-icon img {
        width: 34px;
        height: 34px;
    }


    .facility-content h3 {
        font-size: 15px;
    }

    .facility-content p {
        font-size: 12px;
    }


    /* Slider */

    .facilities-slider {
        min-height: auto;
    }


    /* Arrows */

    .facility-arrow {
        width: 34px;
        height: 34px;
        font-size: 16px;
        opacity: 1;
    }

    .facility-prev {
        left: -10px;
    }

    .facility-next {
        right: -10px;
    }


    /* Dots */

    .facility-dots {
        margin-top: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .modern-facilities-section {
        padding: 45px 0;
    }

    .modern-section-container {
        padding: 0 15px;
    }


    /* Heading */

    .modern-small-title {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .modern-section-heading h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .modern-section-heading p {
        font-size: 12px;
        line-height: 1.6;
    }


    /* Facility Card */

    .facility-card {
        padding: 16px;
        gap: 12px;
        border-radius: 10px;
    }


    /* Icon */

    .facility-icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .facility-icon img {
        width: 30px;
        height: 30px;
    }


    /* Content */

    .facility-content h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .facility-content p {
        font-size: 11px;
        line-height: 1.6;
    }


    /* Slider Arrows */

    .facility-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .facility-prev {
        left: -5px;
    }

    .facility-next {
        right: -5px;
    }


    /* Dots */

    .facility-dot {
        width: 7px;
        height: 7px;
    }

    .facility-dot.active {
        width: 22px;
    }

}







/* =========================================
   MODERN APPOINTMENT CTA
========================================= */

.modern-appointment-cta {
    position: relative;
    padding: 45px 0;

    background: linear-gradient(
        135deg,
        #0D1B2A 0%,
        #123247 55%,
        #176B87 100%
    );

    overflow: hidden;
}


/* Decorative Circle */

.modern-appointment-cta::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -80px;
    top: -100px;

    border: 1px solid rgba(42, 157, 143, 0.25);

    border-radius: 50%;
}


/* Content */

.appointment-cta-content {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


/* Text */

.appointment-text {
    max-width: 750px;
}

.appointment-text span {
    display: inline-block;

    margin-bottom: 8px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;
}

.appointment-text h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 30px;

    font-weight: 700;

    line-height: 1.3;
}

.appointment-text h2 strong {
    color: #2A9D8F;
}

.appointment-text p {
    max-width: 680px;

    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;

    line-height: 1.7;
}


/* Button */

.appointment-action {
    flex-shrink: 0;
}

.appointment-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-width: 200px;

    padding: 14px 22px;

    background: #2A9D8F;

    border: 1px solid #2A9D8F;

    border-radius: 5px;

    color: #ffffff;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.appointment-btn i {
    font-size: 15px;
}

.appointment-btn:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #176B87;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .modern-appointment-cta {
        padding: 40px 0;
    }

    .appointment-text h2 {
        font-size: 26px;
    }

    .appointment-cta-content {
        gap: 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .modern-appointment-cta {
        padding: 40px 20px;

        text-align: center;
    }

    .appointment-cta-content {
        flex-direction: column;

        justify-content: center;
    }

    .appointment-text {
        max-width: 100%;
    }

    .appointment-text h2 {
        font-size: 25px;
    }

    .appointment-text p {
        font-size: 14px;
    }

    .appointment-action {
        width: 100%;
    }

    .appointment-btn {
        width: 100%;

        max-width: 260px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .appointment-text h2 {
        font-size: 22px;
    }

    .appointment-text span {
        font-size: 10px;
    }

    .appointment-text p {
        font-size: 13px;
    }

}


/* =========================================
   GALLERY + FAQ SECTION
========================================= */

.gallery-faq-area {
    padding: 80px 0;
    background: #ffffff;
}


/* Heading */

.gallery-faq-heading {
    max-width: 750px;
    margin: 0 auto 50px;
}

.gallery-faq-heading span {
    display: block;
    margin-bottom: 10px;

    color: #2A9D8F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.gallery-faq-heading h2 {
    margin: 0 0 15px;

    color: #0D1B2A;
    font-size: 38px;
    font-weight: 700;
}

.gallery-faq-heading h2 strong {
    color: #176B87;
}

.gallery-faq-heading p {
    margin: 0;

    color: #777;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   MINI TITLE
========================================= */

.section-mini-title {
    margin-bottom: 25px;
}

.section-mini-title h3 {
    margin: 0 0 10px;

    color: #0D1B2A;
    font-size: 22px;
    font-weight: 700;
}

.section-mini-title span {
    display: block;

    width: 45px;
    height: 3px;

    background: #2A9D8F;
}

/* =========================================
   MODERN GALLERY
========================================= */

.modern-gallery {
    padding-right: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.gallery-item {
    position: relative;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    background: #f5f5f5;

    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item img {
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    display: block;

    transition: transform 0.4s ease;
}

/* Overlay */

.gallery-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(13, 27, 42, 0.55);

    opacity: 0;

    transition: all 0.3s ease;
}

.gallery-overlay i {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #2A9D8F;
    color: #fff;

    font-size: 17px;

    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

/* Hover */

.gallery-item:hover img {
    transform: scale(1.04);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}


/* =========================================
   GALLERY BUTTON
========================================= */

.gallery-button {
    margin-top: 22px;
}

.gallery-button a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;

    border-radius: 5px;

    background: #176B87;
    color: #fff;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.gallery-button a:hover {
    background: #2A9D8F;
    transform: translateY(-2px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .modern-gallery {
        padding-right: 0;
    }

    .gallery-item {
        height: 160px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .gallery-item {
        height: 150px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .gallery-item {
        height: 135px;
    }

}

/* =========================================
   FAQ
========================================= */

.modern-faq {
    padding-left: 20px;
}

.faq-item {
    margin-bottom: 12px;

    border: 1px solid #e5e9ec;

    border-radius: 8px;

    overflow: hidden;

    background: #fff;

    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: rgba(42, 157, 143, 0.35);

    box-shadow: 0 8px 25px rgba(13, 27, 42, 0.06);
}

.faq-question {
    width: 100%;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 18px 20px;

    border: 0;

    background: #fff;

    color: #0D1B2A;

    text-align: left;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;
}

.faq-question span {
    flex: 1;
}

.faq-question i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    border-radius: 50%;
    background: rgba(42, 157, 143, 0.10);
    color: #2A9D8F;

    font-size: 12px;
    line-height: 1;

    transition: all 0.3s ease;
}

.faq-question i::before {
    line-height: 1;
}


/* FAQ Answer */

.faq-answer {
    max-height: 0;

    overflow: hidden;

    padding: 0 20px;

    transition:
        max-height 0.35s ease,
        padding 0.35s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;

    padding: 0 20px 20px;
}

.faq-answer p {
    margin: 0;

    color: #777;

    font-size: 14px;

    line-height: 1.7;
}


/* Contact */

.faq-contact {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 15px;
}

.faq-contact a {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 12px;

    border-radius: 5px;

    background: rgba(42, 157, 143, 0.08);

    color: #176B87;

    font-size: 12px;

    text-decoration: none;
}

.faq-contact a:hover {
    background: #2A9D8F;

    color: #fff;
}

/* =========================================
   GALLERY MODAL
========================================= */

.gallery-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;

    background: rgba(5, 15, 25, 0.92);

    align-items: center;
    justify-content: center;

    padding: 30px;
}

.gallery-modal.show {
    display: flex;
}


/* Large Image */

.gallery-modal img {
    max-width: 90%;
    max-height: 85vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 6px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);

    animation: galleryZoom 0.3s ease;
}

@keyframes galleryZoom {

    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }

}


/* Close Button */

.gallery-modal-close {
    position: absolute;

    top: 20px;
    right: 30px;

    width: 45px;
    height: 45px;

    border: none;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    font-size: 32px;
    line-height: 1;

    cursor: pointer;

    transition: 0.3s;
}

.gallery-modal-close:hover {
    background: #2A9D8F;
}


/* Previous / Next */

.gallery-modal-prev,
.gallery-modal-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 50px;
    height: 50px;

    border: none;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    font-size: 25px;

    cursor: pointer;

    transition: 0.3s;
}

.gallery-modal-prev {
    left: 25px;
}

.gallery-modal-next {
    right: 25px;
}

.gallery-modal-prev:hover,
.gallery-modal-next:hover {
    background: #2A9D8F;
}


/* Gallery Cursor */

.gallery-item {
    cursor: pointer;
}

.gallery-item img {
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .gallery-modal {
        padding: 15px;
    }

    .gallery-modal img {
        max-width: 94%;
        max-height: 75vh;
    }

    .gallery-modal-close {
        top: 15px;
        right: 15px;

        width: 40px;
        height: 40px;

        font-size: 27px;
    }

    .gallery-modal-prev,
    .gallery-modal-next {
        width: 42px;
        height: 42px;

        font-size: 20px;
    }

    .gallery-modal-prev {
        left: 10px;
    }

    .gallery-modal-next {
        right: 10px;
    }

}


/* =========================================
   MODERN FACT COUNTER
========================================= */

.modern-fact-counter {
    position: relative;

    padding: 80px 0;

    background:
        linear-gradient(
            135deg,
            #0D1B2A 0%,
            #123247 55%,
            #176B87 100%
        );

    overflow: hidden;
}


/* Decorative Circle */

.modern-fact-counter::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    top: -180px;
    right: -100px;

    border: 1px solid rgba(42, 157, 143, 0.20);

    border-radius: 50%;
}


.modern-fact-counter::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    bottom: -150px;
    left: -80px;

    border: 1px solid rgba(42, 157, 143, 0.15);

    border-radius: 50%;
}


/* =========================================
   HEADING
========================================= */

.fact-heading {
    position: relative;

    z-index: 2;

    max-width: 700px;

    margin: 0 auto 45px;
}


.fact-heading > span {
    display: inline-block;

    margin-bottom: 10px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;
}


.fact-heading h1 {
    margin: 0 0 15px;

    color: #fff;

    font-size: 36px;

    font-weight: 700;

    line-height: 1.25;
}


.fact-heading h1 strong {
    color: #2A9D8F;

    font-weight: 700;
}


.fact-heading p {
    max-width: 600px;

    margin: auto;

    color: rgba(255,255,255,0.72);

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   GRID
========================================= */

.fact-counter-grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* =========================================
   CARD
========================================= */

.fact-card {
    padding: 35px 25px;

    text-align: center;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 12px;

    backdrop-filter: blur(8px);

    transition: all 0.3s ease;
}


.fact-card:hover {

    transform: translateY(-7px);

    background: rgba(255,255,255,0.12);

    border-color: rgba(42,157,143,0.6);

    box-shadow:
        0 15px 35px rgba(0,0,0,0.18);
}


/* =========================================
   ICON
========================================= */

.fact-icon {

    width: 62px;
    height: 62px;

    margin: 0 auto 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: rgba(42,157,143,0.15);

    border: 1px solid rgba(42,157,143,0.35);

    border-radius: 50%;

    color: #2A9D8F;

    font-size: 25px;

    transition: all 0.3s ease;
}


.fact-card:hover .fact-icon {

    background: #2A9D8F;

    color: #fff;

}


/* =========================================
   NUMBER
========================================= */

.fact-number {

    margin-bottom: 10px;

    color: #fff;

    font-size: 46px;

    font-weight: 700;

    line-height: 1;
}


.fact-number sup {

    position: relative;

    top: -12px;

    margin-left: 2px;

    color: #2A9D8F;

    font-size: 20px;

    font-weight: 700;
}


/* =========================================
   TITLE
========================================= */

.fact-card h3 {

    margin: 0;

    color: rgba(255,255,255,0.82);

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .modern-fact-counter {
        padding: 65px 0;
    }

    .fact-heading h1 {
        font-size: 32px;
    }

    .fact-counter-grid {
        gap: 18px;
    }

    .fact-card {
        padding: 30px 18px;
    }

    .fact-number {
        font-size: 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .modern-fact-counter {
        padding: 55px 0;
    }

    .fact-heading {
        padding: 0 15px;

        margin-bottom: 35px;
    }

    .fact-heading h1 {
        font-size: 28px;
    }

    .fact-heading p {
        font-size: 14px;
    }

    .fact-counter-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .fact-card {
        padding: 28px 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .fact-heading h1 {
        font-size: 25px;
    }

    .fact-number {
        font-size: 38px;
    }

}



/* =========================================
   AWARDS & CERTIFICATES
========================================= */

.certificates {
    width: 100%;
}

.certificate-item {
    position: relative;

    height: 330px;

    overflow: hidden;

    border-radius: 10px;

    background: #f5f5f5;

    cursor: pointer;
}

.certificate-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    transition: transform 0.4s ease;
}


/* Overlay */

.certificate-overlay {
    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background: rgba(13, 27, 42, 0.55);

    opacity: 0;

    transition: all 0.3s ease;
}


/* Search Icon */

.certificate-overlay i {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #2A9D8F;

    color: #fff;

    font-size: 18px;
}


/* Hover */

.certificate-item:hover img {
    transform: scale(1.04);
}

.certificate-item:hover .certificate-overlay {
    opacity: 1;
}


/* Mobile */

@media (max-width: 767px) {

    .certificate-item {
        height: 280px;

        margin-bottom: 20px;
    }

}




/* =========================================================
   MODERN FOOTER
========================================================= */

.modern-footer {

    position: relative;

    padding: 75px 0 60px;

    background:
        linear-gradient(
            135deg,
            #0D1B2A 0%,
            #102A3B 55%,
            #123E52 100%
        );

    color: #FFFFFF;

    overflow: hidden;
}


/* Decorative Circle */

.modern-footer::before {

    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -200px;
    top: -200px;

    border: 1px solid rgba(42, 157, 143, 0.15);

    border-radius: 50%;
}


.modern-footer::after {

    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    left: -140px;
    bottom: -140px;

    border: 1px solid rgba(42, 157, 143, 0.10);

    border-radius: 50%;
}


/* =========================================================
   GRID
========================================================= */

.modern-footer-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        1.3fr
        0.8fr
        1.2fr
        1.1fr;

    gap: 45px;
}


/* =========================================================
   FOOTER COLUMN
========================================================= */

.footer-column h3 {

    margin: 0 0 12px;

    color: #FFFFFF;

    font-size: 18px;

    font-weight: 600;
}


.footer-line {

    display: block;

    width: 40px;

    height: 3px;

    margin-bottom: 22px;

    background: #2A9D8F;

    border-radius: 3px;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {

    width: 150px;

    height: 70px;

    display: flex;

    align-items: center;

    margin-bottom: 18px;

    background: #FFFFFF;

    border-radius: 8px;

    padding: 8px 15px;
}


.footer-logo img {

    max-width: 100%;

    max-height: 55px;

    object-fit: contain;
}


/* =========================================================
   ABOUT
========================================================= */

.footer-about p {

    margin: 0 0 18px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;

    line-height: 1.8;
}


.footer-read-more {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #2A9D8F;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}


.footer-read-more:hover {

    color: #FFFFFF;

    text-decoration: none;
}


.footer-read-more i {

    font-size: 11px;
}


/* =========================================================
   QUICK LINKS
========================================================= */

.modern-footer-links {

    margin: 0;

    padding: 0;

    list-style: none;
}


.modern-footer-links li {

    margin-bottom: 11px;
}


.modern-footer-links a {

    display: flex;

    align-items: center;

    gap: 8px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}


.modern-footer-links a i {

    color: #2A9D8F;

    font-size: 11px;
}


.modern-footer-links a:hover {

    color: #FFFFFF;

    transform: translateX(4px);

    text-decoration: none;
}


/* =========================================================
   CONTACT
========================================================= */

.modern-contact-list {

    margin: 0;

    padding: 0;

    list-style: none;
}


.modern-contact-list li {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;
}


.footer-icon {

    flex-shrink: 0;

    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(42, 157, 143, 0.12);

    border: 1px solid rgba(42, 157, 143, 0.25);

    border-radius: 7px;

    color: #2A9D8F;

    font-size: 14px;
}


.modern-contact-list span {

    display: block;

    margin-bottom: 3px;

    color: #2A9D8F;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.modern-contact-list p {

    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 12px;

    line-height: 1.6;
}


.modern-contact-list a {

    color: rgba(255, 255, 255, 0.70);

    font-size: 12px;

    text-decoration: none;

    transition: color 0.3s ease;
}


.modern-contact-list a:hover {

    color: #2A9D8F;

    text-decoration: none;
}


/* =========================================================
   APPOINTMENT
========================================================= */

.appointment-text {

    margin: -5px 0 18px;

    color: rgba(255, 255, 255, 0.62);

    font-size: 12px;

    line-height: 1.6;
}


.modern-appointment-form {

    width: 100%;
}


.footer-input {

    position: relative;

    margin-bottom: 10px;
}


.footer-input i {

    position: absolute;

    left: 13px;

    top: 50%;

    transform: translateY(-50%);

    color: #2A9D8F;

    font-size: 12px;

    z-index: 2;
}


.footer-input input,
.footer-input textarea {

    width: 100%;

    padding: 11px 12px 11px 35px;

    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 6px;

    outline: none;

    color: #FFFFFF;

    font-size: 12px;

    transition: all 0.3s ease;
}


.footer-input input {

    height: 42px;
}


.footer-input textarea {

    height: 75px;

    resize: none;

    padding-top: 12px;
}


.footer-input textarea + i {

    top: 17px;

    transform: none;
}


.footer-input input::placeholder,
.footer-input textarea::placeholder {

    color: rgba(255, 255, 255, 0.45);
}


.footer-input input:focus,
.footer-input textarea:focus {

    border-color: #2A9D8F;

    background: rgba(255, 255, 255, 0.10);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.footer-submit {

    width: 100%;

    height: 43px;

    border: none;

    border-radius: 6px;

    background: #176B87;

    color: #FFFFFF;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}


.footer-submit i {

    margin-left: 7px;
}


.footer-submit:hover {

    background: #2A9D8F;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(42, 157, 143, 0.20);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.modern-footer-bottom {

    background: #081520;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    padding: 18px 0;
}


.footer-bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;
}


.footer-bottom-inner p {

    margin: 0;

    color: rgba(255, 255, 255, 0.50);

    font-size: 11px;
}


.footer-bottom-inner strong {

    color: #2A9D8F;

    font-weight: 600;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {

    display: flex;

    gap: 8px;
}


.footer-social a {

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 50%;

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}


.footer-social a:hover {

    background: #2A9D8F;

    border-color: #2A9D8F;

    color: #FFFFFF;

    transform: translateY(-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .modern-footer {

        padding: 60px 0 45px;
    }


    .modern-footer-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 45px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .modern-footer {

        padding: 50px 20px 35px;
    }


    .modern-footer-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .footer-column h3 {

        font-size: 17px;
    }


    .footer-bottom-inner {

        flex-direction: column;

        gap: 15px;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .modern-footer {

        padding: 45px 15px 30px;
    }


    .footer-logo {

        width: 140px;

        height: 65px;
    }


    .footer-bottom-inner p {

        font-size: 10px;
    }

}




/*------------------------------------------------------------------------------------------------------------
                                        MODERN RESPONSIVE About Page CSS
-------------------------------------------------------------------------------------------------------------*/

/* =========================================================
   MODERN BREADCRUMB
========================================================= */

.modern-breadcrumb {
    position: relative;

    min-height: 280px;

    display: flex;
    align-items: center;

    background-image: url("../images/hbg.jpg");
    background-size: cover;
    background-position: center;

    overflow: hidden;
}


/* Overlay */

.breadcrumb-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(13, 27, 42, 0.88) 0%,
            rgba(13, 27, 42, 0.72) 55%,
            rgba(23, 107, 135, 0.55) 100%
        );

    z-index: 1;
}


/* Content */

.breadcrumb-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;

    padding: 45px 0;
}


/* Small Title */

.breadcrumb-small-title {
    display: inline-block;

    margin-bottom: 10px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


/* Main Heading */

.breadcrumb-content h1 {
    margin: 0;

    color: #FFFFFF;

    font-size: 48px;

    font-weight: 700;

    line-height: 1.2;
}


/* Teal Line */

.breadcrumb-line {
    width: 55px;
    height: 4px;

    margin: 18px 0;

    background: #2A9D8F;

    border-radius: 5px;
}


/* Breadcrumb Navigation */

.breadcrumb-nav {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}


.breadcrumb-nav li {
    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
}


.breadcrumb-nav li a {
    color: #FFFFFF;

    text-decoration: none;

    transition: 0.3s ease;
}


.breadcrumb-nav li a:hover {
    color: #2A9D8F;
}


.breadcrumb-nav li i {
    color: #2A9D8F;

    font-size: 13px;
}


.breadcrumb-nav li.active {
    color: #2A9D8F;

    font-weight: 600;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .modern-breadcrumb {
        min-height: 240px;
    }

    .breadcrumb-content {
        padding: 40px 20px;
    }

    .breadcrumb-content h1 {
        font-size: 40px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .modern-breadcrumb {
        min-height: 210px;

        background-position: center;
    }

    .breadcrumb-content {
        padding: 35px 20px;
    }

    .breadcrumb-small-title {
        font-size: 10px;

        letter-spacing: 2px;
    }

    .breadcrumb-content h1 {
        font-size: 32px;
    }

    .breadcrumb-line {
        width: 45px;

        margin: 14px 0;
    }

    .breadcrumb-nav {
        gap: 8px;
    }

    .breadcrumb-nav li {
        font-size: 13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .modern-breadcrumb {
        min-height: 190px;
    }

    .breadcrumb-content h1 {
        font-size: 28px;
    }

    .breadcrumb-content {
        padding: 30px 15px;
    }
}