  /* .footer-col ul li {
    margin-bottom: 10px;
  }
   */

.list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}

.footer-col ul li a:hover {
  color: #4a78ff;
}

.footer-col ul li a.inactive {
  color: #ffffff;
  pointer-events: none;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #4a78ff;
  font-size: 20px;
  margin-right: 15px;
  transition: 0.3s;
}

.social-icons a:hover {
  opacity: 0.7;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.newsletter input {
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #cfd6e0;
  font-size: 15px;
  outline: none;
}

.newsletter button {
  background: #4a78ff;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter button:hover {
  opacity: 0.9;
}

  @media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .newsletter {
    width: 100%;
  }
}  




  /* First section */



.shop-firstsection{
    position: relative;
}


 .section-1-primaryContainer-shop{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
 }
.section-1-secondaryContainer-shop{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;

}


.section-1-tertiary-container-shop{

    width: 90%;
    padding-top: 100px;
    padding-bottom: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


/* colon-1 */
.section-1-col-1-shop{
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.heading-1-shop{
    color: black;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: bold;
}

.paragraph-1-shop{
    color: black;
    font-family: sans-serif;
}




/* colon-2 */
.section-1-col-2-shop{
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.image-1-shop{
    width: 100%;
    border-radius: 10px;


}

/* Large Screens / Widescreen (≥1440px) */
@media (min-width: 1440px) {
    .heading-1-shop {
      font-size: 3rem;
    }
    .paragraph-1-shop {
      font-size: 1.2rem;
    }
  }
  
  /* Desktop (1024px – 1439px) */
  @media (max-width: 1439px) and (min-width: 1024px) {
    .section-1-primaryContainer-shop {
      padding: 60px 6%;
    }
    .heading-1-shop {
      font-size: 2.4rem;
    }
  }
  
  /* Tablet Landscape (768px – 1023px) */
  @media (max-width: 1023px) and (min-width: 768px) {
    .section-1-tertiary-container-shop {
      flex-direction: row;
      gap: 30px;
    }
    .heading-1-shop {
      font-size: 2.2rem;
    }
    .paragraph-1-shop {
      font-size: 1rem;
    }
  }
  
  /* Tablet Portrait (600px – 767px) */
  @media (max-width: 767px) and (min-width: 600px) {
    .section-1-tertiary-container-shop {
      flex-direction: column;
      text-align: center;
    }
    .section-1-col-2-shop {
      order: -1;
    }
    .heading-1-shop {
      font-size: 2rem;
    }
    .paragraph-1-shop {
      font-size: 1rem;
    }
  }
  
  /* Mobile Landscape (480px – 599px) */
  @media (max-width: 599px) and (min-width: 480px) {
    .section-1-primaryContainer-shop {
      padding: 50px 5%;
    }
    .section-1-tertiary-container-shop {
      flex-direction: column;
      text-align: center;
    }
    .heading-1-shop {
      font-size: 1.8rem;
    }
    .paragraph-1-shop {
      font-size: 0.95rem;
    }
  }
  
  /* Mobile Portrait (≤479px) */
  @media (max-width: 479px) {
    .section-1-primaryContainer-shop {
      padding: 40px 5%;
    }
    .section-1-tertiary-container-shop {
      flex-direction: column;
      text-align: center;
    }
    .heading-1-shop {
      font-size: 1.6rem;
    }
    .paragraph-1-shop {
      font-size: 0.9rem;
    }
    .image-1-shop {
      max-width: 90%;
    }
  }

  .custom-shape-divider-bottom-1760009744 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1760009744 svg {
    position: relative;
    display: block;
    width: calc(121% + 1.3px);
    height: 73px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1760009744 .shape-fill {
    fill: #000000;
}




  /* Third section */

  /* Section styling */

.gym-section {
    width: 100%;
    background-color: #000000;
    /* margin: 50px auto; */
    padding: 20px;
    text-align: center;
  }
  
  .gym-header h1 {
    font-size: 60px;
    color: white;
    margin-bottom: 20px;
  }
  


  
  /* Grid layout */
  .product-grid {
    padding-top: 50px;
    padding: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: nowrap;
    gap: 25px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 900px) {
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .product-grid {
      grid-template-columns: 1fr;
    }
  }
  
  /* Product cards */
  .product-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  }
  
  .product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .product-info {
    padding: 15px;
  }
  
  .product-info h3 {
    margin: 10px 0;
    font-size: 1.2rem;
  }
  
  .product-info p {
    color: #e63946;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .reviews-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding: 80px 5%;
    text-align: center;
    background-color: #f4f7fb;
  }

  .reviews-section h2 {
    font-size: 60px;
    font-weight: 700;
    color: #202547;
    margin-bottom: 60px;
  }

  .reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    justify-items: center;
  }

  .review-card {
    background: #f4f7fb;
    border-radius: 12px;
    padding: 20px;
    max-width: 400px;
    text-align: left;
    transition: transform 0.3s ease;
  }

  .review-card:hover {
    transform: translateY(-5px);
  }

  .review-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a68;
    margin-bottom: 25px;
  }

  .review-author {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .review-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #cfd8e3;
    object-fit: cover;
  }

  .review-author p {
    margin: 0;
    font-weight: 500;
    color: #202547;
  }

  @media (max-width: 768px) {
    .reviews-section h2 {
      font-size: 2rem;
      margin-bottom: 40px;
    }

    .review-card {
      padding: 15px;
    }

    .review-author img {
      width: 50px;
      height: 50px;
    }
  }








  /* ===== Base Header Styling ===== */
.primary-container {
  background-color: #ffffff;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header-first-subcontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
}

.logo h2 {
  font-size: 40px;
  color: #447ab8;
  margin: 0;
}

.sub-container-two {
  display: flex;
  gap: 25px;
}

.sub-container-two .nav-1 a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.sub-container-two .nav-1 a:hover {
  color: #447ab8;
}

.nav-1{
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== Hamburger Menu ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 5px;
  transition: 0.3s;
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
  .sub-container-two {
    position: absolute;
    top: 60px;
    right: 0;
    background-color: white;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
    gap: 15px;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .sub-container-two.show {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
  