/* academics page start*/
.ad-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ad-title {
    color:var(--color-primary);
    font-size: 40px;
    font-weight: 700;
}

.underline {
    width: 90px;
    height: 4px;
    background:var(--color-primary);
    border-radius: 5px;
    margin-top: 8px;
}

.ad-subtitle {
    color:var(--color-primary);
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.4;
    /* font-style: italic; */
}

.intro-text {
    margin: 0 auto;
    text-align: left;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding-left: 40px;  
    padding-right: 40px;
}
/* academics page End*/

/* section 2 */
/* Section Background */
.academic-philosophy-section {
    position: relative;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0.80) 0%, 
    rgba(244, 244, 244, 0.80) 45%, rgba(255, 255, 255, 0.85) 100%);
    z-index: 2;
}

.philosophy-title {
    font-size: 32px;
    font-weight: 700;
    color: #1A4991;

}

.philosophy-text {
    font-size: 18px;
    color: #767575;
    max-width: 518px;
    font-weight: 500
}

.philosophy-underline {
    width: 180px;
    height: 4px;
    background: #BE2628;
    margin-top: 18px;
}

.philosophy-img {
    border-radius: 25px;
    max-width: 90%;
    margin-left: -30px;
}

.our-philosopy {
    margin-right: -30px;
}

.ad-design {
    left: 0;
    bottom: 15%;
    width: 300px;
    z-index: 1;
}
@media (max-width:576px){.philosophy-title{font-size:24px}.philosophy-text{font-size:12px}.philosophy-img{margin-left:0;max-width:100%}
.our-philosopy{margin-right:0}.ad-design{bottom:-7%}}@media (min-width:577px) and (max-width:991px){.philosophy-title{font-size:28px}
.philosophy-text{font-size:10px;max-width:100%}.philosophy-img{margin-left:0;max-width:95%}.philosophy-underline{width:150px}
.academic-philosophy-section{padding:50px 20px}}@media (min-width:992px) and (max-width:1199px){.philosophy-title{font-size:28px}
.philosophy-text{font-size:12px}.philosophy-img{margin-left:-15px}}
/* LEFT DOT IMAGE â€“ ONLY ONCE */
/* .academics-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;         
    width: 300px;
    height: 100%;
    background: url('../images/left-design.png') no-repeat left top;
    background-size: contain;
}
@media(max-width:768px){
  .left-dots{ display:none; }
} */

/* FOUNDATION STAGE SECTION */
/*.fs-sec {*/
/*    background:*/
/*        linear-gradient(rgba(39, 40, 97, 0.85),*/
/*            rgba(39, 40, 97, 0.85)),*/
/*        url("../images/academics/fs-bg.jpg") center / cover no-repeat;*/

/*    padding: 80px 0;*/
/*}*/
 .fs-sec {
    background:
        linear-gradient(
            rgba(10, 44, 88, 0.90),
            rgba(10, 44, 88, 0.90)
        ),
        url("../images/academics/fs-bg.jpg") center / cover no-repeat;

    padding: 80px 0;
}
.fs-inner{
    padding-left: 40px;
    padding-right: 40px;
}
.fs-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffb300;
    text-align: center;
    margin-bottom: 10px;
}

.fs-line {
    width: 160px;
    height: 3px;
    background: #ffffff;
    margin: 0 auto 25px;
}

.fs-para {
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
    color: #ffffff;
}

.fs-list li {
    color: #ffcc00;
}

.fs-txt p {
    color: #ffffff !important;
    font-size: 18px;
}

.fs-list li span {
    color: #ffcc00;
    font-weight: 600;
    font-size: 20px;

}

.fs-img {
    border-radius: 25px;
    max-width: 95%;
}

/* Preparatory & Middle Stage */
.pm-sec {
    background: #efefef;
    position: relative;
}
.pm-row {
    display: flex;
    align-items: stretch;
}

.pm-row .col-md-6 {
    display: flex;
}

.pm-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.pm-hd {
    font-size: 28px;
    font-weight: 800;
    color: #BE2628;
}

