@media(max-width: 991px) {
    .btn-whatsapp {
        font-size: 16px;
    }
}  




    @media (max-width: 768px) {
  /* Navbar */
  .navbar {
    padding: 10px;
  }
  .navbar .nav-link {
    margin-left: 5px;
    font-size: 0.9rem;
  }

  /* Hero Section */
  .hero-banner {
    padding: 50px 0;
  }
  .hero-text h1 {
    font-size: 2rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
  .hero-buttons .btn {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  .hero-player-image {
    width: 100%;
    height: auto;
  }

  /* Available Sites Section */
  .available-sites h2 {
    font-size: 1.5rem;
  }
  .available-sites .card img {
    height: 150px !important;
  }
  .img-md {
    height: 100px !important;
  }

  /* Safe & Secure Section */
  .safe-secure h2 {
    font-size: 1.5rem;
  }
  .safe-secure p {
    font-size: 1rem;
  }

  /* Customer Support Section */
  .customer-support h1 {
    font-size: 1.8rem;
  }
  .customer-support p {
    font-size: 1rem;
  }
  .customer-support .btn-whatsapp {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  
  /* Instant withdrawal Section */
  .service-badge {
    max-width: 80%; /* Adjust this value as needed */
  }

  /* How to Place Bet Section */
  .how-to-bet h2 {
    font-size: 1.8rem;
  }
  .how-to-bet p {
    font-size: 1rem;
  }

  /* Testimonials Section */
  .testimonials-section h2 {
    font-size: 1.5rem;
  }
  .testimonials-section p {
    font-size: 1rem;
  }
  .testimonials-section .carousel-item img {
    width: 100%;
    height: auto;
  }

  /* Happy Clients Section */
  .happy-clients-section h2 {
    font-size: 1.5rem;
  }
  .happy-clients-section p {
    font-size: 1rem;
  }
  .happy-circle {
    width: 150px;
    height: 150px;
  }

  /* Why Choose Us Section */
  .why-choose-us-section h2 {
    font-size: 1.5rem;
  }
  .why-choose-us-section p {
    font-size: 1rem;
  }
  .feature-card {
    margin: 20px auto;
    max-width: 200px;
  }

  /* General Section Adjustments */
  section h2 {
    font-size: 1.5rem;
  }
  section p {
    font-size: 1rem;
  }

  /* Footer */
  .footer-section h5 {
    font-size: 1.2rem;
  }
  .footer-section p {
    font-size: 0.9rem;
  }
  .footer-section ul {
    font-size: 0.9rem;
  }
  
    
  @media (max-width: 467px) {
    .service-badge {
      width: 280px;
    }
    .available-sites .card img {
    height: 100px !important;
  }
    .img-md {
    height: 100px !important;
  }
  }
}