@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}
.deskBlock{
    display: block;
}
.mbBlock{
    display: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.w-100 {
  width: 100%;
}
p{
    font-family: "Poppins", sans-serif;
}

*,
::after,
::before {
  box-sizing: border-box;
}
.container{
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
html {
  scroll-behavior: smooth;
}
header{
    background: #FFFFFF;
    padding: 0;
    position: relative;
    transition: all ease 0.4s;
}
header.fixedHeader{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* slight shadow */
}
header .logo img{
    height: 128px;
    max-width: 100%;
}
header .container{
    display: flex;
    justify-content: space-between;
}
.btnRegister{
    background-color: #FFA500;
    color: #000000;
    padding: 20px 40px;
    font-weight: 400;
    font-size: clamp(14px, 3vw, 20px);
    line-height: 100%;
    border-radius: 70px;
    cursor: pointer;
    align-self: center;
    text-decoration: none;
    display: inline-block;
}
.sectionHeading {
    font-weight: 600;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 100%;
    text-align: center;
    color: #22356F;
}

.block {
  display: block;
}
/* heroSection CSS Start  */
.heroSection {
    background: url(../images/heroSectionMain.webp) no-repeat right 40%  bottom,url(../images/heroSectionStructure.webp) no-repeat center center;
    background-size: auto, cover, cover;
    padding: 120px 0 170px;
    /* height: 900px; */
}
.heroLeft{
  max-width: 672px;
  width: 100%;
}
.heroLeft h1 {
    font-weight: 400;
    font-size: clamp(28px, 5vw, 52px);
    line-height: 130%;
    color: #212121;
    /* margin-bottom: 40px; */
}
.heroLeft h1 span{
  color: #FFA500;
  font-weight: 600;
}

.programmBlock .upperlevel{
  font-weight: 600;
   font-size: clamp(16px, 3vw, 32px);
  line-height: 200%;
  text-transform: uppercase;
  color: #203374;
  background-color: #FFA500;
  padding: 0 20px;
  display: block;
}
.programmBlock .lowelLevel{
  font-weight: 600;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  
  color: #FFFFFF;
  padding: 10.73px 22.82px 12.27px 79px;
  display: block;
  background: url(../images/baIcon.svg) no-repeat left 10px top 10px;
  background-size: 60px 60px;
}
.programmBlock .lowelLevel span{
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 400;
  display: block;
}
.programmBlock.fourYear .lowelLevel{
  background: url(../images/bscIcon.svg) no-repeat left 10px top 10px;
  background-size: 60px 60px;
}
.dateColumn{
  background: url(../images/dateStrip.svg) no-repeat left center;
  background-size: 100% auto;
  max-width: 540px;
  width: 100%;
  display: block;
  padding: 16.53px 40px 18.53px 21px;
  font-weight: 400;
  font-size: clamp(14px, 3.5vw, 24px);
  line-height: 100%;
  color: #fff;
  font-style: italic;
  margin-top: 56px;
}
.dateColumn span{
  font-weight: 700;
}

/* heroSection CSS Ends  */

/* advantageSection CSS Start */
.advantageSection{
  padding: 100px 0 0;
  background-color: #FFFFFF;
}
.advantageFlex{
  max-width: 1701px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 27px;
}
.advantageColumn{
  background-color: #C6D0EE;
  padding: 54px 20px 49px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  max-width: 408px;
  width: calc(33.33% - 16px);
}
.advantageColumn h4{
  font-weight: 600;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 13px;
}
.advantageColumn p{
  font-weight: 400;
 font-size: clamp(14px, 3vw, 20px);
  line-height: 180%;
  text-align: center;
  color: #000000;
}
.advantageColumn span{
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #FFFFFF;
  border-radius: 0 0 8px 0;
  left: 0;
  top: 0;
  padding: 0 6px 6px 0;
}
.advantageColumn span img{
   width: 32px;
  height: 32px;
}
.advantageColumn::before{
  content: "";
  background: url(../images/rectangle.svg) no-repeat right bottom, #FFFFFF;
  background-size: 32px 32px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 32px;
  border-radius: 0 0px 8px 0px;
  left: -6px;
}
.advantageColumn::after{
  content: "";
  background: url(../images/rectangle.svg) no-repeat right bottom, #FFFFFF;
  background-size: 32px 32px;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -6px;
  border-radius: 0 0px 8px 0px;
  left: 32px;
}
/* advantageSection CSS Ends */


/* programmeOverview CSS start */
.programmeOverview{
  padding: 100px 0 0;
}
.programmeOverviewContent{
  background: url(../images/programme_Overview.webp) no-repeat right bottom;
  max-width: 1680px;
  width: 100%;
  margin: 60px auto 0;
  background-size: cover;
  padding: 40px 60px;
  border-radius: 16px;
}
.programmeOverviewLeft h3 {
    font-weight: 600;
    font-size: clamp(26px, 5vw, 48px);
    line-height: 180%;
    color: #FFFFFF;
}
.programmeOverviewLeft p{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 180%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 95px;
}
.programmeOverviewLeft h4{
  font-weight: 600;
  font-size: clamp(20px, 4vw, 32px);
  line-height: 180%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.durationFlex{
  display: flex;
  gap: 70px;
  max-width: 740px;
  width: 100%;
}
.durationBlock{
  max-width: 433px;
  width: 100%;
}
.durationBlock .duration{
  background: url(../images/timer.svg) no-repeat left 5.28px center, #FFFFFF;
  background-size: 50px 50px, cover;
  border: 1px solid #FFA500;
  border-radius: 120px;
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 3.5vw, 24px);
  line-height: 180%;
  color: #000000;
  padding: 8.5px 65.5px 8.5px 66.55px;
  display: inline-block;
  margin-bottom: 30px;
}
.durationBlock ul{
  margin: 0;
  padding: 0;
  padding-left: 30px;
}
.durationBlock ul li{
  color: #FFFFFF;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 180%;
  color: #FFFFFF;
}
.durationBlock ul li span{
  font-weight: 700;
}

/* majorMinorOptions css */
.majorMinorOptions{
  padding: 100px 0 0;
}
.majorMinorOptions .sectionHeading {
    font-size: clamp(26px, 5vw, 48px);
    line-height: 120%;
}
.majorMinorFlex{
  box-shadow: 0px 0px 9px 0px #00000040;
  padding: 0 30px 80px;
  border-radius: 30px;
  margin: 100px auto 0;
  max-width: 1680px;
}
.majorMinorColumn{
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 60px;
}
.majorMinorColumn span{
  max-width: 360px;
  width: calc(25% - 50px);
  background: url(../images/arrow.svg) no-repeat left 10px center;
  background-size: 60px 60px;
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 150%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 13px 37px 13px 91px;
  border: 1px solid #D7D7D7;
  margin-top: 24px;
  height: 84px;
  border-radius: 192px;
}
.majorMinorColumn.active{
  display: flex;
}
.majorMinorFlex ul{
  display: flex;
  padding: 10px;
  list-style: none;
  justify-content: center;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  gap: 16px;
  box-shadow: 0px 0px 9px 0px #00000040;
  background-color: #FFFFFF;
  border-radius: 90px;
  transform: translateY(-50%);
}
.majorMinorFlex ul li{
  flex: 1;
  padding: 16.5px 10px;
  border-radius: 72px;
  text-align: center;
  align-items: center;
  border: 1px solid #DADADA;
  color: #22356F;
  transition: 0.4s all ease-in;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.majorMinorFlex ul li.active, .majorMinorFlex ul li:hover{
  background-color: #FFA500;
}
.accordTab{
  display: none;
}
.bottomSection .mitWpu {
    color: #22356F;
    font-weight: 600;
    font-size: clamp(72px, 20vw, 405px);
    line-height: 0.69;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 80px;
    white-space: normal;
}
.mitBottomBlock{
  background: url(../images/bottomImage.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0 115px;
}
.mitBottomBlock .container{
  display: flex;
  gap: 50px;
}
.mitBottomLeft{
  max-width: 816px;
  width: 100%;
  color: #FFFFFF;
}
.mitBottomLeft h3 {
  font-weight: 700;
  font-size: clamp(36px, 6vw, 92px);
  line-height: 105%;
  color: #FFFFFF;
  margin-bottom: 58px;
}
.mitBottomLeft p{
  margin-bottom: 38px;
  font-weight: 500;
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 130%;
  color: #FFFFFF;
}
.mitBottomRight{ 
  max-width: 650px;
  width: 100%;
  margin-left: auto;
}
.mitBottomRight ul{
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.mitBottomRight ul::before{
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: calc(100% - 40px);
  width: 1px;
  border-left: 1px dashed #FFFFFF;
  z-index: 0;
}
.mitBottomRight ul li{
  font-weight: 700;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 32px;
  background-size: 50px 50px;
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 9px 0 10px 70px; 
}
.mitBottomRight ul li span{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 100%;
}
.mitBottomRight ul li:nth-child(1n){
    background-image: url(../images/mitIcon-1.svg);
}
.mitBottomRight ul li:nth-child(2n){
   background-image: url(../images/mitIcon-2.svg);
}
.mitBottomRight ul li:nth-child(3n){
   background-image: url(../images/mitIcon-3.svg);
}
.mitBottomRight ul li:nth-child(4n){
   background-image: url(../images/mitIcon-4.svg);
}
.mitBottomRight ul li:nth-child(5n){
   background-image: url(../images/mitIcon-5.svg);
}

.admissionDetails{
  background: url(../images/color-correced-file-digital.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0 553px;
}
.admissionDetails h2{
  font-weight: 600;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 100%;
  letter-spacing: 0%;
  color: #22356F;
  margin-bottom: 40px;
}
.admiisionFlex{
  display: flex;
}
.admmisionColumn h5{
  font-weight: 600;
  font-size: clamp(16px, 3.5vw, 24px);
  line-height: 150%;
  text-transform: uppercase;
  color: #22356F;
  margin-bottom: 40px;
}
.admmisionColumn{
  background: url(../images/dot.svg) no-repeat left top 23.5px ;
  background-size: 65px 65px;
  padding-left: 89px;
  width: 33%;
  max-width: 550px;
  position: relative;
}
.admmisionColumn p{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #555555;
  max-width: 410px;
}
.admmisionColumn h3{
  font-weight: 600;
  font-size: clamp(26px, 5vw, 42px);
  line-height: 180%;
  color: #22356F;
}
.admmisionColumn h3 span{
  font-weight: 600;
  font-size: clamp(14px, 3vw, 20px);
}
.admmisionColumn::before{
  content: "";
  width: calc(100% - 65px);
  height: 1px;
  position: absolute;
  top:56px;
  left: 65px;
  border: 1px dashed #000000;
}
.admmisionColumn:last-child:before{
  display: none;
}

/* programHolistically CSS Starts */
.programHolistically{
  background: url(../images/aboutUs.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  position: relative;
}
.programHolistically {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 118.5px;
}
.programHolistically .sectionHeading{
  text-align: left;
  font-size: clamp(26px, 5vw, 48px);
  line-height: 150%;
  margin-bottom: 20px;
}
.programHolistically p{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #555555;
}
.programHolisticallyLeft{
  max-width: 663px;
  width: 100%;
}
.programHolisticallySliderMain{
   background: url(../images/halfCircle.webp) no-repeat right center;
   background-size: auto 100%;
   padding-right: 460px;
   overflow: hidden;
}
.halfCircle{
  height: 844px;
  position: relative;
  z-index: 0;
}
.halfCircle img{
  height: 100%;
  width: auto;
}
.slideCircle{
  display: flex;
  max-width: 495px;
  gap: 33px;
  align-items: center;
  padding-right: 20px;
  position: relative;
  opacity: 0.3;
  transform: translateX(15%);
}
.slideCircle.active{
  opacity: 1;
  transform: translateX(0);
}
.slideCircle::after{
  content: "";
  position: absolute;
  background-color: #9FA8C2;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  right: 0px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
.slideCircle .number{
  order: 2;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #22356F;
}
.slideCircle .content{
    order: 1;
    text-align: right;
}
.slideCircle .content h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 180%;
  text-align: right;
  text-transform: uppercase;
  color: #22356F;
}
.slideCircle .content p{
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  text-align: right;
  color: #3E5084;
}
.halfCircleContentSlider{
  max-width: 811px;
  width: 100%;
  gap: 100px;
  flex-direction: column;
  display: flex;
  max-height: 800px;
  padding: 66px 0 102px;
}


/* Footer CSS Starts*/
footer{
  background-color: #22356F;

  padding: 20px 0;
}
footer .container{
  display: flex;
  justify-content: space-between;
}
footer ul{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li a{
  color: #FFFFFF;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  text-decoration: none;
  margin-left: 1rem;
}
footer p{
  font-weight: 400;
  font-size: clamp(14px, 3vw, 20px);
  line-height: 150%;
  color: #FFFFFF;
}

/* Half Circle  */

   .halfdotWrapperSpacer {
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: #aaa;
        letter-spacing: 2px;
        background: #f9f9f9;
      }

      /* --- Main Section --- */
      .halfdotWrapperSection {
        position: relative;
        height: 100vh;
        width: 100%;
        overflow: hidden;
        background: url(../images/aboutUs.webp) no-repeat left center;
        display: flex;
        justify-content: center;
      }

      .halfdotWrapperContainer {
        width: 100%;
        max-width: 1720px;
        height: 100%;
        position: relative;
        display: flex;
      }

      /* --- Left Content --- */
      .halfdotWrapperLeftContent {
        max-width: 663px;
        width: 100%;
        padding-left: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 20;
        pointer-events: none;
      }
      .halfdotWrapperLeftContent > * { pointer-events: auto; }

      .halfdotWrapperLeftContent h2 {
        font-weight: 600;
        font-size: 48px;
        line-height: 150%;
        color: #22356F;
      }
      .halfdotWrapperLeftContent p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        margin-bottom: 35px;
        line-height: 1.6;
      }
      .halfdotWrapperLeftContent .btnRegister{
        align-self: flex-start;
      }
      .halfdotWrapperBtn {
        background: #0071e3;
        color: #fff;
        padding: 14px 35px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 500;
        align-self: flex-start;
      }

      /* --- Right Area --- */
      .halfdotWrapperRightArea {
        width: 60%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
      }

      /* CIRCLE TRACK */
      .halfdotWrapperCircleTrack {
        position: absolute;
        top: 50%;
        right: 0;
        height: 100vh;
        width: 100vh; 
        border-radius: 50%;
        transform: translate(50%, -50%);
        border: 2px dashed #c1c1c1; 
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      /* IMAGE INSIDE CIRCLE */
      .halfdotWrapperCircleImageInner {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        background: url(../images/fullCircle.webp) no-repeat left top;
        background-size: auto 100%;
        box-shadow: 0 0 0 15px #fff; /* White gap between image and dashed line */
        position: relative;
         transform: scaleX(-1);
      }
      /* .halfdotWrapperCircleImageInner img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform: scaleX(-1);
      } */

      /* --- Items List --- */
      .halfdotWrapperItemsList {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 0;
        z-index: 10;
      }

      .halfdotWrapperItemRow {
        position: absolute;
        right: 0;
        height: 280px; /* Spacing */
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0; 
        transition: opacity 0.3s ease;
      }

      .halfdotWrapperTextBlock {
        text-align: right;
        margin-right: 30px;
        opacity: 0.3; /* Inactive state */
        transition: margin-right 0.4s ease, opacity 0.4s ease; 
        max-width: 407px;
      }
      .halfdotWrapperTextBlock h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 180%;
        letter-spacing: 0%;
        text-align: right;
        text-transform: uppercase;
        color: #22356F;
      }
      .halfdotWrapperTextBlock p {
        font-weight: 400;
        font-size: 20px;
        line-height: 180%;
        text-align: right;
        color: #22356F;
      }

      .halfdotWrapperNumber {
        font-size: 3.5rem;
        font-weight: 700;
        color: #e5e5e5;
        line-height: 1;
        margin-right: 10px; 
        transition: color 0.4s ease, transform 0.4s ease;
      }

      .halfdotWrapperDotContainer {
        position: relative;
        width: 0; height: 0;
      }

      .halfdotWrapperDot {
        position: absolute;
        width: 14px;
        height: 14px;
        background: #fff;
        border: 3px solid #c1c1c1; 
        border-radius: 50%;
        transform: translate(50%, -50%); 
        transition: all 0.4s ease;
        z-index: 5;
      }

      /* --- Active State --- */
      
      .halfdotWrapperLineConnector {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 2px;
        transform: translateY(-50%);
        transition: width 0.4s ease;
        opacity: 0;
      }





/* .programmBlock {
    width: 100%;
    max-width: 700px;
    background:  no-repeat center/cover;
    padding: 40px;
    position: relative;
    font-family: 'Poppins', sans-serif;
} */
.programmBlock {
    width: 100%;
    max-width: 700px;
    background: url(../images/paper.webp) no-repeat center/cover;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
}

.pb-heading {
    font-size: 28px;
    font-weight: 700;
    color: #0c3b75;
    margin-bottom: 25px;
}

/* Table Styling */
.pb-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 18px; /* spacing between rows */
}

.pb-table td {
    font-size: 20px;
    font-weight: 600;
    color: #0c3b75;
    vertical-align: middle;
    padding-right: 30px;
    white-space: nowrap;
    
}
.d-flex1 {
  display: flex;
  align-items: center;
}
.pb-table tr + tr td {
    border-top: 1.5px solid #c8d4e8;
    padding-top: 20px;
    padding-left: 13px;
}
.pb-table img {

    margin-right: 8px;
    vertical-align: middle;
}




.pb-table {
    border-collapse: collapse;
    width: 90%;
}

.pb-table td {
  border-right: 1px solid rgba(34, 53, 111, 0.6);
border-bottom: 1px solid rgba(34, 53, 111, 0.6);
    
}

.pb-table td:last-child {
    border-right: none;
    padding-left: 13px;
}

.pb-table tr:last-child td {
    border-bottom: none;
}



      /* Prefixed Active Class */
      .halfdotWrapperActive { z-index: 50; opacity: 1 !important; }

      .halfdotWrapperActive .halfdotWrapperTextBlock {
        opacity: 1;
        margin-right: 100px; /* Push text left */
      }
      
      .halfdotWrapperActive .halfdotWrapperNumber {
        color: #22356F;
        transform: scale(1.15);
      }

      .halfdotWrapperActive .halfdotWrapperDot {
        background: #fca311; 
        border-color: #fca311;
        box-shadow: 0 0 0 5px rgba(252, 163, 17, 0.2); 
        transform: translate(50%, -50%) scale(1.4);
      }

      .halfdotWrapperActive .halfdotWrapperLineConnector {
        width: 120px; 
        opacity: 1;
      }

      /* Neighbor styling */
      .halfdotWrapperNeighbor {
        opacity: 0.4; /* Visible but dim */
      }
      
      /* Hidden styling */
      .halfdotWrapperHidden {
        opacity: 0;
        pointer-events: none;
      }
      .halfWrapperMobileSection{
          display: none;
      }

/* Mobile  Slider */

.form
{
  position: absolute;
  right: 70px;
  top: 260px;
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  scroll-margin-top: 120px;
}
.form h4 
{
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
}


.countdown-wrap {
   width: 100%;
   height: auto;
   display: flex;
   justify-content: center;
   background: #22356F;
   padding: 20px 20px;
   position: relative;
   color: #fff;
   gap: 5px;
   font-size: 20px;
   align-items: center;
}
.countdown-wrap span  
{
  font-size: 30px;
  font-weight: 500;
}
.countdown-wrap strong
{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}





@media screen and (max-width: 1480px){
  .heroSection{
    background: url(../images/heroSectionMain.webp) no-repeat right 320.5px bottom,url(../images/heroSectionStructure.webp) no-repeat center center,radial-gradient(50% 50% at 50% 50%, #4166D5 0%, #22356F 100%);
    background-size:  30% auto, cover, cover;
  }
  .form {
    position: absolute;
    right: 70px;
    top: 177px;
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    scroll-margin-top: 120px;
}
  .programmeOverviewContent {
      background: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40)), 
                  url(../images/programme_Overview.webp) no-repeat right bottom;
      background-size: cover, cover;
  }
  .majorMinorColumn{
    gap: 0 30px;
  }
  
  .majorMinorColumn span{
    font-size: 16px;
    width: calc(33.33% - 30px);
  }
  .admmisionColumn h3{
    font-size: clamp(20px, 5vw, 36px);;
  }
  .form
  {
    max-width: 340px;
    right: 10px;
  }
  .pb-table td {
    font-size: 13px;
    font-weight: 600;
    color: #0c3b75;
    vertical-align: middle;
    padding-right: 30px;
    white-space: nowrap;
}
  /* .programmBlock {
    width: 100%;
    max-width: 620px;
    background: url(../images/paper.webp) no-repeat center/cover;
    padding: 40px;
    font-family: 'Poppins', sans-serif;
} */
.pb-heading {
    font-size: 25px;
    font-weight: 700;
    color: #0c3b75;
    margin-bottom: 25px;
}
.pb-table td {
    font-size: 16px;
    font-weight: 600;
    color: #0c3b75;
    vertical-align: middle;
    padding-right: 30px;
    white-space: nowrap;
}
.heroLeft h1 {
    font-weight: 400;
    font-size: clamp(28px, 5vw, 41px);
    line-height: 130%;
    color: #212121;
    /* margin-bottom: 40px; */
}
.halfdotWrapperLeftContent h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 150%;
    color: #22356F;
    margin-top: 21px;
}
.programmBlock {
    width: 100%;
    max-width: 583px;
    background: url(../images/paper.webp) no-repeat center/cover;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
}
.pb-table td {
    font-size: 12px;
    font-weight: 600;
    color: #0c3b75;
    vertical-align: middle;
    padding-right: 30px;
    white-space: nowrap;
}
}
@media screen and (min-width: 1280px) and (max-width: 1480px) {
    .halfdotWrapperLeftContent, .halfdotWrapperRightArea{
      width: 50%;
    }.heroLeft h1 {
    font-weight: 400;
    font-size: clamp(28px, 5vw, 32px);
    line-height: 130%;
    color: #212121;
    /* margin-bottom: 40px; */
}
    .halfdotWrapperRightArea{
      max-width: 450px;
    }
    .halfdotWrapperActive .halfdotWrapperTextBlock{
      margin-right: 20px;
    }
    .halfdotWrapperTextBlock h3{
      font-size: 20px;
    }
    .halfdotWrapperTextBlock p{
      font-size: 18px;
    }
    .halfdotWrapperNumber{
      font-size: 2.5rem;
    }
    .halfdotWrapperTextBlock{
      max-width: 300px;
    }
    .halfdotWrapperLeftContent p{
      font-size: 18px;
    }
    .halfdotWrapperLeftContent{
      margin-left: 2%;
    }
}
@media screen and (max-width: 1080px){
  .heroSection{
    background: url(../images/heroSectionMain.webp) no-repeat right 50.5px bottom,url(../images/heroSectionStructure.webp) no-repeat center center,radial-gradient(50% 50% at 50% 50%, #4166D5 0%, #22356F 100%);
    background-size: 40% auto, cover, cover;
  }
  
  .advantageColumn{
    width: calc(50% - 16px);
  }
  .mitBottomBlock{
    padding: 50px 0 50px;
  }
  .admmisionColumn{
    background-size: 50px 50px;
    padding-left: 50px;
  }
  .admmisionColumn::before {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    position: absolute;
    top: 50px;
    left: 50px;
    border: 1px dashed #000000;
  }
  .admmisionColumn h5{
    font-size: clamp(16px, 3.5vw, 20px);
  }
  .admmisionColumn p{
    font-size: clamp(14px, 3vw, 16px);
  }
  .admmisionColumn h3{
    font-size: clamp(20px, 5vw, 26px);
  }
  .form
  {
    max-width: 400px;
    right: 0px;
    margin: 30px auto;
    position: relative;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
  }
  .heroLeft h1 {
    font-weight: 400;
    font-size: clamp(12px, 3vw, 41px);
    line-height: 130%;
    color: #212121;
    /* margin-bottom: 40px; */
}
}
@media screen and (max-width: 768px){
  header .logo img{
    height: 60px;
  }
  .heroLeft h1 {
    font-weight: 400;
    font-size: clamp(26px, 3vw, 41px);
    line-height: 130%;
    color: #212121;
    /* margin-bottom: 40px; */
}
  .btnRegister{
    display: none;
  }
  .pb-table td:last-child {
    border-right: none;
    padding-left: 10px;
}
.pb-table td {
    font-size: 12px;
    font-weight: 600;
    color: #0c3b75;
    vertical-align: middle;
    padding-right: 10px;
    white-space: nowrap;
}
  .heroSection{
    padding: 24px 0 409px;
    background: url(../images/heroSectionMainMb.webp) no-repeat center bottom,url(../images/heroSectionStructure.webp) no-repeat center center,radial-gradient(50% 50% at 50% 50%, #4166D5 0%, #22356F 100%);
    background-size: auto 369px, cover, cover;
  }
  .heroLeft h1{
    max-width: 400px;
    margin-bottom: 20px;
  }
  .programmBlock{
    display: inline-block;
    width: 100%;
    margin-right: 16px;
  }
  .programmBlock .lowelLevel, .programmBlock.fourYear .lowelLevel{
    background-size: 40px 40px;
  }
  .programmBlock .lowelLevel{
    padding: 60.73px 22.82px 12.27px 11px;
  }
  .programmBlock .lowelLevel span{
    line-height: 100%;
  }
  .programmBlock .upperlevel{
    font-size: clamp(14px, 3vw, 32px);
    line-height: 120%;
  }
  .dateColumn{
    margin-top: 15px;
  }
  .sectionHeading{
    text-align: left;
  }
  .advantageSection{
    padding: 40px 0 0;
  }
  .advantageColumn{
    width: 100%;
    max-width: 100%;
    padding: 36px 16px 16px;
  }
  .programmeOverview{
    padding: 40px 0 0;
  }
  .programmeOverviewContent{
    margin-top: 20px;
  }
  .programmeOverviewContent{
    background: url(../images/programme_Overview_Mb.webp) no-repeat bottom center;
    background-size: cover;
    padding: 24px 18px 250px;
  }
  .programmeOverviewLeft p{
    margin-bottom: 20px;
  }
  .durationFlex{
    gap: 16px;
  }
  .durationBlock .duration{
    background-size: 30px 30px;
    font-size: 14px;
    padding: 8.5px 25.5px 8.5px 46.55px;
  }
  .durationBlock ul li{
    font-size: 14px;
  }
  .durationBlock ul li span{
    display: block;
  }
  .majorMinorFlex ul{
    display: none;
  }
  .accordTab{
    display: block;
    background: url(../images/arrowDown.svg) no-repeat left 16px center;
    background-size: 24px 24px;
    padding: 18px 28px 18px 66px;
    border: 1px solid #DADADA;
    border-radius: 192px;
    transform: translateY(50%);
    transition: background ease-in 0.4s;
    margin-top: 30px;
  }
  .accordTab.active{
    background: url(../images/arrowUp.svg) no-repeat left 16px center, #FFA500;
    background-size: 24px 24px, cover;
  }
  .majorMinorColumn{
    flex-direction: column;
    box-shadow: 0px 0px 9px 0px #00000040;
    padding: 48px 16px 20px;
    border-radius: 0 0 30px 30px;
  }
  .majorMinorColumn span{
    width: 100%;
    background-image: none;
    border: 0;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    height: auto;
  }
  .majorMinorFlex{
    margin-top: 0px;
    box-shadow: none;
    border: 0;
    padding: 0;
  }
  .mitBottomBlock{
    background: url(../images/bottomImageMb.webp) no-repeat top center, #22356F;
    background-size: 100% auto, cover;
    padding: 56px 0 0px;
  }
  .mitBottomBlock .container{
    flex-direction: column;
    gap: 0;
  }
  .mitBottomLeft h3{
    margin-bottom: 20px;
  }
  .admissionDetails{
    background: url(../images/color-correced-file-digital_mb.webp) no-repeat bottom center, #FFFFFF;
    background-size: 100% auto ,cover;
    padding: 40px 0 300px;
  }
  .admiisionFlex{
    flex-direction: column;
  }
  .admmisionColumn{
    width: 100%;
    max-width: 100%;
    background: url(../images/dotMb.svg) no-repeat top left;
    background-size: 48px 48px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-top: 10px;
  }
  .admmisionColumn::before{
    height: 100%;
    width: 1px;
    left: 24px;
    top: 48px;
  }
  .admmisionColumn h5{
    margin-bottom: 20px;
  }
  .admmisionColumn h3{
    font-size: clamp(20px, 5vw, 36px);
  }
  footer .container{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer ul{
    justify-content: center;
  }
  .mitBottomLeft p{
    font-weight: 400;
    line-height: 24px;
  }
  .pin-spacer, .halfdotWrapperSection{
    display: none !important;
  }

  .halfWrapperMobileSection{
    display: block;
    background: url(../images/aboutUsMobile.webp) no-repeat center top;
    background-size: cover;
    padding-top: 40.5px;
  }
  .halfWrapperMobileSection h2{
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    text-align: center;
    color: #22356F;
    text-align: center;
    margin-bottom: 20px
  }
  .owlCircularMbSliderMain{
    overflow: hidden;
    margin-top: 30px;
  }
  .halfWrapperMobileSection p{
    text-align: center;
  }
  .halfcircleBottom{
    width: 600px;
    height: 300px; /* half of width → makes perfect half circle */
    background: #ddd;
    border-radius:  300px 300px 0 0; /* bottom half circle */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(2,6,23,0.12);
    border: 1px dashed #00000080;
    border: 20px solid #FFFAF1;
    border-bottom: 0;
    position: relative;
    max-width: 100%;
  }
  .halfcircleBottom::after{
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top:-20px;
    border: 1px dashed #00000080;
    border-radius:  300px 300px 0 0; /* bottom half circle */
  }
  .halfcircleBottom img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
  }
  .logic-slide h3,
  .logic-slide p{
        display: none;
    }
    .logic-slide{
      text-align: center;
    }
    .logic-slide h3{
      color: #22356F;
    }
    .logic-slide p{
      color: #3E5084;
    }
  /* Active center slide will show full content */
  .owl-item.center .logic-slide h3,
  .owl-item.center .logic-slide p {
      display: block;
  }
  .owlCircularMbSlider{
    transform: translateY(10px);
  }
  /* Count styling */
  .slide-count {
      font-size: 40px;
      font-weight: 700;
      text-align: center;
      font-weight: 600;
      font-size: 38px;
      line-height: 56px;
      color: #22356F;
      position: relative;
      padding-bottom: 40px;
  }
  .slide-count::before{
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      background-color: #FFA500;
      border-radius: 50%;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0px);
      z-index: 999;
  }
  .countdown-wrap 
  {
    display: block;
    text-align: center;
  }
  .countdown-wrap strong
  {
    display: block;
  }
  .pb-heading {
    font-size: 21px;
    font-weight: 700;
    color: #0c3b75;
    margin-top: 31px;
    margin-bottom: 16px;
}

}
@media screen and (max-width: 400px) {
    .durationBlock .duration {
        background-size: 24px 24px;
        font-size: 12px;
        padding: 8.5px 7.5px 8.5px 30.55px;
    }
    .halfcircleBottom{
      height: 200px;
    }
    .countdown-wrap strong
    {
      font-size: 22px;
    }
}
