/* ============================================================
   Elegant Theme — Base
   Genel utility, tablo, kontrast düzeltmeleri ve fresco zoom
   imleci. Bileşen-bağımsız stiller.
   ============================================================ */

/* ---------- Utility ---------------------------------------- */
.mb15 {
    margin-bottom: 30px;
}

.gallery-item {
    display: block;
}

.gallery-item img {
    width: 100%;
}

.fresco {
    cursor: zoom-in;
}

/* ---------- Image visual tweaks ------------------------------
   CLS icin yer ayirma: img'in HTML width/height attribute'lari yapar
   (modern browser bunlardan aspect-ratio compute eder). Burada
   yalnizca **gorsel** detaylar (border-radius vs.) — boyut/oran
   kurallari KOYULMAZ ki room-slider, hs-media gibi component CSS'leri
   ile catismayalim. */
.home-about__img img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

/* a11y — slider'da img alt'ı screen reader için gizli ama erişilebilir tut */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------- Kontrast düzeltmeleri (Lighthouse / PageSpeed) -- */
.siam-text-sub {
    color: rgb(0 0 0 / 88%) !important;
}

/* Etiketler: Telefon / Rezervasyon Numarası vb. */
.contact-box__label {
    opacity: 1;
    color: #ffffff !important;
    padding: 2px 8px;
}

/* Footer linkleri daha belirgin */
.footer a {
    color: #ffffff !important;
}

.footer a:hover {
    color: #ffffff !important;
    opacity: 0.9;
}

/* ---------- Tablo --------------------------------------------- */
table {
    width: 100%;
}

table > thead {
    font-weight: bold;
}

tr > td {
    padding: 10px;
    text-align: left;
    border: 1px solid #e5e3e3;
}

/* ---------- Iletisim sayfasi mobile ---------------------------- */
@media (max-width: 992px) {
    .contact-page__content {
        width: 100%;
        padding: 30px 15px;
    }

    .contact-page__map {
        width: 100%;
    }
}

/* ---------- Image Container (legacy grid) --------------------- */
.image-container__img2 {
    -o-object-fit: cover;
    object-fit: cover;
    width: 300px;
    height: 200px;
    border-radius: 10px;
}

@media (max-width: 450px) {
    .image-container__img2 {
        width: 88px;
        height: 88px;
    }
}

.image-container .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(0.5rem * .5);
    padding-left: calc(0.5rem * .5);
    margin-top: 0.5rem;
}

/* ---------- Anchor reset (Elegant theme genel davranis) ---------- */
a {
    color: inherit;
    text-decoration: none
}

/* ---------- BrowserSync notification gizle ---------- */
#__bs_notify__ {
    display: none !important
}
