body{
    background-color: #20243C;
    color: #fff;
}

.container{
    max-width: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
}

.discipline-card{
    font-family: "Be Vietnam Pro", sans-serif;
    max-width: 75%;
    margin: auto;
    border: 5px solid #FD8549;
    padding: 2rem;
    background-color: #fff;
}

.discipline-card ul li {
    font-size: 1.1rem !important;  
    color: #000;
    font-weight: 400;
}

.discipline-card .discipline-note {
    margin-top: 3.5rem !important;
    font-size: 1rem !important;  
    color: #000;
    font-weight: 400;
    margin-left: 1.8rem;
}


#feeFormSection{
    font-family: "Montserrat", sans-serif;
    color:#000;
    max-width: 75%;
    background-color: #fff;
    margin: auto;
    padding: 3rem;
    border-radius: 15px;
}

/* First Section Image Correction Css */

@media (max-width: 768px) {

    .PageFirstSection {
        max-width: 95% !important;
        padding: 15px;
        margin-top: 4rem;
    }

    .PageFirstSection .row {
        flex-direction: column-reverse;
    }

    .PageFirstSection .col-md-6 {
        flex: 0 0 100% !important;;
        max-width: 100% !important;;
    }

    .ExpHeader h1 {
        font-size: 2.5rem !important;
        text-align: left;
    }

    .ExpHeader h5 {
        font-size: 14px;
        text-align: left;
    }

    .ExpPara {
        font-size: 14px;
        text-align: left;
    }

    .FirstSectionImg img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .phone {
        display: flex;
        justify-content: left;
        align-items: center;
        width: fit-content;
    }

}
.PageFirstSection{
    font-family: "Montserrat", sans-serif;
    max-width: 75%;
    margin: auto;
    padding: 1.5rem;
    margin-top: 8rem;
    background-color: #18243E;
}

.ExpHeader h1{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1.5rem;
    font-size: 2.5rem;
}

.ExpPara{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.CallNow{
    text-align: center;
    margin-top: 4rem;
    font-size: 1.5rem;
    color: #265FFF;
}

.phone{
    display: flex;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 4rem;
}

.phone-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#32bea3;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
    margin-right: 1rem;
}

.phone-text{
    font-size:20px;
    font-weight:500;
    margin-top: 0.4rem;
}

.ReqCallBtn{
    margin-top: 1.2rem;
    padding: .5em;
    border-radius: 10px;
    background-color: #3670BB;
    padding: 0.8em;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff;
    border: none;
}

.hero-line, hr{
    margin-top: 3rem;
    border: none;
    background-color: #fff;         
}

.FirstSectionImg {
    display: flex;
    justify-content: center; 
    align-items: center;
}
/* IMAGE FIX */
.FirstSectionImg img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.PageFirstSection .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 🔥 FORCE 2 COLUMN ALWAYS */
.PageFirstSection .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
/* First Section Image Correction Css */


/* Second Section  */

@media (max-width: 768px) {

    .PageSecondSection {
        max-width: 100% !important;
    }

    .SecondSectionLeftSizeBlock {
        text-align: left !important;
        margin-bottom: 20px;
    }

    .RankHeader {
        font-size: 22px;
        text-align: left !important;
    }

    .RankHeaderPara {
        font-size: 14px;
        text-align: normal;
        
    }

    .card {
        text-align: left !important;
    }

    .ApplyNowBtn {
        display: inline-block;
        margin-top: 15px;
    }

}

.PageSecondSection{
    font-family: "Montserrat", sans-serif;
    max-width: 75%;
    margin: auto;
    padding: 2rem;
    margin-top: 1rem;
    background-color: #18243E;
}

