.fee-structure-section{
    background:#f5f5f5;
}

.fee-wrapper{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.school-header{
    background:#1f2a8a;
    color:#fff;
    text-align:center;
    padding:15px 10px;
}

.school-header h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:5px;
}

.school-header p{
    margin:0;
    font-size:14px;
}

.class-title{
    background:#ff6666;
    color:#fff;
    text-align:center;
    font-size:28px;
    font-weight:700;
    padding:4px;
}

.fee-table{
    margin-bottom:0;
    min-width:1200px;
}

.fee-table thead th{
    background:#1f2a8a;
    color:#fff;
    text-align:center;
    font-size:14px;
    white-space:nowrap;
}

.fee-table tbody td{
    text-align:center;
    vertical-align:middle;
    font-size:14px;
}

.fee-table tbody td:first-child,
.fee-table tbody td:nth-child(2){
    text-align:left;
    font-weight:600;
}

.tuition-row{
    background:#eef8ee;
}

.physical-row{
    background:#e8f3fb;
}

.total-row{
    background:#fff1d9;
    color:#d63b00;
    font-weight:bold;
}

.fee-tabs .nav-link{
    border-radius:5px;
    margin:5px;
    font-weight:600;
    color:#1f2a8a;
    border:1px solid #1f2a8a;
}

.fee-tabs .nav-link.active{
    background:#1f2a8a;
    color:#fff;
}

@media(max-width:768px){

    .school-header h2{
        font-size:24px;
    }

    .class-title{
        font-size:20px;
    }

    .fee-table tbody td,
    .fee-table thead th{
        font-size:12px;
    }

}
.mobile-top-bar{
    background:#0d1b7e;
    padding:10px 0;
}

.topbar-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

.mobile-call{
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.mobile-call i{
    margin-right:5px;
}

.mandatory-btn{
    background:#ff9800;
    color:#fff;
    padding:7px 14px;
    border-radius:4px;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
}

.mandatory-btn:hover{
    color:#fff;
    background:#e68900;
}

@media(max-width:480px){

    .topbar-flex{
        flex-direction:column;
        justify-content:center;
        text-align:center;
    }

    .mandatory-btn{
        width:100%;
    }

}
.srv-about-section{
    padding:80px 0;
    background:#fff;
}

/* CONTENT */

.srv-about-content{
    padding-right:40px;
}

.srv-about-subtitle{
    display:inline-block;
    color:#ff6666;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:12px;
}

.srv-about-content h2{
    font-size:42px;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
    line-height:1.3;
}

.srv-about-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

/* BUTTON */

.srv-about-btn{
    margin-top:30px;
}

.srv-about-btn a{
    display:inline-block;
    background:#ff6666;
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:5px;
    font-size:15px;
    font-weight:700;
    transition:0.3s;
}

.srv-about-btn a:hover{
    background:#e14d4d;
    color:#fff;
}

/* IMAGE */

.srv-about-image{
    position:relative;
    overflow:hidden;
    border-radius:10px;
}

.srv-about-image img{
    width:100%;
    border-radius:10px;
    display:block;
}

/* =========================
        TABLET
========================= */

@media(max-width:991px){

    .srv-about-section{
        padding:60px 0;
    }

    .srv-about-content{
        padding-right:0;
        margin-bottom:40px;
    }

    .srv-about-content h2{
        font-size:34px;
    }

}

/* =========================
        MOBILE
========================= */

@media(max-width:576px){

    .srv-about-section{
        padding:50px 0;
    }

    .srv-about-content h2{
        font-size:28px;
    }

    .srv-about-content p{
        font-size:15px;
        line-height:1.8;
    }

    .srv-about-btn a{
        width:100%;
        text-align:center;
    }

}
.social-community-section{
    background:#1B1D32;
    padding:40px 0;
}

/* TITLE */

.social-title{
    margin-bottom:50px;
}

.social-title h2{
    color:#fff;
    font-size:38px;
    font-weight:800;
    text-transform:uppercase;
    margin-bottom:15px;
}

.social-line{
    width:90px;
    height:4px;
    background:#d97720;
    margin:auto;
    border-radius:50px;
}

/* FACEBOOK CARD */

.facebook-card{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,0.15);
    overflow:hidden;
}

/* RESPONSIVE */

@media(max-width:991px){

    .social-community-section{
        padding:60px 0;
    }

    .social-title h2{
        font-size:30px;
    }

}

@media(max-width:576px){

    .social-community-section{
        padding:50px 0;
    }

    .social-title h2{
        font-size:24px;
    }

    .facebook-card{
        padding:10px;
    }

}