
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

/* custom CSS start */

li.nav-item:hover{
  background-color: #faaa55;
}
.slider-title{
    font-size:68px;
    font-weight:800;
    color:#fff;
    line-height:1.3;
}
.typing-text{
    display:block;
    color:#faaa55;
    /* color: #61330e; */
    margin-top:10px;
    border-right:3px solid #61330e;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    padding-right:8px;
    min-height:70px;
}
/* =========================
   KIDS NOTICE BOARD
========================= */
.kids-notice-board{
    background:
    url('../images/notice-board-bg.jpg');
    background-size:cover;
    background-position:center;
    border-radius:10px;
    overflow:hidden;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 62%);
    /* border:2px solid #fda638; */
    position:relative;
}
/* HEADER */
.notice-header{
    /* background: linear-gradient( 135deg, #61330e, #ffb84d ); */
    color:#fff;
    font-size:21px;
    font-weight:500;
    text-align:center;
    /* padding:22px; */
    letter-spacing:1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    border-bottom:2px solid #fff;
}
.notice-header i{
    margin-right:10px;
}
/* BODY */
.notice-body{
    height:460px;
    padding:10px;
    /* background: rgba(255,255,255,0.88); */
    /* backdrop-filter:blur(4px); */
    overflow-y:auto;
    scrollbar-width:thin;
}
/* NOTICE ITEM */
.notice-item{
    /* background:#fff; */
    padding:18px 20px;
    /* margin-bottom:18px; */
    /* border-radius:18px; */
    font-size:16px;
    line-height:1.1;
    color:#fff;
    /* font-weight:500; */
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.08); */
    /* border-left:6px solid #61330e; */
    transition:0.3s;
    color:#fff;

    font-family:'Schoolbell', cursive;
    /* font-family:'Patrick Hand',cursive; */
    font-size:21px;
    letter-spacing:1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    background:none;
    border:none;
    box-shadow:none;
}
.notice-item:hover{
    transform:translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
/* MOBILE */
@media(max-width:767px){
    .notice-header{
        font-size:24px;
        padding:18px;
    }
    .notice-body{
        height:320px;
    }
    .notice-item{
        font-size:15px;
    }
}
.navbar-nav{
  height: 100px;
}
.nav-item{
  height: 100%;
}
.nav-item a{
  height: 100%;
}

/* =========================
   DROPDOWN MENU
========================= */

.navbar .dropdown-menu{
    border:none;
    border-radius:15px;
    padding:12px 0;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    /* margin-top:15px; */
}
.navbar .dropdown-item{
    padding:12px 22px;
    font-size:15px;
    font-weight:400;
    color:#444;
    transition:0.3s;
}
.navbar .dropdown-item:hover{
    background:#61330e;
    color:#fff;
    padding-left:28px;
}
.navbar .dropdown-toggle::after{
    margin-left:8px;
}
/* custom CSS end */

/* About CSS start */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

/* =========================
   SCHOOL ABOUT SECTION
========================= */

.school-about-section{

    background:
    linear-gradient(
    to bottom,
    #f8fbff,
    #ffffff
    );
    position:relative;
    overflow:hidden;
}

.school-content{
    padding-right:20px;
}

.school-tag{
    display:inline-block;
    background:#61330e;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
}
.school-title{
    font-size:48px;
    font-weight:800;
    line-height:1.4;
    color:#1b1b1b;
    margin-bottom:25px;
}
.school-title span{
    color:#61330e;
    display:block;
}
.school-desc{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}
/* FEATURES */
.school-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}
.feature-box{
    background:#fff;
    border-radius:5px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}
.feature-box:hover{
    transform: translateY(-5px);
}
.feature-box i{
    width:55px;
    height:55px;
    background:#61330e;
    color:#fff;
    border-radius:10%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}
