input,
label {
  margin-bottom: 10px;
}
html, body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
img {
  max-width: 100%;
  /* height: auto; */
}
body {
  margin: 0;
  /* width: 100%;
  max-width: 500px; */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important; /* horizontal */
  align-items: center !important; /* vertical */
  padding: 10%;
}
.main_body {
  margin: 0;
  /* height: 100vh; */
   /* display: flex; */
  justify-content: center; /* horizontal */
  align-items: center; /* vertical */
  padding: 0%;
  width: 430px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  border-bottom: 1px solid #e0e0e0;
  background: #ffffff;
  font-family: system-ui, sans-serif;
  border: none;
  height: 40px;
  position: fixed;
  width: 100%;
  max-width: 429px;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  /* backdrop-filter: blur(10px); */
}
.one {
  background-color: #155dfc;
  height: 527px;
  width: 89%;
  max-width: 421px;
  padding: 0px;
  display: flex;
  margin: auto;
  border-radius: 10px;
  margin-top: 5px;
}
.two {
  background-color: #fff;
  height: 460px;
  width: 315px;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.form_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0px;

}
label {
  display: flex !important;
  flex-direction: column;
  color: #767676;
  gap: 1px;
}

input {
  width: 265px;
  /* height: 0px;
    padding: 14px; */
  line-height: normal;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  /* outline: none; */
  margin-left: 10px;
  height: 32px;
}
.form-bottom {
  margin-left: 8px;
}
.form-bottom p {
  font-size: 5px;
}
.heading1 {
  color: #155dfc;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 13px;

  /* font-family: "inter",sans-serif; */
}
span {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 11px;
}
input::placeholder {
  font-size: 16px;
  margin-left: 10px;
}
input:hover {
  border: 2px solid #155dfc;
}
.formhead {
  margin-bottom: 9px;
}
.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 265px;
    /* max-width: 300px; */
    background-color: rgba(240, 240, 240, 1);
    padding: 0px 6px 3.75px;
    border: 1px solid #ccc;
    border-radius: 9px;
    font-size: 16px;
    min-height: 20px;
    height: 32px;
    overflow: hidden;
    color: #000;
    /* position: relative; */
    z-index: 9999 !important;

}
.choices__inner:hover {
  border: 2px solid #155dfc;
}

select {
  /* width: 265px; */
  padding: 5px 6px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 9px;
  outline: none;
  box-sizing: border-box;
  height: 32px;
  background-color: rgba(240, 240, 240, 1);

  color: #757575;
  font-weight: 400;
}
select:hover {
  border: 2px solid #155dfc;
}
select option:first-child {
  color: #767676;
}

select:valid {
  color: #000;
}

.butt {
    color: #fff;
    background-color: #c8c8c8;
    height: 28px;
    width: 94px;
    border: none;
    border-radius: 7px;
    font-size: 17px;
    padding: 0px 1px;
}
.butt:hover {
  background-color: #155dfc;
  transform: translateY(-1px);
}

.logo {
  font-size: 20px;
  font-weight: 700;
}
.logo1 {
  width: 50px;
  height: auto;
}
.auth-nav a {
  text-decoration: none;
  margin-left: 2px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 15px;
  display: inline;              /* change from inline-block */
  align-items: center;        /* vertical center */
  justify-content: center;
  height: 10px;
}

/* Buttons */
.btn-primary {
  background: #2563eb !important;
  color: #fff;
  height: 15px;
  width: 50px;
  margin-right: 10px;
  border: 1px solid #2563eb;
}

.btn-secondary{
  background: #fff !important;
  color: #111;
  width: auto;
  height: 10px;
  border: 1px solid rgba(87, 88, 110, 1);
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .site-header {
    padding: 10px 16px;
  }

  .auth-nav a {
    padding: 4px 10px;
    font-size: 9px;
  }
}
.hero {
  position: relative;
  width: 100%;
  /* max-height: 300px; */
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}

.hero img {
  object-fit: cover;
  display: block;
}
.hero-content {
  position: absolute;
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: white;
  gap: 0px;
  color: #fff;
  z-index: 2;
}

/* Typography */
.hero-content h1 {
    font-size: 26px;
    color: #155dfc;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    /* font-size: smaller; */
    font-weight: 600;
    width: 88%;
    max-width: 396px;
    margin-top: 18px;
    font-weight: 600;
    line-height: 1;
}

