nav {
  position: absolute;
}

#cta-lp {
  width: 160px;
}

.lm-btn {
  margin-top: auto;
  width: 100px;
}

.top-section,
#testimonial {
  padding-top: 4rem;
}

#last-cta {
  width: 115px;
}

/*Top landing section*/
.landing-container {
  background-position: 70% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  /* display: flex; */
  /* justify-content: flex-end; */
  /* align-items: center; */
}

#topCaptDesc p {
  text-align: left;
}

.left-landing-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: 0rem 3rem;
  color: #666362;
  position: absolute;
  top: 40%;
  right: 0;
  width: min(100vw, 500px);
}

@media only screen and (min-width: 992px) {
  .left-landing-box {
    width: 50vw;
  }
}

.left-landing-box p {
  line-height: 1.5rem;
}

/* Event Promo */
.event-promo-header {
  font-size: 1.75rem;
  color: #ff7b00;
  padding: 1.25rem 0;
}

.event-promo-container {
  max-width: 850px;
  margin: auto;
  position: relative;
  overflow: hidden;

  flex-direction: column;

  background: linear-gradient(135deg, #ffd966 0%, #fff9e6 100%);
  padding: 1rem 0;
  border-radius: 1rem;
}

.event-promo-container::before,
.event-promo-container::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--brand-primary, #ff7b00);
  opacity: 0.08;
}

/* Primary circle accents */
.event-promo-container::before {
  width: 180px;
  height: 180px;
  top: -50px;
  left: -60px;
}

.event-promo-container::after {
  width: 240px;
  height: 240px;
  bottom: -80px;
  right: -70px;
}

.event-promo {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 20em;
  height: 100%;
  padding: 1rem;
}

.event-promo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;

  border-radius: 0.5rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.event-promo img:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.event-promo a {
  margin: auto;
}

.event-promo .ep-btn {
  background-color: #ff7b00;
}

.eventPromoSwiper .swiper-button-next,
.eventPromoSwiper .swiper-button-prev {
  top: unset;
  bottom: 5.5px;
  color: #fff !important;
  background-color: #ffb74d;
}

.eventPromoSwiper .swiper-button-next:hover,
.eventPromoSwiper .swiper-button-prev:hover {
  background-color: #ff9e33;
}

.eventPromoSwiper .swiper-button-next {
  right: 1rem;
  left: unset;
}

.eventPromoSwiper .swiper-button-prev {
  left: 1rem;
  right: unset;
}

/*Feature container*/
.feature-container {
  flex-direction: column;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  width: 100%;
  /* min-height: 35em; */
  display: flex;
  align-items: start;
}

.feature {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 20em;
  height: 100%;
}

.feature img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.feature .iframe-cont {
  width: 100%;
  display: flex;
  height: 70%;
  background: radial-gradient(at center, #020202, #8a8a8a);
}

.feature iframe {
  margin: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.feature-desc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  line-height: 1.3rem;
}

/* .feature-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

.program-desc {
  gap: 0.7rem;
  flex-grow: 1;
}

.title {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

/*Testimonial*/
.testimonial-container {
  flex-direction: column;
  gap: 2rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 425px;
  width: 100%;
}

.testimonial img {
  width: 100%;
  height: 100%;
  max-width: 425px;
  max-height: 425px;
  object-fit: cover;
}

.content {
  display: flex;
  flex-direction: column;
  line-height: 1.5rem;
}

.name {
  padding-top: 1rem;
}

/*FAQ section*/
.faq-title {
  padding-bottom: 2rem;
}

.faq-title h2 {
  text-align: center;
}

.questions-container {
  max-width: 800px;
  margin: 0 auto;
}

.question {
  border-bottom: 1px solid #666362;
}

.question span {
  font-size: 1rem;
  text-align: left;
}

.question button {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0.938rem;
  border: none;
  outline: none;
  font-size: 1.375rem;
  color: black;
  cursor: pointer;
}
.question > p,
.question > div {
  font-size: 1.375rem;
  max-height: 0;
  opacity: 0;
  line-height: 1.5rem;
  overflow: hidden;
  transition: all 0.6s ease;
}
.question a {
  color: #666362;
}

#infographic-link {
  color: black;
}

.imageQaParent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imageQaParent img {
  width: auto;
  max-height: 30vh;
  min-height: 200px;
  cursor: pointer;
}

/*for js*/
.question .show {
  max-height: 100%;
  opacity: 1;
  padding: 0rem 0.938rem 1.875rem 0.938rem;
  font-size: 1rem;
}

/*Last cta section*/
.cta-container {
  flex-direction: column;
  gap: 1rem;
}

.cta-container h2 {
  text-align: center;
}

.cta-text {
  max-width: 450px;
}
/*media queries*/
/*Background image sizing*/
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .landing-container {
    background-position: 75% 25%;
  }

  .feature-desc .title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media only screen and (min-width: 425px) and (max-width: 700px) {
  .landing-container {
    background-position: 80% 20%;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .landing-container {
    background-position: 60% 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .landing-container {
    background-position: bottom;
  }

  .event-promo {
    padding: 1rem 70px;
  }

  .eventPromoSwiper .swiper-button-next {
    right: 70px;
    left: unset;
  }

  .eventPromoSwiper .swiper-button-prev {
    left: 70px;
    right: unset;
  }
}

/*Others*/
@media only screen and (max-width: 767px) {
  .content > p {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .landing-container {
    height: 100vh;
  }

  .left-landing-box {
    padding-right: 2rem;
  }

  .testimonial {
    flex-direction: row;
    max-width: unset;
  }

  .reverse {
    flex-direction: row-reverse;
  }

  .content {
    padding: 2rem;
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 1200px) {
  section {
    padding: 3rem 6rem;
  }

  .left-landing-box {
    padding-right: 5rem;
  }
}

@media only screen and (min-width: 1500px) {
  .left-landing-box {
    padding-left: 0rem;
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 1600px) {
  .left-landing-box {
    padding-left: 0rem;
    padding-right: 20rem;
  }
}

/* For Modal */
.popup-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
}

.popup-img i {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
}

.popup-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .popup-img img {
    width: 95%;
  }
}
