/* Responsive CSS for Fitness Trainer Certification Template */

/* Large Desktop */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 90vh;
  }
  
  .section {
    padding: 100px 0;
  }
}

/* Laptop/Tablet Landscape */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 85vh;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .team-card {
    margin-bottom: 2rem;
  }
}

/* Tablet Portrait */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand {
    font-size: 1.27rem !important;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .section {
    padding: 70px 0;
  }
  
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  
  .service-card,
  .feature-card,
  .team-card,
  .review-card {
    margin-bottom: 1.75rem;
  }
  
  .contact-form,
  .contact-info {
    margin-bottom: 2rem;
  }
  
  .price-card.featured {
    transform: none;
    margin: 1rem 0;
  }
}

/* Mobile Landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.12rem !important;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 60vh;
    text-align: center;
  }
  
  .hero-content h1 {
  padding-top: 100px !important;
}

.hero-content {
  padding-top: 50px !important;
    padding: 2rem 0;
  }
  
  .section {
    padding: 50px 0;
  }
  
  h1 { font-size: 1.88rem; }
  h2 { font-size: 1.46rem; }
  h3 { font-size: 1.21rem; }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .price-card,
  .review-card,
  .case-card,
  .process-step,
  .timeline-item,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 1.73rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  .contact-info {
    padding: 2rem;
    margin-top: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .faq-card {
    margin-bottom: 0.66rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
}

/* Mobile Portrait */
@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    margin: 0.2rem 0;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 50vh;
    text-align: center;
    padding: 2rem 0;
  }
  
  .hero-content h1 {
  padding-top: 100px !important;
}

.hero-content {
  padding-top: 50px !important;
    padding: 1rem 0;
  }
  
  .section {
    padding: 40px 0;
  }
  
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.33rem; }
  h3 { font-size: 1.12rem; }
  h4 { font-size: 1rem; }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .section-title h2::after {
    width: 40px;
    height: 2px;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .price-card,
  .review-card,
  .case-card,
  .process-step,
  .timeline-item,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 1rem;
  }
  
  .service-content,
  .team-info,
  .blog-content {
    padding: 1rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-info {
    padding: 1.5rem;
    margin-top: 1.74rem;
  }
  
  .contact-item {
    margin-bottom: 1rem;
  }
  
  .contact-icon {
    font-size: 1.35rem;
    width: 30px;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  .faq-question,
  .faq-answer {
    padding: 1rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer-content {
    margin-bottom: 1rem;
  }
  
  .footer-logo {
    font-size: 1.22rem;
  }
  
  .breadcrumb-section {
    padding: 1rem 0;
  }
  
  .breadcrumb-image {
    width: 40px;
    height: 25px;
  }
  
  /* Adjust form elements for mobile */
  .form-control {
    padding: 0.8rem;
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  .btn-primary {
    padding: 0.8rem 1.5rem;
    width: 100%;
  }
  
  /* Card adjustments for mobile */
  .card {
    border-radius: 10px;
  }
  
  .feature-card,
  .service-card,
  .team-card,
  .review-card,
  .price-card {
    border-radius: 12px;
  }
  
  /* Typography adjustments */
  .service-price {
    font-size: 1.52rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.34rem;
  }
  
  .feature-icon,
  .info-icon {
    font-size: 2rem;
  }
}

/* Very Small Screens */
@media (max-width: 360px) {
  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  h1 { font-size: 1.36rem; }
  h2 { font-size: 1.22rem; }
  h3 { font-size: 1rem; }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 45vh;
  }
  
  .section {
    padding: 30px 0;
  }
  
  .contact-form,
  .contact-info {
    padding: 1rem;
  }
  
  .service-content,
  .team-info,
  .blog-content {
    padding: 0.8rem;
  }
  
  .faq-question,
  .faq-answer {
    padding: 0.8rem;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .hero-shape,
  .btn,
  .footer {
    display: none !important;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: auto;
    background: white !important;
    color: black !important;
  }
  
  .section {
    padding: 20px 0;
    page-break-inside: avoid;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: black !important;
  }
  
  .service-card,
  .feature-card,
  .team-card,
  .review-card {
    box-shadow: none !important;
    border: 1px solid #dbcbcc;
    margin-bottom: 1rem;
  }
} 