/* ==========================================================================
   SSE SOLAR SOLUTIONS — RESPONSIVE DESIGN STYLES
   ========================================================================== */

/* Large Desktop (> 1280px) */
@media (min-width: 1280px) {
  .hero-title {
    font-size: 3.8rem;
  }
}

/* Laptops & Tablets Landscape (< 1024px) */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .services-grid,
  .projects-gallery,
  .testimonials-grid,
  .why-sse-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  .rooftop-feature-grid,
  .about-intro-grid,
  .service-detail-grid,
  .contact-layout-grid,
  .telangana-section-wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

/* Tablets & Large Mobile (< 768px) */
@media (max-width: 768px) {
  .top-bar {
    display: none; /* Hide top bar on mobile for clean screen estate */
  }
  
  .nav-menu,
  .header-actions .btn {
    display: none;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .hero-section {
    padding: 3.5rem 0;
    min-height: auto;
  }
  
  .hero-title {
    font-size: 2.35rem;
  }
  
  .hero-description {
    font-size: 1.05rem;
  }
  
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .services-grid,
  .projects-gallery,
  .testimonials-grid,
  .why-sse-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }
  
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .service-catalog-item,
  .service-catalog-item.reverse {
    grid-template-columns: 1fr;
    padding: 1.75rem;
    gap: 1.5rem;
  }
  
  .service-catalog-item.reverse .service-catalog-img-wrap,
  .service-catalog-item.reverse .service-catalog-content {
    order: unset;
  }
  
  .service-catalog-img-wrap {
    height: 220px;
  }
  
  .contact-form-box {
    padding: 1.75rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-group.full-width {
    grid-column: span 1;
  }
  
  .telangana-section-wrap {
    padding: 2.25rem 1.5rem;
  }
  
  .telangana-locations-list {
    grid-template-columns: 1fr;
  }
  
  .cta-banner {
    padding: 3rem 1.5rem;
  }
  
  .cta-banner-title {
    font-size: 2rem;
  }
  
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-legal-bar {
    flex-direction: column;
    text-align: center;
  }
}

/* Small Mobile (< 480px) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }
  
  .hero-cta-group .btn {
    width: 100%;
  }
  
  .trust-grid {
    grid-template-columns: 1fr;
  }
  
  .process-grid {
    grid-template-columns: 1fr;
  }
  
  .floating-actions {
    bottom: 16px;
    right: 16px;
  }
  
  .floating-btn {
    width: 48px;
    height: 48px;
  }
}
