﻿.page-banner{
    background:url('Assets/images/about-banner.jpg') center center;
    background-size:cover;
    position:relative;
    padding:100px 0;
}

.page-banner .overlay{
    position:absolute;
    inset:0;
    background:rgba(10,77,156,.75);
}

.page-banner-content{
    position:relative;
    z-index:1;
    text-align:center;
    color:#fff;
}

.page-banner-content h1{
    font-size:50px;
    font-weight:800;
    margin-bottom:15px;
}

.breadcrumb{
    background:none;
    margin:0;
}

.breadcrumb-item a{
    color:#F58220;
    text-decoration:none;
}

.breadcrumb-item.active{
    color:#fff;
}
.about-school-img{

    border-radius:20px;

    box-shadow:
    0 15px 35px rgba(0,0,0,.15),
    0 0 25px rgba(10,77,156,.20);

    transition:.4s;
}

.about-school-img:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 50px rgba(0,0,0,.20),
    0 0 40px rgba(10,77,156,.35);
}

.about-school-img{

    border:4px solid #fff;
    border-radius:15px;

    box-shadow:
    0 0 0 3px #0A4D9C,
    0 0 20px #0A4D9C,
    0 0 40px rgba(10,77,156,.4);
}
.history-timeline{
    background:#f8f9fa;
}

.timeline{
    position:relative;
    max-width:900px;
    margin:auto;
}

.timeline::before{
    content:'';
    position:absolute;
    left:50%;
    top:0;
    width:4px;
    height:100%;
    background:#0A4D9C;
    transform:translateX(-50%);
}

.timeline-item{
    position:relative;
    width:50%;
    padding:20px 40px;
    margin-bottom:30px;
}

.timeline-item:nth-child(odd){
    left:0;
    text-align:right;
}

.timeline-item:nth-child(even){
    left:50%;
}

.timeline-year{
    display:inline-block;
    background:#F58220;
    color:#fff;
    padding:8px 15px;
    border-radius:25px;
    font-weight:700;
    margin-bottom:10px;
}

