.ofis-adres { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85);
    font-size: 14px; margin-top: 12px; }
.ofis-adres i { color: #f5c31f; }

.ofis-iletisim-bar { position: relative; z-index: 2; display: flex; gap: 10px; margin-top: -30px;
    background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 12px;
    box-shadow: 0 12px 32px rgba(23,28,38,.14); }
.ofis-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 48px; min-width: 0; padding: 0 10px; border-radius: 12px; text-decoration: none;
    font-size: 14px; font-weight: 700; border: 1px solid #e5e7eb; transition: all .15s ease; white-space: nowrap; }
.ofis-btn i { font-size: 16px; }
.ofis-btn-ara { background: #1f2430; color: #fff !important; border-color: #1f2430; }
.ofis-btn-ara:hover { background: #f5c31f; color: #1f2430 !important; border-color: #f5c31f; }
.ofis-btn-harita { background: #f5c31f; color: #1f2430 !important; border-color: #f5c31f; }
.ofis-btn-harita:hover { filter: brightness(.95); color: #1f2430 !important; }
.ofis-btn-ekip { background: #fff; color: #374151 !important; }
.ofis-btn-ekip:hover { background: #f3f4f6; color: #1f2430 !important; }

.ofis-bolum { margin-top: 20px; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 22px 24px;
    box-shadow: 0 6px 20px rgba(23,28,38,.05); }
.ofis-bolum h2 { font-size: 18px; font-weight: 800; color: #1f2430; margin: 0 0 14px;
    display: flex; align-items: center; gap: 10px; }
.ofis-bolum h2::before { content: ""; width: 5px; height: 20px; border-radius: 4px; background: #f5c31f; }
.ofis-metin { color: #4b5563; font-size: 14px; line-height: 1.85; margin: 0 0 12px; }
.ofis-metin:last-child { margin-bottom: 0; }

.ofis-kutu { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; overflow: hidden; height: 100%;
    box-shadow: 0 6px 20px rgba(23,28,38,.05); transition: all .2s ease; }
.ofis-kutu:hover { box-shadow: 0 14px 34px rgba(23,28,38,.13); transform: translateY(-3px); }
.ofis-kutu iframe { display: block; }
.ofis-kutu img { width: 100%; height: 380px; object-fit: cover; display: block; }

.ofis-cta { margin-top: 30px; background: linear-gradient(150deg, #171c26, #2e3648); border-radius: 16px;
    padding: 36px 24px; text-align: center; box-shadow: 0 14px 34px rgba(23,28,38,.18); }
.ofis-cta h2 { color: #fff; font-size: 20px; font-weight: 800; margin: 0 0 20px; }
.ofis-cta .ofis-btn { display: inline-flex; flex: none; padding: 0 26px; background: #f5c31f; color: #1f2430; border-color: #f5c31f; }
.ofis-cta .ofis-btn:hover { background: #fff; border-color: #fff; }

@media (max-width: 767px) {
    .ofis-kutu img, .ofis-kutu iframe { height: 280px; }
    .ofis-btn span { font-size: 13px; }
}
