@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* OR */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* OR */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.red {
  color: #0097d7;
}

@media (max-width: 800px) {
  .jcom-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    gap: 40px;
  }
}

@media (max-width: 445px) {
  .jcom-section wi {
    width: 100%;
  }
}

.jcom-left{
  max-width: 50%;
}
/* LEFT */
.jcom-section {
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding: 60px 40px;
  background: #fff;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Prevent flex children from overflowing their container */
.jcom-section>* {
  min-width: 0;
}

/* Responsive range 730-600px - shift jcom-section left and fix layout issues */
@media (max-width: 730px) and (min-width: 600px) {
  .jcom-section {
    /* max-width: 70%; */
    margin: 0;
    padding: 60px 40px;
    gap: 40px;
  }

  .jcom-left {
    flex: 0 0 45%;
  }

  .jcom-right {
    flex: 1;
  }

  .jcom-cta {
    max-width: 70%;
    margin: 40px 0;
  }
}


/* Fix jcom-section issues between 850-600px */
@media (max-width: 850px) and (min-width: 600px) {
  .jcom-section {
    flex-direction: row;
    gap: 30px;
    padding: 50px 40px;
  }

  .jcom-left h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .stats-card {
    padding: 20px;
    gap: 20px;
  }

  .stat h3 {
    font-size: 24px;
  }

  .desc {
    font-size: 14px;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .jcom-section {
    flex-direction: column;
    padding: 40px 22px;
    align-items: center;
    gap: 40px;
  }
  .jcom-left {
    max-width: 100%;
    text-align: center;
  }
  .jcom-right {
    width: 100%;
  }
  .jcom-left h1{
    font-size: 18px;
  }
  .testimonial-card{
    display: none;
  }
}

#ft{
  text-align: end;
}
#se{
  text-align: end;
}
.video-box {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-top: 20px;
}
.video-box img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

/* RIGHT */
.jcom-right {
  flex: 1;
}

.desc {
  font-size: 14px;
  color: black;
  margin-bottom: 30px;

}

.stats-card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}

.stat h3 {
  color: #0097d7;
  font-size: 28px;
  margin-bottom: 6px;
}

.stat p {
  font-size: 13px;
  color: #333;
}

.stat span {
  font-size: 11px;
  color: #666;
}

/* Highlight card */
.highlight {
  grid-column: span 2;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile responsive for stats-card below 400px - keep 2-column layout but smaller */
@media (max-width: 400px) {
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
  
  .highlight {
    grid-column: span 2;
    padding: 12px;
  }
  
  .stat h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  
  .stat p {
    font-size: 10px;
    line-height: 1.3;
  }
  
  .stat span {
    font-size: 8px;
  }
}

/* CTA */
.jcom-cta {
  margin: 40px auto;
  max-width: 65%;
  background: #f3f3f3;
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  box-sizing: border-box;
}

.jcom-cta p {
  text-align: start;
  font-size: 22px;
  font-weight: 700;
}

.jcom-cta button {
  background: #0097d7;
  width: 155px;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 940px) {
  .jcom-cta {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    max-width: 80%;
    padding: 40px 60px;
    gap: 20px;
  }
  .jcom-cta p {
    text-align: center;
  }
}

/* 
-------------------3steps to Success---------------------------  */

.head {
  width: auto;
  height: auto;
  background: #0097d7;
  text-align: center;
  margin-bottom: 40px;
  padding: 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

/* Responsive range 730-600px - shift steps section left */
@media (max-width: 730px) and (min-width: 600px) {
  .head {
    /* max-width: 70%; */
    margin: 0 0 40px 0;
    padding: 60px 40px;
  }
}

.head_text h1 {
  font-size: 50px;
}

.head_text p {
  font-size: 25px;
  color: #fff;
  margin-top: 10px;
}

.steps-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-top: 60px;
  color: #fff;
}

/* Each step */
.step {
  flex: 1;
  text-align: center;
  position: relative;
}

#f {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

#s {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 800px) {
  .step {
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
    gap: 40px;
  }
}

@media (max-width: 527px) {
  #f {
    border-right: none;
  }

  #s {
    border-right: none;
  }

  .steps-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

/* Header (circle + line) */
.step-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* Number circle */
.circle {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #0097d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 30px;
  z-index: 2;
}

/* Connecting line */
.line {
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  margin-left: 20px;
}

/* Text */
.step h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step p {
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.95;
}

/* Button wrapper */
.cta-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}

/* Actual button */
.cta-btn {
  color: #0097d7;
  border: 2px solid transparent;
  border-radius: 10px;
  height: 50px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 220px;
  text-align: center;
  background-color: #fff;
}

/* Hover effect */
.cta-btn:hover {
  background-color: #0097d7;
  color: #fff;
  border-color: #fff;
}

.testimonial-wrapper {
  margin-top: 0px;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow-x: hidden;
}

/* Responsive range 730-600px - shift testimonial wrapper left */
@media (max-width: 730px) and (min-width: 600px) {
  /* .testimonial-wrapper {
    max-width: 70%;
    margin-top: -60px;
    margin-left: 0;
    margin-right: auto; */
  /* } */
}

/* MARQUEE */
.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 30px;
  width: max-content;
}