.pm-line {
    width: 200px;
    height: 3px;
    background: #BE2628;
    margin: 12px auto 20px;
}

.pm-intro {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    color: #272861;
    font-weight: 500;
}

.pm-img {
    border-radius: 20px;
    margin-top: 0 !important;
    display: block; 
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.pm-list {
    padding: 0 20px 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pm-list li {
    color: #272861;
}

.pm-list span {
    font-weight: 700;
    color: #BE2628;
    font-size: 20px
}

.pm-list p {
    font-size: 18px;
    color: #272861;
    font-weight: 500;
}

/* THE SECONDARY STAGE */
/*.secondary-sec {*/
/*    background: linear-gradient(rgba(190, 35, 39, 0.85),*/
/*            rgba(190, 35, 39, 0.85)),*/
/*        url("../images/academics/fs-bg.jpg") center/cover no-repeat;*/
/*    padding: 90px 0;*/
/*}*/
.secondary-sec {
    background: linear-gradient(rgba(166, 30, 36, 0.88),
            rgba(166, 30, 36, 0.88)),
        url("../images/academics/fs-bg.jpg") center/cover no-repeat;
    padding: 90px 0;
}

.secondary-sec .col-md-6 {
    display: flex;
}
/*.sec-title {*/
/*    font-weight: 800;*/
/*    font-size: 32px;*/
/*}*/
.sec-title {
    font-weight: 800;
    font-size: 28px;
    color: #0E3872
}

.sec-line {
    width: 150px;
    height: 3px;
    background: #0E3872;
    margin: 12px auto 20px;
}

.sec-desc {
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    color: #fff
}

.sec-list {
    list-style: disc;
    padding-left: 20px;
    color: #fff;
    margin: 0;
    padding-right: 20px;
}

.sec-list h4 {
    font-size: 20px;
    font-weight: 600;
}

.sec-list strong {
    color: #ffd6d6;
}

.sec-list p {
    color: #fff !important;
    font-size: 18px;
}

.sec-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;          
    object-fit: cover; 
}

.mid-design {
    display:none;
    right: 0;
    bottom: -40%;
    width: 320px;
}

/* state of art infrastructure */

.infra-sec {
    background: #efefef;
    padding: 80px 60px;
}

.infra-sec .col-md-4 {
    display: flex;
}

.infra-title {
    color: #BE2628;
    font-weight: 800;
    font-size: 32px;
}

.infra-ln {
    width: 150px;
    height: 3px;
    background: #BE2628;
    margin-top: 8px;
}

.infra-box {
    background: #fff;
    border-radius: 14px;
    padding: 33px 17px 20px;
    margin: 18px;
    width: 100%;
    text-align: center ! important;
    display: flex;
    flex-direction: column;
    min-height: 520px;
}


.infra-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
}

.infra-box h6 {
    color: #B23474;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
    min-height: 46px; 
    display: flex;
    align-items: center ! important;
    justify-content: center;
}

.infra-box p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color:#000;
    font-weight: 500 ! important; 
}
/* mobile view */


/* Academics Page End*/

/* LIFE AT MIT WPS PAGE START*/
.life-mit-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.life-mit-title {
    color: #BE2628;
    font-size: 40px;
    font-weight: 700;
}

.underline {
    width: 90px;
    height: 4px;
    background: #23245d;
    border-radius: 5px;
    margin-top: 8px;
}

.life-mit-subtitle {
    color: #23245d;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.4;
}

.life-mit-text {
    margin: 0 auto;
    font-size: 24px;
    color: #000;
    font-weight: 500 !important;
    padding-left: 40px;
    padding-right: 40px;

}

.life-block {
    padding: 60px 0;
}

.life-block .row {
    justify-content: center;
}

.life-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

.life-block-image {
    display: flex;
    justify-content: center;
    padding-left: 30px;
}

.life-block-img {
    height: auto;
    width: 100%;
    border-radius: 22px;
}

.life-block-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #BE2628;
}

.life-block-text {
    font-size: 20px;
    color: #000;
    text-align: justify;
    font-weight: 500 !important;
}

