  /* =========================================================
   CN ACCOUNTS — RESPONSIVE STYLES
   Breakpoints used (mobile-first override, largest → smallest):
   - Desktop        : >=1200px  (default styles in style.css)
   - Laptop/Small PC: 992px – 1199px
   - Tablet         : 768px – 991px
   - Mobile L       : 576px – 767px
   - Mobile S       : <=575px
   ========================================================= */

/* ---------------------------------------------------------
   1. LAPTOP / SMALL DESKTOP (max-width: 1199.98px)
   --------------------------------------------------------- */
@media (max-width: 1199.98px){
  .section-title{ font-size:1.85rem; }
  .section-pad{ padding:4.5rem 0; }

  .service-panel{ padding:26px; }
  .service-item h4{ font-size:18px; }

  /* .about-badge{ max-width:420px; } */
}

/* ---------------------------------------------------------
   2. TABLET (max-width: 991.98px)
   --------------------------------------------------------- */
@media (max-width: 991.98px){

  /* ---- Header / Nav ---- */
  .site-header .navbar-brand img{ height:42px; }
  .site-header .navbar-collapse{
    background:#fff;
    margin-top:.75rem;
    padding:1rem 1.2rem;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(16,35,63,.08);
  }
  .site-header .nav-link{
    margin:0;
    padding:.55rem 0 !important;
    border-bottom:1px solid var(--border);
  }
  .site-header .nav-link::after{ display:none; }
  .header-phone{ margin-top:.5rem; }
  .btn-cta{ width:100%; text-align:center; margin-top:.6rem; }

  /* ---- Hero ---- */
  .hero{ height:70vh; }
  .splide__arrow svg {height: 13px !important;width: 13px !important;}

  /* ---- About ---- */
  /* .about-badge{ max-width:340px; margin-bottom:2rem; } */
  .section-title{ font-size:1.65rem; }
  .section-pad{ padding:3.75rem 0; }

  /* ---- Services ---- */
  .service-panel{ padding:22px; margin-bottom:1.5rem; }
  .service-item{ padding:18px 0; gap:14px; }
  .num-ring{ width:30px; height:30px; font-size:14px; }

  /* ---- What We Do ---- */
  .process-step{ padding:14px; margin-bottom:1rem; }
  .process-ring{ width:72px; height:72px; }
  .process-ring i{ font-size:28px; }

  /* ---- Contact ---- */
  .contact-card{ margin-bottom:1rem; }
  .contact-form-wrap{ padding:2rem 1.6rem; margin-bottom:1.75rem; }
  .footer-map iframe{ height:340px; }

  /* ---- Footer ---- */
  .site-footer{ padding-top:3rem; }
  .site-footer .col-lg-6 > .col-6{ padding:0; }
  /* .social-row{ justify-content:center; display:flex; } */
  .footer-contact-item{ text-align:left; }
}

/* ---------------------------------------------------------
   3. MOBILE LANDSCAPE / LARGE PHONES (max-width: 767.98px)
   --------------------------------------------------------- */
@media (max-width: 767.98px){

  .eyebrow{ font-size:.72rem; }
  .section-title{ font-size:1.4rem; }
  .section-pad{ padding:3rem 0; }

  /* ---- Hero ---- */
  .hero{ height:auto; }

  /* ---- About ---- */
  /* .about-badge{ max-width:260px; } */
  .check-list li{ font-size:.92rem; }

  /* ---- Services ---- */
  .service-panel{ padding:18px; border-radius:14px; }
  .service-panel h3{ font-size:1.2rem; margin-bottom:18px; }
  .service-item{ gap:10px; }
  .num-ring{ width:28px; height:28px; font-size:13px; }
  .service-item h4{ font-size:17px; margin-bottom:6px; }
  .service-list li{ font-size:14px; }

  /* ---- What We Do ---- */
  .process-step{ text-align:center; }

  /* ---- Contact ---- */
  .contact-card{ padding:1.5rem 1.2rem; }
  .contact-form-wrap{ padding:1.6rem 1.2rem; border-radius:12px; }
  .contact-form-wrap h3{ font-size:1.3rem; }
  .footer-map iframe,
  .contact-map-wrap iframe{ min-height:260px; height:260px; }

  /* ---- Footer ---- */
  /* .site-footer img.footer-logo{ height:70px; } */
  .footer-bottom{ font-size:.78rem; }

  /* ---- WhatsApp floating button ---- */
  /* .footer-chat{ right:12px; bottom:14px; } */
  .footer-chat i{ font-size:26px; }
}

/* ---------------------------------------------------------
   4. MOBILE PORTRAIT / SMALL PHONES (max-width: 575.98px)
   --------------------------------------------------------- */
@media (max-width: 575.98px){

  .container{ padding-left:1rem; padding-right:1rem; }

  .site-header .navbar-brand img{ height:36px; }

  /* ---- Hero ---- */
  .hero{ height:auto; }

  /* ---- About ---- */
  /* .about-badge{ max-width:200px; } */
  .section-title{ font-size:1.25rem; }

  /* ---- Services ---- */
  .num-ring{ width:26px; height:26px; font-size:12px; }
  .service-item h4{ font-size:16px; }
  .service-list li{ font-size:13px; }

  /* ---- What We Do ---- */
  .process-ring{ width:64px; height:64px; }
  .process-ring i{ font-size:24px; }
  .process-step h4{ font-size:17px; }
  .process-step p{ font-size:14px; }

  /* ---- Contact form fields ---- */
  .contact-form-wrap .form-control{ padding:.6rem .8rem; font-size:.9rem; }
  .btn-cta{ font-size:.85rem; padding:.6rem 1.1rem; }

  /* ---- Footer ---- */
  .footer-contact-item{ font-size:.85rem; }
}

/* ---------------------------------------------------------
   5. EXTRA SMALL / VERY NARROW (max-width: 359.98px)
   --------------------------------------------------------- */
@media (max-width: 359.98px){
  /* .about-badge{ max-width:170px; } */
  .section-title{ font-size:1.1rem; }
  .service-panel{ padding:14px; }
}