/*=============================
        Common Styles
================================*/

p {
  font-size: 14px;
}
a {
  font-size: 16px;
}
.container {
  max-width: 1320px;
}
section {
  padding: 50px 0px;
}

.section-title {
  max-width: 648px;
  margin: auto;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}
.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 18px;
  height: 6px;
  background: var(--color-theme-1);
  display: inline-block;
  margin: 0 15px;
  transform: skew(-25deg);
  border-radius: 2px;
}
.section-title p {
  color: var(--text-color);
  line-height: 26px;
  font-size: 14px;
}

.section-heading h2 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-heading h2::after {
  content: "";
  width: 18px;
  height: 6px;
  background: var(--color-theme-1);
  display: inline-block;
  margin-left: 15px;
  transform: skew(-25deg);
  border-radius: 2px;
}

.section-heading p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
  margin-bottom: 40px;
  font-size: 14px;
}
.theme-btn2 {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: #ffeee8;
  font-weight: 400;
  color: var(--color-theme-1);
  text-decoration: none;
  transition: 0.3s;
}
.theme-btn2:hover {
  background: var(--color-theme-1);
  color: var(--color-white);
}
.theme-btn3 {
  display: inline-block;
  padding: 14px 32px;
  background: var(--color-theme-1);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 400;
}
.theme-btn3:hover {
  background: #222;
  color: var(--color-white);
  box-shadow: 0px 0px 5px var(--color-theme-2);
}

.inner-cont-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  color: var(--color-black);
}

/*=============================
        Hero-banner
================================*/

.hero-banner {
  background: #b1c0c8;
  padding: 40px 0 100px;
}
.hero-banner .hero-image {
  position: relative;
  text-align: center;
  margin-bottom: -210px;
}
.hero-banner .hero-image::before {
  content: "";
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .hero-image img {
  position: relative;
  z-index: 2;
}
.hero-banner .hero-content {
  padding-left: 80px;
  margin-top: 50px;
}
.hero-banner .hero-subtitle {
  color: var(--color-theme-1);
  font-size: 18px;
  font-weight: 600;
}
.hero-banner .hero-content h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin: 15px 0;
}
.hero-banner .hero-content p {
  color: var(--color-white);
  font-size: 18px;
  margin-bottom: 30px;
}
.hero-banner .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding-inline: 25px;
  height: 50px;
  background: var(--color-white);
  color: #222;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}
.hero-banner .hero-btn:hover {
  background-color: black;
  color:  var(--color-white);
}
/*=============================
        Fitness-classes
================================*/

