* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

.clear {
    clear: both;
}

/* ======header-section===== 
============================*/
.header-sec {
    z-index: 999;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 0 20px -12px black;
    padding: 9px 0 0;
    width: 100%;
    height: 82px;
}

.academy-logo a {
    position: relative;
}

.academy-logo a::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -24px;
    width: 180px;
    height: 181px;
    background-color: #fff;
    right: 0;
    z-index: 0;
    border-radius: 100%;
}

.inner-header-sec {
    width: 100%;

}

.inner-header-sec ul {
    list-style-type: none;

}

a {
    color: #000000;
    text-decoration: none;
}

.top-sec ul li a {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

.top-sec ul li:last-child {
    margin-right: 0;
}

.top-sec ul li a span {
    margin-right: 6px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 21px;
    width: 21px;
    background-color: #cdb935;
}

.top-sec ul li a span i {
    font-size: 10px;
    color: #ffffff;
}

.nav ul {
    display: flex;
}

.list-items {
    gap: 45px;
    display: flex;
}

.nav {
    align-items: center;
    gap: 48px;
    display: flex;
    justify-content: end;
}

.inner-header-sec ul {
    padding: 0;
    margin: 0;
}

.list-items li a {
    font-size: 14px;
}

.left-academy {
    float: left;
    width: 15%;
}

.right-academy {

    float: left;
    width: 85%;
}

.academy-logo {
    text-align: left;
    width: 100%;
}

.academy-logo img {
    width: 67%;
    position: relative;
}

.top-sec,
.bottom-sec {
    padding: 14px 0;
}

.nav .list-items li a {
    font-weight: 500;
    text-transform: capitalize;
}

.top-sec ul li {
    margin: 0 35px;
    display: inline-block !important;
}

.top-sec {
    text-align: end;
}

.right-academy .hr-line {
    border-bottom: 2px solid #d9d9d9;
    width: 100%;
}

.mandatory-btn a {
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #204267;
    display: inline-block;
}


/* ========== img-section============ 
=====================================*/

.img-slider-section {
    padding-top: 82px;
    width: 100%;
}

.inner-img-sec {
    width: 100%;
}

.inner-img-sec img {
    object-fit: cover;
    height: 600px;
    width: 100%;
}

.img-slider-section .owl-nav {
    text-align: center !important;
}

.img-slider-section .owl-nav button.owl-prev {
    border-radius: 50px;
    height: 60px;
    width: 60px;
    background-color: #204267d6 !important;
    position: absolute;
    top: 50%;
    left: 30px;
}

.img-slider-section .owl-nav button.owl-next {
    right: 30px;
    position: absolute;
    top: 50%;

    bottom: 0;
    background-color: #204267d6 !important;
    border-radius: 50px;
    height: 60px;
    width: 60px;
}

.img-slider-section .owl-nav button {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;

}

.img-slider-section:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
}

.img-slider-section .owl-nav button.owl-prev i {
    font-size: 30px;
    position: relative;
    color: #ffffff;
}


.img-slider-section .owl-nav button.owl-next i {
    font-size: 30px;
    position: relative;
    color: #ffffff;
}


/*================ feature css============
========================================= */
.features-section {
    z-index: 19;
    position: relative;
    margin-top: -60px;
}

.features-row .feature-box .icon i {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 10px;
}

.features-row {
    /* padding: 40px 0; */
    border-radius: 0px;
    box-shadow: 0 0 18px -10px black;
    background-color: #204267;
    display: flex;
    flex-wrap: wrap;
}

.feature-box {
    width: 25%;
    text-align: center;
    box-shadow: 6px 0px 23px -10px rgb(32 32 32 / 67%);
    padding: 50px 40px;
    transition: 0.3s ease;
}

.feature-box:hover {
    background-color: #325f8f5e;
    transition: 0.3s ease;

}

.feature-box .text h3 {
    color: #ffffff;
}

.feature-box .text p {
    color: #ffffff;
}


.feature-box h3 {
    font-size: 18px;
    color: #1c2e4a;
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-box p {
    color: #999;
    font-size: 14px;
    margin: 0;
}




/* ========== three-mid-box ============ 
=====================================*/

.three-mid-box {
    margin-top: -92px;
    width: 100%;
}

.inner-mid-boxes {
    display: flex;
    justify-content: center;
    width: 100%;
}

.inner-mid-boxes .mid-boxes:first-child {
    border-radius: 12px 0 0 12px;
}

.inner-mid-boxes .mid-boxes:last-child {
    border-radius: 0 12px 12px 0;
}

.mid-boxes {

    width: 33%;
    /* border-radius: 12px; */
    padding: 30px;
    background-color: #204267;
}

.mid-second-box {
    background-color: #123050
}

.icon-box-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon-box-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: rgb(255 255 255 / 12%);
    border-radius: 8px;
}

.icon-box-img img {
    width: 50px;

    position: relative;
}



