/* women-development-new.css - Styles for the Women Development page based on mockups */

/* ===========================================
   MAIN BANNER SECTION
   =========================================== */
.women-banner-section {
    width: 100%;
}

.women-main-banner {
    width: 100%;
}

.women-main-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================================
   HALLMARKS INTRO SECTION
   =========================================== */
.hallmarks-intro-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.hallmarks-top-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.hallmarks-main-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.hallmarks-intro-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

@media (max-width: 768px) {
    .hallmarks-intro-section {
        padding: 3rem 0;
    }

    .hallmarks-main-title {
        font-size: 1.75rem;
    }

    .hallmarks-intro-text {
        font-size: 0.95rem;
    }
}

/* ===========================================
   PM HONOR SECTION (Women's Growth Layout)
   =========================================== */
.pm-honor-section {
    padding: 4rem 0 0;
    background-color: #ffffff;
}

.women-growth-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
}

/* Left Column - Title and Text with gray background */
.women-growth-text {
    background-color: #f0f4f8;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.women-growth-headline {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

/* Desktop: show desktop headline, hide mobile headline */
.women-growth-headline-desktop {
    display: block;
}

.women-growth-headline-mobile {
    display: none;
}

.women-growth-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 1rem;
}

.women-growth-description:last-child {
    margin-bottom: 0;
}

/* Desktop: show desktop description, hide mobile description */
.women-growth-description-desktop {
    display: block;
}

.women-growth-description-mobile {
    display: none;
}

/* Right Column - PM Award Image */
.women-growth-image {
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.women-growth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .women-growth-feature {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .women-growth-image {
        order: -1;
        min-height: 300px;
    }

    .women-growth-text {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .pm-honor-section {
        padding: 3rem 0 0;
    }

    .women-growth-headline {
        font-size: 1.75rem;
    }

    /* Mobile: show mobile headline, hide desktop headline */
    .women-growth-headline-desktop {
        display: none;
    }

    .women-growth-headline-mobile {
        display: block;
        text-align: center;
        padding: 0 1rem 1rem;
    }

    /* Mobile: show mobile description, hide desktop description */
    .women-growth-description-desktop {
        display: none;
    }

    .women-growth-description-mobile {
        display: block;
        text-align: center;
        padding: 1rem 1.5rem;
        margin: 0;
    }

    .women-growth-text {
        display: none;
    }

    .women-growth-image {
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .women-growth-headline {
        font-size: 1.5rem;
    }
}

/* ===========================================
   FEMALE CAMPUS SECTION
   =========================================== */
.female-campus-section {
    padding: 0 0 4rem;
    background-color: #f9fafb;
}

.female-campus-banner {
    width: 100%;
    margin-bottom: 2rem;
}

.female-campus-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.75rem;
    }
}

.section-subtitle {
    text-align: center;
    color: #1E3C72;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.section-title-light {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .section-title-light {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .section-title-light {
        font-size: 1.5rem;
    }
}

/* ===========================================
   DAYCARE SECTION
   =========================================== */
.daycare-section {
    padding: 0 0 4rem;
    background-color: #ffffff;
}

.daycare-banner {
    width: 100%;
    margin-bottom: 2rem;
}

.daycare-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.daycare-features {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.daycare-feature {
    text-align: center;
}

.daycare-feature img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
}

.daycare-feature p {
    font-size: 0.95rem;
    color: #1E3C72;
    font-weight: 500;
}

@media (max-width: 768px) {
    .daycare-features {
        gap: 2rem;
    }

    .daycare-feature img {
        width: 50px;
        height: 50px;
    }
}

/* ===========================================
   LABS INTRO SECTION
   =========================================== */
.labs-intro-section {
    padding: 4rem 0 2rem;
    background-color: #ffffff;
}

.labs-intro-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.labs-intro-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.labs-read-more {
    display: block;
    text-align: center;
    color: #1E3C72;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 1.5rem;
}

.labs-read-more:hover {
    color: #2a5298;
}

