.genaration2-section-area .tabs-area .nav-pills .nav-link.active, .genaration2-section-area .tabs-area .nav-pills .show > .nav-link {
    background: #25D366 !important;
}
.service2-section-area .service2-bg-area .service2-box-area:hover {
    background: #25D366;
    transition: all 0.4s ease-in-out;
    transform: translateY(-5px);
}
#wave {
  position: absolute;
  height: 70px;
  width: 600px;
  background: #e0efe3;
}
.button-wrapper{
    display:flex;
    flex-direction:column;
    gap:18px;
    width:280px;
}
.btn{
    height:56px;
    border-radius:50px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    font-size:18px;
    font-weight:700;
}
.btn-login{
    border:2px solid #22c55e;
    color:#22c55e;
    background:#fff;
}
.btn-trial{
    background:linear-gradient(135deg,#35e46c,#16c857);
    color:#fff;
    box-shadow:0 10px 25px rgba(34,197,94,.25);
}
.arrow{
    font-size:24px;
}
.rouyality{
        display: flex;
    justify-content: center;
}


@media (max-width: 767px) {
  .mobile-nav-slider {
    display: flex !important;
    flex-wrap: nowrap !important; /* Prevents tabs from breaking into multiple lines */
    overflow-x: auto !important;   /* Enables smooth mobile swiping */
    justify-content: flex-start !important; /* Aligns items from the left side on mobile */
    -webkit-overflow-scrolling: touch; /* Ensures smooth momentum scrolling on iOS */
    /* padding-bottom: 8px; Adds breathing room for the tabs */

  }
  .about-welcome-section-area.about2 {
    padding: 130px 0 33px;
}

  .mobile-nav-slider .nav-item {
    flex: 0 0 auto !important; /* Stops the text fields from compressing */
    margin-right: 5px; /* Adds clean spacing between buttons */
  }

  /* Completely hides the desktop scrollbar for a native app layout feel */
  .mobile-nav-slider::-webkit-scrollbar {
    display: none !important;
  }
  .mobile-nav-slider {
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
  }
}