* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  font-family: "Montserrat", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h2 {
  font-weight: 700;
  font-size: 4.5rem;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
}
img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__hero--image {
  height: 70vh;
}

.section__hero--context {
  display: flex;
  max-width: 120rem;
  gap: 5vw;
  margin: 0 auto;
  align-items: center;
  margin-top: -13rem;
  background-color: white;
  z-index: 100;
  position: relative;
  padding: 5rem;
  border-radius: 3rem;
  margin-top: -25rem;
}

.section__hero--heading {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  color: black;
  line-height: 1.2;
  text-align: start;
}

.section__hero--heading-para {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.6rem;
  color: #555555;
  line-height: 1.6;
}

.section__journey {
  background-image: linear-gradient(rgba(4, 4, 4, 0.7), rgba(4, 4, 4, 0.7));
}

.journey__heading {
  color: white;
}

.journey__container {
  position: relative;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}

.journey__context {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  z-index: 10;
  transform: none !important; /* Remove translate hack */
  top: auto !important;
  left: auto !important;
}

.journey__sub-heading {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: center;
  color: white;
}

.youtube-container {
  width: 57rem;
  aspect-ratio: 1.78;
}

.youtube-container iframe {
  width: 100%;
  height: 100%;
}

.journey__notice {
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
}
.journey__overlay {
  background-image: linear-gradient(
    rgba(4, 4, 4, 0.7),
    rgba(4, 4, 4, 0.7)
  ) !important;
}

.journey__container video,
.journey__container .tcb-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.journey__container-2 {
  background-color: #f5f5f5;
  padding: 10rem;
}

.journey__container-2--flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 120rem;
  margin: 0 auto;
}

.journey__container-2--main-heading {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

.subheading-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}

.journey__container-2--grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}
.journey__grid {
  display: flex;
  flex-direction: column;
  background-color: #bed7db;
}

.journey__grid--logo-1 {
  max-width: 36.5rem;
  aspect-ratio: 3.1;
  align-self: center;
}

.journey__grid--logo-2 {
  max-width: 14rem;
  aspect-ratio: 140/118;
  align-self: center;
}

.journey__table-heading {
  background-color: #1b80c0;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

.investment-table {
  max-width: 90%;
  margin: 2rem auto;
}

.investment-table table {
  width: 100%;
  border-collapse: collapse;
  background: #f9f9f9;
  border: 1px solid #cdd6d9;
}

.investment-table th {
  text-align: left;
  width: 12rem;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  vertical-align: middle;
}

.investment-table td {
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #555;
}

.investment-table tr.alt {
  background: #f1f3f4;
}

.investment-table table {
  border-radius: 8px;
  overflow: hidden;
}

.info-section {
  background: #0f79b3;
  padding: 6rem 2rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.8;
}

.info-section p {
  max-width: 120rem;
  margin: 0 auto 2.5rem auto;
  font-size: 1.8rem;
  color: white;
}
.summary {
  max-width: 120rem;
  margin: 6rem auto;
  text-align: center;
  padding: 0 1rem;
}

.summary-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}

.about-text p,
.section__notice p {
  font-weight: 400;
  font-size: 1.6rem;
}

.accordion-item {
  background: #0d7cbc;
  border-radius: 0.6rem;
  overflow: hidden;
  color: #fff;
}

.accordion-header {
  width: 100%;
  background: #0d7cbc;
  color: #fff;
  padding: 2rem;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  font-family: "Poppins";
}

