 body {
     font-family: 'Poppins', sans-serif;
 }

 .hero-section {
     position: relative;
     min-height: 100vh;
     /* background: linear-gradient(135deg, #3a0ca3, #7209b7); */
     background: linear-gradient(135deg, #390a72, #7209b7);
     color: #fff;
     overflow: hidden;
 }

 .navbar-brand {
     font-weight: 700;
     font-size: 1.6rem;
 }

 .nav-link {
     color: #fff !important;
     margin-left: 1rem;
     font-weight: 500;
 }

 .hero-content {
     padding-top: 140px;
     padding-bottom: 160px;
     text-align: center;
 }

 .hero-content h1 {
     font-size: clamp(2.2rem, 5vw, 4rem);
     font-weight: 700;
     line-height: 1.2;
 }

 .hero-content p {
     max-width: 700px;
     margin: 20px auto 0;
     font-size: 1.1rem;
     opacity: 0.95;
 }

 /* Decorative images (optional placeholders) */
 .hero-decor-left,
 .hero-decor-right {
     position: absolute;
     width: 580px;
     opacity: 0.9;
 }

 .hero-decor-left {
     left: -215px;
     bottom: 80px;
 }

 .hero-decor-right {
     right: -160px;
     top: 70px;
 }

 /* SVG Curve */
 /* .hero-svg {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     line-height: 0;
 } */

 /* Hover dropdown (desktop only) */
 @media (min-width: 992px) {
     .navbar .dropdown:hover>.dropdown-menu {
         display: block;
         opacity: 1;
         visibility: visible;
         transform: translateY(0);
         background: linear-gradient(135deg, #390a72, #7209b7);
     }

     .dropdown-menu {
         display: block;
         opacity: 0;
         visibility: hidden;
         transition: all 0.25s ease;
         transform: translateY(10px);
     }
 }

 @media (max-width: 768px) {

     .hero-decor-left,
     .hero-decor-right {
         display: none;
     }
 }

 /* ---------------------------------------------------- */


 .ready-content h2 {
     font-family: 'Playfair Display', serif;
     font-size: 4rem;

 }

 .ready-content p {
     font-size: 1.50rem;
     color: #555;
     line-height: 1.8;
 }

 /* ----------------------------------------------------------------- */

 .demo-section {
     padding: 80px 0;
 }

 .demo-card {
     background: #fff;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     transition: transform .3s ease;
 }

 .demo-card:hover {
     transform: translateY(-6px);
 }

 .demo-card img {
     width: 100%;
     height: 260px;
     object-fit: cover;
 }

 .demo-title {
     font-size: 2rem;
     font-weight: 700;
     margin-top: 30px;
     text-align: center;
     color: #333;
 }

 .demo-btn {
     display: inline-block;
     margin-top: 20px;
     padding: 12px 28px;
     border-radius: 12px;
     background: #ff0a8c;
     color: #fff;
     font-weight: 600;
     text-decoration: none;
     transition: background .3s ease;
 }

 .demo-btn:hover {
     background: #e6007e;
     color: #fff;
 }

 @media (max-width: 767px) {
     .demo-title {
         font-size: 1.6rem;
     }
 }

 /* ------------------------------------------------------- */

 .stay-section {
     position: relative;
     background: #f7f8fb;
     padding: 160px 20px 120px;
     text-align: center;
     overflow: hidden;
 }

 /* Top SVG curve */
 .stay-svg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     line-height: 0;
 }

 .stay-content {
     position: relative;
     z-index: 2;
     max-width: 720px;
     margin: auto;
 }

 .stay-content h2 {
     font-family: 'Playfair Display', serif;
     font-size: clamp(2.4rem, 4vw, 3.6rem);
     font-weight: 700;
     color: #333;
 }

 .stay-content p {
     margin-top: 20px;
     font-size: 1.05rem;
     color: #555;
     line-height: 1.8;
 }

 @media (max-width: 768px) {
     .stay-section {
         padding: 120px 15px 90px;
     }
 }

 /* ---------------------------------------------------- */

 .coming-section {
     /* padding: 20px 20px; */
     text-align: center;
     background: #f7f8fb;

 }

 .coming-card {
     position: relative;
     max-width: 360px;
     margin: auto;
     border-radius: 20px;
     overflow: hidden;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
 }

 .coming-card img {
     width: 100%;
     height: 240px;
     object-fit: cover;
 }

 .coming-overlay {
     position: absolute;
     inset: 0;
     background: rgba(226, 0, 120, 0.75);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     color: #fff;
     text-align: center;
     padding: 20px;
 }

 .coming-overlay i {
     font-size: 2.2rem;
     margin-bottom: 12px;
 }

 .coming-overlay h5 {
     font-size: 1.2rem;
     font-weight: 600;
     line-height: 1.4;
 }

 .coming-more {
     margin-top: 24px;
     font-size: 1.35rem;
     font-weight: 600;
     color: #ff007f;
 }

 @media (max-width: 576px) {
     .coming-card img {
         height: 200px;
     }
 }

 /* ------------------------------------- */

 .feedback-section {
     background: linear-gradient(135deg, #390a72, #2b0a4f, #4b1178);
     /* background: linear-gradient(135deg, #3a0a6a, #4b1178, #2b0a4f); */
     color: #fff;
     padding: 100px 20px;
     position: relative;
     overflow: hidden;
 }

 .feedback-title {
     font-family: 'Playfair Display', serif;
     font-size: clamp(2.5rem, 4vw, 3.8rem);
     text-align: center;
     margin-bottom: 20px;
     font-weight: 800;
 }

 .feedback-desc {
     text-align: center;
     max-width: 720px;
     margin: 0 auto 50px;
     font-size: 1.45rem;
     opacity: 0.95;
     font-weight: 400;
 }

 .feedback-form {
     max-width: 520px;
     margin: auto;
 }

 .feedback-form .form-control {
     background: rgba(255, 255, 255, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.25);
     color: #fff;
     border-radius: 10px;
     padding: 14px 16px;
 }

 .feedback-form .form-control::placeholder {
     color: rgba(255, 255, 255, 0.6);
 }

 .feedback-form .form-control:focus {
     background: rgba(255, 255, 255, 0.12);
     color: #fff;
     box-shadow: none;
     border-color: #555eff;
 }

 .feedback-btn {
     background: #ff1684;
     border: none;
     padding: 14px;
     font-size: 1rem;
     font-weight: 600;
     border-radius: 12px;
     color: #fff;
     transition: background 0.3s ease;
 }

 .feedback-btn:hover {
     background: #e60074;
 }

 /* Decorative images */
 .feedback-illustration {
     position: absolute;
     width: 220px;
     opacity: 0.9;
 }

 .illustration-left {
     left: 40px;
     top: 160px;
 }

 .illustration-right {
     right: 40px;
     top: 140px;
 }

 @media (max-width: 992px) {
     .feedback-illustration {
         display: none;
     }
 }
 /* ------------------------------------- */

   .feature-section {
      padding: 80px 0;
    }

    .feature-title {
      font-size: 60px;
      font-weight: 700;
      color: #2b2b2b;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 30px;
    }

    .feature-desc {
      color: #777;
      max-width: 420px;
      margin-top: 15px;
      font-size: 15px;
    }

    .feature-image img {
      max-width: 100%;
      height: auto;
    }

    .feature-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 50px 35px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.09);
      height: 100%;
      transition: all 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

    .feature-icon {
      font-size: 38px;
      color: #6c63ff;
      margin-bottom: 15px;
    }

    .feature-card h4 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #2b2b2b;
    }

    .feature-card p {
      font-size: 16px;
      color: #777;
      margin: 0;
    }

    @media (max-width: 991px) {
      .feature-title {
        text-align: center;
      }

      .feature-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }

      .feature-image {
        text-align: center;
        margin-top: 30px;
      }
    }
    /* ---------------------------------------------------------- */

    
    .how-it-works {
      padding-bottom: 60px;
      position: relative;
      overflow: hidden;
    }

    .how-title {
      font-size: 60px;
      font-weight: 700;
      color: #2b2b2b;
      text-align: center;
      margin-bottom: 70px;
      line-height: 1.2;
    }

    .step-title {
      font-size: 40px;
      font-weight: 700;
      color: #363636;
      margin-bottom: 30px;
    }

    .step-desc {
      font-size: 18px;
      color: #777;
      max-width: 360px;
    }

    .illustration img {
      max-width: 100%;
      height: auto;
      border-radius: 16px;
    }

    /* Soft background shapes */
    /* .bg-shape {
      position: absolute;
      width: 380px;
      height: 380px;
      background: #f6f7fb;
      border-radius: 50%;
      z-index: -1;
    }

    .bg-left {
      top: 180px;
      left: -180px;
    }

    .bg-right {
      bottom: 120px;
      right: -180px;
    } */

    @media (max-width: 991px) {
      .step-desc {
        max-width: 100%;
      }

      .text-lg-start {
        text-align: center !important;
      }

      .text-lg-end {
        text-align: center !important;
      }
    }
    /* ------------------------------------------------------ */

     .trust-section {
      padding-bottom: 80px;
    }

    .trust-card {
      background: #e9fbf7;
      border-radius: 20px;
      padding: 60px;
      position: relative;
      overflow: hidden;
    }

    .trust-title {
      font-size: 50px;
      font-weight: 700;
      color: #2b2b2b;
      margin-bottom: 40px;
    }

    .trust-desc {
      font-size: 16px;
      color: #555;
      max-width: 480px;
      margin-bottom: 65px;
      line-height: 1.6;
    }

    .trust-btn {
      border: 1px solid #5adbb5;
      color: #1aa179;
      padding: 10px 22px;
      border-radius: 8px;
      background: transparent;
      font-size: 18px;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .trust-btn:hover {
      background: #5adbb5;
      color: #ffffff;
    }

    .trust-illustration {
      position: absolute;
      right: 50px;
      top: 10%;
      transform: translateY(-50%);
      width: 260px;
      height: 260px;
      /* background: radial-gradient(circle at top, #38d39f, #1bbf89); */
      /* border-radius: 50%; */
      display: flex;
      align-items: center;
      justify-content: center;
      /* z-index: 999999; */
    }

    .trust-illustration img {
      width: 100%;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .trust-card {
        padding: 40px 30px;
        text-align: center;
      }

      .trust-desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
/* 
      .trust-illustration {
        position: static;
        transform: none;
        margin: 40px auto 0;
      } */
    }
    /* -------------------------------------------------------------- */

      .membership-section {
      padding-bottom: 60px;
      position: relative;
      overflow: hidden;
    }

    .membership-wrapper {

      background: radial-gradient(circle at center, #f6f7ff 0%, #ffffff 70%);
      border-radius: 200px;
      padding: 80px 40px;
    }

    .membership-title {
      font-size: 50px;
      font-weight: 700;
      color: #2b2b2b;
      margin-bottom: 35px;
    }

    .membership-desc {
      font-size: 16px;
      color: #777;
      max-width: 360px;
      margin: 0 auto 50px;
      line-height: 1.6;
    }

    .membership-btn {
      border: 1px solid #6c63ff;
      color: #6c63ff;
      padding: 10px 24px;
      border-radius: 6px;
      font-size: 18px;
      background: transparent;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .membership-btn:hover {
      background: #6c63ff;
      color: #fff;
    }

    .membership-illustration img {
      max-width: 100%;
      height: 100%;
    }

    @media (max-width: 991px) {
      .membership-wrapper {
        border-radius: 40px;
        padding: 60px 20px;
        text-align: center;
      }

      .membership-desc {
        max-width: 100%;
      }

      .membership-illustration {
        margin-top: 40px;
      }
    }
/* --------------------------------------------------- */

 .ftl-section {
      padding: 80px 0;
      overflow: hidden;
      background: #ffffff;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    .ftl-title {
      font-size: 50px;
      font-weight: 700;
      line-height: 1.2;
      color: #2b2b2b;
      margin-bottom: 30px;
      text-align: center;
    }

    .ftl-title span {
      color: #ff3b7f;
    }

    .ftl-form-wrapper {
      max-width: 420px;
    }

    .ftl-label {
      font-size: 20px;
      font-weight: 600;
      color: #444;
      margin-bottom: 20px;
      display: block;
    }

    .ftl-radio-label {
      font-size: 16px;
      color: #666;
    }

    .ftl-select,
    .ftl-input {
      font-size: 14px;
      padding: 10px 12px;
    }

    .ftl-btn {
      background: #5865ff;
      border: none;
      padding: 10px;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      /* border-radius: 6px; */
      transition: 0.3s ease;
    }

    .ftl-btn:hover {
      background: #4653e8;
    }

    .ftl-image-box {
      text-align: center;
      position: relative;
    }

    .ftl-image-box img {
      max-width: 100%;
      height: auto;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .ftl-title {
        text-align: center;
        font-size: 34px;
      }

      .ftl-form-wrapper {
        margin: 0 auto;
      }

      .ftl-image-box {
        margin-top: 40px;
      }
    }

 /* ------------------------------------------- */

    .footer {
      background: radial-gradient(circle at top left, #1b1b1b, #000);
      padding: 80px 0 60px;
    }

    .footer h5 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .footer p {
      font-size: 14px;
      line-height: 1.7;
      color: #aaa;
    }

    .footer a {
      color: #bbb;
      text-decoration: none;
    }

    .footer a:hover {
      color: #fff;
    }

    /* Interest tags */
    .interest-tags span {
      display: inline-block;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 500;
      margin: 6px 6px 0 0;
      color: #fff;
      white-space: nowrap;
    }

    .tag-green { background: #1dbf73; }
    .tag-blue { background: #3498db; }
    .tag-purple { background: #9b59b6; }
    .tag-pink { background: #e84393; }
    .tag-red { background: #e74c3c; }
    .tag-yellow { background: #f1c40f; color: #000; }
    .tag-teal { background: #16a085; }
    .tag-dark { background: #2c3e50; }

    /* Recent activity */
    .activity-item {
      display: flex;
      gap: 10px;
      margin-bottom: 15px;
      font-size: 14px;
      color: #aaa;
    }

    .activity-item i {
      color: #888;
      margin-top: 3px;
    }

    .activity-item strong {
      color: #fff;
      font-weight: 500;
    }

    /* Address spacing */
    .footer-section {
      margin-bottom: 30px;
    }

    @media (max-width: 991px) {
      .footer {
        text-align: center;
      }

      .activity-item {
        justify-content: center;
        text-align: left;
      }

      .interest-tags {
        justify-content: center;
      }
    }