﻿:root{
--blue:#0A4D9C;
--orange:#F58220;
}

.top-bar{
background:#0A4D9C;
color:white;
padding:10px;
}

.top-bar a{
color:white;
margin-left:10px;
}

.navbar-nav .nav-link{
font-weight:600;
margin-left:15px;
}

.slider-img{
height:550px;
object-fit:cover;
}

.carousel-caption{
bottom:30%;
}

.carousel-caption h1{
font-size:60px;
font-weight:800;
}

.btn-admission{
background:#F58220;
color:white;
padding:12px 35px;
}

.section-title{
color:#0A4D9C;
font-weight:700;
}

.why-us{
background:#F58220;
padding:70px 0;
color:white;
}

.feature-box{
padding:20px;
}

.feature-box i{
font-size:50px;
margin-bottom:15px;
}

.facility-card{
background:white;
padding:40px;
text-align:center;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,.1);
transition:.3s;
}

.facility-card:hover{
transform:translateY(-10px);
}

.principal-section{
padding:80px 0;
background:#fff;
}

.admission-cta{
background:linear-gradient(
135deg,
#0A4D9C,
#F58220
);
padding:80px 0;
color:white;
}

footer{
background:#062F63;
color:white;
padding:60px 0;
}
.top-bar{
    background:#0A4D9C;
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.top-info{
    margin-right:25px;
    font-weight:600;
}

.top-info i{
    color:#F58220;
    margin-right:6px;
}

.top-link{
    color:#fff;
    text-decoration:none;
    margin-left:15px;
    font-weight:600;
    transition:.3s;
}

.top-link:hover{
    color:#F58220;
}

.erp-btn{
    background:#F58220;
    padding:8px 15px;
    border-radius:30px;
}

.erp-btn:hover{
    background:#ff9c44;
    color:#fff;
}
.slider-img{
    height:550px;
    object-fit:cover;
}

@media(max-width:991px){
    .slider-img{
        height:400px;
    }
}

@media(max-width:576px){
    .slider-img{
        height:300px;
    }
}
    .carousel-caption{
    bottom:20%;
}
    .carousel-caption h1{
    font-size:60px;
}
    .carousel-caption h1{
    font-size:48px;
    font-weight:800;
}

.carousel-caption p{
    font-size:18px;
}
.school-overview {
    background: #f8f8f8;
}

.section-subtitle {
    color: #ff3d00;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 52px;
    font-weight: 800;
    color: #0d1b4c;
    margin-bottom: 25px;
}

.school-desc {
    font-size: 20px;
    line-height: 1.9;
    color: #333;
}

.feature-item {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.feature-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: rgba(245,130,32,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 32px;
    color: #F58220;
}

.feature-item h4 {
    font-size: 30px;
    font-weight: 700;
    color: #0d1b4c;
}

.feature-item p {
    margin: 0;
    font-size: 18px;
}

.video-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.video-card img {
    width: 100%;
    height: auto;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn i {
    font-size: 35px;
    color: #0A4D9C;
}

.play-btn:hover {
    background: #F58220;
}

.play-btn:hover i {
    color: #fff;
}
.stats-section{
    position:relative;
    padding:100px 0;
    background:url('../images/graduation-bg.jpg');
    background-size:cover;
    background-position:center;
}

.stats-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.75);
}

.stats-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    transition:.4s;
}

.stats-card:hover{
    transform:translateY(-10px);
}

.stats-top{
    background:linear-gradient(135deg,#ff4d7d,#ff3366);
    color:#fff;
    padding:40px 20px;
    text-align:center;
}

.stats-top i{
    font-size:40px;
    margin-bottom:15px;
}

.stats-top h4{
    font-weight:700;
}

.stats-bottom{
    padding:35px;
    text-align:center;
}

.stats-bottom h2{
    color:#ff8800;
    font-size:50px;
    font-weight:800;
}
.toppers-section{
    padding:100px 0;
    background:#fff;
}

.section-small{
    color:#f58220;
    font-weight:700;
    font-size:18px;
}

.toppers-heading{
    font-size:65px;
    font-weight:800;
    color:#081b4b;
}

.class-title{
    color:#0A4D9C;
    margin-bottom:30px;
    font-weight:700;
}

.topper-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
    text-align:center;
    transition:.4s;
}