.accordion-header .icon {
  font-size: 2rem;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header .icon {
  transform: rotate(45deg);
}

.accordion-content {
  background: #ffffff;
  color: #000;
  max-height: 0;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 20px;
  transition:
    max-height 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
    padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 20rem;
  padding: 2rem;
  border: 1px solid #0d7cbc;
  border-top: none;
}

.summary h2 {
  font-size: 3.5rem;
  padding-bottom: 3rem;
}

.features-section {
  max-width: 120rem;
  margin: 6rem auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.features-section h2 {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 4rem 3rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0.6rem 1.8rem rgba(0, 0, 0, 0.08);
  text-align: center;
}

.feature-card img {
  width: 8rem;
  aspect-ratio: 1;
  height: auto;
  margin: 0 auto 2rem;
}

.feature-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.feature-card p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 1000px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.income-section {
  padding: 4rem 0;
  text-align: center;
  color: #fff;
  background-color: #1b80c0;
}

.income-section h2 {
  font-size: 3.2rem;
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: white;
}

.income-section .subtitle {
  max-width: 90rem;
  margin: 0 auto 4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: white;
}

.income-container {
  background: #fff;
  padding: 4rem;
  max-width: 120rem;
  margin: 0 auto;
  border-radius: 4px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

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

.income-box img {
  width: 10rem;
  aspect-ratio: 1;
  height: auto;
  margin-bottom: 3rem;
}

.income-card {
  background: #d7ebf0;
  padding: 2rem;
  border-radius: 4px;
  text-align: left;
  height: 100%;
}

.income-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #000;
}

.income-card p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 900px) {
  .income-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .income-container {
    grid-template-columns: 1fr;
  }
}

.testimonials-section {
  background: #c8dde1;
  padding: 6rem 0;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.testimonials-section p {
  max-width: 120rem;
  margin: 2.5rem auto 0.5rem auto;
  font-size: 1.8rem;
  color: black;
}
.testimonial-video-wrapper {
  max-width: 120rem;
  margin: 0 auto;
  border: 0.2rem solid #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
}

.testimonial-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.testimonial-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-section {
  background: #e6f1f4;
  padding: 4rem 1rem;
  text-align: center;
}

.faq-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.faq-container {
  max-width: 120rem;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1.2rem;
}

.faq-question {
  width: 100%;
  background: #167ebd;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.6rem 2rem;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #126a9f;
}

.faq-icon {
  font-size: 2rem;
  font-weight: 700;
}

.faq-answer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;

  padding: 0 2rem;
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}

.faq-answer p {
  font-size: 1.6rem;
  padding: 2rem;
}

.about-us {
  padding: 5rem 2rem;
}

.section-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  gap: 4rem;
}

.about-image {
  flex: 0 0 45%;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.about-text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

/* SECTION BACKGROUND */
.invest-section {
  background: #cfe8ef;
  padding: 60px 0;
}

/* WRAPPER - always vertical layout */
.invest-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column; /* 🔥 forces form on 2nd row ALWAYS */
  gap: 40px;
  padding: 0 30px;
}

/* LEFT CONTENT */
.invest-content {
  width: 100%;
  text-align: center;
}

.invest-content h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0072b1;
  margin-bottom: 2rem;
}

.invest-intro {
  margin-bottom: 3rem;
}

.funds-offer {
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.invest-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
  text-align: left;
  display: inline-block;
}

.invest-list li {
  margin-bottom: 1.2rem;
  position: relative;
  padding-left: 25px;
}

.invest-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0072b1;
  font-weight: bold;
}

.invest-bottom-text {
  margin-top: 2rem;
  font-size: 1.6rem;
}

/* FORM BOX */
.invest-form-box {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto; /* center the form */
  background: #fff;
  padding: 3rem;
  border-radius: 8px;
}

.invest-form input,
.invest-form select {
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1.5rem;
}

