/*64px max*/
/*48px max*/
/*24px max*/
/*20px max*/
/*16px max*/
.main {
  background-color: #081935;
}

.methodology-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #081935;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}

.methodology-hero__heading {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: clamp(1.125rem, 0.6101694915rem + 1.0169491525vw, 1.5rem);
  color: #FFF48B;
  text-align: center;
  margin: 50px 20px;
}
@media (max-width: 39.9375em) {
  .methodology-hero__heading {
    font-size: 20px;
    margin: 30px 0;
    margin-bottom: 0;
  }
}

.bg_blue {
  background-color: #081935;
}

/* Container for cards */
.methodology-card-ctr {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #081935;
}
@media (max-width: 39.9375em) {
  .methodology-card-ctr {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 60px;
  }
}

/* Card base */
.methodology-card {
  background-color: #fff689; /* yellow background */
  width: 460px;
  height: 455px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  box-sizing: border-box;
}

/* Card elements */
.methodology-card__title {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 24px;
  color: #003F48; /* dark green */
  max-width: 320px;
}
@media (max-width: 39.9375em) {
  .methodology-card__title {
    font-size: 24px;
  }
}

.methodology-card__title--small-w {
  max-width: 200px;
}

.methodology-card__image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (max-width: 39.9375em) {
  .methodology-card__image {
    width: 180px;
    height: 180px;
  }
}

.methodology-card__description {
  font-size: 16px;
  line-height: 1.3;
  color: #001233;
  max-width: 300px;
}
@media (max-width: 39.9375em) {
  .methodology-card__description {
    font-size: 14px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .methodology-card {
    width: 90%;
    height: auto;
    padding: 24px 16px;
  }
  .methodology-card__image {
    width: 150px;
    height: 150px;
  }
}
.bg-blue {
  background-color: #081935;
}

.methodology-hero-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #FFF48B;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  min-height: 585px;
}

.methodology-hero-video::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 66%;
  height: 100%;
  transform: translate(0%, -50%);
  background: url(../assets/methodology-bg-yellow.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 39.9375em) {
  .methodology-hero-video::before {
    width: 100%;
  }
}

.methodology-hero-video__heading {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: clamp(1.875rem, 0.3305084746rem + 3.0508474576vw, 3rem);
  color: #003F48;
  padding: 20px 20px;
  text-align: center;
  max-width: 840px;
}

.methodology-hero-video__countdown {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.countdown-container {
  text-align: center;
  padding: 40px;
  border-radius: 15px;
}

.methodology-countdown-heading {
  color: #003F48;
  font-size: clamp(2.625rem, 0.7372881356rem + 3.7288135593vw, 4rem);
  margin-bottom: 20px;
}
@media (max-width: 39.9375em) {
  .methodology-countdown-heading {
    font-size: clamp(1.875rem, 0.3305084746rem + 3.0508474576vw, 3rem);
  }
}

.methodology-countdown-sub-heding {
  color: #003F48;
  font-size: clamp(1.125rem, 0.6101694915rem + 1.0169491525vw, 1.5rem);
  margin: 0;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 20px; /* This gap works for desktops */
  margin-top: 20px;
}

.time-box {
  background-color: #FFF48B;
  color: #081935;
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 120px;
}
@media (min-width: 64em) {
  .time-box {
    min-width: 160px;
  }
}

.time-box span {
  font-size: 2.5em;
  font-weight: bold;
}

.time-box p {
  font-size: 0.8em;
  margin: 5px 0 0;
  text-transform: uppercase;
}

/* --- Media Query for Mobile Responsiveness --- */
@media (max-width: 600px) {
  .countdown-container {
    padding: 20px; /* Smaller padding for mobile */
  }
  h1 {
    font-size: 2em; /* Smaller header on mobile */
  }
  #countdown {
    flex-direction: column; /* Stack the boxes vertically */
    gap: 0; /* Remove the gap */
  }
  .time-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px; /* Add space between stacked boxes */
    min-width: unset; /* Remove min-width restriction */
  }
  .time-box span {
    font-size: 2em; /* Smaller numbers */
  }
  .time-box p {
    font-size: 0.7em; /* Smaller text */
  }
}

/*# sourceMappingURL=methodology.css.map */