.hero-content p {
  font-size: 9px;
  max-width: 600px;
  color: #57586e;
  margin-top: -4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  margin-top: -8px;
}
.hero-bg {
  width: 100%;
  max-width: 430px;
  height: auto;
  object-fit: cover;
  display: block;
}
/* .hero-fg {
  position: absolute;
  bottom: -3%;
  right: 58%;
  height: 71%;

  width: 135px;
  z-index: 1;
  pointer-events: none;

} */
@media (max-width: 768px) {
  .hero-fg {
    display: none;
  }

  .hero-content {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
}
.hero-fg {
  position: absolute;
  bottom: -2%; /* 👈 pushes 10% outside */
  right: 51.5%;

  height: 67%; /* 👈 image slightly taller than hero */
  width: auto;

  z-index: 1;
  overflow: visible;
}
.card-slider {
    position: absolute;
    left: 40%;
    top: 3%;
    inset: 1;
}
.offer-card {
  position: absolute;
    margin-top: 108px;
    /* margin-left: 185px; */
    /* transform: translateX(-50%); */
    background-color: rgba(21, 93, 252, 1);
    color: white;
    border-radius: 16px;
    padding: 24px;
    width: 180px;
    height: 115px;
    max-width: 400px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 3;

    opacity: 0;
    transform: translateY(20px);
    animation: switchCard 15s infinite;

}
.offer-card2 {
  position: absolute;
    margin-top: 108px;
    /* margin-left: 185px; */
    background-color: rgba(116, 198, 157, 1);
    color: white;
    border-radius: 16px;
    padding: 24px;
    width: 180px;
    height: 115px;
    max-width: 400px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 3;

    opacity: 0;
    transform: translateY(20px);
    animation: switchCard 15s infinite;

}
.offer-card3 {
  position: absolute;
    margin-top: 108px;
    /* margin-left: 185px; */
    background-color: rgba(255, 131, 29, 1);
    color: white;
    border-radius: 16px;
    padding: 24px;
    width: 180px;
    height: 115px;
    max-width: 400px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 3;

    opacity: 0;
    transform: translateY(20px);
    animation: switchCard 15s infinite;

}
.offer-card   { animation-delay: 0s; }
.offer-card2  { animation-delay: 5s; }
.offer-card3  { animation-delay: 10s; }

@keyframes switchCard {
  0%   { opacity: 0; transform: translateY(20px); }
  10%  { opacity: 1; transform: translateY(0); }
  30%  { opacity: 1; transform: translateY(0); }
  40%  { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 0; }
}

/* Batch Name */
.batch1 {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    margin-left: -4px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.discount {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-left: -5px;
    margin-bottom: -8px;
}
.validity {
    font-size: 6px;
    margin-top: 0px;
    opacity: 0.9;
    margin-left: -4px;
    margin-bottom: 5px;
}
.offer-button1 {
  width: 100px;
  height: 30px;
  background-color: white;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border-radius: 999px;
  padding: 3px 7px;
  font-weight: 500;
  border: none;
  margin-left: -3px;
  color: rgba(21, 93, 252, 1);
  transition: 0.3s;
  cursor: pointer;
}
.offer-button2 {
  color: rgba(116, 198, 157, 1);
  width: 100px;
  height: 30px;
  background-color: white;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border-radius: 999px;
  padding: 3px 7px;
  font-weight: 500;
  border: none;
  margin-left: -3px;
  transition: 0.3s;
  cursor: pointer;
}
    
.offer-button3 {
  color: rgba(255, 131, 29, 1);
  width: 100px;
  height: 30px;
  background-color: white;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border-radius: 999px;
  padding: 3px 7px;
  font-weight: 500;
  border: none;
  margin-left: -3px;
  transition: 0.3s;
  cursor: pointer;
}

.join-btn:hover {
    background-color: #e5e7eb;
}
.info-card {
  position: relative;
  display: flex;
  width: 89%;
  max-width: 420px;
  background-color: #f9ee0f;
  margin: auto;
  border-radius: 10px;
  margin-top: 6px;
  background-size: cover;
  background-position: center;
  min-height: 150px;
  height: 165px;
}
.info-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  /* left: 54%; */
  /* object-fit: contain; */
  overflow: hidden;
  /*mix-blend-mode: screen; */
}
.info-image video {
  width: 160px;
  height: 165px;
  margin-left: 35px;
  margin: auto;
  border-radius: 10px;
  /* margin-top: 6px; */
  /* background-size: cover; */
  /* background-position: center; */
  max-height: 200px;
  max-width: 200px;
  /* overflow: hidden; */
  z-index: 0;
  /* margin-bottom: 100px */
  margin-top: -10px;
  margin-left: 215px;
  mix-blend-mode: luminosity;
  
}



.info-text {
  margin: 25px 40px;
  align-items: center;
  font-size: 5px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}
.info-text h1 {
  margin: 13px -10px;
  align-items: center;
  font-size: 26px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
    font-weight: 600;
}

/* .info-card2 {
  display: flex;
  background-color: #EBF7FF;
  width: 98%;
  height: 135px;
  margin: auto;
  border-radius: 10px;
  margin-top: 10px;
} */
.info-card2 {
  width: 89%;
  max-width: 420px;
    margin: auto;
    margin-top: 6px;
    background-color: #ebf7ff;
    border-radius: 10px;
    height: 160px;
    padding: 19px 23px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 28px;
    row-gap: 16px;
}
.stat h2 {
  margin: auto;
  font-size: 23px;
  font-weight: 600;
  color: #1e78ff;
  margin-bottom: 6px;
  gap: 2px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.stat p {
  font-size: 8px;
  color: #57586e;
}
.news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  /* width: 100%;
  max-width: 460px;
*/
}
.info-card3 {
  background-color: #ebf7ff;
  height: 30px;
  width: 110px;
  border-radius: 50px;
  /* align-items: center; */
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -273px;
}
.info-card3 p {
  font-size: 10px;
  font-weight: 600;
  padding: 7px 8px;
  color: #57586e;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}
.scroll-container {
  overflow: hidden;
  width: 89%;
  max-width: 394px;
  
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 20s linear infinite;
  display: flex;
  gap: 20px;
}

.scroll-track img {
  height: 22px;
  margin-right: 14px;
  flex-shrink: 0;
}

@keyframes scrollLeft {
  to {
    transform: translateX(-50%);
  }
}
/* .heading2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.heading2 h1 {
  color: #155DFC;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px; */
.headline {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #155dfc;
  margin: 25px auto;
}

.headline span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}
.para {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: rgba(87, 88, 110, 1);
  margin-top: 0px;
  font-size: 13px;
  width: 87%;
  display: flex;
  flex-direction: column;
  text-align: justify;
  text-align-last: center;
  margin-left: 27px;
}
.para1 {
  display: block;
  text-align: justify;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #57586e;
  font-size: 13px;
  /* margin-bottom: 3px; */
  margin-top: -5px;
}
.para2 {
  margin-top: 0px;
}
.para2 span {
  display: block;
  text-align: justify;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #57586e;
  font-size: 13px;
  /* margin-bottom: 3px; */
}
.para3 {
  margin-top: 0px;
}
.para3 span {
  display: block;
  text-align: justify;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #57586e;
  font-size: 13px;
  /* margin-bottom: 3px; */
}
.icons {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  column-gap: 38px;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}
.faculties {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
  fill: #155dfc;
  stroke: #155dfc;
}
.faculties img {
  height: 55px;
  width: 40px;
  margin-bottom: 10px;
  margin-top: 15px;
  fill: #155dfc;
  stroke: #155dfc;
}
.faculties p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 
}
.live {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.live img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.live p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  line-height:1; 
}
.tests {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.tests img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.tests p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 
}
.support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.support img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.support p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 

}
.counselling {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.counselling img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.counselling p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 
}
.crash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.crash img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.crash p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 
}
.question {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.question img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.question p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 
}
.internship {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}
.internship img {
  height: 56px;
  width: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.internship p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height:1; 
}
.para4 {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 11px;
  font-size: 13px;
  color: rgba(87, 88, 110, 1);
  width: 87%;
  display: flex;
  text-align: justify;
  text-align-last: center;
  margin-left: 27px;
  
}

