﻿.inner-banner img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.pg-program-section {
    padding: 70px 0;
    background: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h2 {
        font-size: 42px;
        font-weight: 700;
        color: #0c4b82;
        margin-bottom: 15px;
    }

.title-line {
    width: 80px;
    height: 4px;
    background: #0c4b82;
    margin: 0 auto;
}

.program-container {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.program-table {
    width: 100%;
    border-collapse: collapse;
}

    .program-table th {
        background: #0c4b82;
        color: #fff;
        padding: 12px;
        border: 1px solid #d9d9d9;
        text-align: center;
        font-size: 14px;
    }

    .program-table td {
        padding: 10px;
        border: 1px solid #d9d9d9;
        text-align: center;
        font-size: 14px;
    }

        .program-table td:nth-child(2) {
            text-align:center;
            padding-left: 15px;
        }

    .program-table tbody tr:nth-child(even) {
        background: #f8f8f8;
    }

.highlight td {
    font-weight: 600;
}

@media(max-width:768px) {
    .section-title h2 {
        font-size: 30px;
    }

    .table-responsive {
        overflow-x: auto;
    }
}

/*=========================================
    Large Desktop (1400px+)
=========================================*/
@media (min-width:1400px) {

    .inner-banner img {
        height: 420px;
    }

    .section-title h2 {
        font-size: 48px;
    }

    .program-table th,
    .program-table td {
        font-size: 16px;
        padding: 15px;
    }
}


/*=========================================
    Desktop (1200px - 1399px)
=========================================*/
@media (max-width:1399px) {

    .inner-banner img {
        height: 380px;
    }

    .section-title h2 {
        font-size: 40px;
    }
}


/*=========================================
    Laptop (992px - 1199px)
=========================================*/
@media (max-width:1199px) {

    .inner-banner img {
        height: 320px;
    }

    .pg-program-section {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

        .section-title h2 {
            font-size: 36px;
        }

    .program-table th,
    .program-table td {
        font-size: 14px;
        padding: 10px;
    }
}


/*=========================================
    Tablet (768px - 991px)
=========================================*/
@media (max-width:991px) {

    .inner-banner img {
        height: 280px;
    }

    .pg-program-section {
        padding: 50px 0;
    }

    .section-title {
        margin-bottom: 35px;
    }

        .section-title h2 {
            font-size: 32px;
        }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .program-table {
        min-width: 850px;
    }
}


/*=========================================
    Mobile (576px - 767px)
=========================================*/
@media (max-width:767px) {

    .inner-banner img {
        height: 220px;
    }

    .pg-program-section {
        padding: 40px 0;
    }

    .section-title {
        margin-bottom: 30px;
    }

        .section-title h2 {
            font-size: 28px;
        }

    .title-line {
        width: 60px;
    }

    .program-table {
        min-width: 800px;
    }

        .program-table th,
        .program-table td {
            font-size: 13px;
            padding: 8px;
            white-space: nowrap;
        }
}


/*=========================================
    Small Mobile (480px - 575px)
=========================================*/
@media (max-width:575px) {

    .inner-banner img {
        height: 180px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .title-line {
        width: 50px;
        height: 3px;
    }

    .program-table {
        min-width: 750px;
    }

        .program-table th,
        .program-table td {
            font-size: 12px;
            padding: 7px;
        }
}


/*=========================================
    Extra Small Mobile (<480px)
=========================================*/
@media (max-width:479px) {

    .inner-banner img {
        height: 150px;
    }

    .pg-program-section {
        padding: 30px 0;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .program-table {
        min-width: 700px;
    }

        .program-table th,
        .program-table td {
            font-size: 11px;
            padding: 6px;
        }
}
