﻿/*=================================
 PAGE BANNER
=================================*/

.page-banner {
    position: relative;
    background: url('../Assets/Images/breadcrumb.jpg') center/cover;
    padding: 120px 0;
    text-align: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11,42,90,.75);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.breadcrumb {
    margin-top: 15px;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #ff7a00;
}

/*=================================
 ABOUT PAGE
=================================*/

.about-page-section {
    padding: 90px 0;
}

.about-content p {
    line-height: 1.9;
    color: #666;
}

.about-image img {
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

/*=================================
 WHY CHOOSE US
=================================*/

.why-us-section {
    background: #f8fafc;
    padding: 90px 0;
}

.why-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.why-card:hover {
    transform: translateY(-8px);
}

.why-card i {
    font-size: 45px;
    color: #ff7a00;
    margin-bottom: 20px;
}

/*=================================
 VISION MISSION
=================================*/

.vision-mission {
    padding: 90px 0;
}

.vm-box {
    background: linear-gradient(135deg,#0b2a5a,#0d95c8);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.vm-box h3 {
    margin-bottom: 20px;
    font-weight: 700;
}
/*=================================
MISSION VISION PAGE
=================================*/

.mission-vision-page {
    padding: 90px 0;
    background: #f8fafc;
}

.mv-card {
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: .4s;
}

.mv-card:hover {
    transform: translateY(-8px);
}

.mv-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-card .mv-icon {
    background: rgba(255,122,0,.12);
}

.vision-card .mv-icon {
    background: rgba(13,149,200,.12);
}

.mv-icon i {
    font-size: 40px;
    color: #0b2a5a;
}

.mv-card h2 {
    color: #0b2a5a;
    font-weight: 700;
    margin-bottom: 20px;
}

.mv-card p {
    color: #666;
    line-height: 1.9;
    text-align: justify;
}

/*=================================
MANAGER MESSAGE PAGE
=================================*/

.manager-message-section {
    padding: 90px 0;
    background: #f8fafc;
}

.manager-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.manager-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.quote-icon {
    margin-bottom: 20px;
}

.quote-icon i {
    font-size: 50px;
    color: #ff7a00;
    opacity: .30;
}

.manager-content p {
    color: #666;
    line-height: 2;
    text-align: justify;
    margin-bottom: 18px;
}

.manager-signature {
    margin-top: 30px;
    border-left: 4px solid #ff7a00;
    padding-left: 20px;
}

.manager-signature h4 {
    color: #0b2a5a;
    margin-bottom: 5px;
    font-weight: 700;
}

.manager-signature span {
    color: #777;
    font-size: 15px;
}
/*=================================
 PRINCIPAL MESSAGE PAGE
=================================*/

.principal-message-section {
    padding: 90px 0;
    background: #f8fafc;
}

.principal-page-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.principal-page-content {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.principal-page-content p {
    color: #666;
    line-height: 2;
    text-align: justify;
    margin-bottom: 18px;
}

.principal-signature {
    margin-top: 30px;
    padding-left: 20px;
    border-left: 4px solid #ff7a00;
}

.principal-signature h4 {
    color: #0b2a5a;
    font-weight: 700;
    margin-bottom: 5px;
}

.principal-signature span {
    color: #777;
    font-size: 15px;
}
.admission-section,
.guideline-section,
.documents-section,
.rules-section,
.curriculum-section{
    padding:80px 0;
}

.content-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.content-box h2{
    color:#0b2a5a;
    margin-bottom:20px;
    font-weight:700;
}

.content-box p{
    color:#666;
    line-height:2;
    text-align:justify;
}

.admission-list{
    list-style:none;
    padding:0;
}

.admission-list li{
    padding:15px 20px;
    margin-bottom:15px;
    background:#f8fafc;
    border-left:4px solid #ff7a00;
    border-radius:10px;
}

.doc-card{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    font-weight:600;
}

blockquote{
    background:#f8fafc;
    border-left:5px solid #ff7a00;
    padding:25px;
    margin-top:20px;
    font-style:italic;
}
/*=================================
ACADEMIC CALENDAR
=================================*/

.calendar-section {
    padding: 90px 0;
    background: #f8fafc;
}

.calendar-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.calendar-table table {
    margin-bottom: 0;
}

.calendar-table thead {
    background: #0d95c8;
    color: #fff;
}

.calendar-table th {
    padding: 18px;
    font-size: 17px;
    font-weight: 700;
}

.calendar-table td {
    vertical-align: middle;
    padding: 20px;
}

.event-date {
    width: 90px;
    height: 90px;
    background: #ff7a00;
    color: #fff;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 28px;
    font-weight: 700;
}

.event-date span {
    font-size: 12px;
    text-transform: uppercase;
}

.event-title {
    color: #0b2a5a;
    margin: 0;
    font-weight: 600;
}

.calendar-table tbody tr:hover {
    background: #f4fbff;
}

.calendar-page {
    padding: 80px 0;
}

.calendar-wrapper {
    display: flex;
    justify-content: center;
}

.academic-calendar {
    width: 100%;
    max-width: 900px;
    background: #fff;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-radius: 15px;
    overflow: hidden;
}

.academic-calendar th {
    background: #0D95C8;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.academic-calendar td {
    height: 90px;
    width: 14%;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #eee;
}

.academic-calendar .title {
    background: #0B2A5A;
    color: #fff;
}

.academic-calendar .nextprev {
    background: #0B2A5A;
    color: #fff;
}
/*=================================
RULES & REGULATIONS
=================================*/

.rules-section {
    padding: 90px 0;
    background: #f8fafc;
}

.rule-card {
    background: #fff;
    padding: 25px 25px 25px 80px;
    border-radius: 20px;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
    line-height: 1.8;
    color: #555;
}

.rule-card:hover {
    transform: translateY(-5px);
}

.rule-no {
    position: absolute;
    left: 20px;
    top: 20px;

    width: 45px;
    height: 45px;

    background: #ff7a00;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
}

.section-subtitle {
    max-width: 800px;
    margin: auto;
    color: #666;
}
/*=================================
FACILITIES PAGE
=================================*/

.facilities-page {
    padding: 90px 0;
    background: #f8fafc;
}

.facility-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.facility-card:hover {
    transform: translateY(-8px);
}

.facility-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 25px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #0D95C8,
        #0B2A5A
    );

    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-icon i {
    color: #fff;
    font-size: 36px;
}

.facility-card h4 {
    color: #0B2A5A;
    font-weight: 700;
    margin-bottom: 15px;
}

.facility-card p {
    color: #666;
    line-height: 1.8;
}
/*=================================
CONTACT PAGE
=================================*/

.contact-page {
    padding: 90px 0 50px;
    background: #f8fafc;
}

.contact-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.contact-card:hover {
    transform: translateY(-8px);
}

.contact-icon {
    width: 85px;
    height: 85px;
    margin: auto;
    margin-bottom: 20px;

    background: linear-gradient(
        135deg,
        #0D95C8,
        #0B2A5A
    );

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    color: #fff;
    font-size: 32px;
}

.contact-card h4 {
    color: #0B2A5A;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-card p {
    color: #666;
    line-height: 1.8;
}

/* FORM */

.contact-form-section {
    padding: 20px 0 90px;
    background: #f8fafc;
}

.contact-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.contact-form-box h3 {
    color: #0B2A5A;
    margin-bottom: 25px;
    font-weight: 700;
}

.form-control {
    border-radius: 12px;
    padding: 12px 15px;
}

.map-box {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
/*=================================
NOTICE & EVENTS PAGE
=================================*/

.notice-page-section {
    padding: 90px 0;
    background: #f8fafc;
}

.notice-event-card {

    display: flex;

    gap: 25px;

    background: #fff;

    padding: 25px;

    border-radius: 20px;

    box-shadow: 0 10px 25px rgba(0,0,0,.08);

    transition: .3s;

    height: 100%;
}

.notice-event-card:hover {
    transform: translateY(-5px);
}

.notice-date {

    min-width: 90px;

    height: 90px;

    background: linear-gradient(
        135deg,
        #0D95C8,
        #0B2A5A
    );

    border-radius: 15px;

    color: #fff;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;
}

.notice-date .day {
    font-size: 28px;
    font-weight: 700;
}

.notice-date .month {
    font-size: 12px;
}

.notice-content h4 {
    color: #0B2A5A;
    margin-bottom: 10px;
    font-weight: 700;
}

.notice-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.notice-btn {
    display: inline-block;
    margin-top: 15px;
    background: #ff7a00;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
}

.toppers-page {
    padding: 80px 0;
}

.topper-card {

    background: #fff;

    border-radius: 20px;

    padding: 25px;

    text-align: center;

    box-shadow: 0 10px 25px rgba(0,0,0,.08);

    transition: .3s;
}

.topper-card:hover {
    transform: translateY(-5px);
}

.topper-img {

    width: 180px;
    height: 180px;

    border-radius: 50%;

    object-fit: cover;

    border: 5px solid #0D95C8;

    margin-bottom: 20px;
}

.topper-card h4 {

    color: #0B2A5A;

    font-weight: 700;
}

.topper-class {

    color: #666;

    margin-top: 10px;
}

.topper-percentage {

    margin-top: 15px;

    background: #ff7a00;

    color: #fff;

    display: inline-block;

    padding: 8px 20px;

    border-radius: 30px;

    font-weight: 700;
}

/*=================================
GALLERY CATEGORY
=================================*/

.gallery-category-section {
    padding: 90px 0;
    background: #f8fafc;
}

.gallery-category-card {

    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);

    transition: .4s;

    height: 100%;
}

.gallery-category-card:hover {

    transform: translateY(-8px);
}

.gallery-category-card a {

    text-decoration: none;
}

.gallery-category-card img {

    width: 100%;

    height: 260px;

    object-fit: cover;
}

.gallery-category-content {

    padding: 25px;

    text-align: center;
}

.gallery-category-content h4 {

    color: #0B2A5A;

    font-weight: 700;

    margin-bottom: 10px;
}

.gallery-category-content span {

    color: #ff7a00;

    font-weight: 600;
}

/*=================================
GALLERY DETAILS
=================================*/

.gallery-details-section {
    padding: 90px 0;
    background: #f8fafc;
}

.gallery-item {

    position: relative;

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img {

    width: 100%;

    height: 280px;

    object-fit: cover;

    transition: .5s;
}

.gallery-overlay {

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(13,149,200,.85);

    display: flex;

    align-items: center;
    justify-content: center;

    opacity: 0;

    transition: .4s;
}

.gallery-overlay i {

    color: #fff;

    font-size: 40px;
}

.gallery-item:hover img {

    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {

    opacity: 1;
}

/*=================================
MANDATORY PUBLIC DISCLOSURE
=================================*/

.mpd-section {
    padding: 90px 0;
    background: #f8fafc;
}

.mpd-card {

    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 40px;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.mpd-header {

    background: linear-gradient(
        135deg,
        #0B2A5A,
        #0D95C8
    );

    color: #fff;

    padding: 20px 30px;

    font-size: 22px;

    font-weight: 700;
}

.mpd-header i {

    margin-right: 10px;
}

.mpd-table {

    margin-bottom: 0;
}

.mpd-table thead {

    background: #ff7a00;

    color: #fff;
}

.mpd-table th {

    padding: 16px;
}

.mpd-table td {

    padding: 16px;

    vertical-align: middle;
}

.mpd-table tbody tr:hover {

    background: #f7fbff;
}

.doc-btn {

    background: #ff7a00;

    color: #fff !important;

    padding: 8px 20px;

    border-radius: 30px;

    display: inline-block;

    text-decoration: none;

    transition: .3s;
}

.doc-btn:hover {

    background: #0D95C8;

    color: #fff !important;
}