body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins',sans-serif;
}


.hero-section {
    position: relative;
    
    height: 700px;
    
    /* Replace the URL below with your actual image path */
    background: linear-gradient(to right, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.1) 100%), 
                url('images/df18eeb81439756ac9b18f055180bcf39fdff3ae.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: 60% 30%;
}

.logo-box img {
    background: white;
    padding: 8px 15px;
    border-radius: 8px;
}

.hero-content h1 {
    line-height: 1.1;
}

.hero-content p {
    max-width: 500px;
}

.tracking-wider {
    letter-spacing: 1.5px;
}

.app-btn {
    transition: transform 0.2s ease;
}

.app-btn:hover {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.4) 100%), 
                    url('https://images.unsplash.com/photo-1517677208171-0bc6725a3e60?auto=format&fit=crop&q=80&w=2070') no-repeat center center;
        text-align: center;
    }
    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }
    .app-links-container .d-flex {
        justify-content: center;
    }
}






.section-title {
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    width: 438px;
    height: 159px;
    



}

/* Wrapper for the image and floating boxes */
.problem-visual-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
}

.main-img {
    display: block;
    width: 100%;
}

/* Base style for all callouts */
.callout {
    position: absolute;
    background: white;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(255, 0, 0, 0.1);
    font-size: 0.85rem;
    max-width: 250px;
    display: flex;
    align-items: flex-start;
    z-index: 10;
}

/* Individual Positioning (Approximate to your image) */
.box-1 { top: 5%; left: 30%; }
.box-2 { top: 15%; right: 0%; }
.box-3 { top: 40%; right: -5%; }
.box-4 { bottom: 20%; right: 0%; }
.box-5 { bottom: 0%; right: 15%; }

/* Small pointer tails for the boxes (Speech bubble effect) */
.callout::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    transform: rotate(45deg);
    z-index: -1;
}

.box-1::after { bottom: -7px; left: 20px; }
.box-2::after { left: -7px; top: 20px; }
.box-3::after { left: -7px; top: 20px; }
.box-4::after { left: -7px; top: 20px; }
.box-5::after { top: -7px; left: 20px; }

/* Responsive: On mobile, stack them instead of floating */
@media (max-width: 991px) {
    .callout {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .callout::after { display: none; }
    .section-title { font-size: 22px; text-align: center;width: 90dvw;}
}


/*Section 3rd*/
.text-teal {
    color: #1C8C9C;
    font-size: 36px;
    font-weight: 600;
    line-height: 32px;
  }

  .works-section {
    padding: 60px 0;
  }

  .step-card {

    padding: 20px;
    border: none;

    position: relative;
    text-align: center;
    transition: 0.3s;
  }

  .step-card:hover {
    transform: translateY(-5px);
  }

  .step-number {
    font-size: 14px;
    font-weight: bold;
    color: #6c757d;
    display: block;
    margin-bottom: 5px;
  }



  .step-card img {
    height: 80px;
    object-fit: contain;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
  }

  .connector-line {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 84%;
    height: 2px;
    border-top: 2px dashed #2a8a91;
    transform: translateY(-50%);
    z-index: 0;
  }

  .step {
    z-index: 1;
  }

  .text-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .step-card p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .animated1 {
    position: absolute;
    top: 35px;
    left: 7%;
    width: 320px;
    min-height: 150px;
  }

  .animated2 {
    position: absolute;
    top: 30px;
    left: 44%;
    width: 320px;
    min-height: 150px;
  }

  .animated3 {
    position: absolute;
    bottom: 41px;
    left: 25%;
    width: 350px;
    min-height: 150px;
  }

  .animated4 {
    position: absolute;
    bottom: 45px;
    right: 8%;
    width: 350px;
    min-height: 150px;
  }

  .animated1 p,
  .animated2 p,
  .animated3 p,
  .animated4 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;

  }