.fitness-classes {
  margin-top: -200px;
  margin-left: 37%;
  position: relative;
  z-index: 10;
  padding: 0;
}
.fitness-classes .classes-tabs-wrapper {
  text-align: center;
}
.fitness-classes .classes-tabs {
  display: inline-flex;
  background: var(--color-white);
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.362);
}
.fitness-classes .classes-tabs .nav-link {
  border: none;
  border-radius: 40px;
  padding: 12px 35px;
  color: var(--color-theme-1);
  font-weight: 600;
}
.fitness-classes .classes-tabs .nav-link.active {
  background: var(--color-theme-1);
  color: var(--color-white);
}
.fitness-classes .classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--color-theme-1);
}
.fitness-classes .class-card {
  background: var(--color-theme-1);
  padding: 30px 30px 50px 30px;
  text-align: center;
  color: var(--color-white);
}
.class-card.bgt-2{
   background: var(--color-theme-2);
}
.fitness-classes .active-card {
  background: var(--color-theme-1);
}
.fitness-classes .class-card img {
  width: 90px;
  margin-inline: auto;
}
.fitness-classes .class-card h5 {
  color: var(--color-white);
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.fitness-classes .class-card p {
  color: var(--color-white);
  margin-bottom: 0;
  line-height: 1.8;
}

/*=============================
        Service-section
================================*/

.services-section {
  background: var(--bg-white);
}

.services-section .service-card {
  background: var(--color-white);
  border: 1px solid var(--border-color);
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.services-section .service-card:hover {
  transform: translateY(-10px);
}
.services-section .service-icon {
  width: 110px;
  height: 110px;
  background: #ffeee8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.services-section .service-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.services-section .service-card h4::after {
  content: "";
  width: 45px;
  height: 3px;
  background: var(--color-theme-1);
  display: block;
  margin: 12px auto 0;
}
.services-section .service-card p {
  color: var(--text-color);
  line-height: 1.8;
  margin-bottom: 25px;
}

/*=============================
        about-section
================================*/

.about-section {
  background: var(--bg-black);
  overflow: hidden;
}
.about-section .about-images {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.about-section .about-image-left,
.about-section .about-image-right {
  position: relative;
}
.about-section .about-image-left img,
.about-section .about-image-right img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.about-section .about-image-right {
  margin-top: 110px;
}
.about-section .heart-card,
.about-section .calories-card {
  position: absolute;
  background: var(--color-white);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.about-section .heart-card {
  top: 30px;
  right: -80px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-section .heart-card img {
  width: 40px;
}
.about-section .heart-card h6,
.about-section .calories-card h6 {
  margin: 0;
  font-size: 14px;
  color: #222;
  font-weight: 700;
}
.about-section .heart-card span,
.calories-card span {
  font-size: 12px;
  color: var(--color-text);
}
.about-section .calories-card {
  left: -60px;
  bottom: 70px;
  text-align: center;
}
.about-section .calories-card img {
  width: 140px;
}
.about-section .about-content {
  padding-left: 40px;
}
.about-section .feature-item {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}
.about-section .feature-icon {
  width: 65px;
  height: 65px;
  background: var(--color-white);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-section .feature-icon img {
  width: 38px;
}
.about-section .feature-item h5 {
  color: var(--color-white);
  margin-bottom: 8px;
  font-weight: 600;
}
.about-section .feature-item p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.about-section .about-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 30px;
  background: var(--color-theme-1);
  color: var(--color-white);
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}
.about-section .about-btn:hover {
  background: var(--color-white);
  color: var(--color-theme-1);
}

/*=============================
        trainer-section
================================*/

.trainer-section {
  background: var(--bg-black);
  overflow: hidden;
}

.trainer-section .section-title h2 {
  color: var(--color-white);
}
.trainer-section .section-title p {
  color: var(--color-white);
}
.trainer-section .trainer-slider {
  margin: 0 -12px;
}

.trainer-section .top-bar {
  width: 85%;
  height: 10px;
  background: var(--color-theme-1);
  border-radius: 10px 10px 0 0;
  margin: auto;
}

.trainer-section .trainer-image {
  background: #2b2934;
  border-radius: 12px;
  overflow: visible;
  position: relative;
}

.trainer-section .trainer-image img {
  transition: 0.4s ease;
  scale: 1.04;
  transform: translateY(-7px);
  margin: auto;
}

.trainer-section .trainer-overlay {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 85%;
  background: var(--color-theme-1);
  border-radius: 14px;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.trainer-section .trainer-overlay h5 {
  color: var(--color-white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.trainer-section .trainer-overlay span {
  color: var(--color-white);
  display: block;
  margin-bottom: 15px;
}

.trainer-section .trainer-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.trainer-section .trainer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

.trainer-section .trainer-social a:hover {
  background: var(--color-white);
  color: var(--color-theme-1);
}

.trainer-section .trainer-card:hover .trainer-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.trainer-section .trainer-card {
  max-width: 305px;
  padding-top: 50px;
  margin: auto;
}

.trainer-section .trainer-card:hover .trainer-image img {
  transform: translateY(-10px);
}

.trainer-section .trainer-info {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trainer-section .trainer-info h4 {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.trainer-section .trainer-info span {
  color: var(--color-theme-1);
  font-size: 16px;
  font-weight: 500;
}

/* Slick */

.trainer-section .slick-slide {
  margin: 0 12px;
}

.trainer-section .slick-list {
  margin: 0 -12px;
}

.trainer-section .custom-arrow {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  color: var(--color-white);
  position: absolute;
  top: 40%;
  z-index: 99;
}

.trainer-section .slick-dots {
  bottom: -40px;
}

.trainer-section .slick-prev {
  left: -40px;
}
.trainer-section .slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: var(--color-theme-1);
}

.trainer-section .slick-next {
  right: -40px;
}

.trainer-section .slick-dots li button:before {
  color: var(--color-text);
  font-size: 12px;
  width: 0;
}

.trainer-section .slick-dots li.slick-active button:before {
  color: var(--color-theme-1);
}

/*=============================
        contact-cta
================================*/

.contact-cta {
  background: var(--color-theme-2);
  padding: 0;
}
.contact-cta .cta-left {
  background: var(--color-theme-1);
  height: 100%;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-cta .cta-subtitle {
  color: #ffd8c7;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-cta .cta-left h2 {
  color: var(--color-white);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  max-width: 550px;
}
.contact-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f2025;
  color: var(--color-white);
  text-decoration: none;
  transition: 0.3s;
  max-width: 135px;
  padding: 14px;
  border-radius: 50px;
  font-weight: 400;
}
.contact-cta .cta-btn:hover {
  background: var(--color-white);
  color: var(--color-theme-1);
}
.contact-cta .cta-right {
  height: 100%;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.contact-cta .contact-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact-cta .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-cta .icon-box i {
  color: var(--color-white);
  font-size: 28px;
}
.contact-cta .contact-item a {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: none;
}

/*=============================
        testimonial-section
================================*/

.testimonial-section{
  background: var(--bg-white);
}
.testimonial-section .slick-slide {
  padding: 10px 10px 30px 10px;
}

.testimonial-section .section-heading h2 {
  color: var(--color-black);
}
.testimonial-section .section-heading p {
  color: var(--color-text);
}
.testimonial-section .testimonial-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  min-height: 300px;
}
.testimonial-section .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-section .client-info img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}
.testimonial-section .client-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-black);
}
.testimonial-section .client-info span {
  color: var(--color-theme-1);
  font-weight: 600;
  font-size: 14px;
}
.testimonial-section .testimonial-heart {
  position: absolute;
  right: 30px;
  bottom: -20px;
  width: 125px;
}
.testimonial-section .testimonial-arrows {
  display: flex;
  gap: 15px;
  align-items: center;
}
.testimonial-section .testimonial-arrows::before {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--color-theme-1);
}
.testimonial-section .custom-prev,
.testimonial-section .custom-next {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: var(--color-theme-1);
  color: var(--color-white);
  cursor: pointer;
}

.testimonial-section .custom-prev:hover,
.testimonial-section .custom-next:hover {
  background: var(--color-black);
}

.testimonial-section .slick-dots li button:before {
  color: var(--color-text);
  font-size: 12px;
  width: 0;
}

.testimonial-section .slick-dots li.slick-active button:before {
  color: var(--color-theme-1);
}

/*=============================
        Gallery-section
================================*/

.gallery-section {
  background: var(--bg-black);
}


.gallery-section .section-title h2 {
  color: var(--color-white);
}

.gallery-section .section-title p {
  color: var(--color-white);
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}



.gallery-section .gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-section .gallery-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-section .gallery-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-section .gallery-item:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}
.gallery-section .gallery-item:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-section .gallery-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-section .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  text-decoration: none;
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s ease;
}
.gallery-section .gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;

  transition: all 0.4s ease;
}

.gallery-section .gallery-overlay i {
  width: 50px;
  height: 50px;
  background: var(--color-theme-1);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 17px;
  transform: scale(0.5);
  transition: all 0.4s ease;
}

.gallery-section .gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-section .gallery-item:hover .gallery-section .gallery-overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-section .gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

.gallery-section .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.95);
}

