/* ============================================================
   SWASTY PRASAD — GLOBAL RESPONSIVE STYLES
   Breakpoints: 1200px | 992px | 768px | 576px | 480px
   ============================================================ */

/* Safe global helpers */
img {
  max-width: 100%;
  height: auto;
}

/* ============================================================
   TABLET — max 992px
   ============================================================ */
@media (max-width: 992px) {
  section.hero .hero-content {
    margin-top: 100px !important;
    padding: 0 5% !important;
    max-width: 100% !important;
  }

  section.hero h1 { font-size: 2.4rem !important; }
  section.hero h2 { font-size: 1.6rem !important; }

  .about {
    flex-direction: column-reverse !important;
    text-align: center;
    padding: 60px 5% !important;
    gap: 40px !important;
  }

  .about-content p { text-align: center; }
  .about-content h2 { font-size: 1.6rem !important; }

  .info-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .about-buttons { justify-content: center; }

  .stats-section { padding: 50px 5% !important; }
  .stats-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  .brands-section { padding: 60px 5% !important; }
  .brands-title,
  .products-title,
  .team-title,
  .main-title { font-size: 2.2rem !important; }

  .brand-card {
    min-width: 200px !important;
    height: 130px !important;
  }

  .products-section { padding: 60px 0 !important; }

  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
  }

  .features-advanced-section { padding: 60px 16px !important; }

  .testimonial-card {
    width: 95% !important;
    padding: 28px 24px !important;
  }

  .cta-section {
    width: 94% !important;
    padding: 44px 20px !important;
  }

  .about-hero .hero-inner {
    margin-top: 20px !important;
    padding: 20px 16px !important;
  }

  .section {
    flex-direction: column !important;
    padding: 60px 5% !important;
  }

  .team-section { padding: 60px 5% !important; }
}

/* ============================================================
   MOBILE — max 768px
   ============================================================ */
