/* PREMIUM PROTECTION PRO - RESPONSIVE STYLESHEET */

/* Large Devices (Desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .shape-1, .shape-2 {
    display: none;
  }
}

/* Medium Devices (Tablets, less than 992px) */
@media (max-width: 991.98px) {
  section {
    padding: 80px 0;
  }
  
  .hero-section {
    height: 80vh;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .about-image {
    margin-bottom: 30px;
  }
  
  .service-item, .price-item, .team-member, .review-item, .core-item {
    margin-bottom: 30px;
  }
  
  .contact-info {
    margin-top: 30px;
  }
}

/* Small Devices (Landscape Phones, less than 768px) */
@media (max-width: 767.98px) {
  section {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .hero-section {
    height: 70vh;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .services-section::before,
  .shape-3 {
    display: none;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  .footer-widget {
    margin-bottom: 40px;
  }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
  section {
    padding: 50px 0;
  }
  
  .hero-section {
    height: 60vh;
    min-height: 400px;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title h2 {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .contact-form {
    padding: 25px;
  }
  
  .contact-info {
    padding: 25px;
  }
  
  .review-author {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .author-image {
    margin-bottom: 15px;
  }
}

/* For devices that prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .swiper-container {
    --swiper-autoplay-delay: 999999s;
  }
  
  .fade-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* To ensure a good touch experience */
@media (hover: none) {
  .service-item:hover,
  .price-item:hover,
  .core-item:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .feature-item:hover {
    background-color: inherit;
  }
  
  .footer-links a:hover {
    padding-left: 0;
  }
} 