.labs-intro-text {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

@media (max-width: 768px) {
    .labs-intro-section {
        padding: 3rem 0 1.5rem;
    }

    .labs-intro-title {
        font-size: 1.75rem;
    }

    .labs-intro-text {
        font-size: 0.95rem;
    }
}

/* ===========================================
   DIGITAL AND RESOURCEFUL LIBRARY SECTION
   =========================================== */
.library-section {
    padding-top: 4rem;
    background-color: #ffffff;
}

.library-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.library-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.library-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.library-text-mobile {
    display: none;
}

.library-banner {
    width: 100%;
}

.library-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .library-section {
        padding-top: 3rem;
    }

    .library-title {
        font-size: 1.75rem;
    }

    .library-text-desktop {
        display: none;
    }

    .library-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   DAYCARE CENTRE SECTION
   =========================================== */
.daycare-centre-section {
    padding-top: 4rem;
    background-color: #ffffff;
}

.daycare-centre-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.daycare-centre-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.daycare-centre-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.daycare-centre-text-mobile {
    display: none;
}

.daycare-centre-banner {
    width: 100%;
}

.daycare-centre-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .daycare-centre-section {
        padding-top: 3rem;
    }

    .daycare-centre-title {
        font-size: 1.75rem;
    }

    .daycare-centre-text-desktop {
        display: none;
    }

    .daycare-centre-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   CHEERFUL CAFÉ SECTION
   =========================================== */
.cafe-section {
    padding-top: 4rem;
    background-color: #ffffff;
}

.cafe-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.cafe-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.cafe-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.cafe-text-mobile {
    display: none;
}

.cafe-banner {
    width: 100%;
}

.cafe-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .cafe-section {
        padding-top: 3rem;
    }

    .cafe-title {
        font-size: 1.75rem;
    }

    .cafe-text-desktop {
        display: none;
    }

    .cafe-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   FACILITIES SLIDER SECTION
   =========================================== */
.facilities-slider-section {
    padding: 4rem 0;
    background-color: #1E3C72;
}

.facilities-slider-section .section-title {
    color: white;
    margin-bottom: 2rem;
}

.facilities-slider {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 0 15px 1rem;
    scroll-behavior: smooth;
    max-width: 1200px;
    margin: 0 auto;
}

.facility-slide {
    flex: 0 0 280px;
    text-align: center;
}

.facility-slide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.facility-label {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .facility-slide {
        flex: 0 0 240px;
    }

    .facility-slide img {
        height: 150px;
    }
}

/* ===========================================
   LABS CAROUSEL SECTION
   =========================================== */
.labs-carousel-section {
    width: 100%;
    position: relative;
}

.labs-carousel-wrapper {
    position: relative;
    width: 100%;
}

.labs-carousel {
    width: 100%;
    overflow: hidden;
}

.labs-slide {
    display: none;
    width: 100%;
}

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

.labs-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Carousel Navigation */
.labs-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.labs-carousel-nav:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.labs-carousel-nav svg {
    color: #1E3C72;
    opacity: 0.5;
}

.labs-carousel-nav:hover svg {
    opacity: 0.8;
}

.labs-carousel-prev {
    left: 20px;
}

.labs-carousel-next {
    right: 20px;
}

@media (max-width: 768px) {
    .labs-carousel-nav {
        width: 40px;
        height: 40px;
    }

    .labs-carousel-prev {
        left: 10px;
    }

    .labs-carousel-next {
        right: 10px;
    }
}

/* ===========================================
   SEPARATE GYM CLUB SECTION
   =========================================== */
.gym-club-section {
    padding-top: 4rem;
    background-color: #ffffff;
}

.gym-club-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.gym-club-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.gym-club-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.gym-club-text-mobile {
    display: none;
}

.gym-club-banner {
    width: 100%;
}

.gym-club-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .gym-club-section {
        padding-top: 3rem;
    }

    .gym-club-title {
        font-size: 1.75rem;
    }

    .gym-club-text-desktop {
        display: none;
    }

    .gym-club-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   EMPOWERMENT PLATFORMS SECTION
   =========================================== */
.empowerment-platforms-section {
    width: 100%;
}

.empowerment-banner {
    width: 100%;
}

.empowerment-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================================
   WOMEN ENTREPRENEURSHIP SECTION
   =========================================== */
.women-entrepreneurship-section {
    width: 100%;
    padding-top: 4rem;
    background-color: #ffffff;
}

.women-entrepreneurship-section .section-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
}