@media (max-width: 768px) {
  section.hero {
    min-height: 85vh;
    height: auto;
  }

  section.hero .hero-content {
    margin-top: 70px !important;
    padding: 0 4% !important;
  }

  section.hero h1 {
    font-size: 1.85rem !important;
    line-height: 1.25;
    word-wrap: break-word;
  }

  section.hero h2 { font-size: 1.25rem !important; }

  section.hero p {
    font-size: 0.95rem !important;
    max-width: 100% !important;
    margin-top: 16px !important;
  }

  section.hero .buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px !important;
    margin-top: 24px !important;
    margin-bottom: 40px !important;
  }

  section.hero .buttons .btn {
    width: 100%;
    padding: 12px 20px !important;
  }

  .about {
    padding: 40px 4% !important;
  }

  .info-grid { grid-template-columns: 1fr !important; }

  .about-buttons {
    gap: 10px !important;
    flex-direction: column;
  }

  .about-buttons .btn-mini {
    width: 100%;
    justify-content: center;
    font-size: 0.85rem !important;
    padding: 10px 14px !important;
  }

  .about-image img { max-width: 100% !important; }

  .stats-container {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }

  .stat-box { padding: 28px 14px !important; }
  .stat-box h2 { font-size: 1.75rem !important; }
  .stat-box .icon { font-size: 2rem !important; }

  .brands-section { padding: 40px 4% !important; }
  .brands-subtitle {
    font-size: 1rem !important;
    margin-bottom: 30px !important;
  }

  .brand-card {
    min-width: 160px !important;
    height: 110px !important;
  }

  .brands-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 1rem !important;
  }

  .arrow-left { left: 4px !important; }
  .arrow-right { right: 4px !important; }

  .products-section { padding: 40px 0 !important; }
  .products-title { font-size: 1.75rem !important; }
  .products-subtitle {
    font-size: 0.95rem !important;
    padding: 0 12px;
  }

  #products .btn-group {
    justify-content: center;
    gap: 8px !important;
  }

  #products .btn-filter {
    padding: 6px 12px !important;
    font-size: 0.85rem !important;
  }

  .product-box img { height: 200px !important; }

  .card-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .card-buttons .btn-quote,
  .card-buttons .btn-details {
    width: 100%;
    text-align: center;
  }

  .features-advanced-section { padding: 50px 16px !important; }

  .main-title {
    font-size: 1.75rem !important;
    line-height: 1.25;
  }

  .title-sub {
    font-size: 1rem !important;
    padding: 0 10px;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .feature-card { padding: 28px 20px !important; }

  .section-title {
    font-size: 1.75rem !important;
    padding-top: 30px !important;
  }

  .testimonials-section { padding: 50px 16px !important; }
  .heading { font-size: 1.75rem !important; }
  .sub-heading {
    font-size: 0.95rem !important;
    padding: 0 10px;
  }

  .testimonial-card {
    width: 100% !important;
    padding: 24px 20px !important;
    margin: 0 !important;
  }

  .card-right {
    position: static !important;
    margin-top: 10px;
    text-align: left;
  }

  .review-text { font-size: 0.95rem; }
  .mySwiper { padding: 0 10px 40px !important; }

  .cta-section {
    width: 95% !important;
    padding: 40px 16px !important;
    margin: 40px auto !important;
    border-radius: 12px !important;
  }

  .cta-heading { font-size: 1.5rem !important; }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px !important;
  }

  .cta-buttons .btn {
    justify-content: center;
    width: 100%;
  }

  .modal-box {
    width: 92% !important;
    max-width: 420px;
    margin: 16px;
  }

  .call-box {
    width: 90% !important;
    max-width: 320px;
  }

  .product-modal-content {
    width: 92% !important;
    max-width: 500px;
    margin: 16px;
    max-height: 90vh;
    overflow-y: auto;
  }

  #quoteModal .modal-dialog {
    margin: 12px auto;
    max-width: calc(100% - 24px);
  }

  .quote-modal {
    max-height: 90vh;
    overflow-y: auto;
  }

  .about-hero {
    min-height: 100vh;
    height: auto;
    padding: 70px 16px 40px;
  }

  .about-hero h1 {
    font-size: 1.85rem !important;
    line-height: 1.3;
  }

  .hero-cta {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .hero-cta button { width: 100%; }

  .services-grid {
    grid-template-columns: 1fr !important;
    margin: 40px auto !important;
    padding: 0 16px !important;
  }

  .team-container { grid-template-columns: 1fr !important; }

  .white-bg-wrapper { padding: 24px 0 !important; }

  .title-badge {
    font-size: 13px !important;
    padding: 8px 18px !important;
  }
}

/* ============================================================
   SMALL MOBILE — max 576px
   ============================================================ */
@media (max-width: 576px) {
  section.hero .hero-content { margin-top: 60px !important; }
  section.hero h1 { font-size: 1.55rem !important; }
  section.hero h2 { font-size: 1.1rem !important; }

  .stats-container { grid-template-columns: 1fr !important; }
  .stat-box { padding: 24px 12px !important; }

  .about-buttons .btn-mini { font-size: 0.8rem !important; }

  .brands-arrow { display: none; }

  .brand-card {
    min-width: 140px !important;
    height: 90px !important;
  }

  #products .btn-filter {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }

  .product-box img { height: 180px !important; }

  .badge-tag {
    font-size: 0.7rem !important;
    padding: 4px 10px !important;
  }

  .call-btn { font-size: 14px !important; }

  .about-hero h1 { font-size: 1.65rem !important; }
  .about-hero .lead { font-size: 0.95rem !important; }
}

/* ============================================================
   EXTRA SMALL — max 480px
   ============================================================ */
@media (max-width: 480px) {
  section.hero .hero-content { margin-top: 55px !important; }
  section.hero h1 { font-size: 1.4rem !important; }
  section.hero h2 { font-size: 1rem !important; }

  .main-title,
  .products-title,
  .brands-title,
  .heading,
  .team-title {
    font-size: 1.5rem !important;
  }

  .feature-card h3 { font-size: 1rem !important; }
  .feature-card p { font-size: 0.9rem !important; }

  .cta-heading { font-size: 1.25rem !important; }
}

/* ============================================================
   LARGE DESKTOP — min 1200px
   ============================================================ */
@media (min-width: 1200px) {
  section.hero .hero-content {
    margin-top: 140px !important;
    max-width: 750px !important;
  }
}
