#scrollToTop,
nav {
  position: fixed;
  z-index: 1000;
}
.btn,
.feature-item,
.nav-links a,
nav {
  transition: 0.3s;
}
.pricing-card,
nav {
  backdrop-filter: blur(10px);
}
.hero,
.pricing-card,
.section-header {
  text-align: center;
}
.logo,
.preloader-logo,
.price {
  -webkit-text-fill-color: transparent;
}
.btn,
.footer-links a,
.legal-links a,
.logo,
.nav-links a,
.read-more {
  text-decoration: none;
}
.about-image,
.blog,
.blog-card,
.blog-image,
.btn,
.class-card,
.class-image,
.hero,
.loading-bar,
.service-card,
.trainer-card,
.trainer-image {
  overflow: hidden;
}
.category-btn,
.filter-btn,
.form-group select,
.search-box,
body {
  font-family: Nunito, sans-serif;
}
#scrollToTop,
.btn,
.category-btn,
.class-slot,
.faq-question,
.filter-btn,
.mobile-menu {
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0f0f0f 0, #1a1a1a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s, visibility 0.5s;
}
.preloader-content {
  text-align: center;
  position: relative;
}
.dumbbell-loader {
  position: relative;
  width: 200px;
  height: 60px;
  margin: 0 auto 30px;
}
.dumbbell-bar,
.dumbbell-weight {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dumbbell-bar,
.nav-links a:hover::after,
nav {
  width: 100%;
}
.dumbbell-bar {
  height: 15px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  box-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
}
.dumbbell-weight {
  width: 40px;
  height: 60px;
  background: linear-gradient(135deg, #333, #555);
  animation: 2s ease-in-out infinite liftWeights;
}
.left-weight {
  left: 0;
  animation-delay: 0s;
}
.right-weight {
  right: 0;
  animation-delay: 1s;
}
@keyframes liftWeights {
  0%,
  100% {
    transform: translateY(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  50% {
    transform: translateY(-80%);
    box-shadow: 0 15px 30px rgba(255, 107, 53, 0.4);
  }
}
.preloader-logo {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  animation: 2s infinite logoPulse;
}
@keyframes logoPulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 10px rgba(255, 107, 53, 0.3));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(255, 107, 53, 0.6));
  }
}
.preloader-text {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;
  letter-spacing: 1px;
}
.loading-bar {
  width: 300px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin: 20px auto;
  position: relative;
}
#scrollToTop,
.loading-progress,
.logo,
.nav-links a::after {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}
.loading-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  border-radius: 2px;
  animation: 3s ease-in-out forwards loadingProgress;
}
#scrollToTop i,
.btn,
.hero,
.hero-content,
.nav-links a {
  position: relative;
}
@keyframes loadingProgress {
  0% {
    width: 0%;
  }
  30% {
    width: 40%;
  }
  70% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
#scrollToTop {
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}
#scrollToTop:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.5);
}
#scrollToTop.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#scrollToTop::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: 2s infinite ripple;
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#scrollToTop i {
  font-size: 24px;
  color: #fff;
  z-index: 1;
}
nav {
  top: 0;
  background: rgba(15, 15, 15, 0.95);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-100%);
  animation: 0.8s 0.5s forwards slideDown;
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}
nav.scrolled {
  background: #0f0f0f;
}
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  color: #fff;
  letter-spacing: 2px;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 2s infinite alternate logoGlow;
}
@keyframes logoGlow {
  0% {
    filter: drop-shadow(0 0 5px rgba(255, 107, 53, 0.3));
  }
  100% {
    filter: drop-shadow(0 0 15px rgba(255, 107, 53, 0.6));
  }
}
.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}
.nav-links a {
  color: #fff;
  font-weight: 500;
  opacity: 0;
  animation: 0.8s forwards fadeInRight;
}
.faq-item:nth-child(6),
.nav-links li:first-child a {
  animation-delay: 0.6s;
}
.faq-item:nth-child(7),
.nav-links li:nth-child(2) a {
  animation-delay: 0.7s;
}
.faq-item:nth-child(8),
.nav-links li:nth-child(3) a {
  animation-delay: 0.8s;
}
.faq-item:nth-child(9),
.nav-links li:nth-child(4) a {
  animation-delay: 0.9s;
}
.faq-item:nth-child(10),
.nav-links li:nth-child(5) a {
  animation-delay: 1s;
}
.nav-links li:nth-child(6) a {
  animation-delay: 1.1s;
}
.nav-links li:nth-child(7) a {
  animation-delay: 1.2s;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.3s;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
}
.mobile-menu span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}
.hero {
  height: 100vh;
  background: linear-gradient(
        135deg,
        rgba(15, 15, 15, 0.8),
        rgba(30, 30, 30, 0.9)
      )
      center/cover fixed,
    url("../images/4741.webp") center/cover fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary,
.section-header h2::after {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 30% 50%,
      rgba(255, 107, 53, 0.1),
      transparent 50%
    ),
    radial-gradient(circle at 70% 50%, rgba(247, 147, 30, 0.1), transparent 50%);
  animation: 8s ease-in-out infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
.hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 2rem;
  animation: 1s fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero h1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  animation: 3s infinite alternate textGlow;
}
@keyframes textGlow {
  0% {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  }
  100% {
    text-shadow: 0 0 30px rgba(255, 107, 53, 0.8),
      2px 2px 20px rgba(0, 0, 0, 0.5);
  }
}
.hero p {
  font-size: 1.3rem;
  color: #ddd;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  display: inline-block;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn:hover::after {
  width: 300px;
  height: 300px;
}
.btn-primary {
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  animation: 2s infinite pulseButton;
}
@keyframes pulseButton {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}
.btn-secondary {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff;
}
.btn-secondary:hover {
  background: #fff;
  color: #333;
  transform: translateY(-3px);
}
section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
  animation: 0.6s fadeIn;
  padding: 90px 0;
}
section.visible {
  opacity: 1;
  transform: translateY(0);
}
.container {
  max-width: 93%;
  margin: 0 auto;
}
.section-header {
  margin-bottom: 4rem;
}
.section-header h2 {
  color: #222;
  position: relative;
  display: inline-block;
}
.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  border-radius: 2px;
  animation: 1s ease-out lineGrow;
}
@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}
.section-header p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.about {
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
}
.about-content {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-text h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #222;
}
.about-text p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.feature-icon,
.feature-item {
  border-radius: 10px;
  display: flex;
}
.feature-item {
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateX(-20px);
  opacity: 0;
}
.feature-icon,
.service-icon {
  align-items: center;
  color: #fff;
}
.pricing-card,
.service-card {
  transition: 0.4s;
  position: relative;
  opacity: 0;
}
.feature-item.animated {
  animation: 0.6s forwards slideInRight;
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.faq-item:first-child,
.feature-item:nth-child(2) {
  animation-delay: 0.1s;
}
.blog-card:nth-child(2),
.faq-item:nth-child(2),
.feature-item:nth-child(3) {
  animation-delay: 0.2s;
}
.faq-item:nth-child(3),
.feature-item:nth-child(4) {
  animation-delay: 0.3s;
}
.feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  animation: 2s infinite bounce;
}
.service-card,
.services,
.testimonials {
  background: #fff;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.about-image {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: 6s ease-in-out infinite float;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.about-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.2),
    rgba(247, 147, 30, 0.2)
  );
}
.services-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
}
.service-card {
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(20px);
}
.pricing-card.featured,
.service-card::before,
.service-icon {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}
.service-card.animated {
  animation: 0.6s forwards cardPopUp;
}
@keyframes cardPopUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transition: transform 0.4s;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
  animation: 20s linear infinite spin;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-card:hover .service-icon {
  animation: 0.5s iconBounce;
}
@keyframes iconBounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #222;
}
.service-card p {
  color: #666;
  line-height: 1.8;
  font-size: 1.05rem;
}
.contact,
.pricing {
  background: linear-gradient(135deg, #1a1a1a 0, #2d2d2d 100%);
  color: #fff;
}
.contact .section-header h2,
.contact .section-header p,
.pricing .section-header h2,
.pricing .section-header p {
  color: #fff;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 3rem 2rem;
  transform: scale(0.9);
}
.pricing-badge,
.pricing-card.featured .features-list li::before {
  background: #fff;
  color: #ff6b35;
}
.pricing-card.animated {
  animation: 0.6s forwards scaleIn;
}
@keyframes scaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.pricing-card.featured {
  transform: scale(0.9);
  border-color: transparent;
}
.pricing-card.featured.animated {
  animation: 0.6s forwards featuredPop;
}
@keyframes featuredPop {
  to {
    opacity: 1;
    transform: scale(1.05);
  }
}
.pricing-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(255, 107, 53, 0.3);
}
.pricing-card.featured:hover {
  transform: translateY(-10px) scale(1.08);
}
.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  animation: 3s ease-in-out infinite badgeFloat;
}
.features-list li::before,
.price {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
}
@keyframes badgeFloat {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.pricing-card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.price {
  font-size: 4rem;
  font-weight: 800;
  margin: 1.5rem 0;
  -webkit-background-clip: text;
  background-clip: text;
}
.pricing-card.featured .price {
  color: #fff;
  -webkit-text-fill-color: white;
}
.price span {
  font-size: 1.5rem;
  font-weight: 400;
}
.pricing-card p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
}
.features-list {
  list-style: none;
  margin: 2rem 0;
  text-align: left;
}
.about-hero,
.blog-detail-hero-content,
.blog-hero,
.category-card,
.contact-cta,
.cta-section,
.faq-header,
.features-list li::before,
.footer-bottom,
.mission-card,
.newsletter,
.no-results,
.related-posts h2,
.schedule-table td,
.schedule-table th,
.section-title,
.stat-box,
.stats-section,
.step,
.trainer-info,
.value-card,
.vision-card {
  text-align: center;
}
.features-list li {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.3s;
}
.features-list li:hover {
  transform: translateX(5px);
  color: #fff;
}
.features-list li::before {
  content: "✓";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  flex-shrink: 0;
}
.features-list li.disabled {
  opacity: 0.4;
}
.features-list li.disabled::before {
  content: "✗";
}
.trainers {
  background: #f8f9fa;
}
.trainers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}
.trainer-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(20px);
  opacity: 0;
}
.trainer-card.animated {
  animation: 0.6s forwards slideUp;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trainer-card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.trainer-image {
  height: 320px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  position: relative;
}
.trainer-info {
  padding: 2rem;
}
.trainer-info h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  color: #222;
}
.trainer-role {
  color: #ff6b35;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.trainer-info p {
  color: #666;
  line-height: 1.6;
}
.testimonial-card {
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  padding: 2.5rem;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  transform: scale(0.95);
  opacity: 0;
}
.testimonial-card.animated {
  animation: 0.6s forwards testimonialFade;
}
@keyframes testimonialFade {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.testimonial-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 4rem;
  color: rgba(255, 107, 53, 0.2);
  line-height: 1;
  animation: 4s ease-in-out infinite quoteFloat;
}
.blog,
.blog-content,
.blog-grid,
.blog-image,
.read-more,
.site-footer {
  position: relative;
}
@keyframes quoteFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 2rem;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.author-avatar {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s;
}
.testimonial-card:hover .author-avatar {
  transform: rotate(360deg);
  background: linear-gradient(135deg, #f7931e, #ff6b35);
}
.author-info h4 {
  color: #222;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.author-info p {
  font-size: 0.95rem;
}
.blog {
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
}
.blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23ff6b35" opacity="0.05" d="M0,50 Q25,25 50,50 T100,50 V100 H0 Z"/></svg>')
    0 0 / cover;
  animation: 20s linear infinite waveMove;
}
@keyframes waveMove {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-50px) rotate(1deg);
  }
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2.5rem;
  z-index: 1;
}
.blog-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  transform: translateY(30px) rotate(2deg);
  opacity: 0;
}
.blog-card.animated {
  animation: 0.6s forwards blogCardAppear;
}
@keyframes blogCardAppear {
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.blog-card:nth-child(3),
.faq-item:nth-child(4) {
  animation-delay: 0.4s;
}
.blog-card:hover {
  transform: translateY(-10px) rotate(-1deg);
  box-shadow: 0 20px 60px rgba(255, 107, 53, 0.15);
}
.blog-image {
  height: auto;
  background: linear-gradient(45deg, #ff6b35, #f7931e);
}
.blog-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: 0.5s;
}
.blog-card:hover .blog-image::before {
  left: 100%;
}
.blog-content {
  padding: 2.5rem;
}
.blog-category,
.blog-date {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}
.blog-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.blog-date {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: #fff;
  animation: 2s infinite alternate dateGlow;
}
@keyframes dateGlow {
  from {
    box-shadow: 0 0 10px rgba(255, 107, 53, 0.3);
  }
  to {
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.6);
  }
}
.blog-category {
  background: rgba(255, 107, 53, 0.1);
  color: #ff6b35;
  transition: 0.3s;
}
.contact-form,
.info-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
.blog-card:hover .blog-category {
  background: #ff6b35;
  color: #fff;
  transform: scale(1.1);
}
.blog-card:hover h3,
.read-more:hover::after {
  transform: translateX(5px);
}
.blog-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #222;
  line-height: 1.4;
  transition: 0.3s;
}
.blog-card:hover h3 {
  color: #ff6b35;
}
.blog-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.read-more::after {
  content: "→";
  transition: transform 0.3s;
}
.read-more:hover {
  color: #f7931e;
  gap: 1rem;
  gap: 10px;
}
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}
.contact-form {
  padding: 3rem;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: 0;
  border-color: #ff6b35;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
}
.form-group textarea {
  resize: vertical;
  min-height: 150px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.info-item {
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: start;
  gap: 1.5rem;
  transition: 0.3s;
}
.info-icon,
.step {
  border-radius: 10px;
}
.info-item:hover {
  transform: translateY(-5px);
  border-color: #ff6b35;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.2);
}
.info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  animation: 2s infinite iconPulse;
}
@keyframes iconPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.info-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.info-content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.site-footer {
  background: linear-gradient(180deg, #0b0b0b, #000);
  color: #fff;
  padding: 5rem 2rem 2rem;
}
.footer-content {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3.5rem;
}
.footer-section h3 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.footer-section h3::after {
  content: "";
  width: 45px;
  height: 3px;
  background: #ff6b35;
  display: block;
  margin-top: 8px;
  border-radius: 5px;
}
.logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.author-social a:hover,
.blog-detail-meta i,
.legal-links a:hover,
.logo span {
  color: #ff6b35;
}
.footer-section p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.food-list,
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s, color 0.3s;
}
.footer-links li:hover {
  transform: translateX(6px);
  color: #ff6b35;
}
.footer-links a {
  color: inherit;
}
.social-links {
  display: flex;
  gap: 12px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  padding-top: 2rem;
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.legal-links a {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 8px;
  transition: color 0.3s;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  z-index: 1001;
  transition: width 0.3s;
}
.category-card,
.class-card,
.step {
  transition: transform 0.3s;
}
.joinnow {
  padding: 0.5rem 1.5rem;
  margin-top: 20px;
}
html {
  scroll-behavior: smooth;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "Font Awesome";
  src: url("https://cdn.bootcdn.net/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
}
.mobile-menu.active span:first-child {
  transform: rotate(45deg) translate(6px, 6px);
}
.mobile-menu.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-links li a.active {
  color: #f7931e;
  font-weight: 600;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.step {
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.class-card:hover,
.stat-box:hover,
.step:hover {
  transform: translateY(-5px);
}
.step-number {
  width: 60px;
  height: 60px;
  background: #fb7f2a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}
.step h3 {
  margin-bottom: 15px;
  color: var(--dark-color);
}
.trainer-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}
.specialty-tag {
  background: #f7931e;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.program-features {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.program-features li {
  padding: 5px 0 5px 20px;
  position: relative;
}
.program-features li:before {
  content: "✓";
  color: #f7931e;
  position: absolute;
  left: 0;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}
.faq-item {
  padding: 25px;
  box-shadow: var(--shadow);
}
.faq-item h3 {
  color: #f7931e;
  margin-bottom: 15px;
  font-size: 18px;
}
.form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s;
  background: #fff;
}
.form-group select:focus {
  outline: 0;
  border-color: #f7931e;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.category-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.category-card:hover,
.mission-card:hover,
.team-card:hover,
.trainer-card:hover,
.vision-card:hover {
  transform: translateY(-10px);
}
.category-icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.category-card h3 {
  margin-bottom: 10px;
  color: var(--dark-color);
}
.class-count {
  display: inline-block;
  background: #ff6b35;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
.classes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.class-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--shadow);
}
.blog-post,
.sidebar-widget {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.class-image {
  position: relative;
  height: 200px;
}
.class-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class-difficulty {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff5722;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.class-duration,
.filter-btn,
.time-slot {
  background: var(--light-bg);
  font-weight: 600;
}
.class-content,
.team-info {
  padding: 25px;
}
.class-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.class-header h3 {
  margin: 0;
  color: var(--dark-color);
}
.class-duration {
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
}
.blog-post p,
.class-description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.class-details {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}
.class-instructor {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.class-instructor img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
}
.schedule-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.filter-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  transition: 0.3s;
}
.filter-btn.active,
.page-numbers a.active,
.page-numbers a:hover {
  background: #f7931e;
  color: #fff;
}
.filter-btn:hover:not(.active) {
  background: #e0e0e0;
}
.schedule-table {
  overflow-x: auto;
  margin: 30px 0;
}
.schedule-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.schedule-table th {
  background: var(--dark-color);
  color: #fff;
  padding: 15px;
  font-weight: 600;
}
.schedule-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.time-slot {
  color: var(--dark-color);
}
.class-slot {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s;
}
.blog-post:hover .post-image img,
.class-slot:hover,
.story-image:hover img {
  transform: scale(1.05);
}
.class-slot.hiit {
  background: #ff5722;
  color: #fff;
}
.class-slot.strength {
  background: #2196f3;
  color: #fff;
}
.class-slot.yoga {
  background: #4caf50;
  color: #fff;
}
.class-slot.cycle {
  background: #9c27b0;
  color: #fff;
}
.class-slot.pilates {
  background: #ff9800;
  color: #fff;
}
.class-slot.zumba {
  background: #e91e63;
  color: #fff;
}
.class-slot.dance {
  background: #673ab7;
  color: #fff;
}
.class-slot.recovery {
  background: #00bcd4;
  color: #fff;
}
.class-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-color {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.legend-color.hiit {
  background: #ff5722;
}
.legend-color.strength {
  background: #2196f3;
}
.legend-color.yoga {
  background: #4caf50;
}
.legend-color.cycle {
  background: #9c27b0;
}
.legend-color.dance {
  background: #673ab7;
}
.schedule-row {
  display: table-row;
}
.schedule-row.hidden {
  display: none;
}
.blog-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url("../images/4741.webp") center/cover;
  color: #fff;
  padding: 120px 20px;
  margin-top: 80px;
}
.blog-post,
.blog-search {
  background: #fff;
  overflow: hidden;
}
.blog-hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-hero-content p,
.cta-section p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px;
  opacity: 0.9;
}
.blog-search {
  max-width: 600px;
  margin: 40px auto 0;
  display: flex;
  border-radius: 50px;
  padding: 5px;
}
.blog-search input {
  flex: 1;
  border: none;
  padding: 20px 30px;
  font-size: 1rem;
  outline: 0;
}
.blog-search button {
  background: #f7931e;
  color: #fff;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 30px;
}
.blog-search button:hover {
  background: #ff6b35;
}
.blog-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  margin: 80px 0;
}
.blog-post {
  border-radius: 10px;
  margin-bottom: 40px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.share-btn:hover,
.social-links a:hover,
.team-social a:hover {
  transform: translateY(-3px);
}
.post-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.post-image img,
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.post-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f7931e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.9rem;
}
.about-hero,
.blog-detail-hero,
.section-title,
.story-content h2,
.timeline,
.timeline-item {
  position: relative;
}
.post-content {
  padding: 30px;
}
.post-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  color: #666;
  font-size: 0.9rem;
}
.categories-list a:hover,
.page-btn:hover,
.read-more {
  color: #f7931e;
}
.nav-links .active,
.post-category {
  color: #f7931e;
  font-weight: 700;
}
.blog-post h2,
.blog-post h3 {
  margin-bottom: 15px;
  color: #333;
}
.read-more {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s;
}
.page-btn,
.page-numbers a {
  font-weight: 700;
  transition: 0.3s;
  color: #333;
  text-decoration: none;
}
.blog-post.featured {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
.blog-post.featured .post-image {
  height: 100%;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.author-social,
.page-btn,
.page-numbers,
.share-buttons {
  gap: 10px;
  display: flex;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.page-btn {
  padding: 12px 25px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 5px;
  align-items: center;
}
.page-btn:hover {
  border-color: #f7931e;
}
.page-numbers a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.tag,
.team-role {
  font-weight: 600;
}
.sidebar-widget {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sidebar-widget h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
  color: #333;
}
.categories-list li {
  margin-bottom: 15px;
  list-style: none;
}
.categories-list a {
  display: flex;
  justify-content: space-between;
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.categories-list span {
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 0.9rem;
}
.popular-post {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.popular-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.popular-post img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}
.share-btn,
.social-links a {
  height: 40px;
  text-decoration: none;
}
.popular-post h4 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #333;
}
.popular-post span {
  color: #666;
  font-size: 0.9rem;
}
.newsletter-form input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}
.social-links,
.team-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.social-links a {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  color: #333;
  transition: 0.3s;
}
.social-links a:hover {
  background: #f7931e;
  color: #fff;
}
.newsletter {
  background: linear-gradient(135deg, #f7931e, #ff6b35);
  color: #fff;
  padding: 80px 20px;
}
.cta-section h2,
.newsletter-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.newsletter-content p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 40px;
  opacity: 0.9;
}
.newsletter-form-large {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}
.newsletter-form-large input {
  flex: 1;
  padding: 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}
.blog-detail-hero {
  background: linear-gradient(135deg, #1a1a1a 0, #2c2c2c 100%);
  color: #fff;
  padding: 100px 0 60px;
  overflow: hidden;
}
.blog-detail-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/pattern.webp");
  opacity: 0.05;
}
.blog-detail-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.blog-detail-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.blog-detail-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.blog-detail-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.blog-detail-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 15px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.blog-detail-content {
  padding: 60px 0;
}
.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.article-content {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.story-image,
.value-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.article-section,
.terms-section {
  margin-bottom: 40px;
}
.article-section h2 {
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ff6b35;
}
.article-section p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.food-list li {
  padding: 15px;
  margin-bottom: 10px;
  background: #f8f9fa;
  border-left: 4px solid #ff6b35;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.food-list i {
  color: #ff6b35;
  font-size: 1.2rem;
}
.tip-box {
  background: linear-gradient(135deg, #ff6b35 0, #ff8e53 100%);
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  margin: 30px 0;
}
.article-footer,
.author-box {
  display: flex;
  margin-top: 40px;
}
.tip-box h3 {
  color: #fff;
  margin-bottom: 10px;
}
.article-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 2px solid #eee;
}
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tag {
  background: #f0f0f0;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
}
.share-btn {
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s;
}
.share-btn.facebook {
  background: #4267b2;
}
.share-btn.twitter {
  background: #1da1f2;
}
.share-btn.linkedin {
  background: #0077b5;
}
.share-btn.pinterest {
  background: #e60023;
}
.section-title:after,
.story-content h2:after,
.team-social a:hover,
.timeline:before {
  background: var(--primary-color);
}
.author-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 15px;
  gap: 20px;
  align-items: center;
}
.author-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.author-info h3 {
  margin-bottom: 5px;
}
.author-info p {
  color: #666;
  margin-bottom: 15px;
}
.author-social a {
  color: #666;
  transition: color 0.3s;
}
.related-posts {
  padding: 60px 0;
  background: #f8f9fa;
}
.related-posts h2 {
  margin-bottom: 40px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog-detail-hero h1 {
    font-size: 2.5rem;
  }
}
.about-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover,
    url("assets/images/about-hero.jpg") center/cover;
  color: #fff;
  padding: 180px 20px 100px;
  margin-bottom: 60px;
}
.about-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}
.about-hero p {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 40px;
  opacity: 0.9;
}
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.story-section {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}
.about-image,
.about-text,
.story-content {
  flex: 1;
}
.story-content h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 25px;
  display: inline-block;
}
.story-content h2:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}
.story-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #555;
  font-size: 1.1rem;
}
.story-image {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
}
.story-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s;
}
.mission-vision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 100px;
}
.mission-card,
.vision-card {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  border-top: 5px solid var(--primary-color);
}
.mission-icon,
.vision-icon {
  font-size: 3.5rem;
  margin-bottom: 25px;
  color: var(--primary-color);
}
.section-title,
.value-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
}
.mission-card h3,
.vision-card h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.team-section,
.timeline-section,
.values-section {
  margin-bottom: 100px;
}
.section-title {
  margin-bottom: 60px;
}
.section-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.value-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.value-card:hover {
  transform: translateY(-10px);
}
.value-icon {
  margin-bottom: 20px;
}
.value-card h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333;
}
.stats-section {
  background: linear-gradient(135deg, var(--primary-color) 0, #3a7bd5 100%);
  color: #fff;
  padding: 80px 20px;
  border-radius: 15px;
  margin-bottom: 100px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}
.stat-item {
  padding: 20px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.team-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.team-image {
  height: 280px;
  overflow: hidden;
}
.team-card:hover .team-image img {
  transform: scale(1.1);
}
.team-info h4 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: var(--primary-color);
}
.team-role {
  color: #ff6b6b;
  margin-bottom: 15px;
  font-size: 1rem;
}
.faq-header h1,
.timeline-year {
  font-weight: 800;
  color: var(--primary-color);
}
.team-social a {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: 0.3s;
}
.team-social a:hover {
  color: #fff;
}
.faq-header h1:after,
.timeline:before {
  content: "";
  transform: translateX(-50%);
}
.timeline {
  max-width: 800px;
  margin: 0 auto;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 3px;
  height: 100%;
}
.timeline-item {
  margin-bottom: 50px;
  width: 45%;
}
.timeline-item:nth-child(odd) {
  left: 0;
}
.timeline-item:nth-child(2n) {
  left: 55%;
}
.timeline-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid var(--primary-color);
}
.timeline-year {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.timeline-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  top: 20px;
  right: -10px;
  z-index: 1;
}
.timeline-item:nth-child(2n) .timeline-dot {
  left: -10px;
  right: auto;
}
.cta-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 20px;
  border-radius: 15px;
  margin: 20px;
}
@media (max-width: 992px) {
  .blog-layout,
  .blog-post.featured,
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-form-large,
  .story-section {
    flex-direction: column;
  }
  .timeline:before {
    left: 30px;
  }
  .timeline-item {
    width: calc(100% - 60px);
    left: 60px !important;
  }
  .timeline-dot {
    left: -40px !important;
    right: auto !important;
  }
}
.faq-container,
.privacy-container,
.terms-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 20px 80px;
}
.faq-header {
  margin-bottom: 60px;
}
.faq-header h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.faq-header h1:after {
  position: absolute;
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--secondary-color)
  );
  bottom: -10px;
  left: 50%;
  border-radius: 2px;
}
.faq-header p {
  color: #777;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 30px auto 0;
}
.search-container {
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}
.search-box {
  width: 100%;
  padding: 18px 25px;
  border: 2px solid #e5e7eb;
  border-radius: 50px;
  font-size: 1rem;
  transition: 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.search-box:focus {
  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1.2rem;
}
.faq-categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.category-btn {
  padding: 12px 25px;
  background: #f8fafc;
  border: 2px solid #e5e7eb;
  border-radius: 50px;
  font-weight: 600;
  color: #4b5563;
  transition: 0.3s;
}
.contact-cta:after,
.contact-cta:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.category-btn:hover {
  background: #eef2ff;
  border-color: #fd7f40;
  color: var(--primary-color);
  transform: translateY(-3px);
}
.category-btn.active {
  background: #fd7f40;
  border-color: #fd7f40;
  color: #fff;
}
.faq-section-title,
.terms-section h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.faq-content {
  margin-bottom: 60px;
}
#newsletter {
  width: 3%;
}
.faq-section-title {
  font-size: 1.8rem;
  color: #fd7f40;
  margin-bottom: 25px;
}
.about-content {
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .hero-content {
    margin-top: 40px !important;
  }
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .about-image img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .features-grid {
    justify-content: center;
  }
}
.faq-item {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-left: 4px solid transparent;
}
.faq-item.active,
.faq-item:hover {
  border-left-color: var(--primary-color);
}
.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
}
.faq-question .question-text {
  flex: 1;
  padding-right: 20px;
}
.faq-question .toggle-icon {
  font-size: 1.2rem;
  color: var(--primary-color);
  transition: transform 0.4s;
}
.faq-item.active .toggle-icon,
.faq-item.active i {
  transform: rotate(180deg);
}
.faq-answer {
  color: #555;
  line-height: 1.7;
}
.contact-cta {
  background: linear-gradient(135deg, var(--primary-color) 0, #3a7bd5 100%);
  border-radius: 15px;
  padding: 50px;
  color: #fff;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.privacy-content,
.stat-box,
.terms-content {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.contact-cta:before {
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  top: -50px;
  right: -50px;
}
.contact-cta:after {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  bottom: -50px;
  left: -50px;
}
.contact-cta h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.contact-cta .btn,
.contact-cta p {
  font-size: 1.1rem;
  z-index: 1;
  position: relative;
}
.contact-cta p {
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}
.contact-cta .btn {
  background: #fff;
  color: var(--primary-color);
  font-weight: 700;
  padding: 15px 35px;
  transition: 0.3s;
}
.contact-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.no-results {
  padding: 40px;
  display: none;
}
.no-results i {
  font-size: 3rem;
  color: #9ca3af;
  margin-bottom: 20px;
}
.no-results h3 {
  color: #6b7280;
  margin-bottom: 10px;
}
.faq-stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.stat-box {
  background: #fff;
  padding: 25px;
  min-width: 150px;
  transition: transform 0.3s;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  display: block;
  margin-bottom: 5px;
}
.stat-label {
  opacity: 0.9;
  color: #6b7280;
  font-weight: 600;
  font-size: 0.9rem;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-item {
  animation: 0.5s forwards fadeInUp;
  opacity: 0;
}
.faq-item:nth-child(5) {
  animation-delay: 0.5s;
}
.privacy-header,
.terms-header {
  text-align: center;
  margin-bottom: 50px;
}
.privacy-header h1,
.terms-header h1 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 800;
}
.privacy-header p {
  color: #777;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
.privacy-content,
.terms-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.privacy-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.data-type,
.highlight-box {
  padding: 20px;
  border-radius: 8px;
}
.privacy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.privacy-section h2 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.privacy-section h3,
.terms-section h3 {
  color: #333;
  margin: 25px 0 15px;
  font-size: 1.3rem;
}
.privacy-section p,
.terms-section p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #555;
}
.privacy-section ul,
.terms-section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.privacy-section li,
.terms-section li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}
.highlight-box {
  background: #f9f9f9;
  margin: 25px 0;
  border-left: 4px solid var(--primary-color);
}
.data-types {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 25px 0;
}
.back-to-home,
.contact-privacy,
.last-updated {
  text-align: center;
  margin-top: 40px;
}
.data-type {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}
.data-type h4 {
  color: var(--primary-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.data-type h4 i {
  margin-right: 10px;
  font-size: 1.2rem;
}
.contact-privacy {
  background: linear-gradient(135deg, #f8fafc 0, #eef2ff 100%);
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #e5e7eb;
}
.contact-privacy h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
}
.terms-header p {
  color: #777;
  font-size: 1.1rem;
}
.terms-section h2 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.last-updated {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid var(--primary-color);
}
@media (max-width: 768px) {
  .mobile-menu,
  .nav-links.active {
    display: flex;
  }
  .about-hero h1,
  .blog-hero-content h1,
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1.1rem;
  }
  .about-content,
  .blog-grid,
  .classes-grid,
  .contact-content,
  .data-types,
  .features-grid {
    grid-template-columns: 1fr;
  }
  .section-header h2 {
    font-size: 1.4rem;
  }
  .pricing-card.featured {
    transform: scale(1);
  }
  .pricing-card.featured:hover {
    transform: translateY(-10px) scale(1);
  }
  .cta-buttons {
    flex-direction: column;
  }
  #scrollToTop {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .dumbbell-loader {
    width: 150px;
    height: 45px;
  }
  .dumbbell-weight {
    width: 30px;
    height: 45px;
  }
  .blog-detail-hero h1,
  .faq-header h1,
  .preloader-logo,
  .privacy-header h1,
  .section-title,
  .story-content h2,
  .terms-header h1 {
    font-size: 2rem;
  }
  .loading-bar {
    width: 145px;
  }
  .mobile-menu span,
  .nav-links a {
    transition: 0.3s;
  }
  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(15, 15, 15, 0.98);
    backdrop-filter: blur(15px);
    display: none;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 999;
    gap: 1.5rem;
    animation: 0.3s slideDown;
  }
  .nav-links li {
    width: 100%;
    text-align: center;
  }
  .nav-links a {
    display: block;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 8px;
  }
  .nav-links a:hover {
    background: rgba(255, 107, 53, 0.1);
    transform: translateX(5px);
  }
  .mobile-menu {
    z-index: 1000;
  }
  .schedule-table {
    font-size: 14px;
  }
  .schedule-table td,
  .schedule-table th {
    padding: 8px 5px;
  }
  .class-slot {
    padding: 5px 8px;
    font-size: 12px;
  }
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagination {
    flex-direction: column;
    gap: 20px;
  }
  .page-numbers {
    order: 1;
  }
  .article-content,
  .privacy-content,
  .terms-content {
    padding: 25px;
  }
  .blog-detail-hero {
    padding: 80px 0 40px;
  }
  .article-footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .author-box {
    flex-direction: column;
    text-align: center;
  }
  .about-hero {
    padding: 150px 20px 80px;
  }
  .contact-cta,
  .mission-card,
  .vision-card {
    padding: 30px 20px;
  }
  .faq-container,
  .privacy-container,
  .terms-container {
    padding: 100px 15px 60px;
  }
  .faq-question {
    padding: 20px;
  }
  .faq-item.active .faq-answer {
    padding: 0 20px 20px;
  }
  .contact-cta h2 {
    font-size: 1.8rem;
  }
}
.btn-small {
  margin-top: 20px;
  padding: 10px 20px;
}
:root {
  --primary: #f7931e;
  --secondary: #ff6b35;
  --dark: #0f172a;
  --muted: #6b7280;
  --light: #f8fafc;
  --card: #ffffff;
  --radius: 18px;
  --shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.about-text,
.map-container {
  border-radius: var(--radius);
}
.section-header h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}
.section-header p {
  font-size: 17px;
  color: var(--muted);
}
.about-content {
  display: block;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
}
.about-text {
  background: var(--card);
  padding: 40px;
  box-shadow: var(--shadow);
}
.location-details .detail-item {
  background: var(--light);
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 15px;
}
.location-details strong {
  color: var(--secondary);
}
.map-container {
  background: linear-gradient(145deg, #111827, #1f2937);
  padding: 25px;
  color: #fff;
}
.map-mockup {
  position: relative;
  height: 300px;
  border-radius: 14px;
  background: radial-gradient(circle at center, #374151, #020617);
}
.faq-item,
.trainer-card {
  background: var(--card);
  box-shadow: var(--shadow);
}
.map-point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: var(--primary);
  animation: 1.8s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.faq-grid {
  max-width: 900px;
  margin: auto;
}
.faq-item {
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 25px;
}
.faq-question h3 {
  font-size: 18px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s;
  padding: 0 25px;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 25px 25px;
}
.trainers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.trainer-card {
  border-radius: var(--radius);
  transition: 0.35s;
}
.department-image {
  height: 90px;
  width: 90px;
  margin: 15px auto 10px;
  background: linear-gradient(135deg, var(--primary), #ff7a7a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  box-shadow: 0 15px 30px rgba(230, 57, 70, 0.5);
}
.urgent-cta {
  background: linear-gradient(135deg, #020617, #1e293b);
  color: #fff;
  margin: 20px;
}
.urgent-cta h2 {
  font-size: 42px;
}
.urgent-cta .btn {
  padding: 16px 28px;
  font-size: 17px;
}
#location .cta-buttons {
  justify-content: left;
}
#homeabout {
  display: flex !important;
}
.footer-bottom a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}
.footer-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}