.gallery-section .fancybox__toolbar {
  background: transparent;
}

.gallery-section .fancybox__button {
  color: var(--color-white);
}

.gallery-section .fancybox__button:hover {
  color: var(--color-theme-1);
}

.gallery-section .fancybox__caption {
  color: var(--color-white);
  font-size: 14px;
}

/*=============================
        Online-classes-section
================================*/

.online-classes-section{
  background: var(--bg-white);
}
.online-classes-section .class-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 80px;
}
.online-classes-section .class-row.reverse .class-image {
  order: 2;
}
.online-classes-section .class-row.reverse .class-content {
  order: 1;
}
.online-classes-section .class-image {
  position: relative;
}
.online-classes-section .class-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.online-classes-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color-theme-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-decoration: none;
  z-index: 2;
}
.online-classes-section .play-btn i {
  font-size: 24px;
}
.online-classes-section .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid rgba(255, 91, 31, 0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.online-classes-section .class-content {
  position: relative;
}
.online-classes-section .class-number {
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 50%;
  font-size: 90px;
  font-weight: 700;
  color: #ececec;
  z-index: -1;
}
.online-classes-section .class-content h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transform: translateY(-17px);
  color: var(--color-black);
}
.online-classes-section .class-content h3::after {
  content: "";
  width: 18px;
  height: 6px;
  background: var(--color-theme-1);
  display: inline-block;
  margin-left: 15px;
  transform: skew(-25deg);
}
.online-classes-section .class-content p {
  color: var(--color-text);
  line-height: 1.9;
  margin-bottom: 25px;
}

 #videoModal .btn-close.mod-btn {
  right: -17px;
  top: -50px;
}