.maxi{
    max-width: 900px;
    margin-left: auto; 
}
@media (max-width: 768px) {

    .maxi{
        max-width: auto;  
        margin-left: 1px; 
    }
    .text-body {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
      }
}
  @media (min-width: 768px) {
    .connector-line {
      display: none;
    }

    
    .custom-col {
      flex: 0 0 18%;
      max-width: 18%;
      padding-left: 30px;
    }
    

  }

  /* 3rd SECTION End */
/* SECTION */
/* SECTION MAIN */
.app-section {
    width: 100%;
    padding-top: 60px ;   /* 👈 spacing control */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MAIN CONTAINER */
.app-container {
    width: 100%;
    max-width: 1200px;   /* 👈 1440 se thoda compact */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;           /* 👈 DESKTOP GAP KAM KIYA */
}

/* LEFT IMAGE */
.app-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.app-image img {
    height: 420px;   /* 👈 thoda compact */
}

/* RIGHT CONTENT */
.app-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* INNER CONTENT */
.content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    gap: 12px;  /* 👈 clean spacing */
    max-width: 500px;
}

/* HEADING */
.content-inner h2 {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

/* TEXT */
.content-inner p {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}

/* SUBTEXT */
.content-inner h5 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}

/* BUTTON HOVER */
.app-btn img {
    transition: 0.3s;
}
.app-btn img:hover {
    transform: scale(1.05);
}

/* ========================= */
/* 📱 TABLET RESPONSIVE */
/* ========================= */
@media (max-width: 992px) {

    .app-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .app-image img {
        height: 320px;
    }

    .content-inner h2 {
        font-size: 28px;
    }
}

/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 576px) {

    .app-section {
        padding: 40px 15px;
    }

    .app-image img {
        height: 260px;
    }

    .content-inner h2 {
        font-size: 24px;
    }

    .content-inner p {
        font-size: 14px;
    }

    .content-inner h5 {
        font-size: 13px;
    }

    .d-flex.gap-3 {
        flex-direction: column;
        gap: 10px !important;
    }

    .app-btn img {
        height: 40px;
    }
}


/* 4th section */
:root {
    --teal: #1a7e8e;
  }

  .features-section {
    background: #f5f7f849;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
  }

  .text-teal {
    color: var(--teal);
  }

  /* CARD */
  .feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #e0f2f4;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    height: 275px;
  }

  .feature-card:hover {
    transform: translateY(-5px);
  }

  .feature-card img {
    height: 80px;
    margin-bottom: 15px;
  }

  .feature-card h5 {
    font-size: 16px;
    color: var(--teal);
    font-weight: 600;
  }

  .feature-card p {
    font-size: 13px;
    color: #666;
  }

  .person-img {
    max-width: 590px;
    min-height: 580px;
    transform: translateX(-20px);
  }

  .top {
    transform: translateY(40px);
  }

  .bottom {
    transform: translateY(-20px);
  }

  @media (max-width: 991px) {

    .person-img {
      transform: none;
      min-height: 280px;
      max-width: 80%;
    }

    .top {
      transform: translateY(1px);
    }

    .bottom {
      transform: translateY(-1px);
    }

    .feature-card {
      height: '100%';
    }

    .feature-card {
      margin-top: 0 !important;
    }
  }
/* 4th section end */




/* MAIN FOOTER */
.custom-footer {
    background: #539f66;
    color: #ffffff;

    max-width: 1440px;
    margin: auto;

    padding: 100px 135px 20px 135px;
}

/* CONTAINER GRID */
.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 64px;
}

/* LOGO */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.logo img {
    width: 60%;
}

/* TEXT */
.footer-about p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

/* HEADINGS */
.footer-col h2 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 35px;

}

/* LIST */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 20px;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

/* SOCIAL */
.social-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.social-icons i {
    font-size: 24px;
    cursor: pointer;
}

/* STORE BUTTONS */
.store-buttons img {
    width: 140px;
    display: block;
    margin-bottom: 10px;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #ffffff;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .custom-footer {
        padding: 60px 30px 30px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        font-size: 11px;
    }
}


/* whatsapp icon */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px; /* LEFT side */
  width: 60px;
  height: 60px;
  background: #25D366;
  
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: scale(1.1);
}