.boxes-heading h1 {
    margin-top: 27px;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.boxes-heading p {
    color: #ffffff;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}



/*========= school-life css=========
==================================== */

.inner-school-life {
    /* border-radius: 20px; */
    display: flex;
    justify-content: center;
    /* padding: 40px 0; */
    /* gap: 30px; */
    flex-wrap: wrap;
}

.inner-school-life .card {
    width: 33%;
    border: 0;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 0 !important;
    overflow: hidden;
    /* background: white; */
}

.inner-school-life .card .light-blur {
    background-color: #204267;

}

.inner-school-life .card .dark-blur {
    background-color: #123050;

}

.inner-school-life .card-header {
    border-radius: 0;
    background-color: #204267;
    color: white;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.inner-school-life .card-header .icon i {
    font-size: 40px;
}

.inner-school-life .card-header .icon {
    font-size: 32px;
}

.inner-school-life .card-header .title {
    font-weight: 700;
    font-size: 18px;
}

.inner-school-life .card-header .subtitle {
    text-align: left;
    font-size: 14px;
    margin-left: auto;
    color: #ffffff;
    /* text-decoration: underline; */
    cursor: pointer;
}

.inner-school-life .card-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.inner-school-life .card-text {
    padding: 30px 30px 0 0px;
}

.inner-school-life .card-text p {
    font-size: 16px;
    color: #505050;
    line-height: 26px;
}

.inner-school-life .learn-more {
    display: inline-block;
    background-color: #204267;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.inner-school-life .learn-more:hover {
    text-decoration: underline;
}

/* ============= admision css  ============= 
============================================*/

.admission-section {
    margin: 100px 0;
    display: flex;
    width: 100%;
    min-height: 500px;
}

.admission-image {
    width: 50%;

    background: url(../images/imag.webp) no-repeat center center / cover;
}

.admission-content {
    width: 50%;
    background: #204267;
    color: #fff;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.admission-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.admission-content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}

.admission-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 500px;
}

.btn-apply {
    border: 1px solid #edededab;
    /* box-shadow: inset 0px 0px 14px -5px #ffffff; */
    color: #ffffff !important;
    background-color: #204267;
    color: #204267;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

.btn-apply:hover {

    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
}


/* ======messages two-section========
================================= */
.message-sec {
    margin: 100px 0;

}

.message-sec .inner-message-sec {
    display: flex;
    width: 100%;
    min-height: 500px;

}

.message-image-sec {
    width: 50%;
}

.message-image-sec .message-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    background: url(../images/chairman.webp);
}

.message-content-sec {
    width: 50%;

}

.message-content {

    background: #204267;
    color: #fff;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.message-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.message-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.message-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #ffffff;
    max-width: 500px;
}






/* ======messages-section========
================================= */

section.messages-section {
    margin-top: 90px;
}

/* .bottom-messages-sec {
    margin-top: 60px;
} */

.messages-boxes {
    width: 100%;
}

.heading-message {
    text-align: center;
    display: inline-block;
}

.heading-guru {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

/* .heading-guru::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    height: 2px;
    background-color: #204267;
    margin: auto;
} */

/* .heading-guru::after {
    content: "";
    position: absolute;
    background-image: url(../images/book-img.webp);
    height: 50px;
    width: 76px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    top: 77px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
} */

.book-img {
    text-align: center;
}

.section-divider {
    position: relative;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.section-divider .book-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.section-divider::before,
.section-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 160px;
    height: 2px;
    background-color: #ccb934;
}

.section-divider::before {
    left: -165px;
    transform: translateY(-50%);
}

.section-divider::after {
    right: -165px;
    transform: translateY(-50%);
}

.section-divider img {
    width: 28px;
    vertical-align: middle;
}

/* .book-img {
    text-align: center;
    width: 100%;
} */

.book-img img {
    width: 36px;
    height: 26px;
}

.book-img span {
    position: relative;
    margin: 0 auto;
    width: 75px;
    /* height: 3px; */
    display: block;
    background-color: #ffffff;
}

.inner-box {
    display: flex;
    height: 100%;
    /* margin-bottom: 80px; */
    width: 100%;
}

.left-inner-box {
    width: 50%;
    height: 100%;
    /* background: #204267; */
}

.inner-box {
    border-radius: 15px;
    overflow: hidden;
}

.img-left-message {
    width: 100%;
    height: 365px;
}

.img-left-message img {

    height: 100%;
    width: 100%;
}

.right-inner-box {
    position: relative;
    background-image: url(../images/shutterstock_106223549.webp);
    width: 50%;
    height: auto;

    /* background: #204267; */
    display: flex;
    flex-direction: column;

}

.content-messages {
    z-index: 4;
    position: relative;
}

.right-inner-box::before {

    bottom: 0;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgb(32 66 103 / 93%);
    content: " ";
}


.right-inner-box .content-messages {
    align-content: center;
    height: 100%;
    padding: 0px 45px 0;
    position: relative;
}

.right-inner-box .content-messages p {
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}

.right-inner-box .content-messages .inner-content-message p {
    font-size: 14px;
}

.message-name {
    margin-bottom: 25px;
}

.message-name h1 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #ffffff;
}

.message-name p {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.message-name .hr-line {
    margin: 11px 0;
    border-radius: 1px;
    position: relative;
    width: 209px;
    border: 1px solid #CCB934;
}

.message-name .hr-line::before {
    border-radius: 18px;
    top: -0.9px;
    right: -6px;
    width: 2px;
    height: 2px;
    background-color: #CCB934;
    content: " ";
    position: absolute;
}

.learn-more {
    margin-top: 30px;
    background-color: #CCB934;
    color: #204267;
    padding: 12px 24px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
    transition: background 0.3s ease;
}

/* =======our-school-section========= 
=====================================*/
.our-school-section {
    margin-top: 100px;
    padding: 75px 60px 85px;
    background: url(../images/bg-image.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-our-school {
    width: 100%;
}

.left-school,
.right-school {
    width: 50%;
}

.left-school {
    float: left;
}

.right-school {
    float: right;
}

.school-heading h1 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 19px;
    font-size: 40px;
}

.school-heading p {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.inner-types {
    width: 439px;
    margin-bottom: 15px;
    height: 61px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 27px;
}

.inner-types a {
    font-size: 16px;
    font-weight: 400;
}

.inner-types img {
    margin-right: 29px;
    width: 34px;
    height: 34px;
}

.img-right-school {
    width: 100%;
}

.idia-img {
    position: absolute;
    top: 0;
    width: 100%;
}

.idia-img img {
    width: 117px !important;
    height: 116px !important;
}


.img-wrapper {
    margin: 0 auto;
    width: 447px;
    height: 447px;
    position: relative;
}

.img-wrapper::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 14px;
    width: 447px;
    height: 447px;
    background-color: #3B6C9F;
    z-index: 0;
    border-radius: 50%;
}

.img-wrapper img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============= amenities sec========
===================================== */
section.amenities-sec {
    margin-top: 100px;
}

.amenities-content-icon {
    /* margin: 0 auto; */
    left: 0;
    position: absolute;
    top: -40px;
    right: 0;
}

.amenities-box-img {
    overflow: hidden;
    width: 100%;


}

.amenities-box-img img:hover {

    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
}

.amenities-box-img img {
    object-fit: cover;
    height: 350px;
    transition: 0.4s all ease-in-out;
    border-radius: 20px;
    width: 100%;
}

.inner-bottom-amenities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
}

/* .amenities-box {
    width: 31.9%;
} */

.amenities-box-img-content {
    position: relative;
    width: 100%;
}

.inner-amenities-content {
    min-height: 210px;
    box-shadow: 0 0 17px -12px black;
    position: relative;
    margin-top: -65px !important;
    width: 90%;
    border-radius: 10px;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 93%);
}

.amenities-heading {
    padding: 62px 30px 42px;
    text-align: center;
}

.amenities-heading h3 {
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.amenities-heading p {
    color: #505050;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.amenities-content-icon-img {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.amenities-content-icon-img img {
    z-index: 2;
    width: 39px;
    height: 39px;
    position: relative;
}

.amenities-content-icon-img::after {
    border: 2px solid #ffffff;
    border-radius: 50px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background-color: #204267;
    /* border-radius: 8px; */
}

/* disclosure css */
.inner-breadbrumbs ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    color: #fff;
}

.inner-breadbrumbs ul li a {
    color: #ccb934;
    font-weight: 500;
}

.inner-breadbrumbs h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    color: #fff;
}

.breadcrumbs-sec {
    padding: 240px 0px 100px;
    background-image: url(../images/breadcrumbs-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.breadcrumbs-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #204267;
    opacity: .6;
    top: 0;
    left: 0;
}

.inner-breadbrumbs {
    position: relative;
}

.inner-mandatory-public-disclosure {
    display: grid;
    gap: 80px;
    grid-template-columns: 2fr 1fr;
}

.disclosure-sidebar {
    background-color: #204267;
    padding: 30px 30px;
    border-radius: 9px;
    height: max-content;
}

.disclosure-sidebar-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.disclosure-sidebar-title h3 {
    color: #fff;
    font-size: 22px;
    position: relative;
    margin: 0px 0 18px;
    padding: 0px 0 24px;
    display: inline-block;
}

.disclosure-pdf-links-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.disclosure-pdf-links-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 24px;
}

.disclosure-pdf-links-item ul li a {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    transition: .3s;
}

.disclosure-pdf-links-item ul li a:hover {
    background-color: #204267;
    transition: .3s;
}

.mandatory-public-disclosure {
    padding: 80px 0 0;
}

.disclosure-pdf-links-item ul li a:hover .link-icon {
    color: #c2b031;
    transition: .3s;
}

.disclosure-pdf-links-item ul li a .link-icon {
    font-size: 26px;
    color: #204267;
    transition: .3s;
}

.disclosure-pdf-links-item ul li a .link-text {
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

.disclosure-pdf-links-item ul li a:hover .link-text {
    transition: .3s;
    color: #fff;
}

.disclosure-sidebar-links ul li a {
    color: #fff;
    transition: .3s;
    transform: translate(0px, 0px);
    display: inline-block;
}

.disclosure-sidebar-links ul li:hover a {
    transition: .3s;
    transform: translate(8px, 0px);
}

.disclosure-sidebar-links ul li a span {
    color: #c2b031;
    margin-right: 10px;
}

.disclosure-sidebar-links ul li {
    line-height: 37px;
}

.disclosure-sidebar-title h3:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #ccb934;
    bottom: 0;
    left: 0;
    border-radius: 50px;
}

.disclosure-sidebar-title h3:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #ccb934;
    bottom: 0;
    right: 15%;
    border-radius: 50px;
}

.top-heading-section {
    margin-bottom: 30px;
}

/*=============== about-us css==========
======================================== */
.aboutus-img-sec {
    margin-bottom: 40px;
    margin-top: 100px;
}

.aboutus-img-sec .inner-img-sec {
    text-align: center;
}


.aboutus-img-sec .inner-img-sec img {
    border-radius: 20px;
    object-fit: cover;
    height: 342px;
    width: 80%;
}

.bottom-para p {
    color: #505050;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.number-inside-sec {
    gap: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.experience-num-icon {
    position: relative;
    align-items: center;
    gap: 18px;
    display: flex;
}


.experience-num-icon::before {
    bottom: -30px;
    border: 1px solid #000;
    content: " ";
    position: absolute;
    width: 100%;
}

/*============== experience sec==============
============================================= */


section.experience-sec {
    margin: 100px 0;
    background: url(../images/bg-image.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-experience-sec {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    padding: 100px 40px;
}

.experience-card {
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}

.experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.experience-card .icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: #204267;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
}

.experience-card .info h2 {
    font-size: 36px;
    color: #222;
    margin: 0;
}

.experience-card .info p {
    margin-top: 5px;
    color: #444;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* =========testimonial-sec ==============
========================================== */

.testimonial-sec {
    margin: 100px 0;
    /* padding: 60px 0; */
}


.top-heading-section {
    text-align: center;
    /* margin-bottom: 100px; */
}

.heading-guru {
    font-size: 2.5rem;
    color: #333;
}

.inner-testimonial-sec {
    display: flex;
    background: #fff;
    border-radius: 16px;
}

.testimonial-image {
    width: 50%;
}

/* .testimonial-image img {
    width: 100%;
} */
.testimonial-image img {
    object-fit: cover;
    height: 550px;
    width: 100%;
}

.testimonial-content {
    background-color: #204267;
    width: 50%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading-tabs {
    margin-bottom: 35px;
}

.testimonial-content .tabs {
    /* text-align: center; */
    width: 100%;
    /* align-items: center; */
    border-radius: 10px;
    padding: 15px 15px;
    background: #204267;
    display: flex;
    gap: 15px;
}

.heading-tabs .heading-message {
    text-align: left;
}

.testimonial-content .tab-btn {

    font-weight: 600;
    color: #ffffff;
    padding: 13px 20px;
    background: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    /* transition: background 0.3s; */
    font-size: 17px;
}


.inner-testimonial-sec-two .tab-btn {
    width: 50%;
    border-radius: 5px;
    color: #ffffff !important;
    /* transition: 0.3s all; */
}

.inner-testimonial-sec-two .tab-btn:hover,
.inner-testimonial-sec-two .tab-btn.active {

    color: #000;
    border: 0 !important;
    background: #2677cd5e;
}

.testimonial-text {
    color: #ffffff;
    border-radius: 8px;
    line-height: 1.6;
    min-height: 120px;
}

.testimonial-card ul li {
    color: #505050;
}

.testimonial-card h3 {
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    color: #204267;
}

.heading-tabs-message {
    text-align: center;
}

.heading-tabs {
    margin-bottom: 5px;
}

.heading-tabs h1 {
    font-weight: 700;
    font-size: 40px;
}

.testimonial-card {
    display: none;
}

.testimonial-card.active {
    display: block;
}

/* .heading-tabs h1 {
    font-size: 25px;
} */

.heading-tabs h1::after {
    height: 45px;
    width: 65px;
    top: 60px;
}

.heading-tabs h1::before {
    top: 62px;
}

/* ----------------------------------------------------- */
.testimonial-content-two {
    background-color: #ffffff;
}

.testimonial-content-two p {
    color: #505050;
}










.inner-right-img {
    width: 100%;
}

.inner-right-img img {
    object-fit: cover;
    width: 100%;
    height: 750px;
}

.skills-icons span {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #204267;
    width: 90px;
    height: 90px;
}

.left-learning-heading h1 {
    font-weight: 700;
    font-size: 50px;
}

.left-learning-heading p {
    margin-bottom: 10px;
    font-size: 21px;
}

.left-learning-sec p {
    color: #505050;
}

.bottom-learning p {
    margin: 30px 0;
}


.skills-items {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
}

.skills-content p {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
}

.skills-content h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
}

.skills-icons span i {
    font-size: 35px;
    color: #ffffff;
}

.yellow-skills {
    background-color: #CCB934;
}


.vision-mission-cards {
    margin-top: 40px;
}

.vision-box,
.mission-box {
    background: #fdfdfd;
    border-left: 6px solid #204267;
    transition: all 0.3s ease;
}



.vision-box:hover,
.mission-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    background-color: #204267;
    color: white;
    font-size: 20px;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* .mission-box .icon-wrapper {
    background-color: #204267;
} */

.vision-box h3,
.mission-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #204267;
}

.vision-box ul,
.mission-box ul {
    list-style: disc;
    padding-left: 1rem;
    margin-top: 15px;
}

.vision-box ul li,
.mission-box ul li {
    color: #505050;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}



/* ----- */
.about-section {
    background-color: #fafafa;
}

.about-box {
    background: #fff;
    padding: 40px 30px 50px;
    position: relative;
    box-shadow: -1px 0px 15px -12px rgb(0 0 0);
    border-radius: 16px;
    transition: 0.3s ease;
    height: 100%;
}

.about-box:hover {
    transform: translateY(-5px);
}

.about-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

.about-header span {
    font-weight: 600;
    color: #204267;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.about-box p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.slant-line {
    /* opacity: 0.6; */
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 21px;
    width: 100%;
    background: #ccb934;
    /* transform: skewX(-4deg); */
    /* border-radius: 125px; */
}


/*================= contact us============ 
==========================================*/
section.contact-us-sec {
    margin-top: 100px;
}

.input-field {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

.contact-heading h1 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
}

.input-field label {
    font-size: 14px;
    margin-bottom: 10px;
}

.inner-contact-form {
    padding: 10px 0;
}


.input-field textarea,
input {
    width: 95%;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 8px;
    outline-color: #204267;
    border: 1px solid #d1d1d1;
}

.contact-info-field {
    margin-bottom: 25px;
}

.left-icon-contact span i {
    font-size: 19px;
    color: #CCB934;
}

.contact-info-field {


    gap: 20px;
    display: flex;
    /* align-items: center; */
}

.left-icon-contact {
    min-width: 64px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #204267;
    padding: 0 22px;
    border: 1px solid #e1e1e1;
    border-radius: 14px;
}

.contact-information h2 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 21px;
}

.contact-information p {
    font-size: 14px;
    margin-bottom: 5px;
}

.location-map {
    width: 100%;
}

.location-map iframe {
    margin-top: 20px;
    border-radius: 14px;
    height: 377px;
    width: 100%;
}

.contact-submit-btn button {
    padding: 8px 35px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #204267;
    border: none;
}

.contact-submit-btn input {
    padding: 14px 35px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #204267;
    border: none;
    width: 150px;
}


/* ========footer css=========
============================== */

.footer-sec {
    margin-top: 100px;
    padding: 69px 60px 0px;

    background: url(../images/bg-image.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-top-box {
    width: 27%;
}

.inner-top-box-two {
    width: 25%;
}

.inner-top-box-four {
    width: 25%;
}

.inner-top-box-four .footer-list-heading {
    width: auto;
    margin: 0;
}

.top-footer-sec {
    align-items: start;
    padding-bottom: 72px;
    display: flex;
    border-bottom: 1px solid #FFFFFF;
}

.footer-img {
    margin-bottom: 7px;
    width: 100%;
}

.footer-list-heading {
    margin: 0 auto;
    width: 148px;
}

.footer-list-heading {
    margin-top: 82px !important;
}

.footer-img img {
    width: 124px;
    height: 106px;
}

.footer-heading p {
    line-height: 26px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.footer-list-heading .heading h1 {
    font-size: 16px;
    margin-bottom: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
}

.footer-list-heading ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-last-icons li a {
    text-transform: none !important;
}

.footer-list-heading ul li {
    margin-bottom: 16px;
}

.footer-list-heading ul li a {

    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-last-icons li a i {
    color: #204267 !important;
}

ul.footer-list-items li a {
    align-items: center;
    display: flex;

}

.footer-list-heading ul li i {
    margin-right: 1px;
    vertical-align: middle;
    font-size: 10px;
    color: #ffffff;
}

ul.footer-list-items li span {
    background-color: #CCB934;
    margin-right: 6px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 21px;
    width: 21px;
}

.footer-list-heading ul li a span.foot-c-text {
    width: calc(100% - 21px);
    text-align: start !important;
    background: no-repeat;
    justify-content: start;
}

.social-links .inner-social-links {
    display: inline-block;
    margin: 0 12px 0 0;
}

.social-link-heading h1 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.social-links .inner-social-links a {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    background-color: #CCB934;
}

.social-links .inner-social-links a i {
    font-size: 20px;
    color: #204267;
}

.bottom-footer-sec {
    text-align: center;
    padding: 18px 0;
}

.inner-bottom-para p {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
}

/* hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 28px;
    height: 20px;
    justify-content: space-between;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1000;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background-color: #ffffff;
    padding: 60px 0px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 999;
    display: none;
}

.hamburger span {
    display: block;
    height: 3px;
    background: #204267;
    border-radius: 2px;
}


/* =========trust section =========== 
===================================== */

.trust-section {
    margin-top: 100px;
    /* margin-bottom: 100px; */
}

.inner-trust .left-img-sec {
    height: 100%;
    width: 100%;
}

.inner-trust .left-img-sec .trust-img {
    width: 100%;
    height: 100%;
}

.left-img-sec .trust-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.inner-trust .right-bg-sec {
    padding: 50px 40px 50px;
    border-radius: 20px;
    width: 100%;
    background-color: #204267;
}

.right-bg-sec .right-bg-heading h1 {
    margin-bottom: 26px;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.right-bg-sec .right-bg-heading p {
    margin-bottom: 49px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}

/* .trust-btn a {
    display: inline-block;
    color: #204267;
    border-radius: 3px;
    padding: 14px 53px 13px;
    background-color: #CCB934;
    font-size: 16px;
    font-weight: 600;
} */

/* ========== activities-sec ============ 
========================================= */

.activities-sec {
    margin-top: 100px;
}

.activities-heading h1 {

    line-height: normal;
    font-size: 24px;
    margin-bottom: 24px;
    color: #000000;
    font-weight: 600;
}

ul.activities-list {
    padding: 0 0 0 18px;
    margin: 24px 0;
}

ul.activities-list li {
    line-height: 33px;
    color: #505050;
}

.left-activities-sec p {
    font-size: 16px;
    color: #505050;
    font-weight: 400;
    line-height: 26px;
}

.right-activities-sec {
    position: relative;
    height: 100%;
    width: 100%;
}

.inner-right-activities::before {
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    width: 90%;
    height: 90%;
    background: url(../images/Group-33.webp) no-repeat center / contain;
    z-index: 0;
}

.inner-right-activities {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.right-activities-img img {
    width: 100%;
    border-radius: 20px;
}

.bg-up {
    margin-top: -20px;
}

/*================= infrastructure css ============= 
====================================================*/

.facilities {
    text-align: left;
}

.infrastructure-para-sec {
    width: 100%;


}

.infrastructure-heading {
    padding: 55px 23px 25px;
}

section.infrastructure-sec {
    margin-top: 100px;
}

.other-facilities {
    margin-top: 60px;
}

.infrastructure-heading h1 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 25px;
}

.infrastructure-heading p {
    text-align: justify;
    line-height: 24px;
    color: #505050;
    font-size: 14px;
}

.infrastructure-heading ul li {
    line-height: 24px;
    color: #505050;
}

.right-infrastructure-img {
    text-align: center;
    width: 100%;
}

.right-infrastructure-img img {
    object-fit: cover;
    height: 242px;
    width: 76%;
    border-radius: 20px;
}

.infrastructure-para {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}


.left-infrastructure {
    padding: 0 50px 0 0;
}

.infrastructure-para {
    width: 100%;
    text-align: center;
}

.infrastructure-para p {
    margin: 0 auto;
    width: 57%;
}


/* =======event==============
============================== */
section.event-sec {
    margin-top: 100px;
}

h2.section-title {
    margin-bottom: 20px;
    color: #003366;
    border-left: 5px solid #007bff;
    padding-left: 10px;
    margin-top: 40px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    /* width: calc(33% - 10px); */
    overflow: hidden;
}

.news-card img {
    width: 100%;
    transition: 0.5s all ease-in-out;
    height: 300px;
    object-fit: cover;
}

.news-card-content {
    padding: 15px;
}

.news-card-content h3 {
    font-size: 26px;
    margin: 0 0 10px;
    color: #003366;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-family: 'Poppins', sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-card-img {
    overflow: hidden;
}

.news-card img:hover {
    transition: 0.5s all ease-in-out;
    transform: scale(1.2);
}

.news-card-content p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-family: 'Poppins', sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-card-content .date {
    font-size: 13px;
    color: #888;
}

.news-card-content a {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    text-decoration: none;
}



/*====================== gallary css==================== 
========================================================*/

section.gallery-sec {
    margin-top: 100px;
}


.main .inner-gallery-bottom-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .card-image video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ------------------------ */

.custom-tab-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.custom-tab-nav {
    display: inline-flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    /* border-bottom: 2px solid #ccc; */
    justify-content: center;
    margin: 0;
}

.custom-tab-item {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
}

.custom-tab-item:hover {
    color: #ccb934;
}

.custom-tab-item.active {
    color: #ccb934;
    border-bottom: 2px solid #ccb934;
}

.tab-content-wrapper {
    display: none;
}

.tab-content-wrapper.active {
    display: block;
}



@media only screen and (max-width: 600px) {
    .main .inner-gallery-bottom-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}


/* ============privacy ================
======================================= */
section.privacy.sec {
    margin-top: 100px;
}



.privacy-policy {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.privacy-policy .section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.privacy-policy h2 {
    font-size: 28px;
    color: #204267;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy-policy p {
    margin: 0 0 15px 0;
    font-size: 17px;
}

.privacy-policy ul {
    /* margin: 10px 0 20px 20px; */
    padding-left: 10px;
}

.privacy-policy li {
    /* margin-bottom: 8px; */
    position: relative;
    /* padding-left: 25px; */
}

.privacy-policy li i {

    color: #204267;
}

.privacy-policy h2 i {
    color: #204267;
}

.contact-info {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.contact-info li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: baseline;
}

.contact-info li i {
    margin-right: 8px;
    color: #204267;
}

.privacy-policy #contact {
    margin-bottom: 0;
}


/*================== academic css=============
============================================== */


.academic-focus::after {
    background-color: #eef3f8;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.card-box {
    min-height: 211px;
    background: #fff;
    border: 1px solid #e6e0e0;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.card-box:hover {
    transform: translateY(-10px);
}

.card-box i {
    font-size: 36px;
    color: #204267;
    margin-bottom: 15px;
}

.focus-card {
    background: #fff;
    min-height: 220px;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.focus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.focus-card i {
    font-size: 36px;
    color: #204267;
    margin-bottom: 15px;
}

.focus-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #24466A;
}

.focus-card p {
    font-size: 15px;
    color: #555;
}


.counter-box {
    border: 1px solid #e6e0e0;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}

.counter-box h3 {
    font-size: 40px;
    color: #24466A;
}

.counter-box p {
    font-weight: 500;
    margin-top: 10px;
}

.labs-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.sec-space {
    margin: 100px 0;

}

.academic-focus-sec {
    padding: 80px 0;
}

.lab-slider {
    position: relative;
}

.lab-slide {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.lab-slide h4 {
    color: #24466A;
    font-weight: 600;
    margin-bottom: 15px;
}

.lab-slide p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #555;
}

.smart-learning .owl-nav {
    text-align: center !important;
}



.result-sec {
    padding-bottom: 0;
}

.smart-learning .owl-nav button {
    opacity: 0;
    transition: 0.4s all ease-in-out;

    visibility: hidden;
}

.smart-learning .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.smart-learning .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.smart-learning .owl-nav button.owl-prev i,
.owl-nav button.owl-next i {
    font-size: 40px;

    position: relative;
    color: #CCB934;


}

.smart-learning .lab-slider:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.lab-flex-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 30px;
    background-color: #f6f9fc;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
}

.lab-icon-box {
    flex-shrink: 0;
    font-size: 48px;
    color: #0c3c78;
    width: 80px;
    height: 80px;
    background-color: #e2ecf6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lab-text {
    flex: 1;
    min-width: 250px;
}

.lab-text h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0c3c78;
    font-weight: 600;
}

.lab-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}



/* ================admission============= 
=========================================*/

.heading-para-admission {
    text-align: center;
}

.admission-intro {
    padding: 60px 0;
}

.info-card {
    min-height: 240px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e6e0e0;
    padding: 30px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.info-card i {
    font-size: 36px;
    color: #204267;
    margin-bottom: 15px;
}

.highlight-section {
    background-color: #eef3f8;
    padding: 60px 0;
}

.highlight-section ul li {
    margin-bottom: 15px;
}

.admission-steps {
    margin-top: 100px;
    /* padding: 60px 0; */
}

.step-box {
    min-height: 179px;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid #e6e0e0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.cta-section {
    color: #fff;
    text-align: center;
    /* margin-top: 100px; */
    padding: 90px 60px 90px;
    background: url(../images/bg-image.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-section a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 6px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

.cta-section a:hover {
    background-color: #fff;
    color: #24466A;
}


/* =====Admission Guidelines=========
===================================== */

.admission-guidlines {
    margin-top: 100px;
}

h2.heading-guidlines {
    text-align: center;
    font-size: 2.8rem;
    color: #204267;
    margin-bottom: 60px;
}

.glass-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.glass-card:hover {
    transition: 0.3s;
    transform: translateY(-5px);
}

.glass-card {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 30px 25px 25px 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    color: #204267;
    transition: 0.3s;
}

.glass-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #204267;
}

.glass-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.glass-desc {
    font-size: 0.95rem;
    color: #333;
}

/* ===========document-required===========
========================================= */

.document-required {
    margin-top: 100px;
}

.strip {
    position: relative;
    background: #ffffff;
    border-left: 10px solid #204267;
    padding: 20px 25px 20px 60px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.strip i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #204267;
    /* background: #e3f2fd; */
    border-radius: 50%;
    /* padding: 10px; */
}

.strip-text {
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/* ================eligibility-sec css==========
=============================================== */
.eligibility-sec {
    margin-top: 100px;
}


.eligibility-sec .modern-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.eligibility-sec .modern-table thead th {
    font-weight: 500;
    position: sticky;
    top: 82px;
    z-index: 2;
    background-color: #204267;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-size: 19px;
    /* border-radius: 10px 10px 0 0; */
}

.eligibility-sec .modern-table td {
    background-color: #fff;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.95rem;
    color: #333;
}

.eligibility-sec .modern-table tr td:first-child {
    font-weight: bold;
    color: #204267;
}

.eligibility-sec .modern-table td span {
    display: inline-block;
    background: #e3f2fd;
    color: #0d47a1;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
    margin-right: 5px;
}

.eligibility-sec .modern-table tr {
    box-shadow: 0px 0px 12px -2px rgb(32 66 103 / 34%);
    border-radius: 12px;
}


/*================ curriculum-sec========
========================================== */
.curriculum-sec {
    margin-top: 100px;
}

.curriculum-heading {
    text-align: center;
    margin-bottom: 40px;
}


.curriculum-heading .main-heading::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f29f05;
    display: block;
    margin: 10px auto 0;
    border-radius: 3px;
}

.curriculum-heading .intro-text {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    max-width: 95%;
    margin: 0 auto;
}

/* Flex Layout */
.curriculum-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Curriculum Box */
.curriculum-box {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;

    border-left: 6px solid #003366;
    position: relative;
}

.curriculum-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-left-color: #f29f05;
}

.curriculum-box .icon {
    font-size: 32px;
    color: #ffffff;
    background: #003366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.box-title {
    font-size: 20px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 15px;
}

.box-text {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
}

.social-links {
    margin-top: 40px;
}

.footer-img a {
    display: inline-block;
}

/* media */

.quick-links-menu li {
    list-style: none;
    margin: 5px 0;
}

.quick-links-menu li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

.quick-links-menu li a::before {
    content: "\f105";
    /* Font Awesome angle-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}


/*================ Single-news-sec========
========================================== */
.single-news {
    padding-top: 0px;
}

.news-featured-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.share-links h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.links {
    margin-bottom: 25px;
    margin-top: 20px;
}

.links ul {
    list-style: none;
    display: inline-flex;
    gap: 24px;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.links ul li a {
    background-color: #204267;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #204267;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.content-questions h2 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.content-questions ul {
    list-style: none;
    padding-left: 0px !important;
}

.content-questions ul li a {
    text-decoration: none;
    color: #000 !important;
    font-size: 15px !important;
    line-height: 28px;
    border-left: 3px solid #0000;
    font-family: "Poppins", sans-serif;
    padding: 3px 8px;
    display: block;
}

.content-questions ul li a:hover,
.content-questions ul li a.w--current {
    background-color: #F9F9F9 !important;
    border-left-color: #204267;
}

.category-section-right {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 12%);
    margin-left: 0px;
    margin-top: 40px;
}

.short-description {
    margin: 10px 0px;
    background-color: #f1f1f1;
    padding: 15px;
}

.news-content {
    margin-top: 25px;
}

.divider {
    background-color: #0D031E;
    width: 33%;
    height: 2px;
    margin-bottom: 10px;
}

.two {
    width: 24% !important;
}

.category-section-right.latest h3 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.latest-inner-content {
    margin-top: 25px;
}

a.latest-inner-content {
    text-decoration: none;
    border-bottom: none;
}

.image-side img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-left: 6px;
}

.latest-blog-count {
    position: absolute;
    top: -9px;
    left: 9px;
    background: #204267;
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    line-height: 8px;
    width: 20px;
    font-size: 12px;
    align-items: center;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
}

.content-latest-blog h6 {
    font-size: 14px;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.punlish-blog-date {
    display: inline-block;
}

p.date {
    margin-bottom: 0px !important;
    font-size: 13px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.sticky-sidebar {
    position: sticky;
    top: 140px;
    align-self: flex-start;
    z-index: 10;
}

.excerpt p {
    font-size: 13px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-family: 'Poppins', sans-serif;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.floating-contact-sec .top-sec ul li {
    margin: 0;
    list-style: none;
    padding: 15px;
    background-color: #cdb935;
    margin-bottom: 10px;
    display: block !important;
    transform: translate(274px, 0);
    transition: 0.5s;
}

.floating-contact-sec .top-sec ul li:hover {
    transform: translate(0, 0);
    transition: 0.5s;
}

.floating-contact-sec .top-sec ul li a span i {
    font-size: 18px;
    color: #ffffff;
}

.floating-contact-sec .top-sec ul li a span {
    margin-right: 20px;
}

.floating-contact-sec .top-sec ul {
    padding: 0;
}

.floating-contact-sec .top-sec ul li a {
    color: #ffffff;
}

.floating-contact-sec {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 99;
}

.title-bottom-img {
    position: relative;
}

.title-bottom-img img {
    width: 75px;
    position: relative;
    background-color: #fff;
    padding: 3px 18px;
}

.title-bottom-img::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85%;
    height: 2px;
    background-color: #204267;
    margin: auto;
}

.academic-focus-sec .title-bottom-img img {
    background-color: #eef3f8;
}

.counter-box p {
    margin-bottom: 0;
}

#who ul {
    margin: 0;
}

#who ul li:last-child {
    margin: 0;
}

.privacy-policy .section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.justified-gallery>.jg-entry-visible img {
    border-radius: 6px !important;
    position: relative;
    /* filter: grayscale(1); */
}

.justified-gallery>.jg-entry-visible img:hover {
    border-radius: 6px !important;
    position: relative;
    /* filter: grayscale(0); */
}

.justified-gallery>.jg-entry-visible {
    transition: 0.5s;
}

.justified-gallery>.jg-entry-visible:hover {
    border-radius: 6px !important;
    transform: scale(1.2);
    z-index: 100;
    transition: 0.5s;
}

.gallery-bottom-sec .justified-gallery {
    overflow: visible !important;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #204267 !important;
}

.hamburger-sec .hamburger.active span {
    transition: 0.3s;
}

.hamburger-sec .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
    transition: 0.3s;
}

.hamburger-sec .hamburger.active span:nth-child(2) {
    opacity: 0;
    transition: 0.3s;
}

.hamburger-sec .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -7px;
    transition: 0.3s;
}

.messages-text-box .right-inner-box {
    width: 100%;
}

.full-width-message-box {
    position: relative;
    background-image: url(../images/shutterstock_106223549.webp);
    border-radius: 15px;
    overflow: hidden;
}

.full-width-message-box::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(32 66 103 / 93%);
    z-index: 2;
}

.full-width-message-box .inner-box {
    position: relative;
    z-index: 9;
}

.full-width-message-box .right-inner-box {
    background-image: none;
}

.full-width-message-box .right-inner-box::before {
    content: none;
}

.full-width-message-box .img-left-message {
    overflow: hidden;
    border-radius: 50% 0 0 50%;
}

.full-width-message-box .img-left-message {
    height: 425px;
}

.messages-icon {
    position: absolute;
    top: 20px;
    right: 46px;
    background-color: #325f8f94;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.messages-icon img {
    width: 55px;
}

/* ==== Responsive CSS Start ==== */

@media only screen and (max-width: 1679px) {
    .left-learning-heading h1 {
        font-size: 40px;
    }

    .heading-para-admission {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1439px) {
    .nav {
        gap: 25px;
    }

    .list-items {
        gap: 25px;
        ;
    }

    .top-sec ul li {
        margin: 0 20px;
    }

    /* .amenities-box {
        width: 31.3%;
    } */

    .message-name {
        margin-bottom: 12px;
    }

    .footer-list-heading {
        width: 168px;
    }

    .right-bg-sec .right-bg-heading p {
        margin-bottom: 32px;
    }

    .right-bg-sec .right-bg-heading h1 {
        font-size: 36px;
    }

    .inner-trust .right-bg-sec {
        padding: 40px 40px 40px;
    }

    .both-activities {
        align-items: center;
    }

    .admission-content p {
        max-width: 520px;
    }

    .img-left-message img {
        height: 365px;
        /* height: 490px; */
        object-fit: cover;
    }

    .news-card-content h3 {
        font-size: 22px;
    }

    .btn-apply {
        font-size: 14px;
    }

    .academic-focus-sec .sec-space {
        margin: 60px 0 80px;
    }

    .academic-foundation-title {
        margin: 60px 0 30px !important;
    }

    .full-width-message-box .img-left-message {
        height: 365px;
    }
}

@media only screen and (max-width: 1399px) {
    .academy-logo a::before {
        top: -70px;
        left: -19px;
        width: 153px;
        height: 139px;
    }

    .right-inner-box .content-messages {
        padding: 0 25px 0;
    }

    .messages-icon {
        right: 27px;
    }
}

@media only screen and (max-width: 1365px) {
    .footer-list-heading ul li a {
        font-size: 14px;
    }

    .footer-heading p {
        font-size: 14px;
    }

    .right-bg-sec .right-bg-heading p {
        font-size: 16px;
        line-height: 28px;
    }

    .footer-sec {
        padding: 70px 0px 0px;
    }

    .footer-sec {
        margin-top: 70px;
    }

    .school-heading h1 {
        font-size: 34px;
    }

    .experience-card .info h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1279px) {

    .skills-content h1 {
        font-size: 22px;
    }

    .aboutus-img-sec .inner-img-sec img {
        width: 100%;
    }

    section.event-sec {
        margin-top: 60px;
    }

    .glass-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .step-box p {
        margin: 0;
    }

    .step-box {
        min-height: 170px;
    }
}

@media only screen and (max-width: 1199px) {
    .admission-content h4 {
        font-size: 14px;
    }

    .top-sec ul li a,
    .mandatory-btn a,
    .list-items li a {
        font-size: 13px;
    }

    .right-bg-sec .right-bg-heading h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .admission-content h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .admission-content p {
        line-height: 28px;
    }

    .admission-content {
        padding: 40px 40px;
    }

    .heading-guru,
    .heading-tabs h1,
    .left-learning-heading h1 {
        font-size: 32px;
    }

    .heading-guru::after {
        height: 50px;
        width: 54px;
    }

    .footer-list-heading {
        width: 128px;
    }

    .inner-top-box-two {
        width: 22%;
    }

    .inner-top-box {
        width: 32%;
    }

    ul.footer-list-items li span {
        height: 22px;
        line-height: 22px;
        width: 22px;
        text-align: center;
    }

    .top-footer-sec {
        padding-bottom: 40px;
    }

    .inner-bottom-para p,
    .right-bg-sec .right-bg-heading p,
    .inner-school-life .card-text p,
    .admission-content p,
    .admission-content p,
    .left-activities-sec p,
    ul.activities-list li,
    .right-inner-box .content-messages .inner-content-message p,
    .school-heading p,
    .inner-types a {
        font-size: 14px;
        line-height: 26px;
    }

    .infrastructure-heading p {
        text-align: center;
    }

    .our-school-section {
        padding: 75px 0px 85px;
    }

    .img-wrapper {
        width: 390px;
        height: 390px;
    }

    .idia-img img {
        width: 96px !important;
        height: 96px !important;
    }

    .img-wrapper::before {
        width: 390px;
        height: 390px;
    }

    .heading-guru::after,
    .heading-guru::before {
        top: 67px;
    }

    .right-inner-box .content-messages {
        padding: 20px 20px 20px;
    }

    /* .img-left-message img {
        height: 442px;
    } */

    .img-slider-section .owl-nav button.owl-prev i,
    .img-slider-section .owl-nav button.owl-next i {
        font-size: 20px;
    }

    .img-slider-section .owl-nav button.owl-prev,
    .img-slider-section .owl-nav button.owl-next {
        height: 50px;
        width: 50px;
        line-height: 54px;
    }

    .inner-img-sec img {
        height: 500px;
    }

    .feature-box {
        padding: 40px 18px;
    }

    .features-row .feature-box .icon i {
        font-size: 42px;
    }

    .feature-box h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .amenities-heading h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .idia-img img {
        width: 86px !important;
        height: 86px !important;
    }

    .school-heading h1 {
        font-size: 32px;
    }

    .bottom-para p,
    .mission-box ul li,
    .testimonial-content-two p,
    .testimonial-card ul li,
    .bottom-learning p,
    .vision-box ul li {
        font-size: 14px;
    }

    .bottom-para p,
    .testimonial-content-two p,
    .bottom-learning p {
        line-height: 26px;
    }

    .aboutus-img-sec {
        margin-top: 60px;
    }

    section.experience-sec {
        margin: 60px 0;
    }

    .experience-card {
        padding: 30px 10px 10px;
    }

    .experience-card .info h2 {
        font-size: 26px;
        font-weight: 600;
        margin: 22px 0 10px;
    }

    .inner-experience-sec {
        padding: 60px 40px;
    }

    .testimonial-content .tab-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .testimonial-sec {
        margin: 60px 0 60px;
    }

    .testimonial-content .tabs {
        padding: 10px 10px;
    }

    .testimonial-content {
        gap: 15px;
    }

    .heading-tabs h1 {
        margin: 0;
    }

    .testimonial-card h3 {
        font-size: 24px;
    }

    .skills-icons span i {
        font-size: 28px;
    }

    .bottom-learning p {
        margin: 20px 0 30px;
    }

    .bottom-learning .skills-content p {
        margin: 0;
    }

    .inner-right-img img {
        height: 580px;
    }

    .breadcrumbs-sec {
        padding: 190px 0px 70px;
    }

    .inner-breadbrumbs h2 {
        font-size: 34px;
        margin: 0 0 11px;
    }

    .left-learning-sec {
        margin-top: 30px;
    }

    .contact-information h2 {
        font-size: 18px;
    }

    .contact-heading h1 {
        margin-bottom: 30px;
        font-size: 32px;
    }

    .input-field {
        margin-bottom: 10px;
    }

    section.contact-us-sec {
        margin-top: 60px;
    }

    .news-card img {
        height: 200px;
    }

    .info-card p {
        font-size: 14px;
    }

    .info-card {
        min-height: 220px;
    }

    .admission-guidlines {
        margin-top: 60px;
    }

    .document-required {
        margin-top: 70px;
    }

    .eligibility-sec {
        margin-top: 60px;
    }

    .admission-steps {
        margin-top: 60px;
    }

    .cta-section {
        padding: 60px 60px 60px;
    }

    .academic-foundation-title .card-box p {
        font-size: 14px;
    }

    .academic-foundation-title .card-box h5 {
        font-size: 18px;
    }

    .focus-card h5 {
        font-size: 18px;
    }

    .focus-card i {
        font-size: 32px;
    }

    .header-sec {
        padding: 0;
        height: 65px;
    }

    .academy-logo a::before {
        left: -20px;
        width: 135px;
        height: 133px;
    }

    .left-academy {
        position: relative;
        top: 9px;
    }

    .img-slider-section {
        padding-top: 65px;
    }

    .floating-contact-sec .top-sec ul li {
        transform: translate(254px, 0);
        padding: 10px;
        margin-bottom: 5px;
    }

    .sec-space {
        margin: 60px 0;
    }

    .academic-focus-sec {
        padding: 60px 0;
    }

    section.gallery-sec {
        margin-top: 60px;
    }

    section.amenities-sec {
        margin-top: 60px;
    }

    .amenities-box-img img {
        height: 250px;
    }

    .inner-amenities-content {
        min-height: 180px;
    }

    .disclosure-pdf-links-item ul li a {
        gap: 15px;
        padding: 15px 15px;
    }

    .mandatory-public-disclosure {
        padding: 60px 0 0;
    }

    .disclosure-pdf-links-item ul li a .link-text {
        font-size: 14px;
    }

    .disclosure-pdf-links-item ul li a {
        gap: 15px;
        padding: 15px 15px;
    }

    .inner-mandatory-public-disclosure {
        gap: 40px;
    }

    .disclosure-sidebar {
        padding: 25px 20px;
    }

    .disclosure-sidebar-title h3 {
        font-size: 20px;
        padding: 0px 0 15px;
    }

    .footer-sec {
        margin-top: 60px;
        padding: 60px 0px 0px;
    }

    .infrastructure-heading {
        padding: 55px 15px 25px;
    }

    .curriculum-sec {
        margin-top: 60px;
    }

    section.privacy.sec {
        margin-top: 60px;
    }

    .privacy-policy h2 {
        font-size: 24px;
    }

    .privacy-policy p {
        font-size: 16px;
    }

    .contact-info li {
        font-size: 16px;
    }

    .inner-trust .right-bg-sec {
        padding: 30px 25px 30px;
    }

    .main .inner-gallery-bottom-sec {
        grid-template-columns: repeat(3, 1fr);
    }

    .message-name .hr-line {
        width: 180px;
    }

    .message-name h1 {
        font-size: 17px;
    }

    .messages-icon img {
        width: 40px;
    }

    .messages-icon {
        right: 20px;
        width: 65px;
        height: 65px;
    }

    .mandatory-btn a {
        padding: 8px 10px;
    }

    .nav {
        gap: 15px;
    }
}

@media only screen and (max-width: 991px) {

    .right-academy .hr-line {
        display: none;
    }

    .top-sec {
        display: none;
    }

    .bottom-sec {
        padding: 0;
    }

    .mobile-nav {
        display: block;
    }

    .nav {
        display: none !important;
    }

    .hamburger {
        margin: auto 0;
        bottom: 0;
        display: flex;
        position: absolute;
        top: 0;
        /* right: 0; */
        z-index: 1000;
        flex-direction: column;
        cursor: pointer;
        width: 28px;
        height: 20px;
        justify-content: space-between;
    }

    /* .header-sec {
        padding: 9px 0 9px;
    } */

    .academy-logo img {
        width: 90%;
    }

    .hamburger span {
        height: 3px;
        background: #204267;
        border-radius: 2px;
    }

    .mobile-nav.active {
        right: 0;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .mobile-nav ul li a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        display: block;
        padding: 20px 20px;
        border-bottom: 1px solid #efefef;
    }

    .img-left-message {
        width: 100%;
    }

    .img-left-message img {
        width: 100%;
        height: 100%;
    }

    .right-school {
        display: none;
    }

    .left-school {
        width: 100%;
    }

    .inner-bottom-amenities {
        grid-template-columns: repeat(2, 1fr);
    }

    /* footer */
    .top-footer-sec {
        flex-wrap: wrap;
    }

    .inner-top-box {
        width: 100%;
    }

    .inner-top-box-two,
    .inner-top-box-four {
        width: 33.3333%;
    }

    .footer-list-heading {
        margin: 0;
        width: 100%;
    }

    .inner-top-box {
        margin-bottom: 20px;
    }

    /* .img-slider-section {
        padding-top: 80px;
    } */

    .features-row .feature-box .icon i {
        font-size: 36px;
    }

    .feature-box {
        padding: 40px 12px;
    }

    .left-inner-box {
        width: 100%;
    }

    .right-inner-box {
        width: 100%;
    }

    .inner-box:nth-child(even) {
        flex-direction: column-reverse;
    }

    .right-inner-box .content-messages {
        padding: 30px 20px 30px;
    }

    .inner-types {
        width: 70%;
        margin: 0 auto 23px;
    }

    .inner-types:last-child {
        margin: 0 auto 0;
    }

    .school-heading {
        text-align: center;
    }

    .our-school-section {
        padding: 60px 0px 65px;
    }

    .both-activities {
        flex-direction: column-reverse;
    }

    .left-activities-sec {
        margin-top: 50px;
    }

    .admission-section {
        margin: 60px 0 90px;
    }

    .inner-school-life .card-header {
        padding: 24px 24px;
    }

    .inner-school-life .card-text {
        padding: 20px 20px 0 0px;
    }

    .inner-trust .right-bg-sec {
        margin-top: 40px;
    }

    .footer-img {
        text-align: center;
        position: relative;
    }

    .footer-heading p {
        text-align: center;
    }

    .footer-list-heading {
        margin-top: 6px !important;
    }

    .footer-img::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        top: 44%;
        right: 0;
        border: 0;
        margin: auto;
    }

    .footer-img a {
        position: relative;
        background-color: #23466a;
        padding-inline: 18px;
    }

    .footer-sec {
        padding: 60px 0px 0px;
        margin-top: 60px;
    }

    .right-bg-heading {
        text-align: center;
    }

    .admission-content {
        width: 100%;
    }

    .admission-section {
        margin: 60px 0 80px;
        flex-wrap: wrap;
    }

    .admission-content p {
        max-width: 100%;
    }

    .admission-content {
        padding: 40px 40px;
        text-align: center;
    }

    .admission-image {
        width: 100%;
        height: 450px;
    }

    .btn-apply {
        margin: 0 auto;
    }

    .admission-content p {
        margin-bottom: 24px;
    }

    .school-heading h1,
    .heading-guru,
    .admission-content h2,
    .right-bg-sec .right-bg-heading h1 {
        font-size: 30px;
    }

    /* .inner-box {
        flex-wrap: wrap;
    } */

    section.messages-section {
        margin-top: 60px;
    }

    section.amenities-sec {
        margin-top: 60px;
    }

    .our-school-section {
        margin-top: 60px;
    }

    .activities-sec {
        margin-top: 60px;
    }

    .activities-para p {
        margin-bottom: 0;
    }

    .mobile-nav ul li a {
        font-size: 14px;
    }

    .mandatory-btn a {
        padding: 20px 20px;
        color: #000;
        font-size: 14px;
        background-color: transparent;
    }

    .inner-experience-sec {
        grid-template-columns: repeat(2, 1fr);
    }

    .heading-guru,
    .heading-tabs h1,
    .left-learning-heading h1 {
        font-size: 30px;
    }

    .testimonial-image,
    .testimonial-content {
        width: 100%;
    }

    .inner-testimonial-sec {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .heading-tabs h1 {
        margin: 0 0 6px;
    }

    .mission-box ul li,
    .testimonial-card ul li,
    .vision-box ul li {
        margin: 0 0 8px;
    }

    .testimonial-content {
        padding: 0 24px;
    }

    .testimonial-image {
        padding: 0 24px;
    }

    .icon-wrapper {
        font-size: 16px;
        height: 38px;
        width: 38px;
    }

    .vision-box,
    .mission-box {
        padding: 20px 14px 8px !important;
    }

    .inner-learning-sec .row {
        flex-direction: column-reverse;
    }

    .heading-tabs h1 {
        text-align: start;
    }

    .breadcrumbs-sec {
        padding: 140px 0px 50px;
    }

    .skills-content h1 {
        font-size: 20px;
        margin: 0 0 4px;
    }

    .left-contact-form .form-fields form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 24px;
    }

    .input-field-textarea {
        grid-column: 1 / -1;
    }

    .input-field-textarea textarea {
        width: 100%;
    }

    .contact-submit-btn {
        text-align: center;
        grid-column: 1 / -1;
    }

    .inner-contact-form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-information {
        width: calc(100% - 64px);
    }

    .left-icon-contact {
        min-width: 64px;
        height: 64px;
    }

    .contact-submit-btn p {
        position: relative;
        width: max-content;
        margin: 0 auto 50px;
    }

    .contact-submit-btn input {
        width: 200px;
    }

    .contact-submit-btn p span.wpcf7-spinner {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .input-field span.wpcf7-not-valid-tip {
        font-size: 13px;
    }

    .input-field input {
        height: 46px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-card {
        min-height: 250px;
        padding: 25px 15px 15px;
    }

    .info-card i {
        font-size: 34px;
        margin-bottom: 21px;
    }

    .info-card h5 {
        font-size: 17px;
        font-weight: 600;
    }

    .info-card {
        min-height: 250px;
        padding: 25px 15px 15px;
    }

    .info-card i {
        font-size: 34px;
        margin-bottom: 21px;
    }

    .info-card h5 {
        font-size: 17px;
    }

    .glass-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .strip i {
        font-size: 20px;
    }

    .eligibility-sec .modern-table thead th {
        font-size: 16px;
    }

    .eligibility-sec .modern-table thead th {
        top: 80px;
    }

    .eligibility-sec .modern-table td span {
        font-size: 14px;
    }

    .step-box p {
        font-size: 14px;
    }

    .step-box {
        min-height: 130px;
    }

    .strip-text {
        font-size: 14px;
    }

    .floating-contact-sec .top-sec {
        display: block;
    }

    .academic-focus-sec .section-title {
        margin-bottom: 30px !important;
    }

    .inner-mandatory-public-disclosure {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .disclosure-sidebar-links ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .infrastructure-para p {
        width: 66%;
    }

    .curriculum-heading .intro-text {
        max-width: 100%;
    }

    .box-text {
        font-size: 14px;
    }

    .inner-contact-form .contact-info-field:last-child {
        margin: 0;
    }

    .privacy-policy h2 {
        font-size: 22px;
    }

    .privacy-policy .section {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-school-life .learn-more {
        font-size: 14px;
    }

    .summary-grid {
        flex-direction: column;
        align-items: center;
    }

    .eligibility-sec .modern-table thead {
        display: none;
    }

    .eligibility-sec .modern-table,
    .modern-table tbody,
    .modern-table tr,
    .modern-table td {
        display: block;
        width: 100%;
    }

    .eligibility-sec .modern-table tr {
        margin-bottom: 20px;
    }

    .eligibility-sec .modern-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .eligibility-sec .modern-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        top: 16px;
        font-weight: bold;
        color: #1565c0;
    }

    .academy-logo img {
        width: 100%;
    }

    .feature-box {
        width: 50%;
    }

    .amenities-box-img img {
        height: 240px;
    }

    .amenities-content-icon-img img {
        width: 34px;
    }

    .amenities-content-icon-img::after {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .amenities-content-icon-img {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .amenities-content-icon {
        top: -30px;
    }

    .infrastructure-heading {
        padding: 50px 16px 20px;
    }

    .inner-school-life .card {
        width: 50%;
        margin-bottom: 40px;
    }

    .inner-school-life .card-text p {
        min-height: 185px;
    }

    .inner-school-life {
        justify-content: start;
    }

    .trust-section {
        margin-top: 60px;
    }

    .main .inner-gallery-bottom-sec {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-top-box-four {
        width: 44%;
    }

    .inner-top-box-two {
        width: 28%;
    }

    .inner-school-life .card-header .title {
        font-size: 16px;
    }

    section.gallery-sec {
        margin-top: 60px;
    }

    .testimonial-image,
    .testimonial-content {
        padding: 0 0;
    }

    .testimonial-sec {
        max-width: 540px;
        margin: 60px auto 50px;
    }

    .skills-items:last-child {
        margin-bottom: 0;
    }

    .heading-guru,
    .heading-tabs h1,
    .left-learning-heading h1 {
        font-size: 28px;
    }

    .vision-mission-cards .col-md-6:last-child {
        margin-bottom: 0 !important;
    }

    .experience-card .icon-wrap {
        font-size: 24px;
    }

    .experience-card .info p {
        font-size: 14px;
    }

    .contact-information h2 {
        font-size: 16px;
    }

    .contact-submit-btn input {
        font-size: 14px;
    }

    .contact-info-field {
        gap: 12px;
    }

    .left-icon-contact {
        width: 54px;
        height: 54px;
        min-width: 54px;
        border-radius: 8px;
    }

    .event-sec .top-heading-section .heading-guru::after,
    .event-sec .top-heading-section .heading-guru::before {
        top: 100px;
    }

    .info-card {
        min-height: 226px;
    }

    .cta-section a {
        margin-top: 10px;
        font-size: 14px;
    }

    .glass-title {
        font-size: 17px;
    }

    .glass-card {
        padding: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    }

    .document-required .heading-guru::after,
    .document-required .heading-guru::before {
        top: 97px;
    }

    .left-academy {
        width: 18%;
    }

    .counter-box h3 {
        font-size: 34px;
    }

    .infrastructure-para p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }

    .curriculum-heading .intro-text {
        font-size: 14px;
        line-height: 25px;
    }

    .box-title {
        font-size: 18px;
    }

    .curriculum-box {
        padding: 20px 15px;
    }

    .curriculum-box .icon {
        font-size: 26px;
        width: 50px;
        height: 50px;
    }

    .curriculum-wrapper {
        gap: 20px;
    }

    .heading-para-admission p {
        font-size: 14px;
        line-height: 25px;
    }

    .heading-para-admission {
        margin-bottom: 30px;
    }

    .academic-focus-sec .section-title p {
        font-size: 14px;
    }

    .vision-mission-cards {
        margin-top: 30px;
    }

    .left-contact-form .form-fields form {
        gap: 0 15px;
    }

    .privacy-policy p {
        font-size: 14px;
        line-height: 25px;
    }

    .contact-info li {
        font-size: 14px;
    }

    .justified-gallery>.jg-entry-visible:hover {
        transform: scale(1);
    }

    .inner-box {
        flex-wrap: wrap;
    }

    .left-inner-box {
        height: auto;
    }

    .full-width-message-box .img-left-message {
        border-radius: 50% 50% 0 0;
    }

    .img-left-message,
    .full-width-message-box .img-left-message {
        height: auto;
    }
}

@media only screen and (max-width: 640px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
    }

    .school-heading h1,
    .heading-guru,
    .admission-content h2,
    .right-bg-sec .right-bg-heading h1 {
        font-size: 26px;
    }

    .btn-apply {
        font-size: 14px;
    }

    .heading-guru::after,
    .heading-guru::before {
        top: 27px;
    }

    .inner-img-sec img {
        height: 330px;
    }

    .right-inner-box .content-messages {
        padding: 20px 20px 14px;
    }

    .inner-bottom-amenities {
        grid-template-columns: repeat(1, 1fr);
    }

    .inner-amenities-content {
        min-height: 100%;
    }

    .inner-types {
        width: 100%;
    }

    .activities-heading h1 {
        font-size: 20px;
    }

    .left-activities-sec {
        margin-top: 30px;
    }

    .admission-section {
        margin: 50px 0;
    }

    .admission-content {
        padding: 50px 24px;
    }

    .inner-school-life .card {
        width: 100%;
    }

    .inner-school-life .card-text p {
        min-height: max-content;
    }

    .inner-school-life .card:last-child {
        margin-bottom: 0;
    }

    .inner-trust .right-bg-sec {
        margin-top: 20px;
    }

    .inner-trust .right-bg-sec {
        padding: 30px 20px 30px;
    }

    .right-bg-sec .right-bg-heading h1 {
        margin-bottom: 10px;
    }

    .inner-top-box-four {
        width: 100%;
        margin-top: 20px;
    }

    .inner-top-box-two {
        width: 50%;
    }

    .img-slider-section {
        padding-top: 70px;
    }

    .img-slider-section .owl-nav button.owl-prev i,
    .img-slider-section .owl-nav button.owl-next i {
        font-size: 15px;
    }

    .img-slider-section .owl-nav button.owl-prev,
    .img-slider-section .owl-nav button.owl-next {
        height: 40px;
        width: 40px;
        line-height: 43px;
        top: 38%;
    }

    .school-heading h1,
    .heading-guru,
    .admission-content h2,
    .right-bg-sec .right-bg-heading h1 {
        font-size: 23px;
    }

    .aboutus-img-sec .inner-img-sec img {
        height: 100%;
    }

    .vision-box h3,
    .mission-box h3 {
        font-size: 20px;
    }

    .experience-card .info h2 {
        font-size: 20px;
    }

    .testimonial-sec {
        max-width: 100%;
        margin: 50px auto 50px;
        padding: 0 24px;
    }

    .heading-guru,
    .heading-tabs h1,
    .left-learning-heading h1 {
        font-size: 26px;
        text-align: center;
    }

    .testimonial-card h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .inner-right-img img {
        height: 100%;
    }

    .bottom-learning p {
        text-align: center;
    }

    .bottom-learning .skills-content p {
        text-align: start;
    }

    .inner-breadbrumbs h2 {
        font-size: 24px;
    }

    .inner-breadbrumbs ul li {
        font-size: 14px;
    }

    .breadcrumbs-sec {
        padding: 114px 0px 40px;
    }

    .aboutus-img-sec .inner-img-sec img {
        border-radius: 10px;
    }

    .aboutus-img-sec {
        margin-top: 50px;
    }

    .contact-heading h1 {
        font-size: 26px;
    }

    .contact-heading {
        text-align: center;
    }

    section.contact-us-sec {
        margin-top: 50px;
    }

    .inner-contact-form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .document-required .heading-guru::after,
    .document-required .heading-guru::before {
        top: 86px;
    }

    .glass-icon {
        font-size: 25px;
    }

    .cta-section h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .cta-section {
        padding: 60px 0px 60px;
    }

    .left-academy {
        width: 20%;
    }

    .academy-logo a::before {
        width: 137px;
        height: 133px;
    }

    .admission-intro {
        padding: 50px 0;
    }

    .document-required {
        margin-top: 50px;
    }

    .admission-guidlines {
        margin-top: 50px;
    }

    .cta-section {
        padding: 50px 0px 50px;
    }

    .admission-steps {
        margin-top: 50px;
    }

    .footer-sec {
        padding: 50px 0px 0px;
        margin-top: 50px;
    }

    .academic-foundation-title {
        margin: 50px 0 30px !important;
    }

    .academic-focus-sec {
        padding: 50px 0;
    }

    .sec-space {
        margin: 50px 0;
    }

    section.gallery-sec {
        margin-top: 50px;
    }

    .main .inner-gallery-bottom-sec {
        grid-template-columns: repeat(1, 1fr);
    }

    .custom-tab-wrapper {
        margin-bottom: 30px;
    }

    .gallery-sec .top-heading-section {
        margin-bottom: 15px;
    }

    section.amenities-sec {
        margin-top: 50px;
    }

    .mandatory-public-disclosure {
        padding: 50px 0 0;
    }

    .disclosure-pdf-links-item ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .disclosure-pdf-links-item ul li {
        width: 100%;
    }

    .curriculum-sec {
        margin-top: 50px;
    }

    .eligibility-sec {
        margin-top: 50px;
    }

    section.messages-section {
        margin-top: 50px;
    }

    .our-school-section {
        margin-top: 50px;
        padding: 50px 0px;
    }

    .activities-sec {
        margin-top: 50px;
    }

    .inner-school-life .card {
        margin-bottom: 20px;
    }

    .trust-section {
        margin-top: 50px;
    }

    section.experience-sec {
        margin: 50px 0;
    }

    .inner-experience-sec {
        padding: 50px 40px;
    }

    section.privacy.sec {
        margin-top: 50px;
    }

    .privacy-policy h2 {
        font-size: 20px;
    }

    .privacy-policy .section {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

}

@media only screen and (max-width: 575px) {
    .academy-logo img {
        width: 100px;
    }

    .left-contact-form .form-fields form {
        grid-template-columns: repeat(1, 1fr);
    }

    .left-contact-form .input-field p {
        margin-bottom: 5px;
    }

    .contact-submit-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {

    .school-heading h1,
    .heading-guru,
    .admission-content h2,
    .right-bg-sec .right-bg-heading h1 {
        font-size: 22px;
    }

    .inner-trust .right-bg-sec {
        padding: 25px 15px 25px;
    }

    .activities-heading h1 {
        font-size: 18px;
    }

    .amenities-heading h3 {
        font-size: 17px;
    }

    .message-name h1 {
        font-size: 18px;
    }

    .img-slider-section {
        padding-top: 60px;
    }

    .feature-box {
        width: 100%;
    }

    .feature-box {
        padding: 30px 12px;
    }

    .left-academy {
        width: 22%;
    }

    .mobile-nav {
        width: 250px;
    }

    .skills-items {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .skills-icons span {
        width: 60px;
        height: 60px;
    }

    .bottom-learning .skills-content p {
        text-align: center;
    }

    .skills-icons span i {
        font-size: 21px;
    }

    .skills-content h1 {
        font-size: 18px;
    }

    .footer-img img {
        width: 104px;
        height: 96px;
    }

    .testimonial-card h3 {
        font-size: 18px;
    }

    .testimonial-content .tab-btn {
        padding: 6px 10px;
        font-size: 13px;
    }

    .testimonial-content .tabs {
        padding: 8px 8px;
    }

    .testimonial-image img {
        height: 100%;
    }

    .heading-guru,
    .heading-tabs h1,
    .left-learning-heading h1 {
        font-size: 22px;
    }

    .heading-guru::after,
    .heading-guru::before {
        top: 84px;
    }

    .inner-experience-sec {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-card-content h3 {
        font-size: 20px;
    }

    .event-sec .top-heading-section .heading-guru::after,
    .event-sec .top-heading-section .heading-guru::before {
        top: 80px;
    }

    section.event-sec {
        margin-top: 40px;
    }

    .glass-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .admission-intro .heading-guru::after,
    .admission-intro .heading-guru::before {
        top: 52px;
    }

    .info-card {
        min-height: 100%;
    }

    .cta-section h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .cta-section p {
        font-size: 14px;
    }

    .admission-guidlines .heading-guru::after,
    .admission-guidlines .heading-guru::before {
        top: 50px;
    }

    .document-required .heading-guru::after,
    .document-required .heading-guru::before {
        top: 75px;
    }

    .eligibility-sec .heading-guru::after,
    .eligibility-sec .heading-guru::before {
        top: 50px;
    }

    .eligibility-sec .modern-table td {
        padding: 14px;
        font-size: 13px;
    }

    .admission-steps .heading-guru::after,
    .admission-steps .heading-guru::before {
        top: 51px;
    }

    .academy-logo img {
        width: 90px;
    }

    .academy-logo a::before {
        width: 131px;
        height: 130px;
        left: -22px;
    }

    .top-heading-section {
        margin-bottom: 30px;
    }

    .admission-intro .top-heading-section {
        margin-bottom: 30px;
    }

    .academic-foundation-title {
        margin: 40px 0 30px !important;
    }

    .sec-space {
        margin: 40px 0;
    }

    .academic-focus-sec {
        padding: 40px 0;
    }

    .footer-sec {
        padding: 40px 0px 0px;
        margin-top: 40px;
    }

    section.gallery-sec {
        margin-top: 40px;
    }

    section.amenities-sec {
        margin-top: 40px;
    }

    .mandatory-public-disclosure {
        padding: 40px 0 0;
    }

    .curriculum-sec {
        margin-top: 40px;
    }

    .admission-intro {
        padding: 40px 0;
    }

    .cta-section {
        padding: 40px 0px;
    }

    .admission-guidlines {
        margin-top: 40px;
    }

    .document-required {
        margin-top: 40px;
    }

    .eligibility-sec {
        margin-top: 40px;
    }

    .admission-steps {
        margin-top: 40px;
    }

    section.messages-section {
        margin-top: 40px;
    }

    .our-school-section {
        margin-top: 40px;
        padding: 40px 0px;
    }

    .activities-sec {
        margin-top: 40px;
    }

    .admission-section {
        margin: 40px 0;
    }

    .admission-content {
        padding: 40px 24px;
    }

    .trust-section {
        margin-top: 40px;
    }

    .aboutus-img-sec {
        margin-top: 40px;
    }

    section.experience-sec {
        margin: 40px 0;
    }

    .inner-experience-sec {
        padding: 40px 40px;
    }

    .testimonial-sec {
        margin: 40px auto 40px;
    }

    section.contact-us-sec {
        margin-top: 40px;
    }

    .contact-submit-btn p {
        margin: 0 auto 40px;
    }

    section.privacy.sec {
        margin-top: 40px;
    }

    .messages-icon {
        width: 60px;
        height: 60px;
    }

    .messages-icon img {
        width: 38px;
    }
}