.entrepreneurship-text-mobile {
    display: none;
}

.entrepreneurship-banner {
    width: 100%;
}

.entrepreneurship-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .entrepreneurship-text-desktop {
        display: none;
    }

    .entrepreneurship-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   GIFT WOMEN CENTRE SECTION
   =========================================== */
.women-centre-section {
    padding-top: 4rem;
    background-color: #ffffff;
}

.women-centre-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.women-centre-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.women-centre-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
}

.women-centre-text-mobile {
    display: none;
}

.women-centre-banner {
    width: 100%;
}

.women-centre-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .women-centre-section {
        padding-top: 3rem;
    }

    .women-centre-title {
        font-size: 1.75rem;
    }

    .women-centre-text-desktop {
        display: none;
    }

    .women-centre-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   SEPARATE FEMALE CAMPUS TWO-COLUMN SECTION
   =========================================== */
.female-campus-two-col-section {
    padding: 4rem 0;
    background-color: #ffffff;
    overflow: hidden;
}

.female-campus-two-col-container {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.female-campus-two-col-content {
    flex: 0 0 50%;
    max-width: 600px;
    margin-left: calc((100vw - 1200px) / 2 + 15px);
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media (min-width: 1201px) {
    .female-campus-two-col-content {
        margin-left: calc((100vw - 1200px) / 2 + 15px);
    }
}

@media (max-width: 1200px) {
    .female-campus-two-col-content {
        margin-left: 15px;
    }
}

.female-campus-two-col-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.female-campus-two-col-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
}

.female-campus-two-col-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
    text-align: center;
}

.female-campus-two-col-text-mobile {
    display: none;
}

.female-campus-two-col-image {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.female-campus-two-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    .female-campus-two-col-container {
        flex-direction: column;
    }

    .female-campus-two-col-content {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 0;
    }

    .female-campus-two-col-image {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .female-campus-two-col-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .female-campus-two-col-section {
        padding: 3rem 0;
    }

    .female-campus-two-col-title {
        margin-bottom: 1.5rem;
    }

    .female-campus-two-col-text-desktop {
        display: none;
    }

    .female-campus-two-col-text-mobile {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px 0;
    }
}

/* ===========================================
   PURPOSEFUL PLATFORMS SECTION
   =========================================== */
.purposeful-platforms-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.purposeful-platforms-section .section-text {
    max-width: 1000px;
    margin: 0 auto 3rem;
}

.purposeful-platforms-mobile-text {
    display: none;
}

.platforms-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.platform-logo {
    text-align: center;
}

.platform-logo img {
    max-height: 120px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .purposeful-platforms-section {
        padding-bottom: 2rem;
    }

    .purposeful-platforms-section .section-text-desktop {
        display: none;
    }

    .purposeful-platforms-mobile-text {
        display: block;
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #4b5563;
        padding: 2rem 15px;
        background-color: #ffffff;
    }

    .platforms-logos {
        gap: 2rem;
    }

    .platform-logo img {
        max-height: 80px;
    }
}

/* ===========================================
   PLATFORMS BANNER SECTION
   =========================================== */
.platforms-banner-section {
    width: 100%;
}

.platforms-banner {
    width: 100%;
}

.platforms-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===========================================
   CHAMBER COLLABORATIONS SECTION
   =========================================== */
.chamber-collaborations-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.chambers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-top: 2.5rem;
}

.chamber-item {
    text-align: center;
}

.chamber-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.chamber-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1E3C72;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.chamber-description {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}

.chamber-description strong {
    color: #1E3C72;
    font-weight: 600;
}

@media (max-width: 768px) {
    .chambers-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .chamber-item {
        display: flex;
        flex-direction: column;
    }

    .chamber-item img {
        order: 2;
    }

    .chamber-title {
        font-size: 1.1rem;
        order: 1;
        margin-bottom: 1rem;
    }

    .chamber-description {
        order: 3;
    }
}

