.fit-hero-content {
  padding: 0 136px;
}

.fit-hero-content h2 {
  line-height: 56px;
  font-family: poppins, sans-serif;
  margin-bottom: 20px;
}

.fit-hero-content button {
  background-color: #8bc5e566;
  color: #004aad;
}

.fit-hero-content button:hover {
  color: #004aad;
}

.fit-hero-bottom-heading3 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 600;
}

.fit-hero-bottom-card .card1 {
  background-color: #EAEAEA;
  padding: 28px 16px;
}

.fit-hero-bottom-card .card2 {
  background-color: #E8ECEF;
}

.fit-hero-bottom-card .card3 {
  background-color: #DDE3DF;
}

.fit-hero-bottom-card .card4 {
  background-color: #EBEAE6;
  /* padding: 28px 14px; */
}

.fit-hero-bottom-card .card5 {
  background-color: #4949442b;
}

.fit-hero-bottom-card .card6 {
  background-color: #EBEBEB;
}

.fit-hero-bottom-card .card7 {
  background-color: #f2f2f2;
}

.fit-hero-bottom-card .card8 {
  background-color: #eed3e966;
}

.fit-hero-bottom-card .card9 {
  background-color: #d3eedc66;
}

.program-dot {
  width: 10px;
  height: 10px;
  background: #004aad;
  border-radius: 50%;
}
.img-box img,
.tracking-small {
  width: 100%;
  display: block;
  object-fit: cover;
}

.tracking-big {
  aspect-ratio: 7 / 5;
}

.tracking-small {
  aspect-ratio: 1 / 1;
}

/* ------------athletic section----------- */

.athletic-section .athletic-content {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}

.athletic-section .athletic-card-header {
  color: #23262f;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 20px;
}

.athletic-section .athletic-card-content {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/* ------------performance section----------- */

.performance-section {
  overflow: hidden;
}

/* Scroll container */
.performance-scroll {
  overflow-x: auto;
  /* overflow: hidden; */
  padding-bottom: 10px;
  scrollbar-width: none;
    position: relative;
}

.performance-scroll::-webkit-scrollbar {
  display: none;
}

.performance-track {
  display: flex;
  gap: 24px;
  padding: 0 7%;
  width: max-content;
}

.performance-section .performance-content {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}

.performance-card {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 31px 24px 5px 24px;
  min-width: 450px;
  max-width: 450px;
  text-align: left;
  transition: transform 0.3s ease;
}

.performance-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.performance-card:hover {
  transform: translateY(-6px);
}

.icon-circle {
  width: 44px;
  height: 44px;
  background: #D4D4D4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.icon-circle img {
  width: 20px;
}

/*-----------------sports section------------- */

.sports-covered-section .sports-content {
  font-size: 18px;
  line-height: 24px;
  color: #23262f;
  padding: 0 300px;
}

.sports-covered-section .sports-sub-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}

.sports-team-card {
  min-width: 200px;
  background-color: white;
}

.swimming-scroll {
  display: flex;
  justify-content: center;
}

.swimming-track {
  display: flex;
  justify-content: center;
}

.sports-covered-section .sport-card{
    text-align: center;}

    

    /* Scroll container */
.sport-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.sport-scroll::-webkit-scrollbar {
  display: none;
}

.sport-track {
  display: flex;
  gap: 24px;
  width: max-content;
}

.sports-center-scroll {
  width: 100%;
  overflow: visible;
}

.sports-center-track {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 42px;
}

.sports-center-row .sports-team-card {
  min-width: 140px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .sports-center-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .sports-center-scroll::-webkit-scrollbar {
    display: none;
  }

  .sports-center-track {
    width: max-content;
    min-width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 50px;
    padding: 0 16px;
  }

  .sports-center-row .sports-team-card {
    min-width: 132px;
  }
}

.sport-content {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}

.sport-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sport-card:hover {
  transform: translateY(-6px);
}
/* -----------------performance tracking ----------- */

.performance-tracking-content1 {
  font-size: 18px;
  font-weight: 600;
}

.performance-tracking-content2 {
  font-size: 18px;
}

.performance-grid {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 20px;
}

.left-image img,
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* Right side grid */
.right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.grid-item {
  height: 100%;
}

/* Buttons */
.fit-cta-section .btn-primary-custom {
  background: #fcd600;
  color: #000;
  padding: 14px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fit-cta-section .btn-primary-custom:hover {
  background: #e0c000;
  transform: translateY(-2px);
}

.fit-cta-section .btn-outline-custom {
  border: 1px solid #151E2D;
  color: #151E2D;
  padding: 14px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fit-cta-section .btn-outline-custom:hover {
  background: #151E2D;
  color: white;
  transform: translateY(-2px);
}

/* media queries */

@media (max-width: 767px) {
  .fit-hero-content {
    padding: 0;
  }

  .performance-icon-img {
    width: 45px;
  }

  .athletic-section .athletic-card-header {
    font-size: 22px;
  }

  .fit-future .why-card {
    padding: 10px 16px;
    height: 48px;
  }

  .fit-future .why-card h6 {
    font-size: 12px;
  }

  .sports-covered-section .sports-content {
    padding: 0;
  }

  .program-dot {
  width: 8px;
  height: 8px;
}

/* -------------sports covered section----------- */

.sports-covered-section .performance-track{
    padding: 0;
    gap:0;
}

.sports-covered-section .performance-track img{
    width: 40px;
}

.sports-covered-section .sports-team-card
 {
    min-width: 77px;
}

.sports-covered-section .performance-card{
    text-align: center;
    padding: 10px;
}

.sports-covered-section .sports-sub-heading{
    line-height: 40px;
}

.btn-primary-custom {
    padding: 15px 18px !important;
    font-size: 13px !important;
  }

 .btn-outline-custom {
    padding: 15px 11px !important;
    font-size: 13px !important;
  }

}

@media (max-width: 991px) {
.fit-hero-content {
    padding: 0;
  }

  .sports-covered-section .sports-content{
    padding: 0;
  }
}


@media (max-width: 1200px) {
.fit-hero-content {
    padding: 0;
  }

  .sports-covered-section .sports-content{
    padding: 0;
  }

  .sports-covered-section .performance-track {
    padding: 0;
}
}
