.elementor-kit-3784{--e-global-color-primary:#0B2E52;--e-global-color-secondary:#1E4E79;--e-global-color-text:#0F172A;--e-global-color-accent:#D4AF37;--e-global-color-4692f28:#475569;--e-global-color-3beabc0:#F7FAFC;--e-global-color-68c8922:#E2E8F0;--e-global-color-d40ba30:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Scheherazade New";--e-global-typography-accent-font-weight:400;}.elementor-kit-3784 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
 🌙 AL-AZKAR LAYOUT SYSTEM (v5.5 Comfort Responsive)
 ===================================================== */

/* === Global Structure === */
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Footer kekal tapak bawah */
.elementor-location-footer {
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 40px;
}

/* =====================================================
 🕌 ARCHIVE PAGE (Comfort Layout for Grid & Card)
 ===================================================== */
.elementor-location-archive {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 auto;
  width: 100%;
  max-width: 1280px;            /* lebih luas dari 1100px */
  margin: 0 auto;
  padding: 48px 40px 64px;      /* ruang kiri kanan lebih lega */
  box-sizing: border-box;
}

/* Grid Kad Archive */
.elementor-widget-archive-posts .elementor-posts-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* lebar fleksibel */
  gap: 24px;
}

/* Tajuk Archive Pertama */
.elementor-location-archive .elementor-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 16px;
}

/* =====================================================
 📊 PROGRESS TRACKER (Sentiasa Bawah Header)
 ===================================================== */
#alazkar-progress {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  pointer-events: none;
}
#alazkar-progress.active {
  opacity: 1;
  transform: translateY(0);
}
#alazkar-progress .elementor-progress-tracker__bar {
  height: 5px;
  border-radius: 2px;
}

/* =====================================================
 📱 RESPONSIVE TUNING
 ===================================================== */

/* Tablet & iPad */
@media (max-width: 1024px) {
  .elementor-location-archive {
    max-width: 95%;
    padding: 36px 24px 56px;
  }
  .elementor-widget-archive-posts .elementor-posts-container {
    gap: 18px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-location-archive {
    max-width: 100%;
    padding: 24px 16px 48px;
  }
  .elementor-widget-archive-posts .elementor-posts-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */