  body{
    font-family:Poppins !important;
  }
  select {
    font-family: 'Poppins', sans-serif !important;
  } 

  .navbar {
/*    background: rgba(233, 233, 233, 1);*/
    background: white;

  }

  .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
    margin-right: 20px;
  }

  .logo {
    font-weight: bold;
    color: red;
  }

  .icon-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: black;
  }

  .hover:hover{
      color: red !important;
  }
  .hero-image-section {
    background-image: url("/images/images/Hero\ Section\ \(3\).png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }
  .feature-icon {
    width: 80px;
    height: 80px;
  }
  .central-img {
    max-width: 100%;
    height: 340px;
  }
  .features-wrapper {
    background-color: #E9E9E9;
    padding: 2rem;
    
  }
  .hero-image-section2 {
    background-image: url('/images/images/treeimage.png'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }

 
  .offer-tag {
      position: absolute;
      top: -1rem;
      left: 1rem;
      background-color: red;
      color: white;
      padding: 0.4rem 1rem;
      border-radius: 1rem;
      font-weight: 600;
  }

    .image-box {
      position: relative;
      border: 3px solid red;
      padding: 1rem;
      display: inline-block;
    }

    .offer-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .btn-offer {
      background-color: red;
      color: white;
      border-radius: 2rem;
      padding: 0.5rem 1.2rem;
      font-weight: 600;
    }

    .btn-offer i {
      margin-left: 0.5rem;
    }

    .text-highlight {
      color: red;
      font-weight: bold;
    }

    footer{
      background-color:  rgba(233, 233, 233, 1);
      ;
    }
  .footer-top {
        border-bottom: 1px solid #ddd;
        padding: 1rem 0;
      }
    .footer-logo {
        font-weight: bold;
        color: #dc3545;
      }
      .partner-btn {
        background-color: red;
        color: #fff;
        border-radius: 2rem;
        padding: 0.4rem 1rem;
        font-weight: 500;
      }
      .social-icons i {
        font-size: 1.2rem;
        margin-right: 0.5rem;
        color: #333;
      }
      .footer-bottom {
        font-size: 0.9rem;
        color: #666;
      }
  
  /* About US */
  .hero-image-section-About {
    background-image: url('/images/images/istockphoto-941548466-612x612\ 1.png'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }

  /* partner with us */

  .stats-overlay {
    position: absolute;
    bottom: -50px; 
    left: 0;
    width: 100%;
   
  }
  .stats-overlay1 {
    position: absolute;
/*    bottom: -2px; */
    left: 0;
    width: 100%;
   
  }
  label{
    font-size: 14px;
  }
  .form-control{
    height: 30px;
  }
  .hero-section1 {
    background: url('/images/images/pexels-pixabay-262524\ 1\ \(3\).png') no-repeat center center/cover;
    height: 60vh;
    position: relative;
  }

  .hero-section3 {
    background: url('images/images/sports-tools.png') no-repeat center center/cover;
    height: 60vh;
    position: relative;
  }
  .rating {
    font-size: 12px;

  }
  .detailsimg{
    height:400px;
    width:400px;

  }
  @media (max-width: 576px) {
    .stats-overlay {
      bottom: -80px;
    }
    .form-img{
    height:80px ;
    width:300px   ; 
  }
  }

  @media (max-width: 768px) {
  .activity-image {
    width: 120px;
    height: 93px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -48px;
    left: 90px;
    z-index: 1;
}

.form-control

 {
  font-size: 0.7rem !important;
 }

.hero-image-section {
  background-image: url('/images/images/pexels-markus-spiske-114296\ 1.svg'); 
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
}
  .hero-image-section2 {
    background-image: url('images/images/treeimage.png'); 
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
  }
.feature-icon {
    width: 58px;
    height: 56px;
  }
  .central-img {
    max-width: 100%;
    height: 240px;
  }
 .tablist{
  font-size:8px;	
}
.detailsimg{
height:400px;
width:373px;

}

.ta{
padding:10px !important;
}
.navbar{
padding: 0px !important;
}

 .badmintonactivity{
   font-size:12px !important;
}

.mbv{
  margin-top: -216px !important;
  
}
}



/*CSS written By Sachin Darkunde from 25 sep 2025*/

  /* Navbar Css */
  .navbar-btn {
      background: linear-gradient(90deg, #FF4545 0.51%, #E60909 100%);
      color: #fff;
      font-size: 0.9rem;
      padding: 10px 30px;
      border: none;
      border-radius: 999px; /* full rounded corners */
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
  }


  .navbar-btn:active {
      transform: translateY(0);
      box-shadow: 0 3px 6px rgba(155, 0, 255, 0.4);
  }

  /* Home Page Hero Section CSS */
    .hero-sec {
      position: relative;
      width: 100%;
     height: 700px;
      background: url('images/images/Hero\ Section\ \(3\).png') center/cover no-repeat;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      /* padding-left: 40px;
      padding-right: 40px; */
    }

    .hero-sec-top {
      /* display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 4rem 5%; */
    }

    .hero-sec-text {
      max-width: 100%;
      color: #fff;
    }

    .hero-sec-text h1 {
      text-align: center;
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 8px rgba(199, 199, 199, 0.6);
      font-family: 'Poppins', sans-serif;
      letter-spacing: 2px;
    }

    .hero-sec-text p {
      font-size: 1.2rem;
      /* letter-spacing: 11px; */
      color: #ffffff;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-top: 15px !important;
    }

    /* ✅ Responsive Styles */
    @media (max-width: 992px) {
      /* .hero-sec {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 80vh; 
        background-position: top center;
      } */

      .hero-sec-text {
        max-width: 100%;
        text-align: center;
      }

      .hero-sec-text h1 {
        font-size: 2.8rem;
      }

      .hero-sec-text p {
        font-size: 1rem;
        letter-spacing: 6px;
      }
    }

    @media (max-width: 576px) {
      /* .hero-sec { */
        /* padding: 3rem 15px; */
        /* height: 30vh; */
        /* background-position: top center; */
      /* } */

      .hero-sec-text {
        max-width: 100%;
        text-align: center;
      }

      .hero-sec-text h1 {
        font-size: 2rem;
        line-height: 1.3;
      }

      .hero-sec-text p {
        font-size: 0.9rem;
        letter-spacing: 3px;
      }
    }


    /* Search Box */
    .hero-sec-search {
      background: #fff;
      border-radius: 1rem;
      padding: 2rem;
      margin: -3rem auto 0;
      max-width: 800px;
      width: 90%;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .hero-sec-search h2 {
      font-size: 1.2rem;
      margin-bottom: 1.5rem;
      color: #333;
    }

    .hero-sec-search h2 span {
      color: #E60909;
      font-weight: bold;
    }

    .hero-sec-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
    }

    .hero-sec-inputs input {
      flex: 1 1 220px;
      padding: 0.8rem;
      border: 1px solid #ccc;
      border-radius: 0.5rem;
      font-size: 1rem;
    }

    .hero-sec-inputs button{
      background: linear-gradient(90deg, #9B00FF, #BC7CFF);
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.8rem 2rem;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .hero-sec-search button{
    /*      background: linear-gradient(90deg, #9B00FF, #BC7CFF);*/
      background: linear-gradient(180deg, #E60909 0%, #F35A5A 99.49%);
      color: #fff;
      font-size: 1rem;
    /*      font-weight: 600;*/
      padding: 0.5rem 2rem;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .hero-sec-inputs button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(155, 0, 255, 0.4);
    }

    /* Bottom Features */
    .hero-sec-features {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background: linear-gradient(180deg, #E60909 0%, #F35A5A 99.49%);
     
        flex-wrap: wrap;
        color: #fff;
        text-align: center;
    }

    /* Feature card */
    .hero-sec-feature {
        flex: 0 0 200px; /* fixed width per card */
        padding: 1rem;
    }

    /* Feature icon */
    .hero-sec-feature img {
        width: 40px;
        height: 40px;
        margin-bottom: 0.8rem;
    }

    /* Feature text */
    .hero-sec-feature p {
        font-size: 1rem;
        margin: 0;
        color: white;
    }

    /* Responsive - make scrollable on small screens */
    @media (max-width: 768px) {

      .hero-sec {
  
    height: 214px !important;
  
      }

        .hero-sec-features {
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        /* Hide scrollbar */
        .hero-sec-features::-webkit-scrollbar {
            display: none;
        }
        .hero-sec-features {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;     /* Firefox */
        }
    }

  /*Home page hero section css End  */


  /* Sports Hero Section */
  /* .sports-hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 8%;
    position: relative;
    overflow: hidden;
    background: #fff;
  } */

  /* Gradient color flow from right side */
  /* .sports-hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20%;
    width: 70%;
    height: 100%;
    background: linear-gradient(to left, rgba(230, 9, 9, 0.9), transparent 70%);
    z-index: 0;
  } */

  /* Text Block */
  /* .sports-hero-section .text-content {
    flex: 1;
    max-width: 600px;
    z-index: 1;
    position: relative;
  } */

  /* .sports-hero-section .pre-heading {
      letter-spacing: 1px;
      background: linear-gradient(180deg, #2D2D2D 0%, #939393 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 2.6rem;
  } */

  /* .sports-hero-section .main-heading {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #111;
  } */

  /* .sports-hero-section .main-heading span {
    color: #E60909;
  } */

  /* Tagline */
  /* .sports-hero-section .tagline {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
  } */

  /* .sports-hero-section .tagline span {
    color: #E60909;
    font-weight: 600;
  } */

  /* Image Block */
  /* .sports-hero-section .image-content {
    flex: 1;
    text-align: right;
    position: relative;
    z-index: 1;
  } */

  /* .sports-hero-section .image-content img {
   max-width:150%;
    height: auto;
    object-fit: contain;
    position: relative;
    right: 31%;
  } */



   

  /* ===== Responsive ===== */
  @media (max-width: 1200px) {
    /* .sports-hero-section {
      padding: 3rem 5%;
    } */

    /* .sports-hero-section .main-heading {
      font-size: 3rem;
    } */

    /* .sports-hero-section .image-content img {
      max-width: 100%;
      right: 0;
    } */
  }

  @media (max-width: 992px) {
    /* .sports-hero-section {
      flex-direction: column;
      text-align: center;
    } */

    /* .sports-hero-section .text-content {
      max-width: 100%;
    } */

    /* .sports-hero-section .image-content {
      text-align: center;
    } */

    /* .sports-hero-section .image-content img {
      max-width: 90%;
      margin-top: 2rem;
      right: 0;
    } */

    /* .sports-hero-section .main-heading {
      font-size: 2.5rem;
    } */
  }

  /* @media (max-width: 576px) {
    .sports-hero-section {
      padding: 2rem 1.5rem;
    }

    .sports-hero-section .pre-heading {
      font-size: 1.6rem;
    }

    .sports-hero-section .main-heading {
      font-size: 2rem;
    }

    .sports-hero-section .tagline {
      font-size: 1rem;
    }

    .sports-hero-section .image-content img {
      max-width: 100%;
    }
  } */



  /*  ------------------*/
  /* Section container */
  .sports-scroll-section {
    padding: 2rem;
    padding-top: 0px !important;
    background: #fff; /* optional */
    overflow: hidden; /* hides scrollbars */
  }

  /* Horizontal scroll container */
  .scroll-container {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  /* Hide scrollbar */
  .scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  /* Images */
  .scroll-container img {
    width: 214px;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
  }

  /* Hover effect */
  .scroll-container img:hover {
    transform: scale(1.05);
  }

  /* Responsive sizing */
  @media (max-width: 768px) {
    .scroll-container img {
      width: 140px;
      height: 180px;
    }
  }

  @media (max-width: 480px) {
    .scroll-container img {
      width: 120px;
      height: 160px;
    }
  }


  /*Home page Feature section css End */


  .testimonial-card {
    background: #f5aba6; /* purple tone */
    color: #383838;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    width: 483px; /* fixed width for scroll effect */
    flex: 0 0 auto;
  }

  .testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .testimonial-card h6 {
    font-weight: 600;
    font-size: 15px;
    color: #383838;
  }

  .testimonial-card small {
    font-size: 12px;
    color: #383838;
  }

  .quote-icon {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 50px;
    font-weight: bold;
    color: #E60909; 
    opacity: 0.4;
    line-height: 1;
  }

  .testimonials-wrapper {
    -webkit-overflow-scrolling: touch; 
    overflow-x: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
  }

  /* Chrome, Safari, Opera */
  .testimonials-wrapper::-webkit-scrollbar {
    display: none;
  }


  /* partner with Us Page CSS  */
  .hero-section h2{
    line-height: 50px;
    margin-top: 20px;
    font-weight: 900;
    font-size: 65px;
  }


  .stat-card {
    text-align: center;
  }

  /*.stat-icon {
    background: #E60909;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
    border-radius: 25% 35% 30% 40% / 40% 30% 35% 25%; 
  }*/

  .stat-icon img {
    width: 130px;
    height: 130px;
  }

  .stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }

  .stat-label {
    font-size: 14px;
    font-weight: 600;
    color:#E60909;
  }




  /*global media queries  */
  /* Tablets (≤ 992px) */
  @media (max-width: 992px) {
    h1 {
      font-size: 40px !important;
    }
  }

  /* Mobiles (≤ 768px) */
  @media (max-width: 768px) {
    h1 {
      font-size: 32px !important;
    }
  }

  /* Small Mobiles (≤ 480px) */
  @media (max-width: 480px) {
    h1 {
      font-size: 26px !important;
    }
  }




  /* footeer social media links css*/
  .social-icons {
    display: flex;
    gap: 15px;
  }

  .social-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background-color: #E60909; /* red circle */
      border-radius: 50%;
      color: #fff; /* white icon */
      font-size: 24px;
      transition: transform 0.3s;
      text-decoration: none;
      padding-left: 6px !important;
      color: white !important;
  }

  .social-icon i {
    color: #fff; /* explicitly white */
  }

  .scroll-thin {
    scrollbar-width: none !important;
    scrollbar-color: white;
  }


.input-icon {
  position: absolute;
  left: 15px; /* distance from left edge of input */
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* adjust size */
  height: 20px;
  pointer-events: none; /* ensures clicks go to the input, not the image */
}

.form-control {
  padding-left: 10px !important; /* space for the image */
}

   
