/* ============================================================
   iletisim.css — Ofis konumu haritasi ve iletisim bolumu
   Palet: #6b8ba4 vurgu · #14100c koyu · #817f7c soluk · #e5dbd2 cizgi
   ============================================================ */

/* ---- Harita cercevesi ---- */
.harita-kutu {
    position: relative;
    border: 1px solid #e5dbd2;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f6f4;
    min-height: 420px;
    height: 100%;
}

/* Yer tutucu — harita yuklenmeden once gorunen katman */
.harita-ontanim {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center; padding: 32px 24px;
    background: #f7f6f4;
}
.harita-ontanim svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.harita-ontanim .ic { position: relative; z-index: 1; max-width: 340px; }
.harita-ontanim h3 {
    font-family: 'Playfair Display', serif;
    font-size: 21px; color: #14100c; margin: 0 0 8px;
}
.harita-ontanim p {
    font-family: 'Jost', sans-serif;
    font-size: 13.5px; line-height: 1.7; color: #817f7c; margin: 0 0 20px;
}
.harita-yukle {
    font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 500;
    letter-spacing: .3px; color: #fff; background: #6b8ba4;
    border: 0; border-radius: 40px; padding: 12px 28px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 9px;
    transition: opacity .25s ease;
}
.harita-yukle:hover { opacity: .88; }
.harita-yukle:focus-visible { outline: 2px solid #6b8ba4; outline-offset: 3px; }
.harita-gizlilik {
    font-family: 'Jost', sans-serif;
    font-size: 11.5px; line-height: 1.6; color: #aba59f;
    margin: 16px 0 0; max-width: 300px;
}

/* Yuklenen harita — renksiz */
.harita-kutu iframe {
    display: block; width: 100%; height: 100%; min-height: 420px; border: 0;
    filter: grayscale(1) contrast(.92) brightness(1.04);
}

/* ---- Harita alti eylemler ---- */
.harita-eylem {
    display: flex; flex-wrap: wrap; gap: 10px;
    margin-top: 16px;
}
.harita-eylem a {
    font-family: 'Jost', sans-serif; font-size: 13.5px; color: #817f7c;
    text-decoration: none; border: 1px solid #e5dbd2; border-radius: 40px;
    padding: 10px 20px; display: inline-flex; align-items: center; gap: 8px;
    transition: color .25s ease, border-color .25s ease;
}
.harita-eylem a:hover { color: #6b8ba4; border-color: #6b8ba4; }
.harita-eylem a:focus-visible { outline: 2px solid #6b8ba4; outline-offset: 2px; }

/* ---- Ulasim bilgisi ---- */
.ulasim { background: #f7f6f4; }
.ulasim .ulasim-govde { max-width: 880px; margin: 0 auto; }
.ulasim h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 2.4vw, 30px);
    color: #14100c; margin: 0 0 18px;
}
.ulasim p { font-size: 15.5px; line-height: 1.85; color: #4a4535; margin-bottom: 18px; }
.ulasim ul { margin: 0 0 20px; padding-left: 0; list-style: none; }
.ulasim ul li {
    position: relative; padding-left: 26px; margin-bottom: 11px;
    font-size: 15.5px; line-height: 1.8; color: #4a4535;
}
.ulasim ul li::before {
    content: ''; position: absolute; left: 4px; top: 11px;
    width: 6px; height: 6px; border-radius: 50%; background: #6b8ba4;
}
.ulasim strong { color: #14100c; font-weight: 600; }

/* Calisma saatleri */
.saat-kutu {
    background: #fff; border: 1px solid #e5dbd2; border-radius: 10px;
    padding: 26px 30px; margin-top: 6px;
}
.saat-kutu h3 {
    font-family: 'Jost', sans-serif; font-size: 16px; font-weight: 600;
    color: #14100c; margin: 0 0 16px;
}
.saat-satir {
    display: flex; justify-content: space-between; gap: 20px;
    font-family: 'Jost', sans-serif; font-size: 14.5px;
    padding: 9px 0; border-bottom: 1px solid #f0ebe0;
}
.saat-satir:last-child { border-bottom: 0; }
.saat-satir span:first-child { color: #4a4535; }
.saat-satir span:last-child { color: #817f7c; }
.saat-satir.kapali span:last-child { color: #aba59f; font-style: italic; }

/* ---- Duyarli ---- */
@media (max-width: 767px) {
    .harita-kutu { min-height: 340px; margin-top: 34px; }
    .harita-kutu iframe { min-height: 340px; }
    .harita-eylem a { flex: 1 1 100%; justify-content: center; }
    .ulasim .ulasim-govde { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .harita-yukle, .harita-eylem a { transition: none; }
}

/* ---- Iletisim sutun dengesi ----
   Metin sutunu 6/12 iken baslik 3 satira yayilip sikisiyordu.
   7/5 bolunme ile metne yer acildi, harita saga kaydi. */
@media (min-width: 992px) {
    .iletisim-metin { padding-right: 46px; }
}