.feature-box span{
    font-weight:700;
    color:#333;
    font-size:15px;
}
/* IMAGE */
.school-image-wrap{
    position:relative;
}
.school-main-img{
    border-radius:35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
/* EXPERIENCE */
.experience-box{
    position:absolute;
    bottom:-25px;
    left:-25px;
    background:#61330e;
    color:#fff;
    padding:25px 35px;
    border-radius:25px;
    box-shadow: 0 15px 35px rgba(255,153,51,0.35);
}
.experience-box h3{
    font-size:42px;
    font-weight:800;
    margin-bottom:5px;
}
.experience-box p{
    margin:0;
    font-weight:600;
}
/* MOBILE */
@media(max-width:991px){
    .school-title{
        font-size:36px;
    }
    .school-features{
        grid-template-columns:1fr;
    }
    .experience-box{
        left:15px;
        bottom:15px;
    }
}
@media(max-width:767px){
    .school-title{
        font-size:30px;
    }
    .school-desc{
        font-size:15px;
    }
}
/* =========================
   WHY CHOOSE SCHOOL
========================= */
.why-choose-school{
    background: linear-gradient(
    to bottom,
    #ffffff,
    #f8fbff
    );
    position:relative;
}
/* TITLE */
.section-subtitle{
    display:inline-block;
    background:#61330e;
    color:#fff;
    padding:10px 22px;
    border-radius:10px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
    letter-spacing:1px;
}
.section-main-title{
    font-size:44px;
    font-weight:800;
    line-height:1.4;
    color:#222;
    margin-bottom:20px;
}
.section-description{
    font-size:17px;
    color:#666;
    line-height:1.9;
}
/* CARD */
.choose-card{
    background:#fff;
    padding:35px 30px;
    border-radius:5px;
    height:100%;
    transition:0.4s;
    position:relative;
    overflow:hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.choose-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}
/* ICON */
.choose-icon{
    width:80px;
    height:80px;
    background-color:#61330e;
    border-radius:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    color:#fff;
    font-size:34px;
    box-shadow: 0 12px 25px rgb(86 86 85 / 60%);
}
.choose-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
    color:#222;
}
.choose-card p{
    color:#666;
    line-height:1.9;
    font-size:16px;
}
/* MOBILE */
@media(max-width:991px){
    .section-main-title{
        font-size:34px;
    }
}
@media(max-width:767px){
    .section-main-title{
        font-size:28px;
    }
    .choose-card{
        padding:28px 22px;
    }
}
/* About CSS end */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
.principal-section{
    background:#fff;
}
.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#222;
}
.title-tag{
    background:#61330e;
    color:#fff;
    padding:8px 18px;
    border-radius:5px;
    font-size:18px;
    display:inline-block;
    margin-bottom:10px;
}
.principal-card{
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}
.principal-img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}
.chairman-img{
    width:100%;
    aspect-ratio:1/0.85;
    object-fit:fill;
}
.principal-info{
    text-align:center;
    padding:25px;
}
.principal-info h4{
    color:#61330e;
    margin-bottom:5px;
    font-weight:700;
}
.principal-info p{
    margin-bottom:5px;
    font-weight:600;
}
.principal-tags{
    padding:0 20px 25px;
    text-align:center;
}
.principal-tags span{
    display:inline-block;
    background:#f7f1ec;
    color:#61330e;
    padding:8px 15px;
    margin:5px;
    border-radius:5px;
    font-size:13px;
    font-weight:600;
}
.principal-content{
    padding-left:20px;
}
.principal-content h3{
    color:#61330e;
    font-size:33px;
    margin-bottom:25px;
    font-weight:300;
}
.principal-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:10px;
    text-align:justify;
}
.principal-content blockquote{
    background:#faf6f2;
    border-left:5px solid #61330e;
    padding:25px;
    border-radius:10px;
    margin-top:25px;
    font-style:italic;
    color:#444;
}
.signature{
    margin-top:35px;
    padding-top:20px;
    border-top:1px solid #ddd;
}
.signature h5{
    color:#61330e;
    font-weight:700;
    margin-bottom:5px;
}
.signature span{
    color:#777;
}
@media(max-width:991px){
    .principal-content{
        padding-left:0;
        margin-top:30px;
    }
    .section-title h2{
        font-size:32px;
    }
    .principal-content h3{
        font-size:28px;
    }
}

/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

/* Chairman Desk Start */

