/* Responsive Design */

/* Large Desktop */
@media (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }

  .hero-text h1 {
    font-size: 3rem;
  }

  .section-title {
    font-size: 2.5rem;
  }
}

/* Desktop */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .hero-content {
    gap: 40px;
  }

  .specialized-content {
    gap: 30px;
  }

  .about-content,
  .contact-content {
    gap: 40px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .container {
    max-width: 720px;
    padding: 0 15px;
  }

  /* Header */
  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .mobile-menu.active {
    display: block;
  }

  /* Hero */
  .hero {
    padding-top: 120px;
    min-height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image-container {
    height: 400px;
  }

  /* Services */
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .category-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .category-icon {
    margin-right: 0;
  }

  /* Specialized Areas */
  .specialized-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .specialized-column {
    gap: 30px;
  }

  .specialized-item.right {
    text-align: left;
  }

  .specialized-item.right .specialized-item-header {
    justify-content: flex-start;
  }

  .specialized-item.right h3 {
    margin: 0 0 0 20px;
  }

  .specialized-image {
    height: 400px;
    border-radius: 12px;
  }

  /* Steps */
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Packages */
  .packages-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .discount-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .discount-text h3 {
    font-size: 1.5rem;
  }

  /* Benefits */
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* About */
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Testimonials */
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Gallery */
  .gallery-images {
    gap: 20px;
  }

  .gallery-image {
    height: 250px;
  }

  /* Contact */
  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Form */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .checkbox-group {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-section:first-child {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  /* Typography */
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  /* Header */
  .header-content {
    height: 60px;
  }

  .logo-text {
    font-size: 20px;
  }

  .logo-icon {
    width: 35px;
    height: 35px;
  }

  .logo-icon i {
    font-size: 18px;
  }

  /* Hero */
  .hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero-text h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .hero-text p {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .get-price-btn,
  .btn-secondary {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
  }

  .hero-image-container {
    height: 300px;
  }

  .discount-badge {
    width: 80px;
    height: 80px;
    font-size: 14px;
    bottom: -15px;
    right: -15px;
  }

  /* Sections */
  .benefits,
  .services,
  .specialized-areas,
  .how-it-works,
  .packages,
  .why-contact,
  .about,
  .testimonials,
  .before-after,
  .contact,
  .faq {
    padding: 60px 0;
  }

  /* Benefits */
  .benefit-item {
    padding: 30px 15px;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
  }

  .benefit-icon i {
    font-size: 24px;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* Furniture cleaning services - 2 columns on mobile */
  .service-category:first-child .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  /* Carpets & Rugs services - 1 column on mobile */
  .service-category:last-child .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .category-title {
    font-size: 1.5rem;
  }

  .service-content {
    padding: 25px 20px;
  }

  /* Steps */
  .step-card {
    padding: 30px 20px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
  }

  .step-icon i {
    font-size: 24px;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
    top: -15px;
    left: -15px;
  }

  /* Packages */
  .package-content {
    padding: 30px 20px;
  }

  .price-amount {
    font-size: 2rem;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 30px 20px;
  }

  /* Gallery */
  .gallery-images {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-image {
    height: 200px;
  }

  /* Contact Form */
  .contact-form {
    padding: 30px 20px;
  }

  .form-header {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  /* Footer */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-section:first-child {
    grid-column: auto;
    margin-bottom: 0;
  }

  /* Widgets */
  .call-request-widget,
  .whatsapp-widget {
    bottom: 20px;
  }

  .call-request-widget {
    right: 20px;
  }

  .whatsapp-widget {
    left: 20px;
  }

  .call-request-btn,
  .whatsapp-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .call-request-form,
  .whatsapp-chat {
    width: 280px;
    bottom: 70px;
  }

  .call-request-form {
    right: -100px;
  }

  .whatsapp-chat {
    left: -100px;
  }
}

/* Mobile Medium */
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }

  /* Hero */
  .hero-text h1 {
    font-size: 1.8rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  /* Sections */
  .section-title {
    font-size: 1.8rem;
  }

  .benefits,
  .services,
  .specialized-areas,
  .how-it-works,
  .packages,
  .why-contact,
  .about,
  .testimonials,
  .before-after,
  .contact,
  .faq {
    padding: 50px 0;
  }

  /* Services */
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  /* Furniture cleaning services - 2 columns on small mobile */
  .service-category:first-child .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* Carpets & Rugs services - 1 column on small mobile */
  .service-category:last-child .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card {
    margin-bottom: 15px;
  }

  .service-content {
    padding: 20px 15px;
  }

  /* Contact Form */
  .contact-form {
    padding: 20px 15px;
  }

  /* Footer */
  .footer {
    padding: 40px 0 20px;
  }

  .footer-content {
    gap: 25px;
  }

  .footer-section {
    padding: 0 10px;
  }

  .footer-title {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .footer-links li {
    margin-bottom: 8px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-contact p {
    font-size: 14px;
    margin-bottom: 8px;
  }

  /* Widgets */
  .call-request-form,
  .whatsapp-chat {
    width: 260px;
  }

  .call-request-form {
    right: -80px;
  }

  .whatsapp-chat {
    left: -80px;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  /* Hero */
  .hero-text h1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  /* Sections */
  .section-title {
    font-size: 1.6rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  /* Header */
  .logo-text {
    font-size: 18px;
  }

  /* Discount Banner */
  .discount-text {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .discount-text i {
    margin-right: 0;
  }

  .discount-text h3 {
    font-size: 1.2rem;
  }

  /* Furniture services responsive text */
  .service-category:first-child .service-content h3 {
    font-size: 1rem;
  }

  .service-category:first-child .service-content .service-details {
    font-size: 0.85rem;
  }

  .service-category:first-child .service-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  /* Footer */
  .footer {
    padding: 30px 0 15px;
  }

  .footer-content {
    gap: 20px;
  }

  .footer-description {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-logo .logo-text {
    font-size: 1.1rem;
  }

  .footer-logo .logo-icon {
    width: 28px;
    height: 28px;
  }

  .footer-logo .logo-icon i {
    font-size: 14px;
  }

  /* Widgets */
  .call-request-form,
  .whatsapp-chat {
    width: 240px;
  }

  .call-request-form {
    right: -60px;
  }

  .whatsapp-chat {
    left: -60px;
  }
}

/* Mobile Extra Small */
@media (max-width: 360px) {
  .container {
    padding: 0 8px;
  }

  /* Hero */
  .hero-text h1 {
    font-size: 1.4rem;
  }

  /* Sections */
  .section-title {
    font-size: 1.4rem;
  }

  /* Footer */
  .footer-section {
    padding: 0 5px;
  }

  .footer-links a,
  .footer-contact p {
    font-size: 13px;
  }

  /* Widgets */
  .call-request-form,
  .whatsapp-chat {
    width: 220px;
  }

  .call-request-form {
    right: -40px;
  }

  .whatsapp-chat {
    left: -40px;
  }
}

/* Print Styles */
@media print {
  .header,
  .call-request-widget,
  .whatsapp-widget,
  .footer {
    display: none;
  }

  .hero {
    padding-top: 0;
    min-height: auto;
  }

  * {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
  }

  .container {
    max-width: none;
    padding: 0;
  }

  .section-title {
    color: black !important;
  }

  .get-price-btn,
  .btn-secondary,
  .package-btn,
  .service-btn {
    border: 2px solid black !important;
    background: white !important;
    color: black !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .hero {
    background: #000;
    color: #fff;
  }

  .section-title {
    color: #000;
  }

  .get-price-btn {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
  }

  .service-card,
  .package-card,
  .testimonial-card {
    border: 2px solid #000;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .pulse-animation {
    animation: none;
  }
}
