/* /assets/css/garson-kiralama.css */

/* Slider thumb active */
#thumbContainer img { transition: all 0.25s ease; }
#thumbContainer img.border-indigo-500 {
  transform: scale(1.05);
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.45);
}
#mainSlide { user-select: none; -webkit-user-drag: none; }

/* Lightbox */
#lightbox { cursor: zoom-out; }
#lightboxImg { animation: enbFadeIn 0.25s ease; }

@keyframes enbFadeIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

/* Details marker off */
details summary::-webkit-details-marker { display: none; }

/* =========================================
   GARSON SAYFASI – SADECE BELİRLİ ALANLAR INDIGO
========================================= */

/* 1️⃣ H1 içindeki span (Günlük Garson / Garson Kiralama yazısı) */
.page-garson-kiralama h1 .text-indigo-600{
  color:#4f46e5 !important; /* indigo-600 */
}

/* 2️⃣ "Yorumları Gör" butonu */
.page-garson-kiralama button[data-scroll="yorumlar"]{
  background-color:#4f46e5 !important;
}
.page-garson-kiralama button[data-scroll="yorumlar"]:hover{
  background-color:#4338ca !important; /* indigo-700 */
}

/* 3️⃣ Fiyat kartlarındaki "Rezerve Et" butonları */
.page-garson-kiralama .enbPkgBtn{
  background-color:#4f46e5 !important;
}
.page-garson-kiralama .enbPkgBtn:hover{
  background-color:#4338ca !important;
}
