*{
    margin: 0;
    padding: 0;
}
body {
      font-family: 'Poppins', sans-serif;
      background: #fff !important;
      margin: 0;
      padding: 0;
    }
    .navbar {
      background: #fff;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
      padding: 0.8rem 1rem;
      transition: all 0.3s ease-in-out;
      position: sticky !important;
      top: 0;
      z-index: 1000;
    }
    .navbar:hover {
      box-shadow: 0 4px 25px rgba(108, 99, 255, 0.1);
    }
    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .navbar-brand i {
      font-size: 1.6rem;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      color: #6C63FF;
      margin: 0 10px;
      position: relative;
      transition: all 0.3s ease-in-out;
    }
    .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 2px;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      transition: width 0.3s ease-in-out;
    }
    .navbar-nav .nav-link:hover::after {
      width: 100%;
    }
    .navbar-nav .nav-link:hover {
      color: #6C63FF;
    }
    .btn {
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      color: #fff !important;
      font-weight: 600;
      border: none;
      padding: 8px 20px;
      border-radius: 30px;
      transition: all 0.3s ease;
    }
    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(108, 99, 255, 0.3);
    }
    @media (max-width: 992px) {
      .navbar-nav {
        text-align: center;
        margin-top: 10px;
      }
      .navbar-nav .nav-link {
        margin: 8px 0;
      }
      .btn {
        width: 100%;
        margin-top: 10px;
      }
    }
    .imgs{
        width: 100%;
        margin-top: 30px;
    }
    .hero_h2 {
      font-size: 3.5rem;
      font-weight: 700;
      line-height: 1.2;
      color: #333;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero_p {
      margin: 20px 0 30px;
      font-size: 1.2rem;
      color: #555;
      line-height: 1.7;
    }
    .hero_btn {
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 30px;
      margin-right: 10px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .hero_btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(108, 99, 255, 0.4);
    }
    @media (max-width: 1205px) {
      .hero_h2 {
        font-size: 3rem;
      }
    }
    @media (max-width: 1039px) {
      .hero_h2 {
        font-size: 2.6rem;
      }
    }
    @media (max-width: 453px) {
      .hero_h2 {
        font-size: 2.1rem;
      }
    }
    @media (max-width: 389px) {
      .hero_h2 {
        font-size: 1.8rem;
      }
    }
    @media (max-width: 992px) {
      .hero_p {
        font-size: 1rem;
      }
      .hero_btn {
        margin: 8px 5px;
      }
    }
    .hero_title {
      font-weight: 800;
      font-size: 2.5rem;
      color: #333;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    @media (max-width: 1205px) {
      .hero_title {
        font-size: 2.2rem;
      }
    }
    @media (max-width: 1039px) {
      .hero_title {
        font-size: 1.9rem;
      }
    }
    @media (max-width: 453px) {
      .hero_title {
        font-size: 1.7rem;
      }
    }
    @media (max-width: 389px) {
      .hero_title {
        font-size: 1.4rem;
      }
    }
   .section-title3::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 10px auto 20px;
  border-radius: 5px;
  background: linear-gradient(90deg, #6C63FF, #36D1DC);
}
    .hero_text {
      color: #4b4b4b;
      font-size: 1.05rem;
      line-height: 1.6;
      margin-bottom: 15px;
    }
    .hero_bold {
      font-weight: 700;
      color: #1c1c1c;
      margin-bottom: 25px;
    }
    .imgs1 {
      max-width: 80%;
    }
    .section-padding {
      padding: 80px 0;
    }
    .section-title {
      font-weight: 800;
      font-size: 2.4rem;
      color: #1c1c1c;
    }
    .section-title1{
      font-weight: 800;
      font-size: 2.2rem;
      color: #333;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .title-underline {
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #6C63FF, #36D1DC);
      margin: 15px auto;
      border-radius: 10px;
    }
    .app-card {
      border-radius: 25px;
      background: #F6F6FE !important;
      border: none !important;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
      transition: all 0.35s ease;
    }
    .app-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }
    .app-icon {
      width: 75px;
      height: 75px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      color: #fff;
      flex-shrink: 0;
    }
    .soulwhispers-icon {
      background: linear-gradient(135deg, #6C63FF, #36D1DC);
    }
    .gymkey-icon {
      background: linear-gradient(135deg, #FF6A88, #FF99AC);
    }
    .feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .feature-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px;
      color: #333;
      font-size: 1rem;
    }
    .feature-list li::before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: #6C63FF;
      font-size: 1.1rem;
    }
    .gradient-btn {
      background: linear-gradient(90deg, #6C63FF, #36D1DC);
      color: #fff;
      border: none;
      padding: 10px 22px;
      border-radius: 30px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .gradient-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(108, 99, 255, 0.4);
    }
    .gradient-btn-secondary {
      background: linear-gradient(90deg, #FF6A88, #FF99AC);
      color: #fff;
      border: none;
      padding: 10px 22px;
      border-radius: 30px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .gradient-btn-secondary:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(255, 106, 136, 0.4);
    }
    #why-wellnex {
      background: linear-gradient(135deg, #6C63FF, #36D1DC);
      color: white;
    }
    .section-title {
      font-weight: 800;
      font-size: 2.2rem;
      color: white;
    }
    .feature-card {
      background-color: #F6F6FE;
      border-radius: 20px;
      padding: 40px 25px;
      transition: all 0.3s ease;
      height: 100%;
    }
    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    .feature-card1 {
      background-color: #F6F6FE;
      border-radius: 20px;
      padding: 40px 25px;
      transition: all 0.3s ease;
      height: 100%;
    }
    .feature-card1:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
    .feature-icon {
      width: 70px;
      height: 70px;
      margin: 0 auto 20px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: #fff;
    }
    .feature-card h4 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #fff;
    }
    .feature-card p {
      font-size: 0.95rem;
      color: #e3e3e3;
      margin: 0;
    }
    footer {
      background: linear-gradient(90deg, #36D1DC,#6C63FF);
      padding: 60px 0 20px;
      border-top:1px solid white;
    }
    footer h5 {
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
      color:white;
    }
    footer h5::after {
      content: "";
      display: block;
      width: 50px;
      height: 2px;
      background-color: #6C63FF;
      margin-top: 8px;
    }
    footer p, footer a {
      color: white;
      text-decoration: none;
      font-size: 15px;
    }
    footer a:hover {
      color: #fff;
    }
    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      margin-right: 10px;
      background: linear-gradient(135deg, #36D1DC 0%,#6C63FF 100%);
      color: #fff;
      transition: all 0.3s ease;
    }
    .social-icons a:hover {
      background-color: #6C63FF;
      transform: translateY(-3px);
    }
    .footer-bottom {
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
      color: #aaa;
      font-size: 14px;
    }
    .subscribe-section {
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(90deg, #36D1DC, #6C63FF);
    }
    .subscribe-section h2 {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 10px;
      color: white;
    }
    .subscribe-section h2::after{
      content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 10px auto 20px;
  border-radius: 5px;
  background:white;
    }
    .subscribe-section p {
      font-size: 1.1rem;
      color: white;
      margin-bottom: 40px;
    }
    .subscribe-box {
      width: 100%;
      max-width: 500px;
      background: #fff;
      border-radius: 50px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      padding: 8px 10px;
      flex-wrap: wrap;
    }
    .subscribe-box input {
      flex: 1;
      min-width: 180px;
      border: none;
      outline: none;
      border-radius: 50px;
      padding: 12px 20px;
      font-size: 1rem;
    }
    .subscribe-box button {
      border: none;
      outline: none;
      background: linear-gradient(90deg, #36D1DC, #6C63FF);
      color: #fff;
      font-weight: 600;
      padding: 12px 25px;
      border-radius: 50px;
      transition: all 0.3s ease;
      margin-top: 8px;
    }
    .subscribe-box button:hover {
      background: linear-gradient(90deg, #6C63FF, #36D1DC);
      transform: scale(1.05);
    }
    .privacy-text {
      margin-top: 25px;
      color: white;
      font-size: 0.95rem;
    }
    @media (max-width: 768px) {
      .subscribe-section h2 {
        font-size: 2rem;
      }
      .subscribe-box {
        flex-direction: column;
        padding: 15px;
        border-radius: 20px;
      }
      .subscribe-box input {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 25px;
      }
      .subscribe-box button {
        width: 100%;
        border-radius: 25px;
        margin-top: 0;
      }
    }
    @media (max-width: 480px) {
      .subscribe-section {
        padding: 40px 15px;
      }
      .subscribe-section p {
        font-size: 1rem;
      }
      .subscribe-section h2 {
        font-size: 1.8rem;
      }
    }
    .section-title3 {
      font-weight: 700;
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 50px;
      color: #333;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .testimonial-card {
      background: #F6F6FE;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      padding: 30px;
      transition: all 0.3s ease;
      height: 100%;
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }
    .testimonial-text {
      font-style: italic;
      color: #444;
      margin-bottom: 25px;
    }
    .user-info {
      display: flex;
      align-items: center;
    }
    .user-info img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      margin-right: 15px;
      object-fit: cover;
    }
    .user-name {
      font-weight: 600;
      color: #5b59ff;
    }
    .user-location {
      font-size: 0.9rem;
      color: #777;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #6C63FF;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      background-image: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .carousel-control-prev-icon::after,
    .carousel-control-next-icon::after {
      font-size: 1.2rem;
      color: #fff;
    }
    .carousel-control-prev-icon::after {
      content: '\2039';
    }
    .carousel-control-next-icon::after {
      content: '\203A';
    }
    .carousel-control-prev-icon:hover,
    .carousel-control-next-icon:hover {
      background: linear-gradient(135deg, #36D1DC, #6C63FF);
    }
    .coming-next {
      padding: 80px 0;
      text-align: center;
    }
    .coming-next h2 {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 15px;
      color: #333;
      background: linear-gradient(135deg, #6C63FF 0%, #36D1DC 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .coming-next h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      margin: 10px auto 20px;
      border-radius: 5px;
      background: linear-gradient(90deg, #6C63FF, #36D1DC);
    }
    .coming-next p.lead {
      color: #555;
      font-size: 1.1rem;
      max-width: 900px;
      margin: 0 auto 50px;
    }
    .feature-card {
      border: none;
      border-top: 7px solid;
      border-image: linear-gradient(to right, #6C63FF, #36D1DC) 1;
      border-image-slice: 1;
      box-shadow: 0 6px 20px rgba(0,0,0,0.05);
      border-radius: 0px 0px 20px 20px;
      transition: all 0.3s ease;
      padding: 40px 20px;
    }
    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    .feature-icon {
      width: 90px;
      height: 90px;
      margin: 0 auto 20px;
      border-radius: 50%;
      background: linear-gradient(135deg, #6C63FF, #36D1DC);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 40px;
    }
    .feature-card h4 {
      font-weight: 700;
      margin-bottom: 10px;
      color:#666;
    }
    .feature-card p {
      color: #666;
      font-size: 0.95rem;
    }