 *{margin:0;padding:0;box-sizing:border-box;}
body,html{height:100%;font-family:'Arial',sans-serif;overflow:hidden;background:#fff;}
body, html {
  height: 100%;
  overflow-x: hidden;   /* only hide horizontal scroll */
  overflow-y: auto;     /* allow vertical scrolling */
}
body {
    background: #F3F3F3;
}
    section.banner {
      /* position: fixed; */
      top: 0;
      left: 0;
      width: 100%;
      /*height: 148vh;*/
      height: 140vh;
      background: url('img/image 1.webp') center / cover no-repeat;
      z-index: 1;
      color: white; /* text aur icon ko visible banayega */
      border-radius: 0px 0px 0px 250px;
    }
    .main-container {
    /* background: #B61D22; */
    background: #ca0107ad;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 250px;
}

    .top-bar {
      display: flex;
      justify-content: space-between;
      padding: 30px 60px;
    }
.phone {
    display: none !important;
}
   .phone {
    background: #fff;
    /* height: 60px; */
    height: 75px;
    border-radius: 50px;
    padding: 7px 15px;
    display: flex;
    gap: 5px;
}
.phone img {
    width: 60px;
    height: 60px;
}
    a.phone-link {
    color: #000;
    text-decoration: none;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}
/* Main content */
.content{
  position:relative;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:calc(100vh - 80px);
}
/* .left-background {
    background-image: url('img/design 1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 98vh;
    position: relative;
} */

 .left-background {
    background-image: url('img/design 1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 98vh;
    position: relative;
} 


.countdown {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 12px 0 18px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

.date {
  margin-right: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;	
	color: #fff;
font-size: 28px;
}

.countdown strong {
  font-size: 28px;
margin-right:2px;
}

.countdown .closed {
  font-weight: 700;
  color: #fff;
}

.adm-wrap {
  text-align: left;
}



@media (max-width: 768px) {
  .adm-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .countdown {
    margin-top: 16px;
    font-size: 24px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    width: 100%;
  }

  .date{
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-size: 20px;
    letter-spacing: 0.5px;
font-weight: 700;
  }

  .countdown strong {
    font-size: 24px;
  }
}

/* Left text */
.left{
  color:#fff;
  margin-left: 70px;
}

.mica-content { display: none; }
  .mica-content.active { display: block; }
  
  
/* .left{background-image: url('img/design 1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 98vh;
    position: relative;} */
.mica{
  font-size: 160px;
    font-weight: 800;
    line-height: 100px;
    letter-spacing: 10px;
    font-family: 'Montserrat', sans-serif;
    /*margin-top: 10rem;*/
     margin-top: 2rem;
}
.adm{
  font-size: 54px;
    font-weight: 800;
    margin: 10px 0 20px;
    font-family: 'Montserrat', sans-serif;
}


/* Program buttons */
.programs{
 display: flex;
    flex-wrap: wrap;
    gap: 22px;
    max-width: 460px;
    margin-left: 60px;
 Margin-top: 60px;
}
.programs button{
  width: 150px;
    height: 50px;
    border-radius: 5px;
    color: #2D2A2A;
    background: #fff;
    font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: none;
  /* cursor:pointer;
  box-shadow:0 12px 35px rgba(0,0,0,0.35);
  transition:0.35s; */
}
.programs button:hover{
  /* transform:translateY(-10px);
  box-shadow:0 22px 50px rgba(0,0,0,0.45); */
}

/* Student image */
/* .student{
  position:absolute;
  bottom:-30px;
  left:50%;
  transform:translateX(-50%);
  width:46%;
  max-width:680px;
  z-index:20;
} */
/* .student {*/
/*    position: absolute;*/
/*    bottom: -30px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
    /*width: 1090px;*/
/*    width: 1000px;*/
/*    z-index: 20;*/
    /*height: 1090px;*/
/*    height: 1000px;*/
/*    top: 0%;*/
/*}*/
.student {
    position: absolute;
    bottom: -32vh;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
    height: 70vw;
    z-index: 20;
}

.form-box{
 position: absolute;
    right: 60px;
    top: 60%;
    transform: translateY(-50%);
    background: #fff;
    padding: 45px 42px;
    border-radius: 10px;
    width: 465px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
    z-index: 30;
}

.npf_wgts
{
 position: absolute;
    right: 90px;
    top: 35%;
    transform: translateY(-50%);
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 500px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
    z-index: 30;
    height: 560px;
}
.form-box h3 {
    font-size: 36px;
    font-weight: 500;
    color: #30343F;
    margin-bottom: 32px;
    text-align: center;
}
.form-box input, .form-box select {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1.5px solid #e5e5e5;
    border-radius: 5px;
    font-size: 15px;
    background: #fff;
}
.form-box input::placeholder{
  color:#999;
  font-weight:500;
}
.form-box button{
 width: 100%;
    background: #2D2A2A;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 600;
}
.form-box button:hover{
  background:#000;
}
/*@media (max-width: 1500px) {*/
/*.student {*/
/*    position: absolute;*/
/*    bottom: -30px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
    /* width: 1090px; */
/*    width: 900px;*/
/*    z-index: 20;*/
    /* height: 1090px; */
/*    height: 900px;*/
/*    top: 0%;*/
/*}*/
/*}*/
@media (max-width: 768px) {
.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
.phone {
    background: #fff;
    height: 60px;
    height: 50px;
    border-radius: 50px;
    padding: 5px 10px;
    display: flex;
    gap: 5px;
}
.phone img {
    width: 35px;
    height: 35px;
}
a.phone-link {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
}
.left {
    color: #fff;
    margin-left: 0px;
margin-top: 20px;
}
.content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: calc(80vh - 80px);
}
.mica {
    font-size: 80px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: 10px;
        font-family: 'Montserrat', sans-serif;
        margin-top: 2rem;
        text-align: center;
}
.adm {
    font-size: 35px;
    font-weight: 800;
   margin: 10px 0 20px 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.programs {
   display: flex;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 460px;
        margin-left: auto;
        justify-content: center;
}
img.student {
    display: none;
}
    .form-box {
        position: absolute;
        right: 0;
        top: 60%;
        transform: translateY(30%);
        background: #fff;
        padding: 45px 42px;
        border-radius: 10px;
        width: auto;
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
        z-index: 30;
        margin: 0px 10px;
    }
    .npf_wgts {
    position: absolute;
        right: 0;
        top: 40%;
        transform: translateY(30%);
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        width: auto;
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
        z-index: 30;
        margin: 0px 10px;
        height: 580px;
}
    
.main-container {
    /* background: #B61D22; */
    background: #ca0107ad;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
section.banner {
   width: 100%;
    height: 100%;
    background: url('img/image 1.webp') center / cover no-repeat;
    color: white;
    border-radius: 0px;
    margin-bottom: 30rem;
}

}


/* ranking section css */

/* ====== India's #1 Section Design ====== */

section#ranking {
    position: relative;
    background: url('img/design 2.webp') no-repeat left center;
    background-size: auto;
    /*padding: 100px 0px 0px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap: 50px;*/
}

/* .ranking-container {
  max-width: 1200px;
  margin: 0 auto;
} */


 .ranking-wrapper {
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    /* flex-wrap: wrap; */
    /* text-align: left; */
    /* margin-left: -50px;
}


.ranking-wrapper img {
max-width: 499px;
    /* height: 600px; */
    margin-left: -10rem;
}

.ranking-text h1 {
  font-size: 40px;
   font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #2D2A2A;
    line-height: 1.4;
    margin: 0;
    max-width: 667px;
    margin-top: -90px;
}

 .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 660px;
    /* margin: 50px auto; */
    margin: -150px auto 50px;
}

    .section-title::before, .section-title::after {
    content: "";
    flex: 1;
    border-bottom: 4px solid #B61D22;
    margin: 0 10px;
}

   .section-title span {
    color: #B61D22;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}
/* ====== Responsive Styles ====== */

/* @media (max-width: 992px) {
  .ranking-wrapper {
    gap: 30px;
  }

  .ranking-wrapper img {
    max-width: 220px;
  }

  .ranking-text h1 {
    font-size: 1.4rem;
    text-align: center;
  }
} */


.placement-stats {
  display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    margin: 50px auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 1255px;
    height: 155px;
}
.placement-stats {
    position: relative;
    z-index: 1;
    margin-top: -30px;
}
.stat {
 text-align: center;
    flex: 1;
    margin: 20px 0px;
    padding: 20px 0px;
}
.stat.place {
    border-right: 1px solid #000;
}

.value {
 font-size: 32px;
    font-weight: bold;
    color: #B61D22;
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}

.label {
    font-size: 22px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}


@media (max-width: 768px) {
    section#ranking {
    padding: 60px 0px 0px;
}
  .ranking-wrapper {
    flex-direction: column;
    text-align: center;
    margin-left: 0rem;
    gap: 20px;
  }

  .ranking-wrapper img {
    max-width: 360px;
    /* height: 600px; */
}
  .ranking-text h1 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #2D2A2A;
    line-height: 1.4;
    margin: 0;
    max-width: 360px;
    margin-top: -90px;
}
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 660px;
    /* margin: 50px auto; */
    margin: 0px auto 20px;
}
.section-title span {
    color: #B61D22;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}
.section-title span {
    color: #B61D22;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}
.placement-stats {
    display: contents;
}
.stat.place {
    border-right:none;
    /* border-bottom:  1px solid #000; */
}
.stat {
        background: rgb(255, 255, 255);
        margin: 10px;
        border-radius: 10px;
    }
}

/* Why Choose MICA Section Css start  */



section.why-mica {
    background-color: #B61D22;
    padding: 150px 20px 60px;
    margin-top: -125px;
}

.why-mica .container {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.why-mica h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 50px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.why-mica h1::before,
.why-mica h1::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px;
}

.why-mica .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ✅ Only add this small fix */
.why-mica .card.single-last {
  grid-column: 2 / 3; /* move single last card to center column */
  /* justify-self: center; */
}

.why-mica .card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 250px;
}

.why-mica .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background: #EBEBEB;
}