.RankHeader{
    font-size: 2.6rem;
    font-weight: 600;
}
.RankHeaderPara{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.card-title{
    font-size: 1.2rem;
    font-weight: 700;
}
.card-text{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1.5rem;
}
.card {
    font-family: "Montserrat", sans-serif;
    color: #000;
    border-radius: 12px;
    transition: 0.3s;
    padding: 1.5rem;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
/* Second Section  */

.ApplyNowBtn{
    margin-top: 1.2rem;
    padding: .5em;
    border-radius: 10px;
    background-color: #3670BB;
    padding: 0.8em;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff;
    border: none;
}


/* Third Section  */
@media (max-width: 768px){
    

    .PageThirdSection{
        max-width: 90% !important;
        padding: 15px !important;
    }

    .PageThirdSection .col-md-7{
        margin-bottom: 20px;
    }

    .PageThirdSection h2{
        font-size: 25px;
        text-align: left;
    }

    .CardPara{
        font-size: 14px;
        text-align: left;
    }

    .PageThirdSection .d-flex{
        justify-content: center;
    }

    .PageThirdSection form{
        margin-top: 10px;
    }

    .form-control{
        padding: 10px;
    }

    .PageThirdSection h5{
        text-align: center;
        font-size: 18px;
    }

}

.CardPara{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1.5rem;
}
.FormBox{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1.5rem;
}
/* Third Section  */

/* Fourth Section  */
@media (max-width: 768px){

    .PageFourthSection{
        max-width: 100% !important;
    }

    .process-head h2{
        font-size: 1.9rem !important;
        text-align: left;
    }

    .top-label{
        font-size: 16px;
        text-align: center;
    }

    .process-title{
        font-size: 2.5rem !important;
        text-align: left !important;
    }

    .process-sub p{
        font-size: 14px;
        text-align: justify;
    }

    .PageFourthSection .col-md-3{
        margin-bottom: 15px;
    }

}
.PageFourthSection{
    font-family: "Montserrat", sans-serif;
    max-width: 75%;
    margin: auto;
    padding: 2rem;
    margin-top: 1rem;
    background-color: #18243E;
}

.top-label{
    color: #2CA389;
    font-size: 2.2rem;
    font-weight: 600;
}
.process-head h2{
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    margin-top: 1.5rem;
}
.process-title{
   font-size: 2.2rem;
   color: #2CA389;
   font-weight: 600;
   margin-bottom: 1rem;
}
.process-sub{
    text-align: center;
    margin-top: 1rem;
}
.step-no{
    color: #2CA389;
    font-size: 2.2rem;
    font-weight: 600;
}

.four-card-title{
    color: #368BD5;
    font-size: 1.3rem;
    font-weight: 600;
}
/* Fourth Section  */


/* PageFifthSection */
@media (max-width: 768px){

    .PageFifthSection{
        max-width: 95% !important;
    }

    .PageFifthSection .d-flex{
        display: block !important;
    }

    .program-text{
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }

    .program-text h2{
        font-size: 2rem !important;
        text-align: normal;
    }

    .program-gallery .col-6{
        width: 100%;
    }

    .program-gallery img{
        height: 160px;
    }

}

.PageFifthSection{
    font-family: "Montserrat", sans-serif;
    max-width: 75%;
    margin: auto;
    padding: 2rem;
    margin-top: 1rem;
    background-color: #18243E;
}

.program-text{
    font-size: 1.2rem;
}
.program-text h2{
    color: #FD8549;
}
.program-gallery img {
    width: 100%;
    height: 180px;   /* thoda kam rakho balance ke liye */
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.program-gallery img:hover {
    transform: scale(1.05);
}

/* pageSixthsection */

@media (max-width: 768px){

    .pageSixthsection .row{
        align-items: flex-start !important;
    }

    .pageSixthsection .col-6{
        width: 100%;
    }

    .gallery-img{
        height: 180px;
    }

    .academics-card{
        margin-top: 15px;
        padding: 15px;
    }

    .academics-card h4{
        font-size: 18px;
        text-align: center;
    }

    .academics-card ul li{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6;
    }

    .academics-card .d-flex{
        justify-content: center;
    }

}

.academics-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

.academics-card {
    font-family: "Montserrat", sans-serif;
}

.academics-card ul li {
    font-size: 1rem !important;  
    color: #000;
    font-weight: 600;
}

/* SECTION BACKGROUND */
.light-section {
    background: #f3f3f3;
}

/* IMAGE */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover; 
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.05);
}

/* CARD */
.academics-card {
    background: #fff;
    border: 1px solid #ff7a45;
    border-radius: 12px;
    padding: 25px;
}

/* ICON CIRCLE */
.icon-circle {
    width: 45px;
    height: 45px;
    background: #ff7a45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* TITLE */
.academics-card h4 {
    font-weight: 600;
    color: #333;
}

/* LIST */
.academics-card ul {
    padding-left: 18px;
}

.academics-card ul li {
    margin-bottom: 8px;
    color: #444;
    font-size: 14px;
}
/* pageSixthsection */

/* pageSevensection */

@media (max-width: 768px){

    .pageSevensection{
        max-width: 100% !important;
        padding: 15px !important;
    }

    .pageSevensection .d-flex{
        display: block !important;
    }

    .detail-card{
        margin-bottom: 20px;
        padding: 15px;
    }

    .detail-card h3{
        font-size: 20px !important;
        text-align: center;
    }

    .detail-card ul li{
        font-size: 14px !important;
        font-weight: 500;
        line-height: 1.6;
    }

    .detail-head{
        justify-content: center;
    }

    .activities-gallery .col-6{
        width: 100%;
    }

    .activities-gallery img{
        height: 160px;
    }

}

.pageSevensection{
    font-family: "Montserrat", sans-serif;
    max-width: 75%;
    margin: auto;
    padding: 2rem;
    margin-top: 1rem;
    background-color: #18243E;
}

.detail-card{
    background: #fff;
    border: 1px solid #ff7a45;
    border-radius: 12px;
    padding: 25px;
}

.detail-card {
    font-family: "Montserrat", sans-serif;
}

.detail-card h3{
    color: #000;
    font-weight: 600;
    font-size: 2rem !important;
}

.detail-card ul li {
    font-size: 1rem !important;  
    color: #000;
    font-weight: 600;
}

.detail-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-icon {
    width: 45px;
    height: 45px;
    background: #ff7a45;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 0.8rem;
}

.activities-gallery img {
    width: 100%;
    height: 180px;   /* thoda kam rakho balance ke liye */
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

.activities-gallery img:hover {
    transform: scale(1.05);
}

/* pageSevensection */


/* pageEightsection */
@media (max-width: 768px){

    .pageEightsection{
        padding: 15px !important;
    }

    .discipline-card{
        max-width: 100% !important;
        padding: 15px;
        margin-bottom: 20px;
    }

    .detail-head{
        justify-content: left;
    }

    .facility-title{
        font-size: 22px;
        margin-top: 25px;
    }

    .facility-list li{
        font-size: 14px !important;
        font-weight: 500;
        line-height: 1.6;
    }

}

.facility-title{
    margin-top: 4rem;
    color: #2CA389;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
}

.facility-list{
    margin-top: 1rem;
    font-size: 1rem !important;  
    color: #000;
    font-weight: 600;
}
/* pageEightsection */

/* Last Text  */
.PunchLineText{
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin: 4.5rem 0rem 3.5rem 0rem;
    color: #000;
}
