 /* ===== Facilities Intro Section ===== */
.facilities-intro-section {
    padding: 100px 0;
    background: #ffffff;
}

/* Header */
.facilities-intro-header {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}

.facilities-tag {
    font-size: 14px;
    font-weight: 600;
    color: #a37b42;
    letter-spacing: 0.4px;
}

.facilities-intro-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2b1b12;
    margin: 12px 0;
}

.facilities-intro-header p {
    font-size: 17px;
    color: #5c4330;
    line-height: 1.7;
}

/* Content */
.facilities-intro-content {
    max-width: 820px;
    margin: auto;
    text-align: center;
}

.facilities-intro-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.8;
}

/* Mobile */
@media (max-width: 768px) {
    .facilities-intro-section {
        padding: 70px 0;
    }

    .facilities-intro-header h2 {
        font-size: 28px;
    }
}
 
     /* ===== Teaching Hospital Section ===== */
.facility-teaching-hospital {
     padding-bottom: 40px !important;
    padding-top: 60px;
    background: linear-gradient(180deg, #fff7f3, #ffffff);
}

.facility-row {
   
    margin: auto;
}

/* Text */
.facility-content {
    padding-left: 28px;
    border-left: 4px solid #f2643c;
}

.facility-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #a37b42;
    margin-bottom: 6px;
}

.facility-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b1b12;
    margin-bottom: 15px;
}

.facility-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Points */
.facility-points {
    margin-top: 15px;
    padding-left: 18px;
}

.facility-points li {
    font-size: 15.5px;
    color: #5c4330;
    margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 768px) {
    .facility-content {
        padding-left: 18px;
    }

    .facility-content h3 {
        font-size: 24px;
    }
}
   
     /* ===== Laboratories Visual Section ===== */
.facility-labs-visual {
    padding: 50px 0 90px;
    background: linear-gradient(180deg, #ffffff, #fff7f3);
}

/* Image Stack */
.lab-image-stack {
    position: relative;
    max-width: 460px;
    margin: auto;
}

.lab-image-stack img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.lab-image-stack .img-overlay {
    position: absolute;
    width: 65%;
    bottom: -30px;
    right: -30px;
    border-radius: 20px;
}

/* Content */
.lab-content h3 {
    font-size: 34px;
    font-weight: 800;
    color: #2b1b12;
    margin-bottom: 15px;
}

.lab-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Points */
.lab-points {
    margin-top: 18px;
    padding-left: 18px;
}

.lab-points li {
    font-size: 15.5px;
    color: #5c4330;
    margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 768px) {
    .facility-labs-visual {
        padding: 30px 0;
    }

    .lab-image-stack .img-overlay {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .lab-content h3 {
        font-size: 26px;
    }
}
/* ===== Library Section ===== */
.facility-library {
    padding: 80px 0;
    background: #ffffff;
}

/* Content */
.library-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b1b12;
    margin-bottom: 14px;
}

.library-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Points */
.library-points {
    margin-top: 16px;
    padding-left: 18px;
}

.library-points li {
    font-size: 15.5px;
    color: #5c4330;
    margin-bottom: 8px;
}

/* Image Stack */
.library-image-stack {
    position: relative;
    max-width: 460px;
    margin: auto;
}

.library-image-stack img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 22px 55px rgba(0,0,0,0.14);
}

.library-image-stack .img-overlay {
    position: absolute;
    width: 65%;
    bottom: -28px;
    left: -28px;
    border-radius: 20px;
}

/* Mobile */
@media (max-width: 768px) {
    .facility-library {
        padding: 60px 0;
    }

    .library-image-stack .img-overlay {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .library-content h3 {
        font-size: 24px;
    }
}

     /* ===== Lecture Halls Section ===== */
.facility-lecture-halls {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff7f3, #ffffff);
}

/* Image */
.lecture-image-wrap img {
    width: 100%;
    border-radius: 26px;
    object-fit: cover;
    box-shadow: 0 28px 65px rgba(0,0,0,0.16);
}

/* Content */
.lecture-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b1b12;
    margin-bottom: 14px;
}

.lecture-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Features */
.lecture-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.feature-item {
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #5c4330;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Mobile */
@media (max-width: 768px) {
    .facility-lecture-halls {
        padding: 60px 0;
    }

    .lecture-content h3 {
        font-size: 24px;
    }

    .lecture-features {
        grid-template-columns: 1fr;
    }
}

  /* ===== Dual Hostel Section ===== */
.facility-hostel-dual {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff, #fff7f3);
}

/* Header */
.facility-hostel-header {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.facility-hostel-header h3 {
    font-size: 36px;
    font-weight: 800;
    color: #2b1b12;
    margin: 10px 0;
}

.facility-hostel-header p {
    font-size: 16.5px;
    color: #5c4330;
}

/* Hostel Box */
.hostel-box {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.hostel-box:hover {
    transform: translateY(-6px);
}

/* Image */
.hostel-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

/* Content */
.hostel-info {
    padding: 28px;
}

.hostel-info h4 {
    font-size: 22px;
    font-weight: 700;
    color: #f2643c;
    margin-bottom: 10px;
}

.hostel-info p {
    font-size: 15.5px;
    color: #5c4330;
    line-height: 1.7;
    margin-bottom: 12px;
}

.hostel-info ul {
    padding-left: 18px;
}

.hostel-info li {
    font-size: 14.5px;
    color: #5c4330;
    margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
    .facility-hostel-dual {
        padding: 60px 0;
    }

    .facility-hostel-header h3 {
        font-size: 26px;
    }

    .hostel-image img {
        height: 220px;
    }
}
  /* ===== Transportation Section ===== */
.facility-transport {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff, #fff7f3);
}

/* Image */
.transport-image img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 28px 65px rgba(0,0,0,0.15);
}

/* Content */
.transport-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b1b12;
    margin-bottom: 14px;
}

.transport-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Features */
.transport-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.transport-features span {
    padding: 10px 18px;
    border-radius: 22px;
    background: #ffffff;
    font-size: 14.5px;
    font-weight: 600;
    color: #5c4330;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Mobile */
@media (max-width: 768px) {
    .facility-transport {
        padding: 60px 0;
    }

    .transport-content h3 {
        font-size: 24px;
    }
}
     /* ===== Mess Section ===== */
.facility-mess {
    padding: 90px 0;
    background: linear-gradient(180deg, #fff7f3, #ffffff);
}

/* Content */
.mess-content h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b1b12;
    margin-bottom: 14px;
}

.mess-content p {
    font-size: 16.5px;
    color: #5c4330;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Features Grid */
.mess-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.mess-item {
    padding: 14px 18px;
    border-radius: 16px;
    background: #ffffff;
    font-size: 14.5px;
    font-weight: 600;
    color: #5c4330;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* Image */
.mess-image img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 30px 70px rgba(0,0,0,0.16);
}

/* Mobile */
@media (max-width: 768px) {
    .facility-mess {
        padding: 60px 0;
    }

    .mess-content h3 {
        font-size: 24px;
    }

    .mess-features {
        grid-template-columns: 1fr;
    }
}

