/* ==========================================================================
   Peacock Design Solutions — Responsive Stylesheet (responsive.css)
   Mobile-first overrides layered on top of style.css
   ========================================================================== */

/* Large desktops down to laptops -------------------------------------- */
@media (max-width: 1199.98px) {
  .hero-floating-card.fc-1 { left: 0; }
  .hero-floating-card.fc-2 { right: 0; }
  .section { padding: 90px 0; }
}

/* Tablets -------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .pds-topbar { display: none; }

  /* Mobile nav panel */
  .pds-navbar .navbar-collapse {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 18px;
    margin-top: 14px;
  }
  .pds-navbar .nav-link { padding: 12px 8px !important; }
  .pds-navbar .nav-link::after { display: none; }
  .pds-navbar .dropdown-menu {
    opacity: 1 !important; visibility: visible !important; pointer-events: auto !important;
    transform: none !important; box-shadow: none; border: none;
    background: var(--light-bg); margin-top: 6px; padding: 6px;
    display: none;
  }
  .pds-navbar .dropdown-menu.show { display: block; }
  .pds-navbar .navbar-cta { margin-top: 14px; }

  .hero-swiper { height: auto; min-height: auto; }
  .hero-slide { min-height: auto; }
  .hero-content { padding: 120px 0 60px; text-align: center; }
  .hero-tagline, .hero-actions { justify-content: center; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-visual { margin-top: 40px; }
  .hero-floating-card { display: none; }
  .scroll-indicator { display: none; }

  .about-exp-badge { right: 10px; }
  .section { padding: 70px 0; }
  .cta-section { padding: 48px 28px; }
  .contact-card { padding: 32px; }
}

/* Mobile --------------------------------------------------------------- */
@media (max-width: 767.98px) {
  body { font-size: 15px; }
  .section { padding: 60px 0; }
  .section-title { font-size: 1.7rem; }

  .hero-title { font-size: 2.1rem; }
  .hero-desc { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: center; }
  .hero-actions .btn-pds { width: 100%; justify-content: center; }

  .portfolio-item img { height: 230px; }
  .cta-section { padding: 40px 22px; }
  .cta-section h2 { font-size: 1.6rem; }

  .whatsapp-float { width: 54px; height: 54px; font-size: 1.5rem; bottom: 18px; right: 18px; }
  .back-to-top { bottom: 18px; left: 18px; }

  .footer-bottom { text-align: center; }
  .footer-bottom .text-md-end { text-align: center !important; margin-top: 10px; }

  .about-exp-badge { padding: 16px 20px; }
  .about-exp-badge .num { font-size: 1.9rem; }
}

/* Small mobile --------------------------------------------------------- */
@media (max-width: 480px) {
  .page-banner { padding: 120px 0 60px; }
  .contact-card { padding: 24px 20px; }
  .service-card { padding: 30px 24px; }
}