.readmore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.readmore summary {
  list-style: none;          /* removes default arrow */
  cursor: pointer;
  color: #2563eb;            /* blue color */
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

.readmore summary::-webkit-details-marker {
  display: none;
}

/* hover effect */
.readmore summary:hover {
  text-decoration: underline;
}

.readmore summary::-webkit-details-marker {
  display: none;
}
.readmore[open] summary {
  display: none;
}
.readmore p{
  display: block;
  text-align: justify;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: rgba(87, 88, 110, 1);
  font-size: 13px;
  margin-top: 0px;
  
}
.heading3 {
  text-align: center;
  color: #57586e;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 600;
  margin-top: 40px;
  font-size: larger;
  margin-bottom: 30px;
}
.batch {
  display: grid;
  grid-template-columns: repeat(4, 0fr);
  column-gap: 16px;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
}
.s1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s1 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s2 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s3 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s4 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s5 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s6 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s7 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s7 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.s8 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: 65px;
  height: 60px;
  border-radius: 10px;
}
.s8 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  margin-left: 3px;
}
.flip-container {
  perspective: 1000px;
  width: 280px;
  height: 450px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: 0px;
  transform: translateZ(0);
}

.flip-card {
  width: 100%;
  height: 100%; 
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(0.0001deg);
}