/* ===========================================
   FATIMA JINNAH TRANSPORT SECTION
   =========================================== */
.fatima-transport-section {
    padding: 4rem 0 0;
    background-color: #ffffff;
    overflow: hidden;
}

.fatima-transport-caption {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.fatima-transport-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1E3C72;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.fatima-transport-container {
    display: flex;
    align-items: stretch;
    gap: 3rem;
}

.fatima-transport-content {
    flex: 0 0 50%;
    max-width: 600px;
    margin-left: calc((100vw - 1200px) / 2 + 15px);
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1201px) {
    .fatima-transport-content {
        margin-left: calc((100vw - 1200px) / 2 + 15px);
    }
}

@media (max-width: 1200px) {
    .fatima-transport-content {
        margin-left: 15px;
    }
}

.fatima-transport-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 2rem;
}

.fatima-transport-text-mobile {
    display: none;
}

.fatima-transport-icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.fatima-transport-icon {
    text-align: center;
}

.fatima-transport-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.5rem;
}

.fatima-transport-icon p {
    font-size: 0.95rem;
    color: #1E3C72;
    font-weight: 500;
    line-height: 1.4;
}

.fatima-transport-icon p span {
    font-size: 0.85rem;
    font-weight: 400;
    color: #4b5563;
}

.fatima-transport-image {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.fatima-transport-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    .fatima-transport-section {
        padding: 3rem 0 0;
    }

    .fatima-transport-container {
        flex-direction: column;
    }

    .fatima-transport-content {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .fatima-transport-image {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .fatima-transport-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .fatima-transport-container {
        display: flex;
        flex-direction: column;
    }

    .fatima-transport-content {
        order: 2;
        margin-bottom: 0;
    }

    .fatima-transport-image {
        order: 1;
        margin-bottom: 1.5rem;
    }

    .fatima-transport-text-desktop {
        display: none;
    }

    .fatima-transport-text-mobile {
        display: block;
        margin-bottom: 0;
        margin-top: 1.5rem;
        text-align: center;
    }

    .fatima-transport-icons {
        gap: 1rem;
    }

    .fatima-transport-icon img {
        width: 50px;
        height: 50px;
    }
}

/* ===========================================
   ACCREDITATIONS & AFFILIATIONS SECTION
   =========================================== */
.accreditations-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.accreditations-intro {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
}

.accreditations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    max-width: 1200px;
}

/* Center align last two items (4th and 5th) in the second row */
.accreditations-grid .accreditation-box:nth-child(4) {
    grid-column: 1 / 2;
}

.accreditations-grid .accreditation-box:nth-child(5) {
    grid-column: 2 / 3;
}

.accreditation-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 2rem 1rem;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

.accreditation-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.accreditation-logo {
    width: 310px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.accreditation-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.accreditation-name {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .accreditations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Reset center alignment on tablet */
    .accreditations-grid .accreditation-box:nth-child(4),
    .accreditations-grid .accreditation-box:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .accreditations-grid {
        gap: 20px;
    }

    .accreditation-logo {
        width: 100px;
        height: 100px;
    }

    .accreditation-name {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .accreditations-section {
        padding: 3rem 0;
    }

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

    .accreditation-box {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .accreditations-intro {
        padding: 0 1rem;
        font-size: 1rem;
    }
}

/* ===========================================
   CAMPUS PANORAMA SECTION
   =========================================== */
.campus-panorama {
    width: 100%;
    margin: 0;
    padding: 0;
}

.panorama-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.panorama-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ===========================================
   480px BREAKPOINT - Unified Title Sizes
   =========================================== */
@media (max-width: 480px) {
    .hallmarks-main-title,
    .labs-intro-title,
    .library-title,
    .daycare-centre-title,
    .cafe-title,
    .gym-club-title,
    .women-centre-title,
    .fatima-transport-title,
    .female-campus-two-col-title,
    .section-title {
        font-size: 1.5rem;
    }
}

/* ===========================================
   CONTAINER UTILITY
   =========================================== */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
