html,
body {
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Outfit", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Outfit", sans-serif;
}

* {
    box-sizing: border-box;

}

.applyNowbutton:hover {
    background: #a8000f;
    transform: scale(1);
}

p {
    font-family: "Questrial", sans-serif;
    line-height: 150%;
}

h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: 0;
    color: #C4161C;
}

/* header css */

.container {
    margin: auto;
    width: 100%;
    max-width: 1720px;
}

header {
    position: relative;
    z-index: 11;
}

.headerSet {
    background: #fff;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

/* Layout */
.displayAlign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
}

/* Navbar */
.navbar {
    position: relative;
}

/* Menu */
.nav-menu {
    list-style: none;
    display: flex;
    gap: 42px;
}

.nav-menu li a {
    text-decoration: none;
    color: #000;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;

}

.nav-menu li a.active,
.nav-menu li a:hover {
    color: #C4161C;
}

/* Toggle (HIDDEN ON DESKTOP) */
.menu-toggle {
    display: none;
    font-size: 34px;
    cursor: pointer;
    color: #C4161C;
    font-weight: lighter;
}


/* Button */
.applyNowbutton {
    background: #C4161C;
    padding: 10px 30px;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    font-family: "Outfit", sans-serif;
}


/* ================= MOBILE ================= */
@media (max-width: 991px) {

    /* ✅ SHOW TOGGLE */
    .menu-toggle {
        display: block;
    }

    /* Optional: hide button if needed */
    /* .applyNowbutton { display: none; } */

    .nav-menu {
        position: fixed;
        top: 70px;
        /* header height */
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fff;
        flex-direction: column;
        display: none;
        margin: 0;
        padding: 0;
        z-index: 999;
        overflow-y: auto;
    }

    .nav-menu.show {
        display: flex;
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .nav-menu li a {
        display: block;
        width: 100%;
        padding: 16px 20px;
        font-size: 16px;
    }
}

/* Prevent scroll when menu open */
body.menu-open {
    overflow: hidden;
}


.d-mob {
    display: none;
}

.d-desk {
    display: block;
}

/* banner section css Start */
.bannerSection {
    background: url(../images/banner/bannerbg.webp) no-repeat center;
    position: relative;
    background-size: 100% 100%;
}

.backgroundBg {
    /* background: url(../images/banner/vectorimg.webp) no-repeat calc(100% - 500px) bottom; */
    background: url(../images/banner/vectorimg.webp) no-repeat calc(100% - 200px) calc(100% - 65px);
}

.borderLineset {
    width: 100px;
    border-bottom: 4px solid #E7252C;
}

.leftContent h2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    padding-top: 10px;
}

.leftContent p {
    font-weight: 1000;
    font-size: 45px;
    line-height: 130%;
    letter-spacing: 0;
    color: #ffffff;
    padding-top: 10px;

}

.leftContent h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 3%;
    color: #fff;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 30px;
}


.apply-btn {
    position: relative;
    background: #ffffff;
    color: #e10600;
    padding: 15px 40px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    cursor: pointer;
    z-index: 1;
}

/* Background fill animation */
.apply-btn::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: #e10600;
    z-index: -1;
    transition: width 0.4s ease, height 0.4s ease;
}

/* Diagonal corner (always visible) */
.apply-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: #e10600;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 2;
}

/* Hover state */
.apply-btn:hover {
    color: #ffffff;
}

.apply-btn:hover::before {
    width: 100%;
    height: 100%;
}



.bannerSection .container {
    display: flex;
    justify-content: space-between;
}

.block {
    display: block;
}

.colorRed {
    color: #E72128;
}

.leftContent {
    padding-top: 250px;
    width: 100%;
    max-width: 620px;
    padding-bottom: 303px;
}

.blod {
    font-weight: bold;
}


/* banner section css End */



/* Excellence section css start */

.Excellence {
    padding: 100px 0px;
}

.leftborderLineset {
    border-left: 4px solid #E7252C;
    height: 70px;
}

.alignContnet {
    display: flex;
    gap: 20px;
    padding-top: 30px;
}

.excellenceAlign {
    display: flex;
    justify-content: space-between;
}

.excellenceAlign p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    width: 100%;
    max-width: 840px;
}

.rightSide {
    width: 100%;
    max-width: 700px;
}

.rightSide img {
    width: 100%;
}

/* Excellence section css End */


/* Opportunities section css start */
.Opportunities {
    background: #FFF2F2;
    padding: 60px 0px 80px 0px;
}

.opportunitiesAlign {
    display: flex;
    gap: 90px;
    align-items: center;
}

.imageAlign {
    display: flex;
    gap: 15px;
}

.innerimagesAlign {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.imageAlign {
    width: 100%;
    max-width: 800px;
}

.imageAlign img {
    width: 400px;
}

.Opportunities p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    width: 100%;
    max-width: 700px;
}

/* Opportunities section css End */

/* Learning section css start */
.Learning {
    padding: 80px 0px;
}

.textAligncenter {
    text-align: center;
}