.transport-content {
    margin: 5px;
}

.bg-gray {
    background: #f4f4f4cc;
}

.bg-white {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
}

/* section 2 Start*/
.assembly-content {
    margin: 5px;
}

.bg-light-gray {
    /* background: #ffffff; */
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(247, 247, 247, 0.80) 0%, rgba(247, 247, 247, 0.80));
    z-index: 2;
}

.life-bond {
    padding: 60px 0;
}

.life-bond .row {
    justify-content: center;
}

.life-bond-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

.life-bond-image {
    display: flex;
    justify-content: center;
    padding-left: 30px;
}

.life-bond-img {
    height: auto;
    width: 100%;
    border-radius: 22px;
}

.life-bond-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #FFD200;
}

.life-bond-text {
    font-size: 20px;
    color: #fff;
    font-weight: 500 !important;
    text-align: justify;
}

.bond-content {
    margin: 5px;
}

.bg-dark-blue {
    position: relative;
    overflow: hidden;
    background:var(--color-primary);
}

.student-text {
    font-size: 20px;
    color: #000;
    font-weight: 500 !important;
    text-align: justify;
}

.life-decor {
    position: relative;
    overflow: hidden;
}

.life-decor::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 220px;
    height: 224px;
    background: url("../images/life-mit/color-design2.png") no-repeat;
    background-size: contain;
    transform: rotate(-89deg);
    opacity: 76.35;
}

.life-decor::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 5px;
    width: 220px;
    height: 269px;
    background: url("../images/life-mit/color-design.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    opacity: 76.35;
}

/* MOBILE */
@media(max-width: 768px) {

    .life-block-content,
    .life-block-image {
        padding: 0 15px;
        text-align: center;
    }

    .life-block-img {
        margin-top: 25px;
    }

    .life-block-text {
        margin: 0 auto;
    }
}

/* Beyond Academics Start */
/* section 1 */
.beyond-academics-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.beyond-ac {
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 15px;
}

/* section 2 */
.sports-sec {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(247, 247, 247, 0.80) 0%, rgba(247, 247, 247, 0.80));
    z-index: 2;
    padding: 80px 0;
}

.sports-title {
    font-size: 30px;
    font-weight: 700;
    color: #1A4991;
    text-align: center;
    margin-bottom: 10px;
    /* font-style: italic */
}

.sports-para {
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
    color: #000;
    width: 93%
}

.sports-list li {
    color: #BE2628;
}

.sports-txt p {
    color: #000 !important;
    font-size: 18px;
}

.sports-list li span {
    color: #BE2628;
    font-weight: 700;
    font-size: 20px;

}

.sports-img {
    border-radius: 25px;
    max-width: 85%;
}

/* Responsive */
@media (max-width: 767px) {
    .sports-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sports-title {
        font-size: 18px;
    }

    .sports-img {
        margin-top: 25px;
    }
}

/* section 3  */
.nurture-sec {
    background: #2f3a4a;
    padding: 60px 0;
    color: #fff;
}

