/* Responsive CSS for Express Watch Battery & Seal Bar */

/* Large Desktops (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
}

/* Tablets (992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .service-card {
    margin-bottom: 1.5rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
}

/* Small Tablets (768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    min-height: 80vh;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.4rem;
  }
  
  .feature-card {
    margin-bottom: 2rem;
  }
  
  .price-card {
    margin-bottom: 2rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile Devices (767px and down) */
@media (max-width: 767px) {
  /* Disable Swiper autoplay and effects on mobile */
  .swiper-wrapper {
    transform: none !important;
  }
  
  .swiper-slide {
    transform: none !important;
  }
  
  /* General Mobile Adjustments */
  .container {
    padding: 0 1rem;
  }
  
  /* Header */
  .navbar {
    padding: 0.25rem 0;
  }
  
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    text-align: center;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  
  .hero-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  
  .hero-desc {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  
  /* Sections */
  .about-section,
  .services-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .faq-section,
  .gallery-section,
  .contact-section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  
  .section-desc {
    font-size: 0.85rem;
    margin-bottom: 2rem;
  }
  
  /* Feature Cards */
  .feature-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2rem;
  }
  
  /* Service Cards */
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .service-price {
    font-size: 1.3rem;
  }
  
  /* Price Cards */
  .price-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  /* Team */
  .team-card {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  /* Reviews */
  .review-card {
    padding: 1.5rem;
    margin: 0.5rem;
  }
  
  /* FAQ */
  .faq-question {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  .faq-answer {
    padding: 1rem;
    font-size: 0.85rem;
  }
  
  /* Gallery */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 2rem;
  }
  
  .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }
  
  .btn-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
  
  /* Footer */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer-links {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  /* Breadcrumbs */
  .breadcrumb-img {
    max-width: 150px;
  }
}

/* Extra Small Mobile (480px and down) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.3rem;
  }
  
  .hero-subtitle {
    font-size: 0.8rem;
  }
  
  .hero-desc {
    font-size: 0.8rem;
  }
  
  .section-title {
    font-size: 1.2rem;
  }
  
  .section-subtitle {
    font-size: 0.8rem;
  }
  
  .section-desc {
    font-size: 0.8rem;
  }
  
  .feature-card,
  .service-card,
  .price-card {
    padding: 1rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon {
    font-size: 1.5rem;
  }
}

/* Landscape Mobile Phones */
@media (max-width: 767px) and (orientation: landscape) {
  .hero-section {
    min-height: 60vh;
  }
  
  .hero-title {
    font-size: 1.4rem;
  }
  
  .about-section,
  .services-section,
  .priceplan-section,
  .team-section,
  .reviews-section,
  .faq-section,
  .gallery-section,
  .contact-section {
    padding: 2rem 0;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  body {
    overflow-x: hidden;
    font-size: 12pt;
    line-height: 1.4;
    color: black;
    background: white;
  }
  
  .hero-section,
  .services-section,
  .reviews-section,
  .contact-section {
    background: white !important;
    color: black !important;
  }
  
  .section-title {
    color: black;
    page-break-after: avoid;
  }
  
  .feature-card,
  .service-card,
  .price-card {
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gallery-item img,
  .team-photo {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  :root {
    --primary-color: #2d5a87;
    --neutral-color: #e2e8f0;
    --neutral-light: #f7fafc;
  }
}

/* Reduced Motion - Enhanced */
@media (prefers-reduced-motion: reduce) {
  .swiper {
    overflow: visible;
  }
  
  .swiper-wrapper {
    transform: none !important;
    display: block;
  }
  
  .swiper-slide {
    width: 100% !important;
    transform: none !important;
    margin-bottom: 1rem;
  }
  
  .hero-section::before {
    animation: none;
  }
  
  .feature-card:hover,
  .service-card:hover,
  .price-card:hover,
  .gallery-item:hover {
    transform: none;
  }
} 