/* =====================================================
   HOSTES KİRALAMA — SAYFA CSS
===================================================== */

.hidden { display: none !important; }

/* ---------- Slider ---------- */
.hostes-slider__track{
  display:flex;
  width:100%;
  height:100%;
  transition: transform 700ms ease-in-out;
  will-change: transform;
}

.hostes-slider__img{
  width:100%;
  height:100%;
  object-fit:cover;
  flex-shrink:0;
  aspect-ratio: 1 / 1;
}

.hostes-slider__nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:40px;
  height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#fff;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.18);
  transition: background .15s ease, transform .15s ease;
  user-select:none;
}

.hostes-slider__nav:hover{ background: rgba(0,0,0,.50); }
.hostes-slider__nav:active{ transform: translateY(-50%) scale(.98); }

.hostes-slider__nav--prev{ left:12px; }
.hostes-slider__nav--next{ right:12px; }

.hostes-slider__dots{
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  display:flex;
  justify-content:center;
  gap:8px;
}

.hostes-slider__dot{
  width:12px;
  height:12px;
  border-radius:999px;
  background: rgba(255,255,255,.60);
  border: 1px solid rgba(255,255,255,.35);
  transition: transform .15s ease, background .15s ease;
}

.hostes-slider__dot.is-active{
  background: rgba(236,72,153,.95); /* pink-500 */
  transform: scale(1.05);
}

/* ---------- Stepper Form UI Kit ---------- */
#hizmet-talebi .fh-input{
  width: 100%;
  margin-top: .35rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(148,163,184,.45);
  background: #fff;
  font-size: .95rem;
  line-height: 1.25rem;
  color: #0f172a;
  outline: none;
  transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease, background .18s ease;
}

#hizmet-talebi .fh-input::placeholder{ color: rgba(100,116,139,.85); }

#hizmet-talebi .fh-input:focus{
  border-color: rgba(236,72,153,.55);
  box-shadow: 0 0 0 4px rgba(236,72,153,.16);
}

#hizmet-talebi .fh-input:hover{ border-color: rgba(236,72,153,.35); }

#hizmet-talebi .fh-input:disabled{
  background: rgba(241,245,249,.7);
  cursor: not-allowed;
  opacity: .8;
}

/* Select ok */
#hizmet-talebi select.fh-input{
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(15,23,42,.65) 50%),
    linear-gradient(135deg, rgba(15,23,42,.65) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) calc(1.15rem),
    calc(100% - 12px) calc(1.15rem),
    0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  padding-right: 2.2rem;
}

#hizmet-talebi textarea.fh-input{
  resize: vertical;
  min-height: 110px;
}

/* Checkbox focus */
#hizmet-talebi input[type="checkbox"]:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(236,72,153,.16);
  border-radius: 6px;
}

/* Buttons */
#hizmet-talebi .fh-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .95rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  line-height: 1.1rem;
  border: 1px solid rgba(148,163,184,.45);
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease;
  user-select: none;
}

#hizmet-talebi .fh-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(2,6,23,.10);
  border-color: rgba(236,72,153,.35);
}

#hizmet-talebi .fh-btn:active{
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(2,6,23,.10);
}

/* WhatsApp */
#hizmet-talebi .fh-btn--wa{
  background: linear-gradient(135deg, #16a34a, #22c55e);
  border-color: rgba(22,163,74,.35);
  color: #fff;
  box-shadow: 0 14px 30px rgba(34,197,94,.22);
}

#hizmet-talebi .fh-btn--wa:hover{
  box-shadow: 0 18px 40px rgba(34,197,94,.28);
  transform: translateY(-1px) scale(1.01);
}

/* Error */
#hizmet-talebi .fh-error{
  margin-top: .75rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(239,68,68,.30);
  background: rgba(239,68,68,.08);
  color: #991b1b;
  font-weight: 700;
  font-size: .9rem;
}

/* Stepper polish */
#hizmet-talebi #fhStepBar{
  box-shadow: 0 10px 25px rgba(236,72,153,.20);
}

#hizmet-talebi #fhStepDot1,
#hizmet-talebi #fhStepDot4{
  box-shadow: 0 10px 25px rgba(2,6,23,.10);
}

@media (max-width: 640px){
  #hizmet-talebi .fh-input{ padding: .82rem .95rem; }
  #hizmet-talebi .fh-btn{ padding: .92rem 1rem; }
}