/* =========================
   CHAIRMAN MESSAGE SECTION
========================= */
.chairman-message-section{
    background:
    linear-gradient(
    to bottom,
    #fdf8f3,
    #ffffff
    );
    overflow:hidden;
}
/* MAIN BOX */
.chairman-main-box{
    background:#fff;
    border-radius:35px;
    padding:60px;
    box-shadow:
    0 20px 60px rgba(0,0,0,0.08);
    position:relative;
}
/* TITLE */
.chairman-tag{
    display:inline-block;
    background:#61330e;
    color:#fff;
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}
.chairman-heading h2{
    font-size:58px;
    font-weight:900;
    color:#222;
    margin-bottom:20px;
}
.chairman-heading p{
    font-size:18px;
    color:#777;
    line-height:1.8;
}
/* IMAGE */
.chairman-image-box{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    box-shadow:
    0 20px 50px rgba(0,0,0,0.12);
}
.chairman-image-box img{
    width:100%;
    transition:0.5s;
}
.chairman-image-box:hover img{
    transform:scale(1.05);
}
/* OVERLAY */
.chairman-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:25px;
    background:
    linear-gradient(
    to top,
    rgba(0,0,0,0.85),
    transparent
    );
    color:#fff;
}
.chairman-overlay h3{
    font-size:28px;
    font-weight:800;
    margin-bottom:5px;
}
.chairman-overlay p{
    margin:0;
    color:#f5c58a;
}
/* QUOTE */
.chairman-quote-box{
    background:#fff8f1;
    border-left:6px solid #61330e;
    padding:35px;
    border-radius:25px;
    margin-bottom:30px;
}
.chairman-quote-box i{
    font-size:42px;
    color:#61330e;
    margin-bottom:15px;
}
.chairman-quote-box h3{
    font-size:32px;
    line-height:1.6;
    font-weight:700;
    color:#333;
}
.chairman-quote-box span{
    display:block;
    margin-top:15px;
    color:#61330e;
    font-weight:700;
}
/* HIGHLIGHTS */
.chairman-highlight-box{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}
.highlight-item{
    background:#fff;
    padding:16px 22px;
    border-radius:18px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.08);
}
.highlight-item i{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#61330e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}
.highlight-item span{
    font-weight:700;
    color:#333;
}
/* CONTENT */
.chairman-content{
    margin-top:20px;
}
.chairman-content p{
    font-size:18px;
    line-height:2;
    color:#555;
    margin-bottom:28px;
    text-align:justify;
}
/* SIGNATURE */
.chairman-signature{
    margin-top:50px;
    padding-top:30px;
    border-top:2px dashed #ddd;
}
.chairman-signature h3{
    font-size:34px;
    color:#61330e;
    font-weight:900;
    margin-bottom:5px;
}
.chairman-signature p{
    font-size:18px;
    color:#61330e;
    margin-bottom:5px;
    font-weight:700;
}
.chairman-signature span{
    color:#777;
    font-size:16px;
}
/* RESPONSIVE */
@media(max-width:991px){
    .chairman-main-box{
        padding:40px 25px;
    }
    .chairman-heading h2{
        font-size:42px;
    }
    .chairman-quote-box h3{
        font-size:24px;
    }
}
@media(max-width:767px){
    .chairman-heading h2{
        font-size:34px;
    }
    .chairman-content p{
        font-size:16px;
    }
    .chairman-highlight-box{
        flex-direction:column;
    }
}

/* Chairman Desk End */

/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

.faculty-departments{
    background:#f8f7f5;
}
.faculty-tag{
    background:#61330e;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-weight:600;
}
.faculty-title{
    font-size:48px;
    font-weight:800;
    margin-top:20px;
    color:#222;
}
.department-section{
    margin-bottom:40px;
}
.department-heading{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
}
.department-heading i{
    width:80px;
    height:80px;
    background:#61330e;
    color:#fff;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}
.department-heading h3{
    color:#61330e;
    font-weight:700;
    margin-bottom:5px;
}
.teacher-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}
.teacher-card:hover{
    transform:translateY(-10px);
}
.teacher-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}
.teacher-info{
    padding:20px;
    text-align:center;
}
.teacher-info h4{
    color:#61330e;
    font-size:20px;
    font-weight:700;
}
.teacher-info span{
    color:#777;
}
.page-title{
    font-size: 40px;
    font-weight: 300 !important;
    margin-top: 10px !important;
    color: #61330e !important;
    /* text-decoration: overline; */
}

