  /* body {
    background-color: ffffff;
    color: #fff;
  
  } */

  .container {
    max-width: 100%;
    width: 93%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }

  .highlight-green {
    color: #A5F400;
  }

  .page-head {
    background-color: #000;
    /* Black background */
  }

  .highlight-green {
    color: #A5F400;
  }

  .cta-btn {
    background-color: #A5F400;
    color: #011648;
    border: none;
    font-weight: 500;
    border-radius: 27px;
    padding: 6px 46px;
    font-size: 20px;
    font-family: "Lato";
  }

  .cta-btn:hover {
    background-color: #8edb00;
    color: #011648;
  }

  /* Custom Hamburger */
  .navbar-toggler {
    border: none;
  }

  .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background-color: transparent;
    position: relative;
  }

  div#navbarNav {

    justify-content: end;
  }

  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background-color: #fff;
    /* white bars */
    border-radius: 2px;
    position: relative;
  }

  .navbar-toggler-icon::before {
    position: absolute;
    top: -8px;
  }

  .navbar-toggler-icon::after {
    position: absolute;
    bottom: -8px;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
  }

  .football-boys {
    position: relative;
    width: 100%;
    height: auto;
  }

  .football-boys img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* adjust if needed */
    opacity: 0;
    animation: slideshow 16s infinite;
  }

.profile-message {
    background: #494949;
    border-radius: 29px;
    padding: 5px 16px 5px 5px;
}
/* .img-fluid {
    max-width: 100%;
    width: 37px;
    height: 37px;
} */


ul.dropdown-menu.menuhead-flag.show {
    position: absolute;
    top: 37px;
    left: -53px;
}
  /* Each image shows at different times */
  .football-boys img:nth-child(1) {
    animation-delay: 0s;
  }

  .football-boys img:nth-child(2) {
    animation-delay: 4s;
  }

  .football-boys img:nth-child(3) {
    animation-delay: 8s;
  }

  .football-boys img:nth-child(4) {
    animation-delay: 12s;
  }

  @keyframes slideshow {
    0% {
      opacity: 0;
    }

    5% {
      opacity: 1;
    }

    25% {
      opacity: 1;
    }

    30% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }


  .tag-item {
    font-family: 'DM Sans', sans-serif;
  }

  .football-boys img {
    width: 100%;
  }

  .hero-text {
    padding-left: 5%;
    padding-right: 0;
  }

  .menuhead-flag {
    min-width: 160px;
    background: #494949 !important;
    border-radius: 8px;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background: #727272 !important;
  }

  .dropdown-item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
.head-login-drop::after {
    position: relative;
    top: 1.5px;
    color: white;
}
.head-login-drops::after {
    position: relative;
    top: 0.5px;
    color: white;
}
button#profileDropdown:hover {
    background: black;
}
.small-head {
    color: #E5E5E5;
    font-size: 18px;
   
}
  .head-lang img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 40px;
  }

  .footer-lang {
    padding: 7px 0px;
  }

  .la_padding {
    padding: 4px 15px;
}
/* Custom profile dropdown menu */
.drop-menu_profile {
  background-color: #6f6f6f;  /* gray background */
  border: 1px solid #444;
  padding: 0;
  margin-top: 0;
  min-width: 160px;
}