.flip-card.flipped {
  transform: rotateY(180deg);
}
/* front & back */
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.flip-front video,
.flip-back video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.flip-back {
  transform: rotateY(180deg);
}
.video-section {
  display: grid;
  grid-template-columns: repeat(3, .5fr);
  column-gap: 0px;
  place-items: center;
  width: 100%;
}
#flipRight {
  border: none;
  background-color: white;
}
#flipLeft {
  border: none;
  background-color: white;
}
.img1 {
  position: relative;
}
.img2 {
  position: absolute;
}
.topper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 35px; */
  z-index: 1;
}
.review p {
    position: absolute;
    width: 144px;
    height: 30px;
    background-color: white;
    top: 10%;
    color: #57586e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
.small {
  font-size: 6px !important;
  margin-top: 20px;
}
.review-icon {
  position: absolute;
  width: 70px;
  height: 35px;
  margin-top: 100px;
  margin-top: 104px;
  margin-left: 4px;
  background-color: white;

}
.reviewdiv p {
  position: absolute;
  text-align: center;
  margin-bottom: 65px;
  background-color: white;
  z-index: 2;
  width: 300px;
  height: 60px;
  line-height: 1.5;
    font-size: 12px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #57586e;
  margin-bottom: 4px;
  background-color: white;
  font-weight: 500;

}
.reviewdiv {
  position: absolute;
  left: 12%;
  /* bottom: 72%; */
  top: 29%;
  transform: translateY(-50%);
  width: 300px;
}
.fivestar {
  position: absolute;
  width: 94px;
  height: 30px;
  top: 49%;
  margin-left: 4px;
}
.review2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 35px; */
  z-index: 1;
}
.review2 p {
    position: absolute;
    width: 144px;
    height: 30px;
    background-color: white;
    top: 10%;
    color: #57586e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
.small2 {
  font-size: 6px !important;
  margin-top: 20px;
}
.review-icon2 {
  position: absolute;
  width: 70px;
  height: 35px;
  margin-top: 100px;
  margin-top: 104px;
  margin-left: 4px;
  background-color: white;

}
.reviewdiv2 p {
  position: absolute;
    text-align: center;
    z-index: 2;
    width: 300px;
    height: 70px;
    line-height: 1.5;
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #57586e;
    margin-bottom: 0px;
    background-color: white;
    font-weight: 500;
    margin-top: 1px;

}
.reviewdiv2 {
  position: absolute;
  left: 12%;
  /* bottom: 72%; */
  top: 29%;
  transform: translateY(-50%);
  width: 300px;
}
.review3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 35px; */
  z-index: 1;
}
.review3 p {
    position: absolute;
    width: 144px;
    height: 30px;
    background-color: white;
    top: 10%;
    color: #57586e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}
.small3 {
  font-size: 6px !important;
  margin-top: 20px;
}
.review-icon3 {
  position: absolute;
  width: 70px;
  height: 35px;
  margin-top: 100px;
  margin-top: 104px;
  margin-left: 4px;
  background-color: white;

}
.reviewdiv3 p {
  position: absolute;
    text-align: center;
    z-index: 2;
    width: 300px;
    height: 75px;
    line-height: 1.5;
    font-size: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #57586e;
    margin-bottom: 0px;
    background-color: white;
    font-weight: 500;
    margin-top: -9px;

}
.reviewdiv3 {
  position: absolute;
  left: 12%;
  /* bottom: 72%; */
  top: 29%;
  transform: translateY(-50%);
  width: 300px;
}
.review-slider {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 4%;
}
.main-review {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review,
.review2,
.review3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 396px;
}

/* visible card */
.active {
  opacity: 1;
  z-index: 2;
}
  
/* .review1 span {
  display: block;
  font-size: 16px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #57586e;
  margin-bottom: 4px;
  background-color: white;
} */

.footer {
  background-color: #f6ea00;
  width: 100%;
}
.heading4 {
  display: block;
  text-align: left;
  /* margin-left: 10px; */
  padding: 40px;
  gap: 10px;
}
.heading4 h1 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
  color: #155dfc;
  margin-bottom: 3px;
}
.heading4 p {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  color: #155dfc;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}
.start a {
  border: 1px solid #155dfc;
  text-decoration: none;
  margin-left: 41px;
  padding: 14px 0px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  border-color: #155dfc;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  width: 135px;
  height: 30px;
  margin-top: -15px;
  margin-bottom: 20px;
}
.footbut {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 300;
  background: #f6ea00;
  color: #155dfc;
  width: 30px;
  height: 10px;
  width: auto;
  border-color: #155dfc;
}
.footgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-left: 41px;
  row-gap: 6px;
  margin-top: 15px;
}
.footgrid h3 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.footgrid p {
  font-size: 10px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}