.checkbox-area {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.invest-btn {
  width: 100%;
  padding: 1.8rem;
  background: #0a75c2;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
}

.invest-btn:hover {
  background: #055a96;
}
.checkbox-area {
  display: flex;
  align-items: flex-start; /* Align checkbox with top of text */
  gap: 1.2rem; /* Increase spacing for better readability */
  font-size: 1.4rem;
  line-height: 1.5; /* Better text spacing */
  margin-bottom: 2.2rem;
}

.checkbox-area input[type="checkbox"] {
  margin-top: 3px; /* Adjust checkbox vertical position */
  width: 1.6rem;
  height: 1.6rem;
}
.journey-sub-text {
  font-size: 1.4rem;
  margin-bottom: 0px;
}

/* ================================
   RESPONSIVE CSS
   ================================ */

/* 🔵 TABLETS (max-width:1024px)
-------------------------------------------- */
@media (max-width: 1024px) {
  html {
    font-size: 58%;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .section__hero--context {
    flex-direction: column;
    text-align: center;
  }

  .journey__context {
    max-width: 90%;
    gap: 3rem;
  }

  .youtube-container {
    width: 50%;
  }

  .journey__container-2 {
    padding: 6rem 2rem;
  }

  .journey__container-2--grids {
    grid-template-columns: 1fr;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .income-container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .invest-wrapper {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .testimonial-video iframe {
    height: 350px;
  }
}

/* 🔵 MOBILE LARGE (max-width:768px)
-------------------------------------------- */
@media (max-width: 768px) {
  html {
    font-size: 54%;
  }

  .section__hero--heading {
    font-size: 3.5rem;
  }

  .section__hero--context {
    padding: 3rem;
  }

  .journey__heading {
    font-size: 3.2rem;
    text-align: center;
  }

  .journey__container video {
    object-position: center;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-card img {
    max-width: 7rem;
  }

  .invest-form-box {
    width: 100%;
  }

  .invest-form input,
  .invest-form select,
  .invest-btn {
    width: 100%;
    font-size: 1.6rem;
  }

  .info-section p {
    font-size: 1.6rem;
    padding: 0 1rem;
  }

  .journey__context {
    max-width: 100%;
    gap: 1rem;
  }
  .journey__sub-heading {
    line-height: 1.3;
  }
}

/* 🔵 MOBILE SMALL (max-width:480px)
-------------------------------------------- */
@media (max-width: 480px) {
  html {
    font-size: 50%;
  }

  h2 {
    font-size: 3.2rem;
  }

  .section__hero--context {
    gap: 2rem;
  }

  .section__hero--heading {
    font-size: 2.8rem;
  }

  .journey__sub-heading {
    font-size: 1.5rem;
    padding: 0 1rem;
  }

  .journey__notice {
    font-size: 1.1rem;
  }

  .journey__container-2--main-heading {
    font-size: 1.8rem;
  }

  .journey__container-2--sub-heading {
    font-size: 1.5rem;
  }

  .investment-table th {
    font-size: 1.6rem;
  }

  .investment-table td {
    font-size: 1.4rem;
  }

  .income-box {
    flex-direction: column;
    text-align: center;
  }

  .income-box img {
    width: 8rem;
    margin: 2rem auto;
  }

  .about-image img {
    max-height: 300px;
    object-fit: cover;
  }

  .testimonial-video iframe {
    height: 260px;
  }

  .faq-question {
    font-size: 1.6rem;
  }
}

.journey__container {
  position: relative;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey__context {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  z-index: 8;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

/* Keep the video full-screen behind */
.journey__container video,
.journey__container .tcb-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.journey__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section__notice {
  margin: 4rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0.5rem;
}

.notice__heading {
  margin-bottom: 3rem;
}

.notice__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.accordion-content p,
.faq-answer ol {
  font-size: 1.6rem;
  font-weight: 400;
}

.faq-answer {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
}

.faq-answer.first-answer ol {
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .journey__container {
    min-height: auto;
    align-items: flex-start;
  }

  .journey__context {
    gap: 3rem;
  }

  .youtube-container {
    width: 90%;
    max-width: 56rem;
  }

  .journey__heading {
    font-size: 3.6rem !important;
  }

  .journey__sub-heading {
    font-size: 1.8rem;
  }
  .section__hero--context {
    margin-top: -45rem;
  }
}

@media (max-width: 480px) {
  .journey__heading {
    font-size: 3.2rem !important;
  }

  .youtube-container {
    width: 100%;
  }

  .journey__notice {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 1500px) {
  .custom-menu ul li ul.subchild {
    right: 25em !important;
    left: unset !important;
  }
}