.page-desc{
    font-size: 25px;
    font-weight: 300 !important;
    margin-top: 20px !important;
    color: #61330e !important;
    /* text-decoration: overline; */
}


/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= *
/
/* EVENT HEADER */
.gallery-event-header{
    background:#fff7f0;
    padding:80px 0;
    text-align:center;
}
.event-badge{
    background:#61330e;
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
}
.gallery-event-header h1{
    margin:25px 0;
    font-size:52px;
    font-weight:800;
    color:#61330e;
}
.event-meta{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin-bottom:25px;
}
.event-meta span{
    color:#666;
}
/* GALLERY */
.event-gallery-section{
    padding:30px 0;
    background:#fafafa;
}
.event-gallery-section .page-title{
    margin-top:0 !important;
}
.gallery-grid{
    display:grid;
    grid-template-columns:
    repeat(auto-fit,minmax(250px,1fr));
    grid-auto-rows:250px;
    gap:20px;
}
.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:5px;
    height:100%;
}
.gallery-item.large{
    grid-column:span 2;
}
.gallery-item.tall{
    grid-row:span 2;
}
.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}
.gallery-item:hover img{
    transform:scale(1.1);
}
.gallery-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    to top,
    rgba(97,51,14,.95),
    transparent
    );
    display:flex;
    align-items:flex-end;
    padding:20px;
    opacity:0;
    transition:.4s;
}
.gallery-item:hover .gallery-overlay{
    opacity:1;
}
.gallery-overlay span{
    color:#fff;
    font-weight:600;
}
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= *

/* ==========================
   UNDER CONSTRUCTION
========================== */
.under-construction-section{
    min-height:80vh;
    display:flex;
    align-items:center;
    background:
    linear-gradient(
    135deg,
    #fffaf5,
    #f5ede6
    );
    padding:80px 0;
}
.construction-content h1{
    font-size:60px;
    font-weight:500;
    color:#222;
    margin-bottom:25px;
}
.construction-content h1 span{
    color:#61330e;
}
.construction-content p{
    color:#666;
    font-size:18px;
    line-height:1.9;
    margin-bottom:20px;
}
.construction-badge{
    background:#61330e;
    color:#fff;
    padding:10px 22px;
    border-radius:10px;
    display:inline-block;
    margin-bottom:20px;
    font-weight:600;
}
.construction-btn{
    display:inline-block;
    background:#61330e;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    margin-top:10px;
    transition:.3s;
}
.construction-btn:hover{
    background:#7a4318;
    color:#fff;
    text-decoration:none;
}
.construction-image{
    text-align:center;
}
.construction-image img{
    max-width:500px;
    animation:float 3s ease-in-out infinite;
}
@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
}
@media(max-width:991px){
    .construction-content{
        text-align:center;
        margin-top:40px;
    }
    .construction-content h1{
        font-size:42px;
    }
}

/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

