.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: #d3eedc;
}

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

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

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

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

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

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

.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 {
  object-fit: cover;
}

/* ------------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;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.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 .performance-card{
    text-align: center;}

    .sports-covered-section .performance-track{
    padding: 0 15%;}
/* -----------------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-img-box {
    height: 68vh;
}

.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;
  border-radius: 30px;
  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 #004aad;
  color: #004aad;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fit-cta-section .btn-outline-custom:hover {
  background: #004aad;
  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;
}

.left-img-box {
    height: 43vh!important;
}


/* -------------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) {
  .left-img-box {
    height: 95vh;
}

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

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


@media (max-width: 1200px) {
 .left-img-box {
        height: 53vh;
    }

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

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

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