.nurture-title {
    color: #ffcc33;
    /* font-style: italic; */
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.nurture-subtitle {
    font-size: 23px;
    width: 90%;
    margin: 0 auto 40px;
    color: #fff;
    font-weight: 500;
}

/* LIST */
.nurture-list li {
    color: #ffcc33;
    font-weight: 600;
}

.list-title {
    display: block;
    color: #ffcc33;
    font-weight: 600;
    font-size: 20px;
}

.list-desc {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 2px;
}

.nurture-main-img {
    border-radius: 22px;
    max-width: 90%;
}

.nurture-carousel {
    padding-bottom: 40px;
}

.nurture-carousel .carousel-indicators {
    margin-bottom: -15px;

}

.nurture-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

/* section 4 */
.change-makers {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    padding: 70px 0;
}

.cm-title {
    font-size: 30px;
    font-weight: 700;
    color: #1A4991;
    /* font-style: italic; */
    margin-bottom: 10px;
}

.cm-subtitle {
    max-width: 93%;
    margin: 0 auto;
    font-size: 23px;
    color: #000;
    font-weight: 500;
}

.cm-img {
    border-radius: 25px;
    max-width: 90%;
}

.cm-list {
    padding: 0 20px 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cm-list li {
    color: #BE2628;
}

.cm-list span {
    font-weight: 700;
    color: #BE2628;
    font-size: 20px
}

.cm-list p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 767px) {
    .cm-img {
        margin-bottom: 25px;
    }

    .cm-title {
        font-size: 18px;
    }
}

/* section 5*/
.leaders-sec {
    position: relative;
    padding: 80px 0;
    background:
        linear-gradient(rgba(16, 60, 120, 0.88),
            rgba(16, 60, 120, 0.88)),
        url("../images/academics/fs-bg.jpg") center / cover no-repeat;
}

.leaders-title {
    font-size: 30px;
    font-weight: 700;
    /* font-style: italic; */
    margin-bottom: 10px;
    color: #ffffff;
}

.leaders-subtitle {
    font-size: 23px;
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}

.leaders-list {
    padding: 20px 0 20px 20px;
    margin: 0;
    color: #ffffff;
}

.leaders-list span {
    font-weight: 600;
    font-size: 20px
}

.leaders-list p {
    font-size: 18px;
    color: #ffffff;
}

.leaders-img {
    border-radius: 25px;
    max-width: 90%;
}

/*section 6 */
.global-sec {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    padding: 70px 0;
}

.global-title {
    font-size: 30px;
    font-weight: 700;
    color: #1A4991;
    /* font-style: italic; */
    margin-bottom: 10px;
}

.global-subtitle {
    width: 90%;
    margin: 0 auto;
    font-size: 23px;
    color: #000;
    font-weight: 500;
}

.global-img {
    border-radius: 25px;
    max-width: 90%;
}

.global-list {
    padding: 0 20px 0 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.global-list li {
    color: #BE2628;
}

.global-list span {
    font-weight: 700;
    color: #000;
    font-size: 20px
}

.global-list p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 767px) {
    .global-img {
        margin-bottom: 25px;
    }

    .global-title {
        font-size: 18px;
    }
}

/*section 7 */

.confidence-sec {
    background: #eeeeee;
    padding: 80px 0;
}

.confidence-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    /* font-style: italic; */
    color: #1A4991;
}

.confidence-subtitle {
    font-size: 23px;
    width: 90%;
    margin: 0 auto;
    color: #1A4991;
    margin-bottom: 30px;
    font-weight: 500;
}

.confidence-list {
    padding: 20px 0 20px 20px;
    margin: 0;
    color: #1A4991;

}

.confidence-list span {
    font-weight: 700;
    font-size: 20px
}

.confidence-list p {
    font-size: 18px;
    color: #1A4991;
    font-weight: 500;
}

.confidence-img {
    border-radius: 25px;
    max-width: 90%;
}

/* section 8 */
.talent-sec {
    background: linear-gradient(rgba(166, 30, 36, 0.88),
            rgba(166, 30, 36, 0.88)),
        url("../images/academics/fs-bg.jpg") center/cover no-repeat;
    padding: 60px 0;
    color: #fff;
}

.talent-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    /* font-style: italic */
}

.talent-para {
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 35px;
}

.talent-list {
    padding-left: 0;
    margin: 0;
}

.talent-list li {
    color: #fff;
}

.talent-txt p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.talent-list li span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;

}

.talent-img {
    border-radius: 25px;
    max-width: 85%;
}

@media (max-width: 767px) {
    .talent-title {
        font-size: 18px;
    }

    .talent-img {
        margin-top: 25px;
    }
}

/* Admission page start */
.bottom-border {
    width: 90px;
    height: 4px;
    background:var(--color-orange);
    border-radius: 5px;
    margin-top: 8px;
}
.adm-text {
    font-size: 20px;
    text-align: justify;
}

/* section2 */
.admission-banner {
    position: relative;
    width: 100%;
    height: 650px;
}

.banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-right {
    width: 50%;
    color: #fff;
}

