html, body {
      height: 100%;
      margin: 0;
    }
    section{
        padding: 5px;
    }
    .navbar {
      transition: background-color 0.3s ease;
    }

    /* Initial transparent navbar */
    .navbar.scrolled {
      /* background-color: rgb(11, 11, 11) !important; */
      background-color: black;
    }

    .navbar.default {
      background-color: rgba(0, 0, 0, 0.2) !important;
    }

    .navbar-brand, .nav-link {
      color: white !important;
    }

    .navbar-toggler {
      border-color: white;
    }

    .navbar-toggler-icon {
      filter: invert(1);
    }
    .section-heading {
  font-size: 62px;
  font-weight: bold;
  color: #212121;
  padding: 10px;
}

.section-subheading {
  padding: 10px;
  font-size: 25px;
  color: #424242;
  margin: 0 auto;
}

    .bg-image {
      /* Background image */
      /* background-image: url('assets/img/happy_reviews_bg.png'); */
      /* background: linear-gradient(180deg, #2D1B69 0%, #ad449f 100%); */
      background-color: black;
      /* height: 650vh; */
      background-position: center;
      background-repeat: no-repeat;
      /* background-size: cover; */
      /* background: linear-gradient(180deg, #2D1B69 0%, #ad449fff 100%); */
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 2px 2px 4px #000;
    }
    /* .bg{
      background-image: url('assets/img/happy_reviews_bg.png');
      
      background-position: center;
      background-repeat: no-repeat;
       background-size: cover; 
    } */
     

/* ========= BG VIDEO ========= */

/* .video-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-container video{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


/* .video-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  max-width: 100%;
 
} */

.carousel-container {
      position: relative;
      padding: 40px 0;
      font-family: 'GT Walsheim Pro',sans-serif;
      overflow-x: hidden;
      padding-top: 150px;
      padding-bottom: 150px;
    }

    .carousel-inner-custom {
      display: flex;
      /* overflow-x: auto; */
      scroll-snap-type: x mandatory;
      gap: 1.5rem;
      padding: 0 1rem;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
    }
    .carousel-inner-custom::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

    .carousel-card {
      flex: 0 0 80%;
      max-width: 360px;
      /* background: linear-gradient(180deg, #2D1B69 0%, #ad449f 100%);*/
      background-color: black;
      border-radius: 16px;
      scroll-snap-align: start;
      text-align: center;
      padding: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); /* subtle shadow */
      transition: box-shadow 0.3s ease-in-out;
      
    }
    .carousel-card:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5); /* slightly stronger on hover */
    }

    .carousel-card img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      margin-bottom: 1rem;
    }

    .carousel-card h5 {
      font-size: 25px;
      margin-bottom: 0.5rem;
      color: white;
      padding-top: 10px;
      font-weight: bold;
      text-align: left;
    }

    .carousel-card p {
      font-size: 15px;
      color: #ccc;
      text-align: left;
    }

    .carousel-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #222;
      border: none;
      border-radius: 50%;
      padding: 0.7rem 1rem;
      font-size: 1.5rem;
      color: #fff;
      z-index: 10;
      cursor: pointer;
    }

    .arrow-left {
      left: 10px;
    }

    .arrow-right {
      right: 10px;
    }
    .phone-section {
  /* background: radial-gradient(circle at left, #3b014e, #000); */
  background-color: black;
  color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
  gap: 60px;
  flex-wrap: wrap;
}

.image-box img {
  width: 100%;
  max-width: 450px;
  height: auto;
  /* transform: rotate(-8deg); */
  display: block;
}
.info-section {
  background: radial-gradient(circle at center, #0d051a 0%, #000000 100%);
  padding: 100px 20px 40px;
  color: white;
  text-align: center;
}

.text-container h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-container p {
  font-size: 18px;
  color: #aaa;
  max-width: 800px;
  margin: 0 auto;
}

.image-container {
  margin-top: 60px;
}

.image-container img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.integration-section {
  background-color: #000;
  color: white;
  padding: 20px 20px;
}

.integration-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: auto;
}

.integration-text {
  flex: 1 1 500px;
  padding-right: 40px;
}

.integration-text h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.integration-text p {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 30px;
}
.integration-text ul {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 30px;
}

