/* =============================================
   BASE / RESET
   ============================================= */
:root {
  color-scheme: only light;
}

   input,
label {
  margin-bottom: 10px;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

/* =============================================
   MAIN BODY — constrained on desktop, full on mobile
   ============================================= */
.main_body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 430px;
}

/* =============================================
   HEADER
   ============================================= */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background: #ffffff;
  border: none;
  height: 40px;
  position: fixed;
  width: 96%;
  border-radius: 10px;
  max-width: 429px;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

@media (max-width: 480px) {
  header {
    max-width: 100%;
    padding: 10px 16px;
  }
}

/* =============================================
   FORM CARD  (.one / .two)
   ============================================= */
.one {
  position: relative;
  background-color: #155dfc;
  width: 95%;
  max-width: 421px;
  height: auto;
  min-height: 400px;
  padding: 20px 0;
  display: flex;
  margin: auto;
  border-radius: 10px;
  margin-top: 5px;
  z-index: 900 !important;
}

.two {
  background-color: #fff;
  width: 96%;
  max-width: 330px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  z-index: 999 !important;
}

@media (max-width: 380px) {
  .one {
    width: 95%;
    padding: 15px 0;
  }
  .two {
    width: 95%;
  }
}

/* =============================================
   FORM ELEMENTS
   ============================================= */
.form_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

input {
  width: min(280px, 80vw);
  line-height: normal;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: 10px;
  height: 36px;
  box-sizing: border-box;
}

.form-bottom {
  margin-left: 1px;
}

.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;
}

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 / SELECT
   ============================================= */
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: min(280px, 80vw);
  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: 36px;
  overflow: hidden;
  color: #000;
  z-index: 9999 !important;
  box-sizing: border-box;
}

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

select {
  width: min(265px, 80vw);
  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;
}

/* =============================================
   BUTTONS
   ============================================= */
.butt {
  color: #fff;
  /* background-color: #c8c8c8; */
  height: 28px;
  width: 94px;
  border: none;
  border-radius: 7px;
  font-size: 17px;
  padding: 0px 1px;
  background-color: #155dfc;
  font-weight: 500;
  /* box-shadow: 7px 2px 8px rgba(0,0,0,0.08); */
}

.butt:hover {
  background-color: #155dfc;
  transform: translateY(-1px);
}

/* =============================================
   NAV
   ============================================= */
.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;
  align-items: center;
  justify-content: center;
  height: 10px;
}

.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);
}

@media (max-width: 600px) {
  .site-header {
    padding: 10px 16px;
  }
  .auth-nav a {
    padding: 4px 10px;
    font-size: 9px;
  }
}

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(135deg, red, blue); */
  margin-top: 30px;
}

.hero img {
  object-fit: cover;
  display: block;
}

.hero-bg {
  width: 94.9%;
  max-width: 430px;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: white;
  gap: 0px;
  z-index: 2;
}

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