.bannerFormContentWrap {
    width: 100%;
    padding-right: 30%;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 0;

}

.mobileBannerForm {
    width: 100%;
}

.banner-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 50px;
}

.title-underline {
    display: block;
    width: 35%;
    height: 3px;
    background: #ffd200;
    margin-top: 12px;
    border-radius: 2px;
}

.banner-subtitle {
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.enquiry-btn {
    display: inline-block;
    background: #BE2628;
    color: #fff;
    font-weight: 700;
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 7px;
    text-decoration: none;
}
.mobile-only-form {
    display: none;
}

/* NEXT SECTION */
.admission-mit {
    padding: 60px 0;
}

.ad-mit-title {
    font-size: 26px;
    font-weight: 700;
    color:var(--color-primary);
    margin-bottom: 10px;
}

.ad-mit-subtitle {
    width: 100%;
    margin: 0 auto;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin-left: 6%;
}

.ad-mit-img {
    border-radius: 25px;
    max-width: 77%;
}

.ad-mit {
    margin-left: -40px;
}
.btn-enquiry-now {
    display: inline-block;
    background-color:var(--color-orange);
    color: #fff;
    font-weight: 600;
    padding: 11px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 40px;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    transition: background-color 0.3s ease;
    width: auto;
    max-width: 200px;
}
.mobile-only-form {
    display: none;
}
/* section 3 */
.adm-process {
    background: #2f3a4a;
    padding:50px 0;
}
.adm-para {
    max-width: 900px;
    margin: 0 auto 18px;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
/* section 4 */
.offline-adm {
    background:
        linear-gradient(rgba(26, 55, 120, 0.9), rgba(26, 55, 120, 0.9)),
        url("../images/academics/fs-bg.jpg") center / cover no-repeat;
    padding: 60px 0;
}
.offline-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.adm-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

/* dotted line */
.step-connector {
    position: relative;
    width: 40px;
    height: 2px;
    border-top: 2px dotted #ffffff;
}
.step-connector::after {
    content: "";
    position: absolute;
    right: -6px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 7px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.step {
    background: #ffffff;
    color:var(--color-primary);
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
}

.step-yellow {
    background:var(--color-orange);
    color: #000;
}

.step-line {
    width: 20px;
    height: 2px;
    background: #ffffff;
}

.offline-text {
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.7;
}

.apply-btn {
    display: inline-block;
    background: var(--color-orange);
    color: #000;
    font-weight: 700;
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 7px;
    text-decoration: none;
}
.docs-section {
    position: relative;
    overflow: hidden;
    background: rgba(238, 238, 238, 0.95);
    padding: 60px 0;
}

.docs-title {
    text-align: center;
    color:var(--color-primary);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.docs-box {
    max-width: 780px;
    margin: 0 auto 40px;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 25px;
    border: 2px dashed var(--color-primary);
}

.docs-list {
    margin: 0;
    padding-left: 20px;
}

.docs-list li {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 8px;
}

.docs-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.docs-btn {
    background:var(--color-primary);
    color: #fff;
    padding: 13px 46px;
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

/* Alandi-pages css */
.school-tour-banner{position: relative;
    width: 100%;
    height: 650px;}
.tour-sec{padding: 60px 0;}
.banner-form-col{width: 100%; padding-right: 228px;}
.bannerFormCard {
    background: #2f2d6a;
    padding: 30px;
    border-radius: 25px;
    width: 100%;
    max-width: 420px;
}

.form-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.bannerFormCard input,
.bannerFormCard select {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    margin-bottom: 14px;
    padding: 0 15px;
    font-size: 15px;
}

.bannerFormCard input:focus,
.bannerFormCard select:focus {
    outline: none;
}

.submit-btn {
    background: #2fb44a;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}
.desktop-form {
        display: flex !important;
    }

    /* Mobile section completely hide */
    .mobile-form-section {
        display: none !important;
    }
    /* end */
.transport-sec{
   background-color: rgba(241, 241, 240, 0.95);
}
.transport-sec .font-normal {
    color: #000;
}
.heading-blue{
    color: #23245df2;
    font-size: 24px;
    font-weight: 700;
}

/* Gallery page css */
.gallery-sec{
    background:#eeeeee;
    padding:60px 0;
}
.gallery-row{
    padding-left:40px;
    padding-right:40px;
}
.gallery-box img{
    width:100%;
    height:auto;
    border-radius:25px;
}
.gallery-box p{
    margin-top:12px;
    font-size:16px;
    font-weight:600;
    color:#222;
}
.gallery-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.gallery-btns a {
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
}
.gallery-btns .photo-btn {
    background-color: #c62828;
}
.gallery-btns a.btn-danger {background-color:var(--color-orange)!important;border:none}
.gallery-btns a.btn-primary {background-color:var(--color-primary)!important;border:none}

/* ===== HEADER MENU ONLY ===== */
.main-nav .navbar-nav {align-items: center;}
.main-nav .navbar-nav > .nav-item {margin: 0 12px;}
.main-nav .navbar-nav > .nav-item > .nav-link {color: #ffffff !important;font-size: 16px;font-weight: 500;padding: 6px 0;}
.main-nav .navbar-nav > .nav-item > .nav-link:hover {opacity: 0.85}
.main-nav .navbar-nav .dropdown-toggle::after {filter: brightness(0) invert(1)}
.main-nav #mainMenu {margin-top: 30px; justify-content:end;}
.navbar .dropdown-menu {  background-color: #1e1e1e;border: none;padding: 10px 0}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  padding: 8px 18px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #2a2a2a;
  color: #fff;
}
.preparatory-years{
    color: #0E3872;
    font-weight: 700;}
.preparatory{color: #fb801d}

/* Transfer Certificate */
.tc-section {padding:60px 0}
.tc-inner {text-align: center}
.tc-form-row {display: inline-flex;align-items: center;gap: 30px;justify-content: center;flex-wrap: wrap;margin-bottom: 10px}
.tc-form-row label {font-size: 24px;color: #000000;font-weight: 600}
.tc-form-row input {padding: 8px 12px;font-size: 14px;border: 1px solid #ccc;border-radius: 4px;width: 280px}
.verify-btn{cursor: pointer}
.tc-note {font-size: 16px;margin-top: 8px}
@media (max-width:1399px){
.main-nav .navbar-nav > .nav-item > .nav-link {font-size: 14px;}
/*.main-nav #mainMenu {padding-left: 3%;}*/
.main-nav .navbar-nav > .nav-item > .nav-link:hover {opacity:0.85}
/*.font-normal p, .font-normal {font-size: 18px;}*/
}
@media (max-width:768px) {
.main_header .navbar-collapse {display: none !important;}
.main_header .site_social,.main_header .header-btns-grp {display: none !important;}
.main_header .navbar-toggler,.main_header .ham_btn {display: none !important;}
.main-nav #mainMenu {margin-top: 0px;padding-left: 0 !important}
.main-nav .navbar-nav {align-items: flex-start;}
.main-nav .navbar-nav .nav-item {width: 100%;margin: 0;}
.main-nav .navbar-nav .nav-link {padding: 10px 18px;font-size: 15px;display: block;width: 100%;}
.main-nav .dropdown-toggle::after {filter: brightness(0) invert(1);}
.main-nav .navbar-nav > .nav-item > .nav-link {font-weight: 600;}
.mobmenu_wrap .navbar-nav .nav-item .dropdown-menu.show {background-color: white !important;color: white !important; }
.mobmenu_wrap .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {color: black !important;}
.tc-section {padding: 40px 0;}
.intro-text {font-size: 15px;padding-left: 20px;padding-right: 20px;}
.ad-subtitle {font-size: 23px}
.infra-sec {padding: 20px 10px}
.infra-title {font-size: 20px}
.infra-box { padding: 15px; margin: 10px; min-height: 362px}
.infra-img { height: 200px}
.infra-box h6 { font-size: 16px}
.infra-box p { font-size: 12px}
.row.g-4 { flex-direction: column}
.fs-sec { padding: 40px 0;}
.fs-title { font-size: 20px;}
.fs-para { font-size: 16px;}
.fs-list li span { font-size: 16px;}
.fs-txt p { font-size: 14px;}
.fs-img { max-width: 90%;}
.pm-hd { font-size: 20px;}
.pm-box { padding: 0px;}
.pm-intro { font-size: 16px;}
.pm-list span { font-size: 16px}
.pm-list p { font-size: 14px;}
.secondary-sec { padding: 40px 0;}
.sec-title {font-size: 20px;}
.sec-desc {font-size: 16px;}
.sec-list h4 {font-size: 16px}
.sec-list p {font-size: 14px;}
.life-mit-title {font-size: 30px;}
.life-mit-subtitle {font-size: 20px;}
.life-mit-text {font-size: 14px; margin-top: 16px;margin-bottom: -40px;}
.life-block-title {font-size: 20px;}
.life-bond-title {font-size: 20px;}
.life-bond-text {font-size: 14px;}
.life-block-text {font-size: 14px;}
.student-text {font-size: 14px;}
.sports-sec {padding: 40px 0;}
.sports-title {font-size: 20px;}
.sports-para {font-size: 16px;width: 100%;}
.sports-list li span {font-size: 16px;}
.sports-txt p {font-size: 13px;}
.sports-img {max-width: 90%; }
.nurture-sec {padding: 40px 0;}
.nurture-title {font-size: 25px;}
.nurture-subtitle {font-size: 17px;}
.list-title {font-size: 16px; }
.list-desc {font-size: 14px;}
.cm-title {font-size: 25px;}
.cm-subtitle {max-width: 95%;font-size: 16px;}
.cm-list span {font-size: 15px;}
.cm-list p {font-size: 14px;}
.leaders-sec {padding: 40px 0;}
.leaders-title {font-size: 25px;}
.leaders-subtitle {font-size: 17px;}
.leaders-list span {font-size: 17px;}
.leaders-list p {font-size: 14px;}
.global-sec {padding: 40px 0;}
.global-title {font-size: 25px;}
.global-subtitle {font-size: 16px;}
.global-list span {font-size: 16px;}
.global-list p {font-size: 14px;}
.confidence-sec {padding: 40px 0;}
.confidence-title {font-size: 25px;}
.confidence-subtitle{font-size: 16px;}
.confidence-list span {font-size: 16px;}
.confidence-list p {font-size: 14px;}
.talent-para {font-size: 17px;}
.talent-list li span{font-size: 16px;}
.talent-list li p{font-size: 14px;}
.talent-list {margin-top: 10px;}
.ad-mit {margin-left:0; margin-top: 16px;}
.ad-mit-img {max-width: 90%;}   
.admission-banner {height: 200px;}
.banner-title {font-size: 14px;margin-top: 17px;}
.banner-subtitle {font-size: 14px;}
.mobileBannerForm {display: none !important;}
.hide-mobile-design {display: none !important;}
.mobile-only-form {display: block;width: 100%;padding: 20px 0 0;border-radius: 20px;}
.mobile-only-form .bannerFormContentWrap {padding: 0 15px;}
.admission-mit {padding: 40px 0;}
.ad-inner{ padding-left: 10px;padding-right: 20px;}
.ad-mit-title {font-size: 18px;}
.ad-mit-subtitle {font-size: 14px;padding:0;margin-left:0}
.offline-adm {padding: 40px 0;}
.offline-title {font-size: 25px;}
.offline-text {font-size: 16px;}
.step {font-size: 12px; padding: 8px 11px;}
.docs-section {padding: 40px 0;}
.docs-title {font-size: 25px;}
.docs-list li {font-size: 18px;}
.gallery-sec {padding:40px 0;}
.school-tour-banner{height: 200px;}
.tour-sec{padding: 10px 0;}
.banner-form-col {width: 100%;padding-right: 0;}
.desktop-form {display: none !important;}
.mobile-form-section {display: block !important;padding: 40px 0;background: #f5f7fb;}
.mobile-form-wrap { display: flex;justify-content: center;}
.mobile-form-section .bannerFormCard {width: 100%;max-width: 420px;}
.adm-steps {
flex-direction: column;
align-items: center;
gap: 14px;
}
.step-connector {
width: 0;
height: 26px;
border-left: 2px dotted #ffffff;
}
.step-connector::after {
border-left: 0px;
}
.step {
position: relative;
}
.step:not(:first-child)::before {
content: "";
position: absolute;
top: -16px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-top: 8px solid #ffffff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}
}
@media (min-width:768px) and (max-width:991px) {
.intro-text {font-size: 18px;padding-left: 20px;padding-right: 10px;}
.ad-subtitle {font-size: 21px}
.infra-sec {padding: 60px 30px}
.infra-title {font-size: 28px}
.infra-sec .col-md-4 {flex: 0 0 50%;max-width: 50%;display: flex}
.infra-box {margin: 12px;min-height: auto;padding: 22px 18px}
.infra-img {height: 240px}
.infra-box h6 {font-size: 18px; min-height: 44px}
.infra-box p {font-size: 15px}
.ad-design {bottom: 39%;width: 270px;}
.fs-sec {padding: 60px 0;}
.fs-title {font-size: 28px;}
.fs-para {font-size: 16px;}
.fs-list li span {font-size: 14px;}
.fs-txt p {font-size: 10px;}
.fs-img {max-width: 100%;border-radius: 15px;}
.pm-hd {font-size: 28px;}
.pm-intro {font-size: 16px;}
.pm-box {padding: 0px;}
.pm-list span {font-size: 14px}
.pm-list p {font-size: 10px;}
.fs-inner {padding-left: 30px;padding-right: 30px;}
.sec-list h4 {font-size: 14px}
.sec-list p {font-size: 10px;}
.list-title {font-size: 13px; }
.list-desc {font-size: 10px;}
.nurture-main-img {max-width: 100%;}
.cm-img {max-width: 100%;}
.cm-list span {font-size: 13px;}
.cm-list p {font-size: 10px;}
.leaders-img {max-width: 100%;}
.leaders-list span {font-size: 14px;}
.leaders-list p {font-size: 10px;}
.global-img {max-width: 100%;}
.ad-mit-title {font-size: 20px;}
.ad-mit-subtitle {font-size: 14px;}
.admission-mit {padding: 40px 0;}
.admission-banner {height: 325px;}
.school-tour-banner{height: 325px;}
}

/* iPad Pro View (1024px width) */
@media (min-width: 1024px) and (max-width: 1366px) {
.main-nav .navbar-nav > .nav-item > .nav-link {font-size: 15px;}
.main-nav #mainMenu {padding-left: 0 !important;}
.ad-design {bottom: 50%;}
.fs-sec {padding: 70px 0;}
.fs-para {font-size: 21px;}
.fs-list li span {font-size: 16px;}
.fs-txt p {font-size: 14px;}
.fs-img {max-width: 95%;border-radius: 20px;}
.pm-list span {font-size: 16px}
.pm-list p {font-size: 14px;}
.pm-box {padding: 0px;}
.sec-list h4 {font-size: 16px}
.sec-list p {font-size: 14px;}
.life-bond-title {font-size: 20px;}
.life-mit-subtitle {font-size: 22px;}
.life-mit-text {font-size: 20px; margin-top: 16px;margin-bottom: -40px;}
.life-bond-text {font-size: 16px;}
.life-block-text {font-size: 16px;}
.student-text {font-size: 16px;}
.life-block-title {font-size: 20px;}
.list-title {font-size: 16px; }
.list-desc {font-size: 14px;}
.cm-subtitle {font-size: 16px;}
.cm-list span {font-size: 16px;}
.cm-list p {font-size: 14px;}
.leaders-list span {font-size: 18px;}
.leaders-list p {font-size: 16px;}
.global-list span {font-size: 16px;}
.global-list p {font-size: 14px;}
.ad-mit-subtitle {font-size: 16px;}
.step {font-size: 14px;}
}

@media (min-width: 992px) {
.dropdown:hover > .dropdown-menu {display: block;}}