/* Zaytouna — small additions on top of the original theme stylesheet.
   The theme's colors/fonts/layout are untouched; this file only adds
   the bits the static template didn't need (logo sizing, live counter, forms). */

.header .logo img {
  max-height: 58px;
  width: auto;
}

.footer .footer-about .logo img {
  max-height: 54px;
}

#today-count-wrap {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

#today-count {
  font-weight: 700;
  font-size: 1.1rem;
}

/* AJAX form feedback (mirrors the theme's php-email-form states) */
.ajax-form .loading,
.ajax-form .error-message,
.ajax-form .sent-message {
  display: none;
}

.ajax-form .loading.d-block,
.ajax-form .error-message.d-block,
.ajax-form .sent-message.d-block {
  display: block;
}

.ajax-form button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.newsletter-form .error-message,
.newsletter-form .sent-message {
  color: var(--accent-color);
  font-size: 0.85rem;
  margin-top: 6px;
}

/* ---- Hero slider (Swiper-powered, admin-managed image/video slides) ---- */
.hero .hero-swiper,
.hero .hero-swiper .swiper-wrapper,
.hero .hero-swiper .swiper-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero .hero-swiper img,
.hero .hero-swiper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .swiper-pagination {
  z-index: 3;
  bottom: 28px !important;
}

.hero .swiper-pagination-bullet {
  background: var(--accent-color);
  opacity: 0.5;
}

.hero .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ---- Map embed (Contact section) ---- */
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 6px;
}