/* Dropdown items */
.drop-menu_profile .dropdown-item {
  color: #fff;
  padding: 8px 16px;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

/* Hover & focus states */
.drop-menu_profile .dropdown-item:hover,
.drop-menu_profile .dropdown-item:focus {
  background-color: #383737 !important;
  color: #fff;
}

/* Divider */
.drop-menu_profile .dropdown-divider {
  margin: 0;
  border-top: 1px solid #555;
}
  /* ----------------------------------- */
  /* .btn-cta, .btn-cta:hover {
  background-color: #A5F400;
  color: #000;
} */
  .nav-link {
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    font-family: 'Lato';
  }

  .nav-link:hover {
    color: #A5F400;
    /* Your theme green */
  }

  .hero-section {
    background-color: #000;
    max-width: 100%;
    min-height: 612px;
    background-size: cover;
    overflow: hidden;
    height: auto;
  }

  .login-section {
    background-color: #2e2e30;
    max-width: 100%;
    min-height: 612px;
    background-size: cover;
    overflow: hidden;
    height: auto;
  }

  .launch-text {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    width: 100%;
    color: white;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .hero-football {
    font-size: 78px;
    margin-top: 9%;
    font-family: Impact;
    font-weight: 400;
    color: white;
  }

  .curve-img {
    position: absolute;
    top: -10px;
    left: 3rem;
  }

  .navbar-brand img {
    height: 50px;
    /* Adjust this as needed */
    width: auto;
    /* Maintains aspect ratio */
    display: block;
    object-fit: contain;
    /* Prevents distortion */
  }

  .store-btn,
  .store-btn2 {
    width: 33%;
  }

  .store-btn img,
  .store-btn2 img {
    width: 100%;
  }

  /* --------------------------------------------------section-2---------------------------------------------------- */
  .who-section {
    background-color: #111;
    position: relative;
  }

  .section-label {
    font-size: 28px;
    letter-spacing: 1px;
    font-family: lato;
    font-weight: 900;
    color: #949494;
  }

  .section-title {
    font-size: 49px;
    font-family: Impact;
    font-weight: 400;

  }

  h2.mb-2.card-families {
    font-size: 31px !important;
    color: white;
  }

  .starburst-img {
    width: 60%;
    max-width: 100%;
  }

  .btn-neon:hover {
    background-color: #d4ff45;
  }

  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Popup Content */
  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Popup Content */
  .popup-content {
    background: #f8f9fa;
    /* Light grey background */
    padding: 30px;
    border-radius: 16px;
    width: 380px;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: popupFade 0.3s ease-in-out;
  }

  /* Title */
  .popup-content h2 {
    margin-bottom: 20px;
    color: #2e2e30;
    font-size: 22px;
    font-weight: bold;
  }

  /* Form Group */
  .form-group {
    margin-bottom: 15px;
  }

  .form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease;
  }

  .form-group input:focus {
    border: 1px solid #A5F400;
    box-shadow: 0 0 5px rgba(165, 244, 0, 0.6);
  }

  /* Submit Button */
  .btn-submit {
    background: #A5F400;
    color: #2E2E30;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .btn-submit:hover {
    background: #95dd00;
  }

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .close-btn:hover {
    color: #A5F400;
  }

  .tag-bar-wrapper {
    background-color: white;
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;
  }

  .tag-bar-slider {
    display: flex;
    animation: scroll-left 25s linear infinite;
  }

  .tag-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 9px 5px;
  }

  .tag-item span {
    font-weight: 600;
    font-size: 20px;
    color: #2E2E30;
  }

  .tag-icon {
    width: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Animation */
  @keyframes popupFade {
    from {
      transform: scale(0.9);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* --------------------------------------------------section-2---------------------------------------------------- */
  .who-section {
    background-color: #ECFFC3;
    position: relative;
  }

  .section-label {
    font-size: 28px;
    letter-spacing: 1px;
    font-family: lato;
    font-weight: 900;
    color: #727272;
  }

  .info-box.h-100.p-4.rounded-4.border.border-secondary {
    background-color: #2E2E30;
    padding: 28px 27px !important;
  }

  button.btn-notifs {
    background-color: #a5f400;
    color: #011648;
    font-size: 24px;
    border-radius: 30px;
    padding: 10px 82px;
    border: none;
    cursor: pointer;
    font-family: 'Lato';
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .section-title {
    font-size: 54px;
    font-family: Impact;
    font-weight: 400;
    width: 95%;
    margin: 0 auto;
    color: #2E2E30;
  }

  h2.mb-2.card-families {
    font-size: 32px !important;
  }

  .starburst-img {
    width: 60%;
    max-width: 100%;
  }

  .btn-neon:hover {
    background-color: #d4ff45;
  }

  .pro-text {
    font-size: 20px;
    width: 100%;
    color: white;
  }

  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Popup Content */
  /* Popup Overlay */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Popup Content */
  .popup-content {
    background: #f8f9fa;
    /* Light grey background */
    padding: 30px;
    border-radius: 16px;
    width: 380px;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    animation: popupFade 0.3s ease-in-out;
  }

  /* Title */
  .popup-content h2 {
    margin-bottom: 20px;
    color: #2e2e30;
    font-size: 22px;
    font-weight: bold;
  }

  /* Form Group */
  .form-group {
    margin-bottom: 15px;
  }

  .form-group input {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    transition: border 0.3s ease;
  }

  .form-group input:focus {
    border: 1px solid #A5F400;
    box-shadow: 0 0 5px rgba(165, 244, 0, 0.6);
  }

  /* Submit Button */
  .btn-submit {
    background: #A5F400;
    color: #2E2E30;
    font-weight: bold;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .btn-submit:hover {
    background: #95dd00;
  }

  /* Close Button */
  .close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .close-btn:hover {
    color: #A5F400;
  }

  /* Animation */
  @keyframes popupFade {
    from {
      transform: scale(0.9);
      opacity: 0;
    }

    to {
      transform: scale(1);
      opacity: 1;
    }
  }

  /* ----------------------------------------------------Section-3------------------------------------------*/
  /* .step-box:hover, .step-box.active {
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      border-color: #8bcf00;
    }
    .step-number {
      font-size: 20px;
      font-weight: 700;
      color: #000;
      margin-bottom: 10px;
    }
    .highlight { color: #8bcf00; font-weight: bold; }
    .mockup-images img {
      width: 100%;
      max-width: 280px;
      margin: 0 auto;
      display: none;
      border-radius: 20px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }
    .mockup-images img.active { display: block; }
    .btn-read {
      background: #8bcf00;
      color: #fff;
      border-radius: 20px;
      padding: 10px 25px;
      margin-top: 20px;
      display: inline-block;
    }

    .toggle-buttons .btn {
      border-radius: 20px;
      margin-left: 8px;
    }
    .toggle-buttons .btn.active {
      background: #8bcf00;
      color: #fff;
    } */

  .step-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
  }

  .step-box:hover {
    background: #ECFFC3;
    border: 1px solid #494949;
  }

  .step-number {
    font-size: 35px;
    font-weight: bold;
    border: 2px solid #2E2E30;
    border-radius: 50%;
    /* width: 56px; */
    /* height: 45px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 11px 18px;
    color: #2E2E30;
  }

  .step-box.active {
    background: #ECFFC3;
    border: 1px solid #494949;
  }

  .account-btn {
    cursor: pointer;
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 39px;
    background: white;
    color: #2e2e30;
    border: 1px solid #2e2e30;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 24px;
  }

  /* Active button */
  .account-btn.active {
    background: #A5F400;
    /* green background */
    color: #000;
    /* text black */
    border-color: #A5F400;
    /* border bhi green */
  }

  /* Hover effect (sirf non-active buttons ke liye) */
  .account-btn:not(.active):hover {
    background: #f2f2f2;
    /* halka grey hover */
  }

  .read-more-btn {
    background: #aeea00;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 20px;
  }

.mobile-mockups img {
    width: 63%;
    max-width: 100%;
    margin: 0 auto;
    display: none;
}

/* .mobile-mockups img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: none;
    padding: 1px 50px 3px 65px;
} */
/* Sirf third image ke liye alag width */
#imgbox_3 {
  width: 33%; /* ya jitni chahiye */
}
#imgbox1_6{
   width: 33%; /* ya jitni chahiye */
}
  .mobile-mockups img.active {
    display: block;
    /* show only active */
  }

  img#img3 {
    max-width: 100%;
    width: 43%;
  }

  .heading-works {
    font-size: 54px;
    font-family: impact;
    font-weight: 400;
    color: black;
  }

  .number-parent {
    font-size: 26px;
    font-weight: 600;
    color: #2E2E30;
  }

  .para-one {
    font-size: 20px;
    font-weight: 500;
    font-family: lato;
    color: #494949;
    padding: 1px 6rem 6px 1px;
  }

  .scouts {
    margin-bottom: 2%;
  }

  .mobile-mockups.mb-4 {
    text-align: right;
  }

  .tab-section {
    display: none;
  }

  .tab-section.active {
    display: block;
  }

  /* ------------------------------------------mobile-screen----parent-scout-player----------------------------- */
  .mobile-player {
    border-radius: 9999px;
    padding: 8px 12px;
    border: 1px solid #2E2E30;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: background 0.3s ease, border-color 0.3s ease;
    font-size: 16px;
  }

  .mobile-player .btn.active {
    background: var(--neon);
    border-color: var(--neon);
    font-weight: 600;
    color: #fff;
  }

  /* .phone-img, 
.feature-img {
  border-radius: 1.25rem;
  border: 1px solid #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  max-width: 100%;
  height: auto;
} */

  /* .soft-card {
    border-radius: 1.25rem;
    background: #ECFFC3;
    border: 1px solid #494949;
    max-width: 90%;
    margin: 0 auto;
    padding: 1rem;
} */

  .read-more {
    border-radius: 9999px;
    background: #A5F400;
    border: 0;
    font-weight: 600;
    padding: 8px 16px;
    transition: background 0.3s ease;
  }

  .read-more:hover {
    background: #90db00;
  }

  .works-mobile {
    font-size: 36px;
    color: #2E2E30;
    font-family: Impact;
    font-weight: 400;
    margin-top: 8%;
    margin-bottom: 8%;
  }

  /* .mobile-boxhead {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
} */

  /* .paramobile-box {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
} */

  .appthe-mobile {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #494949;
  }

  /* Hide this section on tablet & desktop */
  .mobile-only {
    display: block;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }

  .para-mobile {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    color: #494949;
  }

  .app-related {
    font-family: Lato;
    font-weight: 800;
    font-size: 20px;
  }

  .headmore-read {
    opacity: 1;
    border-radius: 40px;
    background-color: #A5F400;
    border: none;
    margin: 0 auto;
    margin-top: 25px;
    padding: 18px 61px;
    font-size: 24px;
  }

  @media (min-width: 991px) {
    .mobile-only {
      display: none !important;
    }
  }

  /* === MOBILE SLIDER (Manual swipe) === */
  .mobile-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 0 1rem;
  }

  .mobile-slider::-webkit-scrollbar {
    display: none;
  }

  /* Each Slide */
  .mobile-slide {
    flex: 0 0 85%;
    /* controls peek width (85% = small peek) */
    scroll-snap-align: start;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Image */
  .mobile-slide-img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  /* Bottom Box */
  .mobile-slide-box {
    background: #ECFFC3;
    border: 1px solid #494949;
    border-radius: 1.25rem;
    padding: 1rem;
    margin-top: 1rem;
    width: 90%;
  }

  /* Text Styles */
  .mobile-slide-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 22px;
  }

  .mobile-slide-text {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 18px;
    color: #494949;
  }

  .highlight-texts {
    font-weight: 800;
    color: #494949;
  }

  /* ----------change-mobile--------- */

  /* Hide all sections by default */
  .mobile-section {
    display: none;
  }

  /* Show active section */
  .mobile-section.active {
    display: block;
  }

  /* Active button style */
  .pill-tabs .btn.active {
    background: #A5F400;
    /* highlight color */
    color: #000;
    border: none;
  }

  /* ----------------------------------------------------Section-4------------------------------------------*/
  .feature-card {
    background: #2E2E30;
    color: #fff;
    border-radius: 12px;
    padding: 50px 20px;
    text-align: center;
    height: 100%;
  }

  .feature-card i {
    font-size: 32px;
    color: #9bff4f;
    margin-bottom: 15px;
  }

  .feature-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
    font-family: lato;
    margin-top: 20px;
  }

  .feature-card p {
    font-size: 20px;
    color: #cfcfcf;
    margin-bottom: 0;
    font-family: lato;
  }

  .platform-head {
    font-family: impact;
    color: #2E2E30;
    font-size: 54px;
  }

  .form-plat-p {
    font-size: 20px;
    color: #494949;
    font-family: lato;
  }

  /* Mobile view slider */
  @media (max-width: 767px) {
    .card-main {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 16px;
      /* spacing between cards */
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .row.g-4::-webkit-scrollbar {
      display: none;
      /* hide scrollbar for clean look */
    }


    .platform-head {

      font-size: 35px;
    }

    .feature-card p {
      font-size: 16px;

    }

    .feature-card {
      padding: 33px 14px;

    }
  }

  /* ---------------------------------------------------------------------SECTION-5-------------------------------------------------------------- */

  /* Top heading and side texts */
  .heading {
    font-family: Impact;
    font-weight: 400;
    font-size: 54px;
    text-align: center;
    color: #2E2E30;
  }

  .sides {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    width: 100%;
    font-family: lato;
    margin-top: 11%;
  }

  .side {
    text-align: center;
  }

  .sides p {
    font-size: 32px;
    font-weight: 600;
    color: #2E2E30;
    width: 99%;
    text-align: center;
  }

  /* Container */
  .slider-container {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

  }

  /* Phone mockup image */
  .phone {
    position: absolute;
    width: auto;
    /* adjust size if needed */
    z-index: 10;
    pointer-events: none;
    /* click passes through */
  }

  /* Swiper slider */
  .swiper {
    width: 100%;
    max-width: 1200px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Content inside phone screen */
  .slide-content {
    width: 270px;
    /* must fit screen cutout */
    height: 540px;
    /* adjust according to your mockup */
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }

  .slide-content img,
  .slide-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Play button */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url("images/play.png") center/contain no-repeat;
    cursor: pointer;
    z-index: 5;
  }

  .play-btn.hidden {
    display: none;
  }

  /* .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
    } */

  .play-btn {
    display: flex;
    transition: opacity 0.3s ease;
  }


  .google-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1111px;
    margin: 40px auto 0;
  }

  .store-btns {
    width: 180px;
    height: auto;
    cursor: pointer;
  }


  /* Mobile view */
  @media (max-width: 768px) {
    .google-app {
      margin-top: 10rem;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      padding: 0;
    }

    .store-btns {
      width: 160px;
      /* slightly larger for mobile */
    }
  }

  /* ------------------------ */

  .swiper {
    max-width: 100%;
    margin: auto;
    padding: 40px 0;
    z-index: 9999;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .video-card {
    position: relative;
    width: 300px;
    /* Instagram post size */
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .play-btn:before {
    content: "";
    color: white;
    font-size: 28px;
    margin-left: 5px;
  }

  /* Make center card pop */
  .swiper-slide-active {
    transform: scale(1.1);
  }


  /* ---------------------------------------------------------------------SECTION-6-------------------------------------------------------------- */
  .pricing-section {
    background-color: #2E2E30;
    color: #fff;
    margin-top: 17%;
  }

  .section-plan {
    font-size: 54px;
    font-weight: 400;
    font-family: impact;
  }

  .section-subtitle {
    color: #ccc;
    font-size: 20px;
  }

  .pricing-card {
    border-radius: 40px;
    padding: 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  h2.mb-3 {
    font-weight: bold;
    margin-top: 19px;
    font-size: 30px;
  }

  .pro-2 {
    color: #A5F400;
  }

  /* Pricing Cards */
  .pricing-card {
    border-radius: 40px;
    padding: 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: transparent;
    transition: all 0.3s ease;
    border: 1px solid white;
  }

  .price {
    font-size: 72px;
    margin: 20px 0;
    font-family: lato;
    font-weight: 500;
  }

  .price span {
    font-size: 33px;
  }

  .price-period {
    font-size: 18px;
  }

  .plan-text {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Lato';
  }

  .pricing-card ul li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
  }

  /* Hover Effect */
  .pricing-card:hover {
    transform: translateY(-10px);
    background-color: #A5F400;
    color: #2E2E30 !important;
    box-shadow: 0 10px 20px rgba(182, 255, 0, 0.4);
  }

  .pricing-card:hover h2,
  .pricing-card:hover .plan-text,
  .pricing-card:hover .price {
    color: #2E2E30 !important;
  }

  .pricing-card:hover ul li {
    color: #2E2E30 !important;
  }

  /* Bullet styling */
  ul.list-unstyled li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 19px;
    color: #fff;
    line-height: 1.4;
  }

  ul.list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 28px;
    color: #fff;
    transition: color 0.3s ease;
  }

  /* Bullet color change on hover */
  .pricing-card:hover ul.list-unstyled li::before {
    color: #2E2E30;
  }

  .pricing-card.featured:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    /* Dark glow for featured */
  }

  ul.list-unstyled li {
    position: relative;
    padding-left: 20px;
    /* space for bullet */
    margin-bottom: 12px;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
  }

  ul.list-unstyled li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 31px;
    top: -12px;
  }

  /* Active state for pricing-card */
  .pricing-card.active {
    transform: translateY(-10px);
    background-color: #A5F400;
    color: #2E2E30 !important;
    /* box-shadow: 0 10px 20px rgba(182, 255, 0, 0.4); */
  }

  .pricing-card.active h2,
  .pricing-card.active .plan-text,
  .pricing-card.active .price {
    color: #2E2E30 !important;
  }

  .pricing-card.active ul li,
  .pricing-card.active ul li::before {
    color: #2E2E30 !important;
  }

  .store-btn-plan,
  .store-btn2-plan {
    width: 40%;
    margin: 0 auto;
  }

  .store-btn-plan img,
  .store-btn2-plan img {
    width: 100%;
  }

  button.btn-plan {
    background-color: #a5f400;
    color: #011648;
    font-size: 24px;
    border-radius: 30px;
    padding: 10px 50px;
    border: none;
    cursor: pointer;
    font-family: 'Lato';
    width: 71%;
    margin: 0 auto;
    margin-top: 16%;
  }

  .play-box {
    margin-top: 8%;
  }

  ul.list-unstyled.mt-3.text-start {
    width: 100%;
  }

  .plan-mobile {
    background: #2E2E30;
  }

  @media (min-width: 320px) and (max-width: 551px) {
    h2.mb-3 {
      font-weight: bold;
      margin-top: 19px;
      text-align: center;
      font-size: 27px;
    }

    .pricing-card.active {
      transform: translateY(10px);
    }

    .plan-text {
      font-size: 21px;
      text-align: center;
    }

    ul.list-unstyled.mt-3.text-start {
      width: 100%;
    }

    button.btn-plan {
      width: 100%;
      margin-top: 4%;
    }

    .price {
      text-align: center;
    }

    .store-btn-plan,
    .store-btn2-plan {
      width: 50%;
    }

    .play-box {
      margin-top: 21%;
    }

    .d-flex.play-box2 {
      margin-top: 6%;
    }

    .pricing-card {
      margin-bottom: 13px;
      min-height: 730px;
    }

    .section-plan {
      font-size: 36px;
    }

    .verified-section h2 {
      font-size: 28px !important;
    }

    .para-one {
      padding: 1px 0rem 6px 1px;
    }

    .hero-section {
      min-height: 781px;
    }

    img.img-mobile {
      width: 100%;
    }

    .verified-section h2 {
      font-size: 36px !important;
      text-align: center;
    }

    .read-badge {
      width: 100%;
    }

    .para-badges {
      text-align: center;
    }
  }

  /* -------------------------------------verified badge of players-------------------------- */
  .verified-section h2 {
    font-family: Impact;
    font-weight: 400;
    font-size: 54px;

  }

  .para-badges {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
  }

  .read-badge {
    border-radius: 40px;
    background-color: #A5F400;
    padding: 7px 47px;
    border: none;
    font-weight: 500;
    font-size: 24px;
    color: #2E2E30;
    font-family: 'Lato';
  }

  .verified-main {
    margin-top: 10%;
  }

  /* --------------------------------------------------Section-7--------------------------------------------- */
  .faq-container {
    margin-top: 40px;
    margin-bottom: 5rem;
  }

  .faq-sidebar h6 {
    font-weight: 600;
    font-size: 20px;
    color: #777;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    /* space for dash */
  }

  .faq-sidebar h6::before {
    content: "—";
    /* the dash before "Topics" */
    position: absolute;
    left: 0;
    color: #777;
    /* gray dash */
  }

  .faq-sidebar {
    /* border-right: 1px solid #eee; */
    padding-right: 20px;
    display: block;
  }

  .faq-sidebar ul {
    list-style: none;
    padding-left: 0;
  }

  .faq-sidebar ul li {
    margin-bottom: 10px;
  }

  .faq-sidebar ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 28px;
  }

  .faq-sidebar ul li a.active {
    font-weight: 700;
    color: #000;
    font-size: 28px;
  }

  .contact-box {
    margin-top: 30px;
  }

  .contact-btn {
    background: #A5F400;
    border: none;
    font-weight: 600;
    padding: 14px 60px;
    border-radius: 30px;
    display: inline-block;
  }

  .asked-qus {
    font-size: 54px;
    color: #2E2E30;
  }

  .faq-content {
    max-width: 100%;

  }

  .faq-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
  }

  .faq-question {
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    border: none;
    width: 100%;
    background: #fff;
    text-align: left;
    font-weight: normal;
  }

  .faq-answer {
    display: none;
    padding: 0 16px 16px;
    font-size: 20px;
    color: #494949;
    background: #ECFFC3;
  }

  /* Active State */
  .faq-item.active {
    background: #EEFFDA;
    /* light green */
    border: 1px solid #c4e5a5;
  }

  .faq-item.active .faq-question {
    font-size: 24px;
    font-family: lato;
    background: #ECFFC3;
    color: #2E2E30;
  }

  p.small.text-black {
    font-size: 20px;
  }

  .faq-item.active .faq-answer {
    display: block;
  }

  /* Arrow */
  .arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
  }

  .faq-item.active .arrow {
    transform: rotate(180deg);
  }


  .faq-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .faq-sidebar ul li {
    margin-bottom: 12px;
  }

  .faq-sidebar ul li a {
    display: block;
    padding: 6px 12px;
    font-size: 28px;
    color: #333;
    text-decoration: none;
    border-left: 4px solid transparent;
    /* default */
    transition: all 0.3s ease;
  }

  h2.faq-title.mb-4 {
    color: #2E2E30;
    text-align: center;
    font-size: 54px;
    font-family: impact;
  }

  .faq-sidebar ul li a.active {
    font-weight: 700;
    color: #222;
    border-left: 4px solid #A5F604;
    /* bright green */
  }

  .faq-sidebar ul li a:hover {
    border-left: 4px solid #A5F604;
    color: #000;
  }


  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
  }

  .arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-226deg);
    /* default = arrow up */
    transition: transform 0.3s ease;
  }

  /* When FAQ is open → rotate down */
  .faq-item.active .arrow {
    transform: rotate(-226deg);
  }

  /* Responsive */
  @media (max-width: 600px) {
    .faq-content {
      padding: 0 15px;
    }

    .faq-content {
      width: 100%;
      /* full width for FAQ */
    }

  }

  /*--------------------- extra css-----------------------*/
  .faq-section {
    display: none;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
  }

  .faq-section.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }

  @media (max-width: 768px) {
    .faq-section {
      transform: translateX(100%);

      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      z-index: 10;
    }

    .faq-section.active {
      transform: translateX(0);
    }

    .faq-sidebar {
      width: 100%;
      overflow-x: auto;
      white-space: nowrap;
      display: block;
      margin-bottom: 10px;
    }

    .faq-sidebar ul {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
      /* spacing between links */
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .faq-sidebar ul li {
      display: inline-block;
    }

    .faq-sidebar ul li a {
      text-decoration: none;
      color: #333;
      font-size: 21px;
      font-weight: 500;
      padding-bottom: 5px;
      display: inline-block;
      border-bottom: 2px solid transparent;
      /* invisible line */
    }

    /* Active tab style */
    .faq-sidebar ul li a.active {

      color: #000;

      font-size: 21px;
    }
  }


  /* -------------------------------------------------------------------FOTTER--------------------------------------- */
  .footer-section {
    background-color: black;
    color: #fff;
    font-size: 16px;
  }

  .footer-logo {
    max-width: 256px;
  }

  .footer-heading {

    margin-bottom: 15px;
  }

  .footer-section a {
    color: #fff;
    text-decoration: none;
  }

  .footer-section a:hover {
    color: #A5F400;
    /* Neon Green Hover */
  }

  ul.list-footer {
    list-style: none;
    font-size: 18px;
    padding: 0px 97px;
    line-height: 2;
  }

  h4.footer-headings.mb-3 {
    padding: 0 6rem;
  }

  .newsletter-form {
    display: flex;
    gap: 10px;
  }

  .newsletter-input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-size: 16px;
  }

  .newsletter-input::placeholder {
    color: #ccc;
  }

  .btn-join {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 12px 46px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;

  }

  .btn-join:hover {
    background: #fff;
    color: #000;
  }

  p.footer-text {
    width: 75%;
  }

  li.list-footer {
    margin-bottom: 11px;
  }

  .d-flex.gap-4 {
    font-weight: 400;
  }

  /* ----------------------------footer------------ */
  .footer-bar img {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }

  p.footer-text {
    width: 71%;
    font-size: 18px;
  }

  /* --------------------------------------------------Mobile Responsive-------------------------------------------------- */
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 40px;
      /* Smaller logo for mobile */
    }

  }

  @media (min-width: 768px) and (max-width: 991px) {
    .pro-text {
      font-size: 20px;
      width: 100%;
    }

    .info-box.h-100.p-4.rounded-4.border.border-secondary {

      padding: 28px 18px !important;

    }

    h2.mb-2.card-families {
      font-size: 28px !important;
    }

    .hero-football {
      font-size: 44px;
    }

    .launch-text {
      font-size: 14px;
      width: 100%;
    }

    .cta-btn {
      padding: 6px 43px;
      font-size: 19px;
      margin-right: 3% !important;
    }

    .container {

      width: 96%;
    }

    .button-go-app {
      margin-top: 4rem;
    }

    .store-btn,
    .store-btn2 {
      width: 46%;
    }

    .newsletter-form {
      flex-direction: column;
    }

    h4.footer-headings.mb-3 {
      padding: 0 52px;
    }

    ul.list-footer {
      padding: 0px 51px;
    }

    p.footer-text {
      width: 100%;
    }

    .newsletter-input {
      margin-bottom: 7px;
    }

    p.letter {
      font-size: 14px;
    }

    ul.list-unstyled li {
      font-size: 26px;
    }

    button.btn-plan {

      font-size: 40px;
    }

    .slider-container {
      margin-top: 16rem;
    }

    /* -----------------page-head-------------- */
    .hero-football {

      margin-top: 5%;

    }

    .hero-section {

      min-height: 369px;

    }

    .mobile-only {
      display: block;
    }

    .mobile-player {
      width: 100%;
    }

    .works-mobile {
      font-size: 47px;
    }
  }

  /* Keep Log In button centered on mobile */
  @media (min-width: 320px) and (max-width: 551px) {


    html,
    body {
      overflow-x: hidden;
    }



    * {
      box-sizing: border-box;
    }

    

    .launch-text {
      width: 100%;
      font-size: 19px;
    }

    .container {
      max-width: 100%;
      width: 100%;

    }

    .hero-text {
      padding-left: 0%;
      padding-right: 0%;
      width: 85%;
      margin: 0 auto;
    }

    .navbar .cta-btn {
      font-size: 20px;
      padding: 19px 27px;
      border-radius: 40px;
    }

    a.in-mobile {
      margin-top: 28px;
      width: 100%;
    }

    .navbar-toggler {
      margin-left: auto;
      /* Push hamburger to right */
    }

    .navbar-toggler-icon {
      position: absolute;
      right: 5%;
      transform: translateX(-50%);
    }

    a.nav-link {
      text-align: center;
      padding: 0px 5px;
      margin-top: 6px;
    }

    .mobile-link {
      font-size: 42px;
      font-weight: 600;
      font-family: lato;
    }

    .nav-links {

      margin-top: 37px;
    }

    button#languageDropdown {
      margin: 0 auto;
      background: #494949;
      width: 100%;
      padding: 26px 6px;
      border-radius: 16px;
      margin-top: 38px;
    }

   .down-droplang::after {
    position: absolute;
    top: 38px;
    right: 24px;
    font-size: 19px;
    margin-left: 0px;
} 

    a.up-mobile {
      border-radius: 40px;
      border: 1px solid #ffffff;
      margin-top: 38%;
      padding: 20px 5px;
    }

    .dropdown-menu[data-bs-popper] {
      top: 6rem !important;
      left: 0px !important;
      width: 100%;
    }

    .football-boys {
      margin-top: 46px;
    }

    .store-btn,
    .store-btn2 {
      width: 47%;
    }

    .hero-football {
      font-size: 42px;
    }

    /* ----------section-2------------------- */
    .section-title {
      font-size: 36px;
      width: 100%;
    }

    .section-label {
      font-size: 24px;
    }

    .info-box.h-100.p-4.rounded-4.border.border-secondary {

      padding: 28px 18px !important;
    }

    .pro-text {
      width: 100%;
    }

    /* ----------section-5------------------- */
    .heading {

      font-size: 37px;

    }

    .side img {
      width: 80%;
    }

    .sides p {
      font-size: 20px;

    }

    .slider-container {
      margin-top: 8rem;
    }

    .phone {
      width: 90%;
    }

    /* ----------------------------footer------------ */
    .btn-join {

      padding: 12px 43px;
    }

    p.footer-text {
      width: 100%;
      font-size: 18px;
    }

    h4.footer-headings.mb-3 {
      text-align: center;
    }

    .footer-heading {
      text-align: center;
    }

    p.letter {
      text-align: center;
    }

    .newsletter-form {
      flex-direction: column;
    }

    small.d-block.mt-2 {
      text-align: center;
    }

    .footer-bar img {
      width: 21px;
      height: 21px;

    }

    ul.list-footer {
      text-align: center;
    }

    p.mb-2.mb-md-0.mb-lg-0 {
      font-size: 12px;
    }

    .footer-pro {
      text-align: center;
      margin-top: 3rem;

    }
  }


  /* ---------------------------------------------------about-us------------------------------- */
  .about-header {
    background-color: #A5F400;
    text-align: center;
    padding: 60px 20px;
  }

  .about-header h1 {
    margin: 0;
    font-size: 3rem;
  }

  .about-header p {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .head-about {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
  }

  .about-head {
    color: #A5F400;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .values,
  .team {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .value-card,
  .team-member {
    background-color: #fff;
    flex: 1 1 200px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .team-member img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .team-member h3 {
    margin: 10px 0 5px;
    font-size: 1.2rem;
  }

  .team-member p {
    font-size: 0.95rem;
    color: #666;
  }

  @media (max-width: 768px) {
    header h1 {
      font-size: 2.2rem;
    }

    h2 {
      font-size: 1.6rem;
    }
  }

  /* ----------------------------------privacy-policy-------------------- */
  .pp-header {
    background-color: #A5F400;
    text-align: center;
    padding: 60px 20px;
  }


  .pp-header h1 {
    margin: 0;
    font-size: 2.8rem;
  }

  .pp-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 20px;
    background: #2E2E30;
  }

  .pp-section h2 {
    color: #A5F400;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .pp-section p {
    margin-bottom: 15px;
    color: #ffffff;
  }

  .pp-section ul {
    margin: 10px 0 15px 20px;
    color: #ffffff;
  }

  @media (max-width: 768px) {
    .pp-header h1 {
      font-size: 2.2rem;
    }

    .pp-section h2 {
      font-size: 1.5rem;
    }
  }

  /* -------------------------------------contact-page------------------------------- */



  .contact-form,
  .contact-info {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    flex: 1;
    min-width: 300px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    width: 70%;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .contact-form h2 {
    margin-bottom: 20px;
    color: #111;
  }

  .contact-form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
  }

  .contact-form textarea {
    resize: none;
    height: 120px;
  }

  .contact-form button {
    margin-top: 20px;
    background: #A5F400;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    font-size: 21px;
    cursor: pointer;
  }

  .contact-info div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
  }

  .contact-info div svg {
    width: 30px;
    height: 30px;
    color: #7b5df9;
    flex-shrink: 0;
  }

  .contact-info div span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #333;
  }

  .contact-info div span strong {
    font-weight: 600;
  }

  header.contact-header {
    margin: 0 auto;
    text-align: center;
    color: #A5F400;
    margin-bottom: 30px;
  }

  /* @media(max-width: 900px) {
    .container {
      flex-direction: column;
    }
  } */

  /*######################################### login singup css############################# */