.hero-content p {
  font-size: clamp(8px, 2vw, 9px);
  max-width: 600px;
  color: #57586e;
  margin-top: -8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.hero-fg {
  position: absolute;
  margin-bottom: -98px;
  right: 51.5%;
  height: 67%;
  width: auto;
  z-index: 0;
  overflow: visible;
}

@media (max-width: 768px) {
  .hero-fg {
    display: none;
  }
  .hero-content {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
}

/* =============================================
   OFFER CARDS
   ============================================= */
.card-slider {
  position: absolute;
  left: 35%;
  top: -5%;
  inset: 1;
}

.offer-card,
.offer-card2
 {
  position: absolute;
  pointer-events: none;
  margin-top: 80px;
  /* color: white; */
  /* border-radius: 16px; */
  padding: 24px;
  width: clamp(140px, 50vw, 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(0) scale(1.02);
  animation: switchCard 10s infinite;
  will-change: transform, opacity;
  backface-visibility: hidden;  
}
.offer-card img {
  border-radius: 10px;
  width: 250px;
  height: 115px;
  min-width: 180px;
}
.offer-card2 img {
  border-radius: 10px;
  width: 250px;
  min-width: 180px;
  height: 115px;
}


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

/* @keyframes switchCard {
  0%   { opacity: 0; transform: translateY(20px); pointer-events: none; }
  10%  { opacity: 1; transform: translateY(0); pointer-events: auto; }
  30%  { opacity: 1; transform: translateY(0); pointer-events: auto; }
  40%  { opacity: 0; transform: translateY(-20px); pointer-events: none; }
  100% { opacity: 0; pointer-events: none; }
} */

@keyframes switchCard {
  0%   { opacity: 0; transform: translateY(20px); pointer-events: none; }
  8%   { opacity: 1; transform: translateY(0); pointer-events: auto; }
  45%  { opacity: 1; transform: translateY(0); pointer-events: auto; }
  53%  { opacity: 0; transform: translateY(-20px); pointer-events: none; }
  100% { opacity: 0; pointer-events: none; }
}

.batch1 {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  margin-left: -4px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.discount {
  font-size: clamp(24px, 7vw, 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,
.offer-button2,
.offer-button3 {
  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-button1 { color: rgba(21, 93, 252, 1); }
.offer-button2 { color: rgba(116, 198, 157, 1); }
.offer-button3 { color: rgba(255, 131, 29, 1); }

.join-btn:hover {
  background-color: #e5e7eb;
}

/* =============================================
   INFO CARD (yellow video card)
   ============================================= */
.info-card {
  position: relative;
  display: flex;
  width: 95%;
  max-width: 420px;
  background-color: #f5eb1c;
  margin: auto;
  border-radius: 10px;
  margin-top: 6px;
  background-size: cover;
  background-position: center;
  min-height: 150px;
  height: 165px;
  overflow: hidden;
}

.info-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.info-image video {
  width: clamp(120px, 60%, 190px);
  height: 185px;
  margin: auto;
  border-radius: 10px;
  max-height: 200px;
  max-width: 200px;
  z-index: 0;
  margin-top: -20px;
  margin-left: 215px;
  /* mix-blend-mode: multiply; */
}

@media (max-width: 380px) {
  .info-image video {
    margin-left: 160px;
    width: 120px;
  }
}

.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: clamp(20px, 5vw, 26px);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

/* =============================================
   INFO CARD 2 (stats grid)
   ============================================= */
.info-card2 {
  width: 95%;
  max-width: 420px;
  margin: auto;
  margin-top: 6px;
  background-color: #ebf7ff;
  border-radius: 10px;
  height: auto;
  min-height: 160px;
  padding: 19px 23px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 16px;
  box-sizing: border-box;
}

@media (max-width: 320px) {
  .info-card2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat h2 {
  margin: auto;
  font-size: clamp(18px, 5vw, 23px);
  font-weight: 600;
  color: #1e78ff;
  margin-bottom: 6px;
  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 / INFO CARD 3
   ============================================= */
.news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
}

.info-card3 {
  background-color: #ebf7ff;
  height: 30px;
  width: 110px;
  border-radius: 50px;
  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 / LOGO MARQUEE
   ============================================= */
.scroll-container {
  overflow: hidden;
  width: 95%;
  max-width: 394px;
}

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

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

@keyframes scrollLeft {
  to {
    transform: translateX(-50%);
  }
}

/* =============================================
   HEADLINE / TYPOGRAPHY
   ============================================= */
.headline {
  text-align: center;
  font-size: clamp(36px, 10vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  color: #155dfc;
  margin: 25px auto;
}

.headline span {
  font-size: clamp(20px, 6vw, 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-top: -5px;
}

.para2, .para3 {
  margin-top: 0px;
}

.para2 span, .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;
}

/* =============================================
   FEATURE ICONS GRID
   ============================================= */
.icons {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  column-gap: 38px;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

@media (max-width: 360px) {
  .icons {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    padding: 0 16px;
  }
}

/* Shared feature card styles */
.faculties,
.live,
.tests,
.support,
.counselling,
.crash,
.question,
.internship {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 140px;
  background-color: #ebf7ff;
  border-radius: 10px;
}

@media (max-width: 360px) {
  .faculties,
  .live,
  .tests,
  .support,
  .counselling,
  .crash,
  .question,
  .internship {
    width: 100%;
    height: 110px;
  }
}

.faculties p, .live p, .tests p, .support p,
.counselling p, .crash p, .question p, .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;
}

/* Icon image sizing */
.faculties img { height: 55px; width: 40px; margin-bottom: 10px; margin-top: 15px; }
.live img      { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 20px; }
.tests img     { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 15px; }
.support img   { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 15px; }
.counselling img { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 15px; }
.crash img     { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 15px; }
.question img  { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 15px; }
.internship img { height: 56px; width: 55px; margin-bottom: 10px; margin-top: 15px; }

/* SVG icon colours */
.faculties .icn  { width: 50px; height: 60px; color: #155dfc; margin-top: 15px; }
.live .icn       { width: 60px; height: 60px; color: #155dfc; margin-top: 15px; margin-left: -2px; }
.tests .icn      { width: 50px; height: 60px; color: #155dfc; margin-top: 13px; }
.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; }
.crash .icn      { width: 59px; height: 60px; color: #155dfc; margin-top: 10px; }
.question .icn   { width: 55px; height: 60px; color: #155dfc; margin-top: 12px; }
.internship .icn { width: 54px; height: 60px; color: #155dfc; margin-top: 12px; }

.icn path,
.icn circle {
  fill: currentColor !important;
}

/* =============================================
   READ MORE
   ============================================= */
.para4 {
  margin-top: 30px;
  margin-bottom: 0px;
  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;
  cursor: pointer;
  color: #2563eb;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}

.readmore summary::-webkit-details-marker { display: none; }
.readmore summary:hover { text-decoration: underline; }
.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;
}

/* =============================================
   HEADING 3
   ============================================= */
.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 GRID (s1–s8)
   ============================================= */
.batch {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 16px;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 360px) {
  .batch {
    grid-template-columns: repeat(4, auto);
    column-gap: 10px;
  }
}

.s1, .s2, .s3, .s4,
.s5, .s6, .s7, .s8 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf7ff;
  width: clamp(52px, 14vw, 65px);
  height: 60px;
  border-radius: 10px;
}

.s1 h1, .s2 h1, .s3 h1, .s4 h1,
.s5 h1, .s6 h1, .s7 h1, .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: clamp(20px, 6vw, 28px);
  margin-top: 8px;
  margin-left: 3px;
}

/* =============================================
   VIDEO FLIP CARD
   ============================================= */
.flip-container {
  perspective: 1000px;
  width: clamp(220px, 70vw, 280px);
  height: 450px;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: translateZ(0);
  object-fit: cover;
  aspect-ratio: 9/16 !important;
}

.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);
}

.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;
  aspect-ratio:9/16;
}

.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,
#flipLeft {
  border: none;
  background-color: white;
}

/* =============================================
   TOPPER / REVIEW SECTION
   ============================================= */
.img1 { position: relative; }
.img2 { position: absolute; }

.topper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.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;
}

.active {
  opacity: 1;
  z-index: 2;
}

.review p,
.review2 p,
.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;
}

.small  { font-size: 6px !important; margin-top: 20px; }
.small2 { font-size: 6px !important; margin-top: 20px; }
.small3 { font-size: 6px !important; margin-top: 20px; }

.review-icon,
.review-icon2,
.review-icon3 {
  position: absolute;
  width: 70px;
  height: 35px;
  margin-top: 104px;
  margin-left: 4px;
  background-color: white;
}

.reviewdiv,
.reviewdiv2,
.reviewdiv3 {
  position: absolute;
  justify-content: center;
  top: 29%;
  transform: translateY(-50%);
  width: 300px;
}

.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;
  font-weight: 500;
}

.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;
  background-color: white;
  font-weight: 500;
  margin-top: 1px;
}

.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;
  background-color: white;
  font-weight: 500;
  margin-top: -9px;
}

.fivestar {
  position: absolute;
  width: 94px;
  height: 30px;
  top: 49%;
  margin-left: 4px;
}

.review-slider {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-review {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100vh; */
  width: 100%;
  max-width: 430px;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background-color: #f6ea00;
  width: 100%;
}

.heading4 {
  display: block;
  text-align: left;
  padding: 25px;
  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: 27px;
  padding: 14px 0px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  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: auto;
  height: 10px;
  border-color: #155dfc;
}

.footgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-left: 27px;
  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;
}

.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;
}

.footgrid2 {
  display: flex;
  flex-direction: column;
  margin-left: 27px;
  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: 86%;
  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: 27px;
  width: 75%;
}

.footend2 p {
  margin-bottom: 15px;
  color: #000;
  font-size: 7px;
}

footer {
  margin-bottom: 10px;
}

a[href^="tel"] {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

a[href^="mailto"] {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

/* =============================================
   BOOTSTRAP CAROUSEL OVERRIDE
   ============================================= */
.slide-box {
  height: 200px;
  background: #0d6efd;
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item {
  transition: transform 0.5s ease-in-out;
}

.carousel-inner {
  box-shadow: none;
}

#simpleSlider {
  width: clamp(220px, 70vw, 270px);
  height: 400px;
  margin: auto;
}

.carousel-inner,
.carousel-item,
.slide-box {
  width: clamp(220px, 70vw, 270px);
  height: 400px;
  border-radius: 10px;
}

.slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* =============================================
   ASTRONAUT OVERLAY
   ============================================= */
.hero-astronaut {
  position: absolute;
  top: 43%;
  left: 82%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: transparent;
}

@media (max-width: 400px) {
  .hero-astronaut {
    width: 140px;
    height: 140px;
    left: 78%;
  }
}

/* =============================================
   BODY PADDING — remove large padding on small screens
   ============================================= */
@media (max-width: 500px) {
  body {
    padding: 0;
  }
  .main_body {
    width: 100%;
  }
  header {
    max-width: 100%;
  }
}