/* Kasr-ı Cihan Otel - özel stiller */

/* Logo boyutu */
#header .logo { display: inline-flex; align-items: center; padding: 10px 0; }
#header .logo img { width: 130px; height: auto; }
#footer .mb-4 img { width: 130px; height: auto; }

/* Oda & galeri görselleri — tam görünür, sabit kutu */
.room-item-img img { width: 100%; height: 300px; object-fit: contain; background: #f0ece6; }
.gallery-item img { width: 100%; height: 300px; object-fit: contain; background: #f0ece6; }
.room-single-slider img { width: 100%; height: 460px; object-fit: contain; background: #1c1812; }
@media (max-width: 575px) {
    .room-item-img img, .gallery-item img { height: 240px; }
    .room-single-slider img { height: 300px; }
}

/* Rezervasyon / Müsaitlik formu input & select boyutları */
#searchHotels .form-control,
#searchHotels .form-select {
    height: 50px !important;
    font-size: .95rem;
    padding-top: .55rem;
    padding-bottom: .55rem;
}
#searchHotels .form-label { margin-bottom: .35rem; }
#searchHotels .row { --bs-gutter-y: 1rem; }

/* WhatsApp sabit buton */
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 86px;
    width: 54px;
    height: 54px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    z-index: 9998;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    transition: transform .2s ease, color .2s ease;
    text-decoration: none;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.08); text-decoration: none; }

@media (max-width: 575px) {
    .whatsapp-float { width: 48px; height: 48px; font-size: 24px; right: 16px; bottom: 78px; }
}

/* Olanaklar - antrasit / taş beji / mat altın ikon tonları */
:root {
    --kc-anthracite: #3d3d3d;
    --kc-stone: #b8a89a;
    --kc-gold: #c9a96e;
}
.kc-icon-anthracite { color: var(--kc-anthracite) !important; border-color: rgba(61,61,61,.15) !important; }
.kc-icon-stone      { color: var(--kc-stone)      !important; border-color: rgba(184,168,154,.25) !important; }
.kc-icon-gold       { color: var(--kc-gold)        !important; border-color: rgba(201,169,110,.30) !important; }