.timeline-content{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.timeline-item::after{
    content:'';
    position:absolute;
    top:30px;
    width:18px;
    height:18px;
    background:#0A4D9C;
    border-radius:50%;
    border:4px solid #fff;
}

.timeline-item:nth-child(odd)::after{
    right:-9px;
}

.timeline-item:nth-child(even)::after{
    left:-9px;
}

@media(max-width:768px){

    .timeline::before{
        left:20px;
    }

    .timeline-item{
        width:100%;
        left:0 !important;
        text-align:left !important;
        padding-left:60px;
        padding-right:15px;
    }

    .timeline-item::after{
        left:11px !important;
    }
}

    .section-small {
    color: #F58220;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    color: #0A4D9C;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.objective-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    height: 100%;
    font-size: 16px;
    transition: .3s;
}

.objective-card:hover {
    transform: translateY(-5px);
    border-left: 5px solid #F58220;
}

.quote-section {
    background: linear-gradient(135deg,#0A4D9C,#1d6dd8);
    color: #fff;
    padding: 80px 0;
}

.quote-section h2 {
    font-size: 42px;
    font-weight: 800;
}

.quote-section p {
    font-size: 18px;
    margin-top: 15px;
}

@media(max-width:768px) {

    .section-title {
        font-size: 34px;
    }

    .quote-section h2 {
        font-size: 28px;
    }
}
    .message-photo{
    background:#fff;
    padding:20px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    text-align:center;
}

.message-photo img{
    border-radius:15px;
}

.name-box{
    margin-top:20px;
}

.name-box h4{
    color:#0A4D9C;
    font-weight:700;
}

.name-box span{
    color:#F58220;
    font-weight:600;
}

.signature-box{
    margin-top:40px;
    border-left:5px solid #F58220;
    padding-left:20px;
}

.signature-box h4{
    color:#0A4D9C;
    font-weight:700;
    margin-bottom:5px;
}

.signature-box p{
    color:#666;
    margin:0;
}

.section-small{
    color:#F58220;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-title{
    color:#0A4D9C;
    font-size:42px;
    font-weight:800;
    margin-bottom:25px;
}

.quote-section{
    background:linear-gradient(135deg,#0A4D9C,#1f6ad6);
    color:#fff;
    padding:80px 0;
}

.quote-section h2{
    font-size:36px;
    font-weight:700;
    max-width:900px;
    margin:auto;
}

.admission-card{
    background:#fff;
    padding:20px;
    border-radius:12px;
    margin-bottom:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.policy-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    border-left:5px solid #F58220;
}

.policy-card h5{
    color:#0A4D9C;
    font-weight:700;
}
.rule-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
    border-left:5px solid #F58220;
}

.rule-card:hover{
    transform:translateY(-5px);
}

.rule-card h5{
    color:#0A4D9C;
    font-weight:700;
    margin-bottom:15px;
}

.important-note{
    background:linear-gradient(135deg,#0A4D9C,#1f6ad6);
    color:#fff;
    padding:70px 0;
}

.important-note h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}
.fee-section {
    background: #f8fafc;
}

.section-small {
    color: #ff7f00;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-title {
    color: #0a4d9c;
    font-size: 48px;
    font-weight: 800;
}

.fee-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    margin-bottom: 20px;
}

.fee-card i {
    font-size: 40px;
    color: #ff7f00;
    margin-bottom: 15px;
}

.fee-card h3 {
    color: #0a4d9c;
    font-weight: 700;
}

.fee-table {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.fee-table thead {
    background: #0a4d9c;
    color: #fff;
}

.fee-table th,
.fee-table td {
    padding: 18px;
}

.fee-table tbody tr:hover {
    background: #fff5eb;
}

.payment-rules {
    padding: 80px 0;
    background: #ffffff;
}

.payment-rules h2 {
    color: #0a4d9c;
    font-weight: 800;
    margin-bottom: 25px;
}

.payment-rules ul li {
    margin-bottom: 12px;
    font-size: 17px;
}

.admission-cta {
    background: linear-gradient(135deg,#0a4d9c,#1f6ad6);
    color: #fff;
    padding: 80px 0;
}

.admission-cta h2 {
    font-weight: 800;
    margin-bottom: 15px;
}
.section-small{
    color:#F58220;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    color:#0A4D9C;
    font-size:48px;
    font-weight:800;
}

.guide-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    height:100%;
    transition:.3s;
    border-top:4px solid #F58220;
}

.guide-card:hover{
    transform:translateY(-5px);
}

.guide-card i{
    font-size:35px;
    color:#0A4D9C;
    margin-bottom:15px;
}

.guide-card h5{
    color:#0A4D9C;
    font-weight:700;
    margin-bottom:12px;
}

.guideline-footer{
    background:linear-gradient(135deg,#0A4D9C,#1D6DD8);
    color:#fff;
    padding:80px 0;
}

.guideline-footer h2{
    font-size:40px;
    font-weight:800;
}

.curriculum-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    height: 100%;
    border-left: 5px solid #F58220;
}

.curriculum-card h3 {
    color: #0A4D9C;
    font-weight: 700;
}

.curriculum-card h6 {
    color: #F58220;
    margin-bottom: 15px;
}

.stream-box {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 12px;
}

.stream-box i {
    font-size: 40px;
    color: #0A4D9C;
    margin-bottom: 15px;
}

.learning-section {
    background: #f4f8fd;
    padding: 80px 0;
}

.learning-section h2 {
    color: #0A4D9C;
    font-weight: 800;
}

.approach-box {
    text-align: center;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.approach-box i {
    font-size: 40px;
    color: #F58220;
    margin-bottom: 15px;
}

.section-small {
    color: #F58220;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title {
    color: #0A4D9C;
    font-size: 48px;
    font-weight: 800;
}

.exam-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    height: 100%;
    border-top: 4px solid #F58220;
}

.exam-card i {
    font-size: 45px;
    color: #0A4D9C;
    margin-bottom: 15px;
}

.exam-card h4 {
    color: #0A4D9C;
    font-weight: 700;
}

.evaluation-section {
    background: #f7f9fc;
    padding: 80px 0;
}

.exam-list li {
    margin-bottom: 12px;
    font-size: 17px;
}

.exam-table thead {
    background: #0A4D9C;
    color: #fff;
}

.rules-section {
    background: linear-gradient(135deg,#0A4D9C,#1D6DD8);
    color: #fff;
    padding: 80px 0;
}

.rule-list li {
    margin-bottom: 15px;
    font-size: 17px;
}

.section-small {
    color: #F58220;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title {
    color: #0A4D9C;
    font-size: 48px;
    font-weight: 800;
}

.contact-section {
    background: #f8fafc;
}

.contact-form-box,
.contact-info-box {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.section-small {
    color: #f58220;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    color: #0a4d9c;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
}

.section-title-small {
    color: #0a4d9c;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-control {
    padding: 12px;
    border-radius: 8px;
}

.contact-item {
    display: flex;
    margin-bottom: 25px;
}

.contact-item i {
    width: 55px;
    height: 55px;
    background: #0a4d9c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin-right: 15px;
    font-size: 20px;
}

.contact-item h5 {
    color: #0a4d9c;
    font-weight: 700;
}

.btn-warning {
    background: #f58220;
    border: none;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-warning:hover {
    background: #d96f12;
}

.map-section iframe {
    display: block;
}

.gallery-section {
    background: #f8fafc;
}

.section-small {
    color: #f58220;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    color: #0a4d9c;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.gallery-subtitle {
    color: #666;
    font-size: 17px;
}

.gallery-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    margin: 15px;
    transition: .3s;
}

.gallery-card:hover {
    transform: translateY(-5px);
}

.gallery-image {
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: .4s;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-content {
    padding: 20px;
    text-align: center;
}

.gallery-content h5 {
    color: #0a4d9c;
    font-weight: 700;
    margin-bottom: 15px;
}

.gallery-btn {
    background: #f58220;
    color: #fff;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 600;
    transition: .3s;
}

.gallery-btn:hover {
    background: #0a4d9c;
    color: #fff;
}

.gallery-page {
    background: #f8fafc;
}

.section-small {
    color: #f58220;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    color: #0A4D9C;
    font-size: 48px;
    font-weight: 800;
}

.gallery-subtitle {
    color: #666;
    max-width: 700px;
    margin: auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}

.gallery-overlay {

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(10,77,156,.75);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    transition: .4s;
}

.gallery-overlay i {
    color: #fff;
    font-size: 35px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}
.topper-page-card {

    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;

    box-shadow: 0 10px 30px rgba(0,0,0,.08);

    transition: .3s;

    position: relative;
}

.topper-page-card:hover {
    transform: translateY(-8px);
}

.rank-badge {

    position: absolute;

    top: 15px;
    right: 15px;

    background: #f58220;

    color: #fff;

    padding: 6px 15px;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 600;
}

.topper-img {

    width: 180px;
    height: 180px;

    border-radius: 50%;

    object-fit: cover;

    border: 5px solid #0A4D9C;

    margin-bottom: 20px;
}

.topper-page-card h4 {

    color: #0A4D9C;

    font-weight: 700;
}

.percentage {

    font-size: 28px;

    color: #f58220;

    font-weight: 800;

    margin: 10px 0;
}

.session {

    color: #777;
}

.section-small {

    color: #f58220;

    font-weight: 700;

    text-transform: uppercase;
}

.section-title {

    color: #0A4D9C;

    font-size: 48px;

    font-weight: 800;
}
.notice-card {

    display: flex;
    align-items: center;

    background: #fff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 5px 20px rgba(0,0,0,.08);

    transition: .3s;
}

.notice-card:hover {

    transform: translateY(-5px);
}

.notice-date {

    min-width: 120px;

    background: #0A4D9C;

    color: #fff;

    text-align: center;

    padding: 25px 10px;
}

.notice-date span {

    display: block;

    font-size: 36px;

    font-weight: 800;
}

.notice-date small {

    font-size: 14px;
}

.notice-content {

    padding: 25px;

    flex: 1;
}

.notice-content h4 {

    color: #0A4D9C;

    font-weight: 700;

    margin-bottom: 10px;
}

.notice-content p {

    color: #666;

    margin-bottom: 15px;
}

.notice-btn {

    background: #F58220;

    color: #fff;

    text-decoration: none;

    padding: 10px 20px;

    border-radius: 30px;

    font-weight: 600;
}

.notice-btn:hover {

    background: #0A4D9C;

    color: #fff;
}

.section-small {

    color: #F58220;

    font-weight: 700;

    text-transform: uppercase;
}

.section-title {

    color: #0A4D9C;

    font-size: 48px;

    font-weight: 800;
}

.transport-features {
    background: #f8fafc;
    padding: 80px 0;
}

.feature-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    font-size: 45px;
    color: #F58220;
    margin-bottom: 15px;
}

.feature-card h5 {
    color: #0A4D9C;
    font-weight: 700;
}

.route-table thead {
    background: #0A4D9C;
    color: #fff;
}

.transport-rules {
    background: linear-gradient(135deg,#0A4D9C,#1D6DD8);
    color: #fff;
    padding: 80px 0;
}

.rule-list li {
    margin-bottom: 15px;
    font-size: 17px;
}

.section-small {
    color: #F58220;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title {
    color: #0A4D9C;
    font-size: 48px;
    font-weight: 800;
}
.smart-features{
    background:#f8fafc;
    padding:80px 0;
}

.feature-card{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.feature-card:hover{
    transform:translateY(-5px);
}

.feature-card i{
    font-size:45px;
    color:#F58220;
    margin-bottom:15px;
}

.feature-card h5{
    color:#0A4D9C;
    font-weight:700;
}

.benefit-list{
    list-style:none;
    padding:0;
}

.benefit-list li{
    padding:12px 0;
    font-size:17px;
    border-bottom:1px solid #eee;
}

.benefit-list li:before{
    content:"✓ ";
    color:#F58220;
    font-weight:bold;
}

.smart-quote{
    background:linear-gradient(135deg,#0A4D9C,#1D6DD8);
    color:#fff;
    padding:80px 0;
}

.smart-quote h2{
    font-size:42px;
    font-weight:700;
}

.section-small{
    color:#F58220;
    font-weight:700;
    text-transform:uppercase;
}

.section-title{
    color:#0A4D9C;
    font-size:48px;
    font-weight:800;
}

.disclosure-section{
    background:#f8fafc;
}

.section-small{
    color:#F58220;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title{
    color:#0A4D9C;
    font-size:48px;
    font-weight:800;
}

.section-heading{
    margin:40px 0 20px;
}

.section-heading h3{
    background:linear-gradient(135deg,#0A4D9C,#1D6DD8);
    color:#fff;
    padding:15px 25px;
    border-radius:10px;
    display:inline-block;
    font-size:24px;
    font-weight:700;
}

.disclosure-table{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:40px;
}

.disclosure-table tr:first-child{
    background:#0A4D9C !important;
    color:#fff !important;
}

.disclosure-table td,
.disclosure-table th{
    padding:15px;
    vertical-align:middle;
}

.disclosure-table tbody tr:hover{
    background:#f5f9ff;
}

.btn-view{
    background:#F58220;
    color:#fff;
    text-decoration:none;
    padding:8px 18px;
    border-radius:30px;
    display:inline-block;
    font-weight:600;
    transition:.3s;
}

.btn-view:hover{
    background:#0A4D9C;
    color:#fff;
}

.btn-view i{
    margin-right:5px;
}

.section-heading h3{
    background:linear-gradient(135deg,#0A4D9C,#1D6DD8);
    color:#fff;
    padding:15px 25px;
    border-radius:10px;
    display:inline-block;
    font-weight:700;
    margin-bottom:20px;
}

.disclosure-table{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.disclosure-table thead{
    background:#0A4D9C;
    color:#fff;
}

.disclosure-table th{
    padding:15px;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:.5px;
}

.disclosure-table td{
    padding:15px;
    vertical-align:middle;
}

.disclosure-table tbody tr:hover{
    background:#f8fbff;
}

.disclosure-table tbody tr td:first-child{
    text-align:center;
    font-weight:700;
    color:#F58220;
}

.disclosure-table a{
    color:#0A4D9C;
    font-weight:600;
    text-decoration:none;
}

.disclosure-table a:hover{
    color:#F58220;
}

.result-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.result-card:hover{
    transform:translateY(-5px);
}

.result-card h3{
    color:#0A4D9C;
    font-weight:700;
}

.result-card span{
    font-size:36px;
    font-weight:800;
    color:#F58220;
}

.result-card{
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.result-card:hover{
    transform:translateY(-5px);
}

.result-card h3{
    color:#0A4D9C;
    font-weight:700;
}

.result-card span{
    font-size:36px;
    font-weight:800;
    color:#F58220;
}

.infra-card{
    background:#fff;
    padding:30px 20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.infra-card:hover{
    transform:translateY(-5px);
}

.infra-card i{
    font-size:45px;
    color:#F58220;
    margin-bottom:15px;
}

.infra-card h3{
    color:#0A4D9C;
    font-weight:800;
    margin-bottom:10px;
}

.infra-card p{
    margin:0;
    font-weight:600;
}