/* Responsive Styles for Wax Seal Kits Template */

/* LARGE DESKTOP (1200px and up) */
@media (min-width: 1200px) {
  .hero-section {
  padding-top: 50px;
    padding: 0 2rem;
  }
  
  .container-xl {
    max-width: 1140px;
  }
}

/* DESKTOP (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .hero-section {
  padding-top: 50px;
    min-height: 90vh;
  }
  
  .section {
    padding: 3rem 0;
  }
}

/* TABLET (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .hero-section {
  padding-top: 50px;
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-content .row > div {
    margin-bottom: 2.19rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .service-card {
    margin-bottom: 2.19rem;
  }
  
  .team-member img {
    width: 150px;
    height: 150px;
  }
  
  /* Disable Swiper autoplay and effects on tablet and mobile */
  .swiper-wrapper {
    transform: none !important;
  }
  
  .swiper-slide {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* MOBILE (576px to 767px) */
@media (max-width: 767px) {
  /* Typography adjustments */
  h1 { font-size: 1.89rem; }
  h2 { font-size: 1.53rem; }
  h3 { font-size: 1.38rem; }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.38rem;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
  }
  
  /* Hero section */
  .hero-section {
  padding-top: 50px;
    min-height: 70vh;
    text-align: center;
    padding: 2rem 0;
  }
  
  .hero-content .row > div {
    margin-bottom: 2.19rem;
  }
  
  .hero-image {
    order: -1;
  }
  
  /* Sections */
  .section {
    padding: 2rem 0;
  }
  
  .section-desc {
    padding: 0 1rem;
  }
  
  /* Service cards */
  .service-card {
    margin-bottom: 1.58rem;
    padding: 1.5rem;
  }
  
  .service-card img {
    height: 150px;
  }
  
  /* Team members */
  .team-member {
    margin-bottom: 2.19rem;
  }
  
  .team-member img {
    width: 120px;
    height: 120px;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 200px;
  }
  
  /* Contact form */
  .contact-form {
    padding: 1.5rem;
  }
  
  /* FAQ */
  .faq-question {
    padding: 1rem;
    font-size: 1.03rem;
  }
  
  .faq-answer {
    padding: 1rem;
  }
  
  /* Footer */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer-section {
    margin-bottom: 1.58rem;
  }
  
  /* Disable Swiper autoplay and effects on mobile */
  .swiper-container {
    overflow: visible;
  }
  
  .swiper-wrapper {
    transform: none !important;
    flex-direction: column;
  }
  
  .swiper-slide {
    width: 100% !important;
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 1.11rem;
  }
  
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* SMALL MOBILE (575px and below) */
@media (max-width: 575px) {
  /* Typography */
  h1 { font-size: 1.53rem; }
  h2 { font-size: 1.38rem; }
  h3 { font-size: 1.20rem; }
  p { font-size: 1.03rem; }
  
  /* Navigation */
  .navbar {
    padding: 0.75rem 0;
  }
  
  .navbar-brand {
    font-size: 1.20rem;
  }
  
  /* Hero */
  .hero-section {
  padding-top: 50px;
    min-height: 60vh;
    padding: 1.5rem 0;
  }
  
  /* Sections */
  .section {
    padding: 1.5rem 0;
  }
  
  /* Service cards */
  .service-card {
    padding: 1rem;
  }
  
  .service-card img {
    height: 120px;
  }
  
  .service-name {
    font-size: 1.20rem;
  }
  
  .service-price {
    font-size: 1.38rem;
  }
  
  /* Team */
  .team-member img {
    width: 100px;
    height: 100px;
  }
  
  /* Gallery */
  .gallery-item img {
    height: 150px;
  }
  
  /* Contact form */
  .contact-form {
    padding: 1rem;
  }
  
  .form-control {
    padding: 0.75rem;
  }
  
  .btn-submit {
    padding: 0.75rem 1.5rem;
  }
  
  /* Footer */
  .footer {
    padding: 1.5rem 0 1rem;
  }
  
  .footer-copyright {
    padding-top: 0.92rem;
    font-size: 0.92rem;
  }
}

/* LANDSCAPE MOBILE */
@media (max-height: 500px) and (orientation: landscape) {
  .hero-section {
  padding-top: 50px;
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .section {
    padding: 1.5rem 0;
  }
}

/* HIGH DPI DISPLAYS */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .service-card img,
  .gallery-item img,
  .team-member img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
  }
}

/* PRINT STYLES */
@media print {
  .navbar,
  .footer,
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  .hero-section,
  .section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
  
  .service-card,
  .team-member,
  .faq-item {
    page-break-inside: avoid;
    margin-bottom: 0.75rem;
  }
  
  body {
    background: white !important;
    color: black !important;
  }
} 