.why-mica .card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.why-mica .card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  font-weight: bold;
}

.why-mica .card p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  
  .why-mica .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-mica .card.single-last {
    grid-column: auto;
    justify-self: auto;
  }

  section.why-mica {
    background-color: #B61D22;
    padding: 60px 20px;
    margin-top: 50px;
}
.why-mica .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.why-mica h1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.why-mica h1::before, .why-mica h1::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}
}

@media (max-width: 500px) {
  .why-mica .grid {
    grid-template-columns: 1fr;
  }
}

/* about mica css */

section.about-mica {
  background:  #B61D22;
  color: #fff;
  padding: 0px 20px 40px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0px 0px 250px 0px;
    position: relative;
    z-index: 99;
}

.about-mica .container {
  width: 95%;
  margin: 0 auto;
}

.about-mica .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: -7rem;
}

.about-mica .text {
    flex: 1 1 35%;
}

.about-mica h2 {
    font-size: 48px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}
.about-mica h2::after {
 content: "";
    display: inline-block;
    width: 45rem;
    height: 4px;
    background: #fff;
    margin-left: 15px;
    vertical-align: middle;
}
img.hand {
   width: 612px;
    height: 612px;
    margin-left: 54rem;
    margin-top: -29rem;
    z-index: 99;
    position: relative;
}
.about-mica p {
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
p.p_txt {
    margin-top: -10rem;
}
/*p.p_txt {*/
/*    margin-top: -1rem;*/
/*}*/

.about-mica .image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-mica .image img {
    width: 100%;
    max-width: 714px;
    height: 524px;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
}
@media (min-width: 1920px) {
      p.p_txt {
    margin-top: -7.5rem;
}
}

@media (max-width: 1500px) {
.about-mica p {
    line-height: 30px;
    font-size: 21.5px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
    p.p_txt {
    margin-top: -7.5rem;
}

}
@media (max-width: 1550px) {
.about-mica p {
    line-height: 30px;
    font-size: 21.5px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
    p.p_txt {
    margin-top: -6rem;
}
}


@media (max-width: 1450px) {
.about-mica p {
    line-height: 30px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
    p.p_txt {
    margin-top: -7rem;
}
}
@media (max-width: 1366px) {
.about-mica p {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
    p.p_txt {
    margin-top: -2.5rem;
}


}

@media (max-width: 1349px) {
    
.about-mica p {
    line-height: 30px;
    font-size: 19.5px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
p.p_txt {
    margin-top: -10rem;
}
}
@media (max-width: 1330px) {
.about-mica p {
        line-height: 30px;
        font-size: 18.5px;
        color: #fff;
        margin-bottom: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    p.p_txt {
    margin-top: -1rem;
}
}


/* ✅ Responsive Design */
@media (max-width: 900px) {
  .about-mica .content {
    flex-direction: column;
    text-align: center;
  }

  .about-mica .text {
    flex: 1 1 100%;
  }

  .about-mica .image {
    flex: 1 1 100%;
  }

  .about-mica h2::after {
    display: block;
    margin: 10px auto 0;
  }
}
/* section.about-mica.mobile {*/
/*    display: none;*/
/*}*/
   
@media (max-width: 768px) {
/*    section.about-mica {*/
/*    display: none;*/
/*}*/
/* section.about-mica.mobile {*/
/*    display: block;*/
/*}*/
    
  .about-mica .container {
    width: 100%;
    margin: 0 auto;
}
section.about-mica {
        background: #B61D22;
        color: #fff;
        padding: 0px 10px 50px;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        border-radius: 0px;
        position: relative;
        z-index: 99;
    }
   .about-mica h2 {
        font-size: 24px;
        font-weight: bold;
        position: relative;
        margin-bottom: 25px;
        font-family: 'Montserrat', sans-serif;
        line-height: 30px;
        text-align: left;
    
}  
.about-mica p {
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
}
  .about-mica h2::after {
        display: block;
        margin: 10px 0px 0px 0px;
        width: 10rem;
        height: 4px;
    }
    img.hand {
    display: none;
}
.about-mica .content {
    margin-top: 0rem;
}
.about-mica .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
}

}

/* programmes  mica css */

.mica-programmes-section {
  margin: 0;
  background-color: #2D2A2A;
  color: white;
  font-family: 'Montserrat', sans-serif;
  /* padding: 30px 40px; */
  padding: 350px 20px 30px;
   /*padding: 350px 10px 30px;*/
    margin-top: -15rem;
}

.mica-container {
 margin: 0 auto;
    /*padding: 25px 50px;*/
     padding: 20px 5vw;
}

/* Title with horizontal lines */
.mica-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    bottom: 60px;
}

.mica-title::before,
.mica-title::after {
  content: "";
    display: inline-block;
    width: 130px;
    height: 4px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}

/* Flex container */
.mica-flex-wrapper {
  display: flex;
  gap: 0px;
}

/* Sidebar */
.mica-sidebar {
  display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 300px;
}

.mica-sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

  .mica-sidebar button {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 22px;
    font-weight: 500;
    font-size: 27px;
    color: #2D2A2A;
    flex: 1;
    text-align: left;
    transition: background-color 0.3s 
ease;
    font-family: 'Montserrat', sans-serif;
}


.mica-sidebar button.mica-active {
  background-color: #B61D22;
  color: #fff;
}

/* Play icon */
.mica-play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid white;
  /* opacity: 0.7; */
  flex-shrink: 0;
}

.mica-play-icon.mica-inactive {
  border-left-color: #fff !important;
  /* border-left-color: #c0c0c0; */
  /* opacity: 0.7; */
}

.mica-sidebar button.mica-active + .mica-play-icon {
  border-left-color: white;
  opacity: 1;
}

/* Vertical border */
.mica-vertical-separator {
  border-left: 3px solid #B61D22;
  margin-left: 10px;
}

/* Main content */
.mica-main-content {
  flex: 1;
  padding-left: 25px;
}

.mica-heading {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}

.mica-sub-heading {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 35px;
  color: #ccc;
}

p.sub-heading-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px !important;
    color: #fff !important;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.mica-sub-heading p {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}


/* Cards */
.mica-cards {
  display: flex;
  gap: 18px;
  flex-wrap: nowrap;
}

.mica-card {
  background-color: #B61D22;
    padding: 18px 10px;
    border-radius: 10px;
    width: 230px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
}

.mica-card h4 {
  font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.mica-card p,
.mica-card ul {
  line-height: 1.4;
    color: white;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.mica-card ul {
  margin-top: 5px;
  padding-left: 20px;
}

.mica-card ul li {
  margin-bottom: 6px;
}

/* Multi-line bullet styling */
.mica-specializations-text b {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
.mica-programmes-section {
    margin: 0;
    background-color: #2D2A2A;
    color: white;
    font-family: 'Montserrat', sans-serif;
    /* padding: 30px 40px; */
    padding: 350px 10px 30px;
    margin-top: -15rem;
}
.mica-title {
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    bottom: 60px;
}
.mica-title::before, .mica-title::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 4px;
    background: #fff;
    vertical-align: middle;
    margin: 0 10px;
}
.mica-flex-wrapper {
    display: inline;
    gap: 10px;
}
.mica-main-content {
    flex: 1;
    padding-left: 5px;
}
.mica-container {
    margin: 0 auto;
    padding: 25px 0px;
}
.mica-heading {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    margin-top: 20px;
}
p.sub-heading-p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.mica-sub-heading p {
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
.mica-cards {
    display: inline;
    gap: 18px;
    flex-wrap: nowrap;
}
.mica-card {
    background-color: #B61D22;
    padding: 18px 10px;
    border-radius: 10px;
    width: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: fit-content;
    margin: 20px 0px;
}
}

/* accreditation section css */

.accreditation-wrap {
  width: 100%;
  background: #b61d22;
  padding: 60px 0;
  border-radius: 0px 0px 0px 250px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.accreditation-heading {
  display: inline;
  color: #fff;
  font-size: 48px;
  margin-bottom: 50px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.accreditation-heading::before,
.accreditation-heading::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 4px;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px;
}

.accreditation-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 3rem;
}

.accreditation-item {
  background: #fff;
  color: #212121;
  border-radius: 10px;
  padding: 20px 0px;
  width: 231px;
  height: 227px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.accreditation-item:hover {
  transform: translateY(-6px);
}

.accreditation-item img {
  width: 115px !important;
  height: 115px !important;
  object-fit: contain;
  margin-bottom: 30px;
}

.accreditation-item p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  background: #D9D9D9;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 4px;
  line-height: 1.4;
}



/* Responsive */
@media (max-width: 992px) {
  .accreditation-list {
    gap: 25px;
  }

  .accreditation-item {
    width: 130px;
    padding: 15px;
  }

  .accreditation-item img {
    width: 70px;
    height: 70px;
  }

  .accreditation-heading {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
    .accreditation-heading {
        font-size: 24px;
    }
  .accreditation-heading::before, .accreditation-heading::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #fff;
    vertical-align: middle;
    margin: 0 2px;
}
.accreditation-item {
        width: 231px;
        height: 227px;
        padding: 20px 0px;
    }
  .accreditation-wrap {
    width: 100%;
    background: #b61d22;
    padding: 60px 0;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0;
}
  }
  
  .accreditation-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 3rem;
}

.accreditation-track {
  display: flex;
  gap: 10px;
  width: calc(231px * 10); /* total item width */
  animation: scrollAccreditation 25s linear infinite;
}

@keyframes scrollAccreditation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* For mobile smoothness */
@media (max-width: 768px) {
  .accreditation-track {
    animation: scrollAccreditation 20s linear infinite;
  }
}





/* Scholarships Section css */



/* === Scholarships Section === */
.scholarship-section {
    background: #F3F3F3;
    padding: 130px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}

/* .container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
} */
 .container {
    width: 100%;
    margin: auto;
    padding: 10px 20px;
}

.scholarship-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-wrap: wrap;
}

/* --- Left Side Image --- */
.left-image {
  position: relative;
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-image .bg-shape {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    width: 622px;
    height: 622px;
    z-index: 1;
    opacity: 1;
}

.left-image .student-img {
    width: 537px;
    height: 537px;
    position: relative;
    z-index: 2;
    /* height: 533px; */
}

/* --- Right Side Text --- */
.right-text {
    flex: 1 1 55%;
    margin-top: -5rem;
}

.right-text h2 {
    color: #B81E24;
    font-size: 48px;
    margin-bottom: 7rem;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.right-text h2::after {
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    background: #B81E24;
    margin-top: -5rem;
    margin-left: 36rem;
}

.right-text p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.right-text strong {
  color: #000;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .scholarship-content {
    flex-direction: column;
    text-align: center;
  }

  .left-image {
    order: -1;
    margin-bottom: 20px;
  }

  .left-image .bg-shape {
    width: 250px;
    top: 10px;
    transform: translateX(-50%) rotate(-5deg);
  }

  .left-image .student-img {
    width: 60%;
  }

  .right-text {
    text-align: left;
  }
}

@media (max-width: 768px) {
.scholarship-section {
    background: #F3F3F3;
    padding: 100px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}
.container {
    width: 100%;
    margin: auto;
    padding: 10px 10px;
}
.scholarship-content {
    display: block;
    align-items: center;
}
.left-image .bg-shape {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    width: 500px;
    height: 500px;
    z-index: 1;
    opacity: 1;
}
.left-image .student-img {
    width: 350px;
    height: 350px;
    position: relative;
    z-index: 2;
}
.right-text {
    margin-top: 0rem;
}
.right-text h2 {
    color: #B81E24;
    font-size: 24px;
    margin-bottom: 4rem;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1.4;
}
.right-text h2::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #B81E24;
    margin-top: -3rem;
    margin-left: 18rem;
}
.right-text p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
}


/* FAQ Css  */

section.faq-section-wrapper {
    width: 100%;
    /* margin: 60px auto; */
    background: #fff;
    padding: 60px 140px;
}

    /* FAQ HEADER */
    .faq-header {
    text-align: center;
    color: #B81E24;
    font-size: 48px;
    margin-bottom: 4rem;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

    .faq-header::before, .faq-header::after {
    position: absolute;
    top: 50%;
    content: "";
    display: inline-block;
    width: 70px;
    height: 4px;
    background: #B81E24;
    vertical-align: middle;
    margin: 0 12vw;
}

    .faq-header::before {
      left: 25%;
    }

    .faq-header::after {
      right: 25%;
    }

    /* FAQ CARD */
    .faq-section {
      /* background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
      overflow: hidden;
    }

    /* .faq-item {
      border-bottom: 1px solid #eee;
    } */

    .faq-question {
      font-size: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #101010;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #f4f4f4;
    transition: background-color 0.3s 
ease;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin: 20px 0px;
    height: 114px;
    
    }

    .faq-question:hover {
    background-color: #f4f4f4;
}

    .faq-question span {
    font-size: 26px;
    font-weight: bold;
    color: #101010;
    transition: transform 0.3s 
ease;
}

   .faq-answer {
    display: none;
    padding: 30px 25px;
    background-color: #F9F9F9;
    color: #000;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat, sans-serif';
    animation: fadeIn 0.3s 
ease;
margin-top: -20px;
}


    .faq-answer ul {
    padding-left: 40px;
    margin: 15px 0px;
}

    .faq-answer li {
      margin-bottom: 10px;
    }

    .faq-answer a {
    color: #B61D22;
    text-decoration: none;
}

    .faq-answer a:hover {
      text-decoration: underline;
    }

    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    /* ACTIVE STATE */
    .active .faq-answer {
      display: block;
    }

    .active .faq-question span {
      transform: rotate(180deg);
    }


    @media (max-width: 768px) {
    section.faq-section-wrapper {
    width: 100%;
    /* margin: 60px auto; */
    background: #fff;
    padding: 60px 10px;
}
.faq-header {
    text-align: center;
    color: #B81E24;
    font-size: 24px;
    margin-bottom: 4rem;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.faq-header::before, .faq-header::after {
    position: absolute;
    top: 50%;
    content: "";
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #B81E24;
    vertical-align: middle;
    margin: 0 7.5rem;
}
.faq-question {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #101010;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #f4f4f4;
    transition: background-color 0.3s 
ease;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin: 20px 0px;
    height: auto;
}
.faq-answer {
    display: none;
    padding: 15px 10px;
    background-color: #F9F9F9;
    color: #000;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat, sans-serif';
    animation: fadeIn 0.3s 
ease;
    margin-top: -20px;
}
.faq-answer ul {
    padding-left: 30px;
    margin: 10px 0px;
}

    }


    /* footer css  */

   .footer {
    background-color: #B61D22;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    width: 100%;
    padding: 40px 0px;
}
.footer p {
  margin: 0;
}

 @media (max-width: 768px) {
.footer {
    background-color: #B61D22;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    width: 100%;
    padding: 30px 0px;
}
 }
 
 
 
 /*thank-you page css*/
 
 
 section.banner.thank-you {
    width: 100%;
    background: url('img/image 1.webp') center / cover no-repeat;
    z-index: 1;
    color: white;
    border-radius:0px;
}
section.banner.thank-you .main-container {
    background: #ca0107ad;
    width: 100%;
    height: 100%;
    border-radius:0px;
}
section.banner.thank-you .left-background {
    background: none;
}
section.banner.thank-you .left {
    color: #fff;
    margin-left: 0px;
}
section.banner.thank-you .mica {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    margin-top: 5rem;
}
section.banner.thank-you .adm {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0px 380px;
}


@media (max-width: 768px) {
    section.banner.thank-you {
    width: 100%;
    height: 100%;
    background: url('img/image 1.webp') center / cover no-repeat;
    z-index: 1;
    color: white;
    border-radius: 0px;
    margin-bottom: 0;
}
    section.banner.thank-you .left-background {
    background: none;
    width: 100%;
    height: 100%;
}
    section.banner.thank-you .mica {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
    margin-top: 0rem;
}
section.banner.thank-you .adm {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0px;
}


}