.admission-process-section{
    background:#f8f6f3;
}
.section-badge{
    display:inline-block;
    background:#61330e;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}
.section-title{
    font-size:48px;
    font-weight:800;
    color:#222;
}
.section-subtitle{
    max-width:800px;
    margin:auto;
    color:#666;
    line-height:1.8;
}
.admission-notice{
    background:#fff;
    border-left:5px solid #61330e;
    padding:35px;
    border-radius:10px;
    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
    margin-bottom:30px;
    display:flex;
    gap:25px;
}
.notice-icon{
    font-size:40px;
    color:#61330e;
}
.admission-notice h4{
    color:#61330e;
    margin-bottom:15px;
}
.admission-notice ul{
    padding-left:20px;
    margin-bottom:0;
}
.admission-notice li{
    margin-bottom:10px;
    color:#555;
}
.contact-box{
    background:#fff7ef;
    border:1px dashed #61330e;
    padding:20px;
    border-radius:5px;
    margin-bottom:35px;
    color:#61330e;
    font-weight:600;
}
.contact-box i{
    margin-right:10px;
}
.schedule-table{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:
    0 10px 35px rgba(0,0,0,.08);
}
.schedule-table thead{
    background:#61330e;
    color:#fff;
}
.schedule-table th{
    padding:18px;
    border:none;
}
.schedule-table td{
    padding:18px;
    vertical-align:middle;
}
.schedule-table tbody tr:nth-child(even){
    background:#faf7f3;
}
.schedule-table tbody tr:hover{
    background:#fff3e6;
}
@media(max-width:768px){
    .section-title{
        font-size:34px;
    }
    .admission-notice{
        display:block;
    }
    .notice-icon{
        margin-bottom:15px;
    }
}

/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

/* Start Responsive CSS */
/* ==========================
   MOBILE MENU ONLY
========================== */
.mobile-menu-footer{
    display: none;
}
@media (max-width: 991px) {
    .mobile-menu-footer{
        display: block;
    }
    .top-strip{
        display:none;
    }
    .navbar-brand{
        width:75%;
        position:relative;
        z-index:999999;
    }
    .navbar-brand img{
        width:100%;
    }
    .ftco-navbar-light{
        background:#fff !important;
    }
    .navbar-toggler{
        border:none !important;
        outline:none !important;
        position:relative;
        z-index:999999;
    }
    /* FULL SCREEN MENU */
    #ftco-nav{
        position:fixed !important;
        top:0;
        left:0;
        width:100%;
        height:100vh;
        background:#fff;
        z-index:99999;
        overflow-y:auto;
        padding-top:100px;
        opacity:0;
        visibility:hidden;
        transition:.3s ease;
    }
    #ftco-nav.show{
        opacity:1;
        visibility:visible;
    }
    #ftco-nav .navbar-nav{
        width:100%;
        text-align:center;
        margin:0 !important;
    }
    #ftco-nav .nav-item{
        display:block;
        width:100%;
        height:auto !important;
        margin:0;
        border-bottom:1px solid #eee;
    }
    #ftco-nav .nav-link{
        display:block;
        padding:20px !important;
        color:#61330e !important;
        font-size:18px;
        font-weight:300;
        line-height:normal !important;
    }
    /* DROPDOWN */
    #ftco-nav .dropdown-menu{
        position:static !important;
        display:none;
        width:100%;
        background:#f8f6f3;
        border:none;
        box-shadow:none;
        margin:0;
        padding:0;
        float:none;
        transform:none !important;
    }
    #ftco-nav .dropdown.show .dropdown-menu{
        display:block;
    }
    #ftco-nav .dropdown-item{
        padding:15px;
        text-align:center;
        color:#61330e;
        border-top:1px solid #eee;
    }
    .dropdown-toggle::after{
        float:right;
        margin-top:8px;
    }
    .nav-item a {
        height: auto;
    }
    .mobile-menu-footer{
        padding:60px 20px 50px;
        text-align:right;
    }
    .mobile-menu-close{
        background:#61330e;
        color:#fff;
        border:none;
        border-radius:10px;
        padding:15px 35px;
        font-size:16px;
        font-weight:300;
        cursor:pointer;
        transition:.3s;
        box-shadow:0 8px 20px rgba(97,51,14,.25);
    }
    .mobile-menu-close:hover{
        background:#7a4318;
        transform:translateY(-2px);
    }
    .mobile-menu-close i{
        margin-right:8px;
    }
    .navbar .dropdown-menu{
        border:none;
        border-radius:0px;
        padding:12px 0;
        box-shadow:0 10px 30px rgba(0,0,0,0.12);
        /* margin-top:15px; */
    }
    .navbar .dropdown-item {
        padding: 12px 22px;
        font-size: 15px;
        font-weight: 400;
        color: #444;
        transition: 0.3s;
    }
}

/* End Responsive CSS */

.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.popup-box{
    width:90%;
    max-width:550px;
    background:#fff;
    border-radius:10px;
    padding:35px;
    text-align:center;
    box-shadow:0 10px 40px rgba(0,0,0,.25);
    animation:popupBounce .8s ease;
    border:8px solid #faaa55;
}
.notice-title{
    color: #61330e;
    font-weight:600;
}
.school-icon{
    font-size:15px;
    margin-bottom:10px;
}

.popup-box h2{
    color:#ff6600;
    margin-bottom:5px;
    font-weight:700;
}