.textAligncenter p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    padding-top: 15px;
}

.learningAlign {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.learningCard {
    box-shadow: 2px 2px 10px 5px #D8D8D833;
    padding: 32px 22px;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
}

.learningCard h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #C4161C;
    padding-top: 20px;
}

.learningCard p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    padding-top: 18px;
}

/* Learning section css End */


/* Research section css Start */
.Research {
    padding: 80px 0px;
    background: #FFF2F2;
}

.researchAlign {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}

.headingAlign {
    display: flex;
    gap: 20px;
    align-items: center;
}

.researchCard {
    padding: 30px 26px;
    box-shadow: 2px 2px 10px 5px #D8D8D833;
    background-color: #fff;
    width: 700px;
    border-radius: 10px;
    margin-top: 15px;
}

.researchCard h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #C4161C;
}

.researchCard p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.5;
    padding-top: 15px;
    color: #616161;
}

/* Research section css End */


/* Career section css start */
.Career {
    padding: 80px 0px;
}

.careerAlign {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.leftborderLineset {
    border-left: 4px solid #E7252C;
    height: 50px;
}

.careerCard {
    position: relative;
    width: 100%;
    max-width: 700px;
}

.careerCard img {
    width: 100%;
}

.cardContent {
    position: absolute;
    bottom: 24px;
    left: 24px;

}

.cardContent h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.cardContent p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
    margin-top: 10px;
}

.career.alignContnet p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.fontSizeset {
    font-size: 18px;
}

/* Career section css End */

/* Experience section css Start */
.Experience {
    padding: 80px 0px;
    background: #FFF;
}

.experienceAlign {
    display: flex;
    gap: 22px;
    justify-content: center;
    padding-top: 45px;
}

.experienceCard {
    padding: 24px 22px;
    box-shadow: 2px 2px 10px 5px #D8D8D833;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 460px;
}

.experienceCard img {
    width: 100%;
}

.experienceCard h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    color: #C4161C;
    padding-top: 20px;
}

.experienceCard p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    padding-top: 20px;
    color: #616161;
}

/* Experience section css End  */

/* global section css start */
.global {
    background: url(../images/global/globalbg.webp) no-repeat center;
    position: relative;
    background-size: 100% 100%;
    padding: 120px 0px;
}

.global h2 {
    color: #fff;
    margin-bottom: 30px;
}

.buttonAlign {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.clrtransparant {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}


.clrtransparant::after {
    background: none;
    color: #000;
    z-index: -1;

}

/* .apply-btn::before {
    background: #fff;
    color: #000;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    transition: width 0.4s ease, height 0.4s ease;
} */


/* global section css End */

/* footer section css start */
.footer {
    padding: 80px 0px;
}

.footerAlign {
    display: grid;
    justify-content: center;
}

.footer h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
}

.footer h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #C4161C;
}

.widthAlign {
    width: 100%;
    max-width: 450px;
}

.menuAlign {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.menuAlign {
    margin-top: 15px;
}

.socialmediaSet {
    margin-top: 55px;
}

.copyRight {
    border-top: 0.38px solid #1E1E1E66;
    padding: 20px;
    text-align: center;
}

.menuAlign a {
    color: #000;
    text-decoration: none;
}

.socialmediaSet img {
    margin-right: 10px;
    cursor: pointer;
}

.copyRight p{
color: #000000B2;
}


.admissionSec
{
  padding: 60px 0;
  background: #FFF2F2;
}

.schedule {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
}

.row {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  margin:  0; /* creates black gap between rows */
}
.row:nth-child(even)
{
  background: #FFF2F2;
}

.left {
  width: 55%;
  font-size: 16px;
  color: #000000;
  line-height: 100%;
}

.right {
  width: 45%;
  text-align: right;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 100%;
}
.right span
{
  display: block;
  font-size: 14px;
}



/* footer section css End */

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-overlay.active {
    display: flex;
}

.popup-box {
    background: #fff;
    width: 90%;
    max-width: 520px;
    border-radius: 16px;
    position: relative;
    padding: 40px 30px 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    animation: modalFade 0.25s ease;
}

@keyframes modalFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 22px;
    cursor: pointer;
    font-weight: 600;
}

.popup-body {
    width: 100%;
}


.formPage .clickSlideForm {
    font-size: 24px;
    font-weight: 600;
    color: #C4161C;
    margin-bottom: 25px;
}

.formPage .form-group {
    margin-bottom: 18px;
}

.formPage .form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: "Questrial", sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
}

.formPage .form-control:focus {
    border-color: #C4161C;
    outline: none;
    box-shadow: 0 0 0 3px rgba(196, 22, 28, 0.15);
}

#submit_btn {
    width: 100%;
    padding: 12px;
    background: #C4161C;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

#submit_btn:hover {
    background: #a8000f;
}


.input-error {
    border-color: #C4161C !important;
    box-shadow: 0 0 0 3px rgba(196, 22, 28, 0.15);
}

.apply-bt2 {
    position: relative;
    background: #e10600;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    cursor: pointer;
    z-index: 1;
}
