﻿.school-footer {
    position: relative;
    padding-bottom: 7px;
}
    .school-footer .container {
        position: relative;
        z-index: 2;
        max-width: 1400px;
        margin: auto;
        padding: 70px 30px 10px;
    }
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1fr;
    gap: 50px;
}
.footer-logo img {
    width: 100%;
    margin-bottom: 15px;
}
.footer-col h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
}

.footer-col h4 {
    margin: 0 0 15px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.footer-line {
    width: 80px;
    height: 4px;
    background: #ffc107;
    margin: 15px 0;
}

.tagline {
    color: #ffc107;
    font-style: italic;
    font-size: 18px;
}
.footer-col p {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

.footer-col h3 {
    font-size: 28px;
    margin-bottom: 25px;
    position: relative;
}
    .footer-col h3::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 60px;
        height: 4px;
        background: #5a0616;
    }

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 4px;
    font-size: 17px;
}
    .footer-col ul li a {
        color: #4c4c4c;
        text-decoration: none;
        transition: .3s;
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
    }
        .footer-col ul li a:hover {
            color: #5a0616;
            padding-left: 5px;
        }

        .footer-col ul li i {
            color: #ffc107;
            margin-right: 10px;
        }
.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}
    .contact-item span, .contact-item a {
        line-height: 23px;
        font-size: 14px;
        font-family: 'Poppins';
        font-weight: 300;
    }

.social-icons {
    margin-top: 25px;
}
    .social-icons a {
        width: 45px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid#4c4c4c;
        border-radius: 50%;
        color: #4c4c4c;
        margin-right: 10px;
        text-decoration: none;
        transition: .3s;
    }

        .social-icons a:hover {
            background: #ffc107;
            color: #000;
            border-color: #ffc107;
        }
.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 15px 0 0px 0;
    text-align: center;
}
    .footer-bottom p {
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-family: 'Poppins';
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }
        .footer-bottom p a img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
            height: 22px;
        }

    .footer-bottom p {
        margin: 0 0 10px;
    }

.footer-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

    .footer-links a:hover {
        color: #ffc107;
    }
.school-footer::before {
    content: "";
    background-image: url('../images/myimages/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.contact-item i {
    color: #5a0616;
}





.school-disclosure-section {
    padding: 40px 0;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

    .section-heading span {
        display: inline-block;
        background: #5a0616;
        color: #fff;
        padding: 10px 22px;
        border-radius: 30px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-heading h2 {
        font-size: 52px;
        color: #5a0616;
        font-weight: 800;
        margin: 0;
    }

.table-wrapper {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
}

.school-table {
    width: 100%;
    border-collapse: collapse;
}

    .school-table thead tr {
        background: #5a0616;
    }
    .school-table th {
        color: #fff;
        padding: 15px;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        border-right: 1px solid rgba(255,255,255,.15);
        font-family: 'Poppins';
        font-weight: 500;
    }

        .school-table th:last-child {
            border-right: none;
        }
    .school-table td {
        padding: 8px 22px;
        border-bottom: 1px solid #eee;
        transition: .3s;
        font-size: 15px;
        line-height: 25px !important;
        font-family: 'Poppins';
    }
    .school-table tbody tr:hover {
        background: #fff7f3;
    }

    .school-table tbody tr td:first-child {
        width: 100px;
        text-align: center;
        font-weight: 700;
        color: #5a0616;
    }

    .school-table tbody tr td:nth-child(2) {
        font-weight: 600;
        color: #222;
        width: 35%;
    }

    .school-table tbody tr td:last-child {
        color: #666;
        line-height: 1.8;
    }

    .school-table tbody tr:last-child td {
        border-bottom: none;
    }

@media(max-width:768px) {

    .school-table {
        min-width: 900px;
    }

    .table-wrapper {
        overflow-x: auto;
    }
}




/* Responsive */

@media(max-width:1200px) {
    .footer-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .school-footer .container {
        padding: 70px 30px 160px;
    }
    .footer-bottom {
        padding: 15px 0 15px 0;
    }
}

@media(max-width:768px) {

    .school-footer .container {
        padding: 50px 20px 100px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-col h2 {
        font-size: 28px;
    }

    .footer-col h3 {
        font-size: 24px;
    }
    .footer-logo img {
        width: 100%;
        max-width: 450px;
    }
}