.popup-box h1{
    color:#0066cc;
    font-size:32px;
    font-weight:800;
    margin-bottom:15px;
}

.popup-box p{
    color:#555;
    font-size:18px;
    margin-bottom:25px;
}

.popup-buttons{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.btn-admission,
.btn-close-popup{
    padding:12px 25px;
    border:none;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.btn-admission{
    background:#61330e;
    color:#fff;
}

.btn-close-popup{
    background:#faaa55;
    color:#fff;
}

.btn-admission:hover,
.btn-close-popup:hover{
    transform:translateY(-3px);
}

@keyframes popupBounce{
    0%{
        transform:scale(.5);
        opacity:0;
    }
    100%{
        transform:scale(1);
        opacity:1;
    }
}
.schoolNoticeIcon{
    width:100% !important;
}
.notice-title-content{
    background-color: #61330e;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}
/* ========================================================================================================================= */
.admission-section{
    background:#fffaf5;
}
.admission-tag{
    display:inline-block;
    background:#61330e;
    color:#fff;
    padding:10px 22px;
    border-radius:10px;
    font-weight:600;
    margin-bottom:15px;
}
.admission-title{
    color:#61330e;
    font-weight:300;
    font-size:42px;
}
.admission-subtitle{
    color:#666;
}
.admission-card{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}
.form-section-title{
    color:#61330e;
    font-size:22px;
    font-weight:400;
    margin-bottom:25px;
    padding-bottom:10px;
    border-bottom:2px dashed #e6d3c0;
}
.form-section-title i{
    margin-right:10px;
}
.form-control{
    height:52px;
    border-radius:12px;
    border:1px solid #ddd;
}
textarea.form-control{
    height:auto;
}
.form-control:focus{
    border-color:#61330e;
    box-shadow:none;
}
label{
    font-weight:400;
    margin-bottom:8px;
    color:#444;
}
.admission-btn{
    background:#61330e;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:10px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}
.admission-btn:hover{
    background:#4a2509;
    transform:translateY(-3px);
}
@media(max-width:768px){
    .admission-card{
        padding:25px;
    }
    .admission-title{
        font-size:30px;
    }
}
/* ========================================================================================================================= */
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .dropdown-item.active{
    color:#61330e !important;
    font-weight:700;
}
/* ========================================================================================================================= */
.school-login-section{
    min-height:100vh;
    background:linear-gradient(135deg,#fff4e8,#ffe8d0);
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
}
/* Floating Shapes */
.floating-shape{
    position:absolute;
    border-radius:50%;
    opacity:.15;
}
.shape-1{
    width:220px;
    height:220px;
    background:#61330e;
    top:-60px;
    left:-60px;
}
.shape-2{
    width:160px;
    height:160px;
    background:#ffb347;
    bottom:40px;
    right:50px;
}
.shape-3{
    width:120px;
    height:120px;
    background:#61330e;
    bottom:-30px;
    left:20%;
}
/* Card */
.kids-login-card{
    background:#fff;
    border-radius:35px;
    padding:45px 35px;
    box-shadow:0 20px 50px rgba(97,51,14,.15);
    position:relative;
    overflow:hidden;
}
/* Top */
.kids-top-design{
    text-align:center;
    margin-bottom:35px;
}
.school-badge{
    width:95px;
    height:95px;
    background:#61330e;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:42px;
    box-shadow:0 10px 25px rgba(97,51,14,.3);
}
.school-title{
    color:#61330e;
    font-weight:800;
    font-size:32px;
    margin-top:20px;
    line-height:1.3;
}
.school-subtitle{
    color:#888;
    font-size:16px;
    margin-top:10px;
}
/* Input */
.kids-input-group label{
    font-weight:700;
    color:#61330e;
    margin-bottom:10px;
    display:block;
}
.input-box{
    position:relative;
}
.kids-icon{
    position:absolute;
    top:50%;
    left:18px;
    transform:translateY(-50%);
    color:#61330e;
    font-size:18px;
    z-index:2;
}
.form-control{
    height:58px;
    border-radius:18px;
    border:2px solid #f1d6bc;
    padding-left:55px;
    font-size:16px;
    background:#fffaf5;
}
.form-control:focus{
    border-color:#61330e;
    box-shadow:none;
    background:#fff;
}
/* Button */
.kids-login-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:18px;
    background:#61330e;
    color:#fff;
    font-size:18px;
    font-weight:700;
    transition:.3s;
    box-shadow:0 10px 20px rgba(97,51,14,.2);
}
.kids-login-btn:hover{
    background:#4d2608;
    transform:translateY(-2px);
}
/* Forgot */
.forgot-link{
    color:#61330e;
    text-decoration:none;
    font-weight:600;
}
.forgot-link:hover{
    color:#8b4a18;
}
/* Footer */
.kids-footer-text{
    text-align:center;
    margin-top:30px;
    color:#a36d45;
    font-weight:600;
    font-size:15px;
}
.kids-footer-text i{
    margin-right:6px;
}
/* Responsive */
@media(max-width:768px){
    .kids-login-card{
        padding:35px 25px;
        border-radius:28px;
    }
    .school-title{
        font-size:26px;
    }
    .school-badge{
        width:80px;
        height:80px;
        font-size:34px;
    }
}
/* ========================================================================================================================= */
.pillars-school-section{
    background:#faf8f5;
}

/* Heading */

.pillars-school-tag{
    display:inline-block;
    padding:8px 22px;
    background:#61330e;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.pillars-school-title{
    font-size:38px;
    font-weight:700;
    color:#61330e;
    margin-top:18px;
}

.pillars-school-subtitle{
    color:#777;
    font-size:16px;
    margin-top:10px;
}

/* Card */

.school-pillar-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
    border:1px solid #f1e7dc;
}

.school-pillar-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(97,51,14,.12);
}

/* Image */

.school-pillar-img{
    padding:15px;
}

.school-pillar-img img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:14px;
}

/* Content */

.school-pillar-content{
    padding:10px 20px 25px;
    text-align:center;
}

.school-pillar-content h3{
    font-size:22px;
    font-weight:700;
    color:#61330e;
    margin-bottom:10px;
    line-height:1.4;
}

.school-pillar-content span{
    display:inline-block;
    color:#555;
    font-size:14px;
    font-weight:500;
    border-top:2px solid #61330e;
    padding-top:8px;
}

/* Mobile */

@media(max-width:768px){

    .pillars-school-title{
        font-size:28px;
    }

    .school-pillar-img img{
        height:260px;
    }

    .school-pillar-content h3{
        font-size:19px;
    }

}
/* ========================================================================================================================= */
.board-directors-section{
    background:linear-gradient(to bottom,#fffaf6,#fdf7f2);
}
/* Heading */
.board-tag{
    display:inline-block;
    background:#fff;
    color:#61330e;
    border:1px solid #61330e;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}
.board-title{
    font-size:38px;
    font-weight:700;
    color:#61330e;
    margin-top:18px;
}
.board-subtitle{
    color:#777;
    font-size:16px;
    margin-top:10px;
}
/* Card */
.board-member-card{
    background:rgba(255,255,255,0.85);
    backdrop-filter:blur(10px);
    border-radius:25px;
    padding:25px 20px;
    text-align:center;
    border:1px solid rgba(97,51,14,.08);
    box-shadow:0 10px 25px rgba(97,51,14,.05);
    transition:.3s ease;
    height:100%;
}
.board-member-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(97,51,14,.12);
}
/* Image */
.board-member-image{
    position:relative;
    margin-bottom:20px;
}
.board-member-image img{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid #61330e;
    padding:4px;
    background:#fff;
    transition:.3s;
}
.board-member-card:hover .board-member-image img{
    transform:scale(1.04);
}
/* Content */
.board-member-content h4{
    font-size:18px;
    color:#61330e;
    font-weight:700;
    line-height:1.5;
    margin-bottom:8px;
}
.board-member-content span{
    display:inline-block;
    color:#666;
    font-size:14px;
    font-weight:500;
    position:relative;
    padding-top:10px;
}
.board-member-content span::before{
    content:'';
    width:40px;
    height:2px;
    background:#61330e;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}
/* Mobile */
@media(max-width:768px){
    .board-title{
        font-size:28px;
    }
    .board-member-image img{
        width:140px;
        height:140px;
    }
    .board-member-content h4{
        font-size:16px;
    }
}
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