.footgrid2 {
  display: flex;
  flex-direction: column;
  margin-left: 41px;
  row-gap: 6px;
  margin-top: 15px;
}
.footgrid2 h3 {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.footgrid2 p {
  font-size: 10px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
  margin-bottom: 3px;
}
.footend {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}
.footend hr {
  width: 80.5%;
  background-color: #000;
  border: none;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.footend2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 42px;
  width: 75%;
}
.footend2 p {
  margin-bottom: 15px;
  color: #000;
  font-size: 7px;
}
footer {
  margin-bottom: 10px;
}
.footgrid a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footgrid img {
  width: 100px;
  height: auto;
  margin-top: -2px;
}
a[href^="tel"] {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}
a[href^="mailto"] {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}
.slide-box {
  height: 200px;
  background: #0d6efd;
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Remove any shadow or 3D feel */
.carousel-item {
  transition: transform 0.5s ease-in-out;
}

.carousel-inner {
  box-shadow: none;
}
#simpleSlider {
  width: 270px;
  height: 400px;
  margin: auto;
}

.carousel-inner,
.carousel-item,
.slide-box {
  width: 270px;
  height: 400px;
  border-radius: 10px;
  
}

.slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills nicely */
  border-radius: 12px; /* optional */
  gap: 10px;
}
.faculties .icn {
    width: 50px;
    height: 60px;
    color: #155dfc;
    margin-top: 15px;   /* controls icon color */
    margin-left: 0px;
}
.live .icn {
    width: 60px;
    height: 60px;
    color: #155dfc;
    margin-top: 15px;  /* controls icon color */
    margin-left: -2px;
}
.tests .icn {
    width: 50px;
    height: 60px;
    color: #155dfc;
    margin-top: 13px;   /* controls icon color */
}
.support .icn {
    width: 55px;
    height: 60px;
    color: #155dfc;
    margin-left: 10px;
    margin-top: 13px;
}
.counselling .icn {
    width: 55px;
    height: 60px;
    color: #155dfc;
    margin-top: 13px;   /* controls icon color */
}
.crash .icn {
  width: 59px;
  height: 60px;
  color: #155dfc;
  margin-top: 10px;   /* controls icon color */
}
.question .icn {
    width: 55px;
    height: 60px;
    color: #155dfc;
    margin-top: 12px;   /* controls icon color */
}
.internship .icn {
    width: 54px;
    height: 60px;
    color: #155dfc;
    margin-top: 12px;   /* controls icon color */
}
.icn path {
  fill: #155dfc !important;
}
.icn path,
.icn circle {
  fill: currentColor !important;
}
.hero-astronaut {
  position: absolute;
  top: 43%;
  left: 82%;
  width: 500px; /* adjust as needed */
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: transparent;
  width: 200px;
  height: 200px;
}
.hero {
  background: linear-gradient(135deg, red, blue);
}