.topper-card:hover{
    transform:translateY(-10px);
}

.topper-card img{
    width:100%;
    height:350px;
    object-fit:cover;
}

.topper-card h4{
    margin-top:20px;
    font-weight:700;
}

.topper-card span{
    display:inline-block;
    margin:15px 0 25px;
    background:#F58220;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-weight:700;
}

.btn-topper{
    background:#ff4d7d;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}
.toppers-section{
    background:#f8f9fa;
}

.topper-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.box-title{
    color:#0A4D9C;
    font-weight:700;
    margin-bottom:25px;
    border-left:5px solid #F58220;
    padding-left:15px;
}

.topper-card{
    text-align:center;
    padding:10px;
}

.topper-card img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    margin:auto;
    border:4px solid #F58220;
}

.topper-card h5{
    margin-top:15px;
    font-weight:700;
}

.topper-card span{
    background:#F58220;
    color:#fff;
    padding:5px 15px;
    border-radius:20px;
    display:inline-block;
}

.leadership-section {
    background: #f8f9fa;
}

.message-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;
}

.message-card:hover {
    transform: translateY(-8px);
}

.message-img {
    margin-top: -70px;
}

.message-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.message-content h3 {
    color: #0A4D9C;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.message-content p {
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

.section-title {
    color: #0A4D9C;
    font-weight: 800;
}
.gallery-section {
    background: #f8f9fa;
}

.section-small {
    color: #F58220;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    color: #0A4D9C;
}

.gallery-desc {
    color: #666;
    font-size: 18px;
}

.btn-gallery {
    background: #F58220;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btn-gallery:hover {
    background: #0A4D9C;
    color: #fff;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.gallery-item.large {
    height: 520px;
}

.gallery-item.small {
    height: 250px;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(
        transparent,
        rgba(0,0,0,.8)
    );
}

.gallery-overlay h5 {
    color: white;
    margin: 0;
    font-weight: 600;
}
.testimonial-section{
    background:#f8f8f8;
}

.section-subtitle{
    color:#F58220;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
}

.testimonial-title{
    font-size:64px;
    font-weight:800;
    color:#111;
    margin-bottom:50px;
}

.testimonial-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    padding:40px 30px;
    text-align:center;
    min-height:420px;
    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-img{
    margin-bottom:20px;
}

.testimonial-img img{
    width:90px;
    height:90px;
    border-radius:50%;
}

.testimonial-card h4{
    font-weight:700;
    color:#222;
}

.parent-info{
    display:block;
    color:#888;
    margin-bottom:25px;
}

.testimonial-card p{
    color:#666;
    line-height:1.8;
    min-height:120px;
}

.btn-read{
    display:inline-block;
    background:#ff4f7b;
    color:#fff;
    text-decoration:none;
    padding:12px 30px;
    border-radius:30px;
    font-weight:600;
}

.btn-read:hover{
    color:#fff;
    background:#0A4D9C;
}

.owl-nav{
    text-align:center;
    margin-top:30px;
}

.owl-nav button{
    width:55px !important;
    height:55px !important;
    border-radius:50% !important;
    background:#F58220 !important;
    color:#fff !important;
    margin:0 10px;
}

.owl-nav button:hover{
    background:#0A4D9C !important;
}
.gallery-section{
    background: linear-gradient(135deg,#0A4D9C,#07346B);
    padding:80px 0;
}
.gallery-section .section-title,
.gallery-section .gallery-desc{
    color:#fff;
}

.gallery-section .section-small{
    color:#F58220;
}

.testimonial-section{
    background:#eef5ff;
}
.testimonial-section{
    background:#f0f7ff;
}

.school-footer{
    position:relative;
    margin-top:50px;
}

/* Floating Contact Box */

.footer-contact-box{

    background:#1d1d1d;
    color:#fff;

    padding:40px;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.25);

    position:relative;

    margin-bottom:-80px;

    z-index:10;
}

.contact-item{
    border-right:1px solid rgba(255,255,255,.2);
}

.contact-item:last-child{
    border-right:none;
}

.contact-item i{
    color:#F58220;
    font-size:35px;
    margin-bottom:15px;
}

.contact-item h4{
    font-weight:700;
    margin-bottom:15px;
}

/* Main Footer */

.footer-main{

    background:
    linear-gradient(
    rgba(0,0,0,.80),
    rgba(0,0,0,.80)),
    url('../images/footer-bg.jpg');

    background-size:cover;

    padding-top:140px;
    padding-bottom:40px;

    color:white;
}

.footer-title{
    color:#fff;
    margin-bottom:20px;
    position:relative;
}

.footer-title:after{
    content:'';
    width:60px;
    height:3px;
    background:#F58220;
    display:block;
    margin-top:10px;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#ddd;
    text-decoration:none;
}

.footer-links a:hover{
    color:#F58220;
}

.newsletter-box{
    display:flex;
}

.newsletter-box input{
    flex:1;
    border:none;
    padding:12px;
}

.newsletter-box button{
    width:60px;
    border:none;
    background:#F58220;
    color:white;
}

.social-icons a{
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.1);
    display:inline-block;
    color:white;
    margin:0 5px;
}

