/*
Theme Name: Taman Zakat
Author: Taman Zakat
Description: Custom landing page donasi Taman Zakat
Version: 1.0
*/

/* =====================================================
   SLIDER FIX (ANTI CLICK BLOCK)
   ===================================================== */

.news-slide {
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.news-slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}


/* =====================================================
   SEARCH FIX (HEADER SAFE)
   ===================================================== */

#tzSearchInput {
  position: relative;
  z-index: 50;
}

header {
  z-index: 60;
  pointer-events: auto;
}

#searchResult,
#tzSearchHistory {
  z-index: 70;
}

#searchOverlay {
  z-index: 999 !important;
}


/* =====================================================
   MOBILE NAV CONTROL
   ===================================================== */

.mobile-nav {
  display: block;
  backdrop-filter: blur(6px);
}

.mobile-nav {
  display: block !important;
}


/* Prevent content covered by bottom nav */
body {
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}


/* =====================================================
   GENERAL IMPROVEMENTS
   ===================================================== */

/* Smooth hover */
a {
  transition: all .2s ease;
}

/* Fix icon alignment */
.mobile-nav i {
  line-height: 1;
}

/* Prevent accidental overlay click block */
* {
  box-sizing: border-box;
}