.integration-text p strong {
  color: #fff;
}
body {
  margin: 0;
  background-color: #000;
  color: #fff;
}

.testimonials-section {
  padding: 80px 20px;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonials-section .subtext {
  font-size: 1.1rem;
  color: #aaa;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.swiper {
  padding: 40px 0;
}

.testimonial-card {
  background-color: #111;
  border-radius: 14px;
  padding: 25px 30px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonial-card p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.5;
  flex-grow: 1;
}

.stars {
  /* color: #00b67a; */
  color: #b2ff59;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  margin-top: 20px;
  color: #888;
}

.avatar {
  background-color: #444;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Default bullets – grey */
.swiper-pagination-bullet {
  background: #777; /* or any shade of grey you want */
  opacity: 1;
  transition: background 0.3s ease;
}

/* Active bullet – white */
.swiper-pagination-bullet-active {
  background: #fff;
}

    .sectionr {
      max-width: 1200px;
      margin: auto;
      padding: 60px 20px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
    }

    /* Left text block */
    .faq-intro h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .faq-intro p {
      color: #aaa;
      margin-bottom: 15px;
      line-height: 1.6;
    }

    /* Right accordion */
    .faq-item {
      border-bottom: 1px solid #333;
    }

    .faq-question {
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      padding: 18px 0;
      font-size: 1.1rem;
      color: #fff;
      display: flex;
      justify-content: space-between;
      cursor: pointer;
    }

    .faq-question span {
      font-size: 1.5rem;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      color: #aaa;
      line-height: 1.6;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .faq-item.active .faq-answer {
      max-height: 200px;
      padding: 10px 0 20px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .sectionr {
        grid-template-columns: 1fr;
      }
      .col-md-6 img{
        height: 100%;
      }
    }

    .dropdown-menu{
      background-color: rgba(0, 0, 0, 0.366);
    }
    .dropdown-item{
      color: white;
    }

    .discount-section {
      text-align: center;
      padding: 80px 20px;
      background: #f9f9f9;
    }

    .discount-section img {
      max-width: 200px;
      margin-bottom: 30px;
    }

    .discount-section h2 {
      font-size: 28px;
      font-weight: bold;
      color: #111;
      margin-bottom: 30px;
    }

    .discount-section button {
      background: #fff;
      border: 1px solid #ccc;
      padding: 12px 30px;
      border-radius: 30px;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .discount-section button:hover {
      background: #111;
      color: #fff;
      border-color: #111;
    
    }

.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.icons img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.integration-image {
  flex: 1 1 500px;
  text-align: center;
}

.integration-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.workspace-section {
  background-color: #000;
  color: #fff;
  padding: 100px 20px;
}

.workspace-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}

.workspace-text {
  flex: 1 1 500px;
  padding-right: 40px;
}

.workspace-text h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.workspace-subfeatures p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}

.workspace-subfeatures p strong {
  color: #fff;
}

.workspace-image {
  flex: 1 1 500px;
  text-align: center;
}

.workspace-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
}


.text-box {
  max-width: 600px;
}

.text-box h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-box p {
  font-size: 1.2rem;
  color: #ccc;
}
.text-box ul {
  font-size: 1.2rem;
  color: #ccc;
}

.text-box strong {
  color: white;
}


    /* Hide arrows on mobile */
    @media (max-width: 768px) {
      .carousel-arrow {
        display: none;
      }

      .carousel-card {
        flex: 0 0 85%;
      }
    }



/* ========= NAVIGATION BAR ========= */

.navbar{
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.logo{
  font-size: 1.6rem;
  font-weight: bold;
}

.nav-links a{
  margin-left: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* ========= HERO SECTION ========= */

.hero{
  position: fixed;
  display: flex;
  align-items: center;
  padding: 80px 50px 40px;
}

.hero-left{
  margin-left: 90px;
}

.hero-right{
  margin-left: 770px;
}

.hero-left,
.hero-right{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-left h1,
.hero-right h1{
  font-size: 3.5rem;
  line-height: 1.3;
  margin-top: 150px;
}

.scroll-text{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1rem;
  margin-top: 200px;
  letter-spacing: 2px;
  opacity: 0.7;
}
.hero-sections{
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: white;
  margin-top: 100px;
}

.hero-sections:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.934), transparent);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 3rem 1rem;
  max-width: 900px;
}
.hero-contents {
  position: relative;
  z-index: 2;
  padding-top: 3rem 1rem;
  width: 1800px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-contents h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero-contents p {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.hero-section {
   /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}
.overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
}

.hero-content {
  max-width: 600px;
}
.hero-contents {
  max-width: 1600px;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.cta-button {
  padding: 12px 28px;
  background-color: #1976f2; /* Blue button */
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #0d47a1;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .hero-contents h1 {
    font-size: 2.2rem;
  }
  .hero-contents p {
    font-size: 1.5rem;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
  .hero-contents h1 {
    font-size: 2rem;
  }

  .hero-contents p {
    font-size: 1.5rem;
  }
  .text-box h1{
    font-size: 38px;
  }
  .integration-text h2{
    font-size: 38px;
  }
  .workspace-text h2{
    font-size: 38px;
  }
  .conts h2{
    font-size: 40px;
  }
  .discount-section h2{
    font-size: 20px;
  }
}

.social-icons{
  position: relative;
  bottom: -190px;
  left: 10px;
  display: flex;
  gap: 20px;
  font-size: 1.7rem;
}

.contect-link{
  position: absolute;
  bottom: -140px;
  right: 150px;
  font-size: 1.2rem;
  opacity: 0.8;
}

 
/* ========= SCROLL SPACER ========= */

.scroll-spacer{
  height: 3000px;
}




    .parallax-section {
      height: 100vh;
      background-image: url('assets/img/parallax.png'); /* Replace with your image */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      z-index: 1;
    }

.parallax-section h2,
.parallax-section p {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}


    .content-wrapper {
      padding-top: 26px; /* Height of fixed navbar */
    }
    .stats-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin: 4rem 0;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .stat-item {
            text-align: center;
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 10px rgba(183, 180, 180, 0.94);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
    
    /* .sectionss {
      padding: 80px 20px;
    } */

    .sectionss img {
      width: 100%;
      /* height: 700px; */
      /* border-radius: 10px; */
    }

    .sectionss h2 {
      
      font-size: 40px;
    }
    .sectionss p {
      
      font-size: 20px;
      color: #e0e0e0;
    }
        .sectionss li {
      
      font-size: 20px;
      color: #e0e0e0;
    }
    .feature-section {
      padding: 60px 15px;
    }

    .feature-card {
      /* border-radius: 20px; */
      /* padding: 50px 40px; */
      color: white;
      text-align: left;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .feature-card img{
      height: 580px;
      width: 90%;
    }

    /* .feature-blue {
      background: linear-gradient(180deg, #236BFF, #0B41A0);
    }

    .feature-orange {
      background: linear-gradient(180deg, #FFAE00, #C87300);
    } */

    .feature-card h3 {
      
      font-size: 40px;
    }

    .feature-card p {
      margin-top: 10px;
      font-size: 20px;
    }

    .feature-image {
      max-width: 100%;
      height: auto;
      margin-top: 20px;
    }

    
    .cta-button {
            background: linear-gradient(270deg, #ff00cc, #333399, #00ffa1, #ff00cc);
            background-size: 800% 800%;
            animation: gradientAnimation 10s ease infinite;
            
            color: #ffffff;
            padding: 14px 28px;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
            text-decoration: none;
          }
        @keyframes gradientAnimation {
          0% {
            background-position: 0% 50%;
          }
          50% {
            background-position: 100% 50%;
          }
          100% {
            background-position: 0% 50%;
          }
        }
        
        .cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }
        
        .stat-number {
            font-size: 3.5rem;
            font-weight: bold;
            color: #ccff90; 
            margin-bottom: 0.5rem;
            font-family: "GT Walsheim Pro",sans-serif;
            color: white;
        }
        .stat-label {
            font-size: 1rem;
            opacity: 0.8;
            font-family: "GT Walsheim Pro",sans-serif;
            color: whitesmoke;
        }
        @media (max-width: 1024px) {
          .stats-container {
            max-width: 1000px;
          }
        }
    @media (max-width: 767.98px) {
      .section-heading {
            font-size: 40px;
        }
        .section-subheading {
          font-size: 20px;
        }
        /* .sectionss {
            padding: 20px 20px;
        } */
        .sectionss img{
            text-align: center;
            /* padding-top: 50px; */
            /* height: 400px; */
        }
        .ll{
          padding-left: 10px;
        }
        .feature-card h3 {
      
            font-size: 32px;
        }
        .sectionss .text{
            text-align: center;
            
        }
        .text-container{
          text-align: left;
        }
        .text-container h2 {
          font-size: 38px;
        }
        .feature-card {
          /* padding: 20px 20px; */
        text-align: center;
        align-items: center;
      }
      .feature-card img{
        height: 100%;
        width: 100%;
      }

      .feature-card p {
        text-align: center;
        font-size: 19px;
      }
        .sectionss h2 {
            
            font-size: 32px;
        }
        .sectionss p {
            
            font-size: 19px;
        }
        .text-column{
            padding-top: 120px;
        }
        
        .stats-container {
                grid-template-columns: repeat(1, 1fr);
                max-width: 800px;
            }
        .stat-item {
            text-align: center;
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            margin-left: 20px;
            margin-right: 20px;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 10px rgba(183, 180, 180, 0.94);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
    }
    footer {
      background: #fff;
      padding-left: 30%;
      /* border-top: 1px solid #eee; */
      border: none !important;
    }

    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
      border: none !important;
    }

    /* Left section (Logo + copyright) */
    .footer-left {
      flex: 1 1;
    }

    .footer-left img {
      height: 80px;
      margin-bottom: 10px;
    }

    .footer-left p {
      margin: 5px 0;
      color: #666;
      font-size: 14px;
    }

    /* Right section (Links) */
    .footer-links {
      display: flex;
      gap: 60px;
      flex: 2 1 400px;
      flex-wrap: wrap;
    }

    .footer-column h4 {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: bold;
      color: black;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #666;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .footer-column ul li a:hover {
      color: #000;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      footer {
      background: #fff;
      padding-left: 20%;
      /* border-top: 1px solid #eee; */
      border: none !important;
    }
      .footer-container {
        flex-direction: column;
        align-items: flex-start;
      }
    
      .footer-links {
        flex-direction: column;
        gap: 30px;
      }
    }
    .how-it-works-section {
  background-color: black;
  padding: 80px 20px;
  font-family: 'GT Walsheim Pro', sans-serif;
  text-align: center;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.step-card {
  flex: 1 1 30%;
  background-color: #f9f9f900;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.226);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-10px);
}

.step-image {
  width: 300px;
  /* height: 300px; */
  margin-bottom: 20px;
  object-fit: contain;
}

.step-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-description {
  font-size: 16px;
  color: #666;
}

/* Responsive */
@media (max-width: 991px) {
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .step-card {
    width: 100%;
    max-width: 400px;
  }
}
/* BUTTON STYLING */
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 20px;
}

.btn {
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: 0.3s ease;
  text-align: center;
  flex: 1 1 auto;
}
.button-wrappers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* BASE BUTTON STYLE */
.btns {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  min-width: 220px;
  transition: all 0.3s ease;
}

/* Primary Button (Gradient) */
.primary-btn {
  background: linear-gradient(270deg, #ff00cc, #333399, #00ffa1, #ff00cc);
            background-size: 800% 800%;
            animation: gradientAnimation 10s ease infinite;
            
            color: #ffffff;
            padding: 14px 28px;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
            text-decoration: none;
          }
        @keyframes gradientAnimation {
          0% {
            background-position: 0% 50%;
          }
          50% {
            background-position: 100% 50%;
          }
          100% {
            background-position: 0% 50%;
          }
        }
        

/* Secondary Button (Solid Color or Different Gradient) */
.secondary-btn {
  background: linear-gradient(270deg, #00ffa1, #333399,  #ff00cc, #00ffa1);
            background-size: 800% 800%;
            animation: gradientAnimation 10s ease infinite;
            
            color: #ffffff;
            padding: 14px 28px;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease;
            text-decoration: none;
          }
        @keyframes gradientAnimation {
          0% {
            background-position: 0% 50%;
          }
          50% {
            background-position: 100% 50%;
          }
          100% {
            background-position: 0% 50%;
          }
        }
        

/* Responsive: Stack buttons on small screens */
@media screen and (max-width: 600px) {
  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
   .button-wrappers {
    flex-direction: column;
  }

  .btns {
    width: 100%;
  }
}

