/* ==========================================================================
   ALNIKAAHMUBARAK — RESPONSIVE STYLESHEET
   Breakpoints follow Bootstrap 5: >=1400 xxl, >=1200 xl, >=992 lg,
   >=768 md, >=576 sm, <576 xs
   ========================================================================== */

/* ---------- Large desktops (max-width 1399.98px) ---------- */
@media (max-width:1399.98px) {
  .section-pad {
    padding: 60px 0;
  }
}

/* ---------- Laptops / small desktops (max-width 1199.98px) ---------- */
@media (max-width:1199.98px) {
  .hero {
    padding-top: 130px;
  }

  .arch-frame {
    width: 340px;
  }

  .floating-card {
    padding: 12px 14px;
  }

  .fc-1 {
    left: -4%;
  }

  .fc-2 {
    right: -4%;
  }
}

/* ---------- Tablets (max-width 991.98px) ---------- */
@media (max-width:991.98px) {
  .section-pad {
    padding: 75px 0;
  }

  .section-pad-sm {
    padding: 55px 0;
  }

  .hero {
    text-align: center;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .hero-content p.lead-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    margin-top: 60px;
  }

  .arch-frame {
    width: 300px;
  }

  .fc-1,
  .fc-2,
  .fc-3 {
    display: none;
  }

  .about-media {
    margin-bottom: 50px;
  }

  .about-badge {
    right: 10px;
  }

  .timeline-thread {
    display: none;
  }

  .timeline-step {
    margin-bottom: 36px;
  }

  .enquiry-panel {
    padding: 32px;
    margin-top: 50px;
  }

  .footer-top {
    padding: 60px 0 30px;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .newsletter-form {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- Large mobile / small tablets (max-width 767.98px) ---------- */
@media (max-width:767.98px) {
  .section-pad {
    padding: 60px 0;
  }

  .section-pad-sm {
    padding: 44px 0;
  }

  .topbar .topbar-item {
    margin-right: 14px;
  }

  .topbar .topbar-item.d-none-mobile {
    display: block;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p.lead-text {
    font-size: 15.5px;
  }

  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .service-body {
    padding-top: 40px;
  }

  .halal-card {
    margin-top: 40px;
  }

  .cta-banner {
    padding: 50px 26px;
  }

  .stat-block {
    margin-bottom: 26px;
  }

  .contact-info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .map-frame {
    margin-top: 26px;
    min-height: 240px;
  }
}

/* ---------- Mobile (max-width 575.98px) ---------- */
@media (max-width:575.98px) {
  .container-xl {
    padding: 0 16px;
  }

  .topbar {
    font-size: 11.5px;
  }

  .topbar .topbar-item {
    margin-right: 10px;
  }

  .topbar-socials {
    display: none !important;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .hero {
    padding-top: 50px;
  }

  .hero-content h1 {
    font-size: 27px;
    margin-bottom: 16px;
  }

  .hero-content p.lead-text {
    font-size: 14.5px;
    margin-bottom: 24px;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .hero-trust {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .arch-frame {
    width: 240px;
  }

  .section-heading {
    font-size: 25px;
  }

  .section-sub {
    font-size: 14.5px;
  }

  .about-badge {
    position: static;
    margin-top: 18px;
    display: inline-block;
  }

  .feature-card,
  .halal-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-bead {
    width: 64px;
    height: 64px;
    font-size: 20px;
  }

  .enquiry-panel {
    padding: 24px;
  }

  .cta-banner {
    padding: 40px 18px;
  }

  .cta-banner h2 {
    font-size: 23px;
  }

  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 18px;
    left: 18px;
  }

  .back-to-top {
    width: 44px;
    height: 44px;
    font-size: 17px;
    bottom: 18px;
    right: 18px;
  }

  .footer-top {
    padding: 46px 0 20px;
  }
}

/* ---------- Extra small mobile (max-width 375px) ---------- */
@media (max-width:375px) {
  .hero-content h1 {
    font-size: 24px;
  }

  .brand small {
    display: none;
  }

  .stat-num {
    font-size: 28px;
  }
}

/* ---------- Print ---------- */
@media print {

  .site-header,
  .whatsapp-float,
  .back-to-top,
  #preloader,
  .hero-blob {
    display: none !important;
  }
}