/*=============================
        blog-section
================================*/

.blog-section{
  background: var(--bg-white);
}
.blog-section .blog-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}

.blog-section .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-section .blog-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-white);
}
.blog-section .blog-date {
  display: inline-block;
  background: var(--color-theme-1);
  color: wheat;
  padding: 6px 15px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  width: max-content;
}
.blog-section .blog-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--color-black);
}
.blog-section .blog-content p {
  color: var(--color-text);
  line-height: 1.9;
  margin-bottom: 25px;
}
.blog-section .read-more {
  color: var(--color-theme-1);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.blog-section .read-more:hover {
  color: #000;
}

@media (max-width: 1200px) {
  .hero-banner .hero-content {
    padding-left: 0px;
  }
  .fitness-classes {
    margin-top: -95px;
    margin-left: 28%;
  }
}

@media (max-width:1100px) {
  .hero-banner .hero-content h1{
    line-height: 1.3;
  }
}

@media (max-width: 992px) {
  .hero-banner {
    padding: 80px 0 80px;
  }

  .hero-banner .hero-image {
    margin-bottom: 0px;
    margin-inline: auto;
    width: 70%;
  }

  .hero-banner .hero-content {
    margin-top: 40px;
  }

  .about-section .about-images{
    justify-content: center;
  }


  .fitness-classes {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    z-index: 10;
    padding: 20px 0px;
  }
  .fitness-classes .classes-grid {
    grid-template-columns: 1fr;
  }

  .contact-cta .cta-left,
  .contact-cta .cta-right {
    padding: 50px 30px;
  }

  .contact-cta .cta-left h2 {
    font-size: 36px;
  }

  .contact-cta .contact-item a {
    font-size: 18px;
  }

  .contact-cta .icon-box {
    width: 50px;
    height: 50px;
  }

  .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-section .gallery-item.wide {
    grid-column: span 2;
  }

  .online-classes-section .class-image {
    margin-bottom: 40px;
  }

  .online-classes-section .class-row {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .online-classes-section .class-row.reverse .class-image,
  .online-classes-section .class-row.reverse .class-content {
    order: unset;
  }

  .blog-section .blog-card {
    grid-template-columns: 1fr 1fr;
  }

  .blog-section .blog-content {
    order: 2;
  }

  .blog-section .blog-image {
    order: 1;
  }

  .about-section .about-content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .hero-banner .hero-content h1 {
    font-size: 34px;
  }

  .hero-banner .hero-image::before {
    width: 100%;
    height: auto;
  }

  .hero-banner .hero-content {
    padding-left: 0;
  }

  .hero-banner .hero-image {
    width: 60%;
  }

  .hero-banner {
    text-align: center;
  }

  .hero-banner .hero-content p {
    font-size: 16px;
  }

  .fitness-classes .classes-tabs .nav-link {
    padding: 10px 20px;
    font-size: 14px;
  }

  .fitness-classes .classes-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .fitness-classes .classes-grid::-webkit-scrollbar {
    display: none;
  }

  .fitness-classes .class-card {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  .contact-cta .cta-left,
  .contact-cta .cta-right {
    padding: 50px 20px;
  }
  .contact-cta .contact-item {
    gap: 20px;
  }

  .online-classes-section .play-btn {
    width: 50px;
    height: 50px;
  }

  .blog-section .blog-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section .gallery-item.wide {
    grid-column: span 1;
  }

  .gallery-section .gallery-overlay i {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .testimonial-section .testimonial-card{
    min-height: 350px;
  }
}

@media (max-width: 425px) {

      .fitness-classes .classes-tabs .nav-link {
        padding: 10px 15px;
        font-size: 10px;
    }

  .contact-cta .contact-item a {
    font-size: 14px;
  }

  .contact-cta .cta-right {
    gap: 20px;
  }

  .about-section .heart-card h6,
  .about-section .calories-card h6 {
    font-size: 12px;
  }

  .about-section .heart-card,
  .about-section .calories-card {
    padding: 8px;
  }

  .about-section .calories-card img {
    height: 40px;
    width: 100px;
  }

  .testimonial-section .testimonial-card {
    padding: 25px;
  }
  .testimonial-section .testimonial-heart {
    display: none;
  }
}