.social-icons a:hover{
    background:#F58220;
}

.copyright{
    color:#ccc;
    font-size:14px;
}
.footer-bottom{
    background:#0A4D9C;
    color:#fff;
    padding:15px 0;
    font-size:14px;
    border-top:1px solid rgba(255,255,255,.1);
}

.footer-bottom a{
    color:#F58220;
    text-decoration:none;
    font-weight:600;
}

.footer-bottom a:hover{
    color:#fff;
}

.notice-enquiry-section{
    background:#f8f9fa;
}

.notice-card,
.enquiry-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.card-header-custom{
    background:#0A4D9C;
    color:#fff;
    padding:15px 20px;
    border-radius:12px;
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
}

.card-header-custom i{
    color:#F58220;
    margin-right:10px;
}

.notice-item{
    display:flex;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #eee;
}

.notice-date{
    background:#F58220;
    color:#fff;
    min-width:65px;
    text-align:center;
    padding:8px;
    border-radius:10px;
    font-weight:700;
}

.btn-view-all{
    background:#F58220;
    color:#fff;
    padding:10px 25px;
    border-radius:30px;
    text-decoration:none;
}

.btn-enquiry{
    width:100%;
    background:#F58220;
    border:none;
    color:#fff;
    padding:14px;
    border-radius:10px;
    font-weight:600;
}

.btn-enquiry:hover{
    background:#0A4D9C;
}

.notice-enquiry-section{
    background:#ffffff;
}

.leadership-section{
    background:#f8f9fa;
}
.leadership-section{
    background:#f0f7ff;
    padding:80px 0;
}

@media (min-width:992px){

    .navbar .dropdown:hover .dropdown-menu{
        display:block;
        margin-top:0;
        opacity:1;
        visibility:visible;
    }

}

.dropdown-menu{
    border:none;
    border-radius:0;
    min-width:250px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.dropdown-item{
    padding:12px 20px;
    font-size:15px;
}

.dropdown-item:hover{
    background:#f8f9fa;
    color:#0A4D9C;
}
.dropdown-menu{
    border:none;
    border-radius:0;
    padding:10px 0;
    min-width:220px;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
}

.dropdown-item{
    padding:12px 18px;
    color:#333;
    transition:.3s;
}

.dropdown-item:hover{
    background:#f5f5f5;
    color:#F58220;
    padding-left:25px;
}

@media (max-width:991px){

    .dropdown-menu{
        border:none;
        box-shadow:none;
        padding-left:15px;
    }

    .dropdown-item{
        padding:8px 0;
    }
}