/* CARD */
.card {
  position: relative;
  min-width: 340px;
  max-width: 340px;
  min-height: 240px;
  background: linear-gradient(180deg, #0b6f9b, #055678);
  color: #fff;
  padding: 26px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* TEXT */
.testimonial-text {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

/* FOOTER */
.card-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.card-footer img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.card-footer h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.card-footer p {
  margin: 2px 0 0;
  font-size: 13px;
  opacity: 0.85;
}

/* ANIMATIONS */
.marquee-left .marquee-track {
  animation: scroll-left 35s linear infinite;
}

.marquee-right .marquee-track {
  animation: scroll-right 35s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .card {
    min-width: 260px;
    max-width: 260px;
    min-height: 220px;
  }

  .testimonial-text {
    font-size: 16px;
  }
}

.disclaimer {
  font-size: 12px;
  color: #fff;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}
.bni-footer {
      background: #0a0a0a;
      color: #e8e3dc;
      font-family: 'DM Sans', sans-serif;
      border-top: 1px solid #2a2a2a;
    }

    /* ─── TOP GRID ─── */
    .footer-top {
      padding: 64px 7% 48px;
      display: grid;
      grid-template-columns: 2fr 1.4fr 1.8fr;
      gap: 48px 56px;
    }

    /* Brand column */
    .footer-brand h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #fff;
      margin-bottom: 6px;
    }

    .footer-brand .tagline {
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: #b8a98a;
      margin-bottom: 18px;
    }

    .footer-brand p {
      font-size: 13.5px;
      line-height: 1.75;
      color: #9a9590;
      max-width: 300px;
    }

    /* Nav column */
    .footer-col h4 {
      font-family: 'DM Sans', sans-serif;
      font-size: 10.5px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #b8a98a;
      margin-bottom: 20px;
    }

    .footer-col a {
      display: block;
      color: #c9c4bc;
      text-decoration: none;
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 12px;
      transition: color 0.2s, padding-left 0.2s;
    }

    .footer-col a:hover {
      color: #fff;
      padding-left: 4px;
    }

    /* Contact column */
    .footer-contact h4 {
      font-family: 'DM Sans', sans-serif;
      font-size: 10.5px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #b8a98a;
      margin-bottom: 20px;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 20px;
    }

    .contact-icon {
      width: 34px;
      height: 34px;
      flex-shrink: 0;
      border: 1px solid #2e2e2e;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      background: #141414;
    }

    .contact-item .contact-text {
      font-size: 13px;
      line-height: 1.6;
      color: #c9c4bc;
    }

    .contact-item .contact-label {
      font-size: 10px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #6a6460;
      display: block;
      margin-bottom: 2px;
    }

    /* ─── DIVIDER ─── */
    .footer-divider {
      margin: 0 7%;
      border: none;
      border-top: 1px solid #1e1e1e;
    }

    /* ─── MIDDLE STRIP ─── */
    .footer-middle {
      padding: 28px 7%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }

    .successnet h3 {
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 3px;
    }

    .successnet p {
      font-size: 12.5px;
      color: #6a6460;
    }

    /* Social */
    .social {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .social-label {
      font-size: 11px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: #6a6460;
      margin-right: 6px;
    }

    .social a {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: 1px solid #2e2e2e;
      background: transparent;
      color: #c9c4bc;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 13px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
    }

    .social a:hover {
      background: #b8a98a;
      border-color: #b8a98a;
      color: #0a0a0a;
    }

    /* ─── BOTTOM BAR ─── */
    .footer-bottom {
      background: #060606;
      padding: 16px 7%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    .footer-bottom span {
      font-size: 12px;
      color: #4a4844;
    }

    .footer-bottom-links {
      display: flex;
      gap: 20px;
    }

    .footer-bottom-links a {
      color: #4a4844;
      text-decoration: none;
      font-size: 12px;
      transition: color 0.2s;
    }

    .footer-bottom-links a:hover {
      color: #b8a98a;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .footer-top {
        grid-template-columns: 1fr 1fr;
      }
      .footer-brand {
        grid-column: span 2;
      }
    }

    @media (max-width: 600px) {
      .footer-top {
        grid-template-columns: 1fr;
        padding: 48px 6% 36px;
      }
      .footer-brand { grid-column: span 1; }
      .footer-brand p { max-width: 100%; }
      .footer-middle {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 6%;
      }
      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 6%;
      }
    }

.referral_section{
    width: 100%;
    height: 90vh;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 100px;
}

.ref_content{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
}

.ref_left{
  width: 50%;
  height: 100%;
}

.ref_left h1{
  font-size: 42px;
  color: grey;
  line-height: 1.2;
}
.ref_left h1 span{
  color: #0097d7;
}
.ref_left p{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}

.ref_left p bold{
  font-style: bold;
}
.ref_right{
  width: 50%;
  height: 60%;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 20px;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ref_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.ref_percentage{
  padding: 10px;
  position: absolute;
  width: 50%;
  height: 100px;
  background-color:#0097d7;
  bottom: -30px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ref_percentage span{
  font-size: 20px;
  color: white;
}
@media (max-width: 650px){
  .ref_left h1{
    font-size: 18px;
  }
}

@media (max-width: 990px) {

  .referral_section {
    height: auto;
    padding-bottom: 60px;
  }

  .ref_content {
    flex-direction: column;
    height: auto;
  }

  .ref_left {
    width: 100%;
    height: auto;
    margin-bottom: 40px; /* ✅ space before image */
  }

  .ref_right {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .ref_right img {
    width: 100%;
    height: auto;
  }

  .ref_percentage {
    position: absolute;   /* ✅ KEEP absolute */
    bottom: -40px;        /* stays on image */
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
}

@media (max-width: 629px){
  .ref_percentage{
    width: 70%;
  }
}

@media (max-width: 444px){
  .ref_percentage{
    width: 90%;
  }
}

