/* ============================================================
   🔹 GENEL NAVBAR YAPISI ve TOOLBAR UYUMLULUĞU
   ============================================================ */

/* Admin toolbar açıkken header'ın konumunu düzelt */
body.toolbar-fixed #site-header {
  top: 39px;
}
body.toolbar-fixed.toolbar-tray-open #site-header {
  top: 79px;
}
.toolbar-horizontal #site-header {
    top: 0 !important;
}
#site-header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: transparent;
  padding: 10px;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
  backdrop-filter: none;
  border-bottom: 1px solid #ddd;
}

#site-header .uk-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Scroll sonrası efekt (sticky aktifken) */
#site-header.sticky-active,
#site-header.uk-sticky.uk-active,
#site-header.header-active {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* UIkit sticky inline transform fix (yatay kaymayı önler) */
#site-header[style*="translateY"] {
  transform: none !important;
}

/* ============================================================
   🔹 ANA MENÜ – GENEL GÖRÜNÜM
   ============================================================ */

nav.uk-navbar-container .uk-container-expand {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uk-navbar-container {
  background: transparent !important;
  border: none;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 0 !important;
}

/* Menü yazı stilleri */
.uk-navbar-nav > li > a {
  position: relative;
  display: inline-block;
  color: #222;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
  padding: 10px 14px;
}

/* Hover çizgisi soldan sağa */
.uk-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff7a00;
  transition: width 0.3s ease;
  border-radius: 2px;
}

.uk-navbar-nav > li > a:hover::after,
.uk-navbar-nav > li.uk-active > a::after {
  width: 100%;
}

.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
  color: #ff7a00;
}

/* Logo transition */
#site-header .uk-logo img {
  transition: transform 0.3s ease;
}
#site-header.sticky-active .uk-logo img {
  transform: scale(0.9);
}

/* ============================================================
   🔹 MANŞET SLIDER ve SECTIONS
   ============================================================ */

#manset-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.uk-section {
  padding-top: 0;
  padding-bottom: 0;
}

/* ============================================================
   🔹 ALT MENÜ (DROPDOWN)
   ============================================================ */

.uk-navbar-dropdown {
  padding: 10px 0 !important;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  min-width: 250px;
  overflow: visible !important; /* Submenu görünmesi için */
  z-index: 9999;
}

.uk-navbar-dropdown-nav > li > a {
  position: relative;
  display: block;
  padding: 8px 20px;
  color: #555;
  font-size: 1.2em;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Hover çizgisi soldan sağa */
.uk-navbar-dropdown-nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ff7a00;
  transition: width 0.25s ease;
  border-radius: 2px;
}

.uk-navbar-dropdown-nav > li > a:hover::after {
  width: 100%;
}

.uk-navbar-dropdown-nav > li > a:hover {
  color: #ff7a00;
}

.uk-navbar-dropdown-nav li {
  border-bottom: 1px dotted #cccccc;
}

/* ============================================================
   🔹 2. ve 3. SEVİYE SUBMENÜ (Sağa Açılan)
   ============================================================ */

.uk-navbar-dropdown .uk-navbar-dropdown {
  display: block !important;
  top: 0;
  left: 100%;
  margin-left: 6px;
  border-radius: 6px;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(12px);
  transition: all 0.25s ease;
  pointer-events: none;
}

.uk-navbar-dropdown-nav > li:hover > .uk-navbar-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

/* Altında menü varsa sağ ok */
.uk-navbar-dropdown-nav > li.uk-parent > a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-width: 4px 0 4px 5px;
  border-left-color: rgba(0, 0, 0, 0.3);
  transition: transform 0.25s ease, border-left-color 0.25s ease;
}

.uk-navbar-dropdown-nav > li.uk-parent:hover > a::after {
  transform: translateY(-50%) rotate(90deg);
  border-left-color: #ff7a00;
}

/* İç içe dropdown görünümü */
.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a {
  padding: 7px 18px;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.uk-navbar-dropdown .uk-navbar-dropdown-nav > li > a:hover {
  background: rgba(255, 122, 0, 0.06);
  color: #ff7a00;
}

/* ============================================================
   🔹 ADMIN TABS (Drupal local tasks — Giriş yapın/Görüntüle/Düzenle vb.)
   Gerçek markup: <div id="block-...-primary-local-tasks" class=
   "block-local-tasks-block"><h2 class="visually-hidden">...</h2>
   <ul><li><a class="is-active">...</a></li></ul></div>
   Class'sız çıplak <ul> olduğu için sarmalayan blok class'ından
   (block-local-tasks-block) hedefliyoruz — bu class Drupal tarafından
   otomatik eklenir, sayfadan sayfaya değişmez.
   ============================================================ */

.block-local-tasks-block ul,
#block-uikitvite-primary-local-tasks ul {
  position: static !important;
  list-style: none;
  margin: 10px 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.block-local-tasks-block,
#block-uikitvite-primary-local-tasks {
  position: static !important;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 5;
}

.block-local-tasks-block li,
#block-uikitvite-primary-local-tasks li {
  list-style: none;
  position: static !important;
}

.block-local-tasks-block a,
#block-uikitvite-primary-local-tasks a {
  display: block;
  padding: 8px 14px;
  background: #f2f5f7;
  border-radius: 999px;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.block-local-tasks-block a:hover,
#block-uikitvite-primary-local-tasks a:hover {
  background: #e9eef4;
  border-color: #d8dee6;
}

.block-local-tasks-block a.is-active,
.block-local-tasks-block a[aria-current="page"],
#block-uikitvite-primary-local-tasks a.is-active,
#block-uikitvite-primary-local-tasks a[aria-current="page"] {
  background: #1e87f0;
  border-color: #1e87f0;
  color: #fff;
}

#block-uikitvite-primary-local-tasks h2.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

/* ============================================================
   🔹 DRUPAL FORMLARI (Giriş, İletişim, Şifre sıfırlama vb.)
   ============================================================ */

.form-item {
  margin-bottom: 18px;
  max-width: 420px;
}

.form-item label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #1f2937;
  font-size: 14px;
}

.form-item .description {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea,
select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d8dee6;
  border-radius: 8px;
  font-size: 14px;
  color: #1f2937;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #ff7a00;
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-actions {
  margin-top: 20px;
}

input[type="submit"],
button.form-submit,
input.form-submit,
.button,
.form-actions button {
  display: inline-block;
  padding: 11px 24px;
  background: #ff7a00;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

input[type="submit"]:hover,
button.form-submit:hover,
input.form-submit:hover,
.button:hover,
.form-actions button:hover {
  background: #e56e00;
  transform: translateY(-1px);
}

/* Zorunlu alan yıldızı */
.form-required::after,
.js-form-required::after {
  content: " *";
  color: #dc2626;
}

/* ============================================================
   🔹 GİRİŞ / KAYIT / ŞİFRE SIFIRLAMA SAYFALARI — Ortalanmış Kart
   ============================================================ */

.uk-container:has(.user-login-form, .user-register-form, .user-pass) {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.user-login-form,
.user-register-form,
.user-pass {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  padding: 32px 36px;
  border-radius: 12px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.09);
  margin: 24px 0 60px;
}

.uk-container:has(.user-login-form, .user-register-form, .user-pass) h1,
.uk-container:has(.user-login-form, .user-register-form, .user-pass) .page-title {
  text-align: center;
}

/* ============================================================
   🔹 YATAY SCROLL FIX (TÜM SAYFALAR — sadece anasayfa değil)
   ============================================================ */

html {
  overflow-x: hidden;
}

#site-header[style] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: none !important;
}

#manset-slider,
.manset-slider {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.uk-container-expand {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* ============================================================
   ÜST İLETİŞİM ÇUBUĞU (Top Bar) — Site Genel Ayarlar
   ============================================================ */
.top-bar {
  width: 100%;
  background: #14171c;
  color: #ffffff;
}
.top-bar-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 18px;
  color: #d9d9d9;
  text-decoration: none;
  white-space: nowrap;
}
a.top-bar-item:hover {
  color: #ff7a00;
}
.top-bar-item [uk-icon] {
  color: #ff7a00;
}
.top-bar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.uk-logo img {
    max-height: none !important;
    height: 80px;
}


/* ============================================================
   FOOTER SOSYAL MEDYA İKONLARI
   ============================================================ */
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 14px 0;
}
.footer-social .uk-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer-social .uk-icon-link:hover {
  background: #ff7a00;
  border-color: #ff7a00;
  color: #ffffff;
  transform: translateY(-2px);
}

footer .uk-container > * + * {
  margin-top: 16px;
}

/* ============================================================
   YÜZEN HIZLI ERİŞİM BUTONLARI (sağ alt: telefon/whatsapp/konum)
   ============================================================ */
.quick-actions {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.quick-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.quick-btn-call {
  background: #14171c;
}
.quick-btn-whatsapp {
  background: #25d366;
}
.quick-btn-location {
  background: #ff7a00;
}

/* ============================================================
   🔹 HAKKIMIZDA BÖLÜMÜ (anasayfa)
   ============================================================ */

.about-section {
  position: relative;
  background: #182234;
  color: #ffffff;
  padding: 70px 0;
  overflow: hidden;
}

.about-section .uk-container {
  max-width: 1200px;
}

.about-section::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-kicker {
  color: #ff7a00;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}

.about-title {
  font-size: 1.9rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 18px;
  line-height: 1.25;
}

.about-body p {
  color: #c7ccd4;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.about-counters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 28px;
}

.counter-item {
  display: flex;
  flex-direction: column;
}

.counter-value {
  color: #ff7a00;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.counter-label {
  color: #9aa2ad;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#block-block-foto-galeri-block-1 {
    text-align: center;
    margin: 40px;
}
.konum-section {
  padding: 0;
}
.konum-map-wrap {
  width: 100%;
  height: 500px; 
  margin-top: 40px;
}
/* ==========================================================================
   FOOTER STYLE  Gller Beton Tasarm
   ========================================================================== */

.site-footer {
  background-color: #1a2332;
  color: #b8bfc9;
  padding: 60px 0 0;
  font-size: 14px;
}

.site-footer .footer-grid {
  padding-bottom: 40px;
}

.footer-col {
  margin-bottom: 30px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 14px;
  text-decoration: none;
}

.footer-logo-img {
  max-height: 80px;
  width: auto;
}

.footer-logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.footer-desc {
  color: #8891a0;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 260px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #3a4356;
  color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-social-icon:hover {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #1a2332;
}

.footer-heading {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 18px;
}

.footer-link-list,
.footer-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-list li,
.footer-info-list li {
  margin-bottom: 12px;
}

.footer-link-list a,
.footer-info-list a {
  color: #b8bfc9;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link-list a:hover,
.footer-info-list a:hover {
  color: #f7941d;
}

.footer-info-list li {
  color: #b8bfc9;
}

.footer-info-list li,
.footer-info-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-info-list [uk-icon] {
  flex-shrink: 0;
  color: #f7941d;
}

.footer-bottom {
  border-top: 1px solid #2a3245;
  padding: 18px 0;
}

.footer-bottom-inner {
  gap: 10px;
}

.footer-bottom p {
  color: #7c8494;
  font-size: 13px;
}

.footer-credit {
  opacity: 0.7;
}
/* ==========================================================================
   ERK NODE STYLE  Foto Galeri / Video / YouTube
   ========================================================================== */

.icerik-title {
  margin-bottom: 20px;
}

.icerik-body {
  line-height: 1.75;
  font-size: 1.3em;
}

.icerik-dosya-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icerik-galeri-baslik h3,
.icerik-video-baslik h3,
.icerik-youtube-baslik h3 {
  margin-bottom: 16px;
  font-weight: 700;
}

.icerik-galeri-item {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1 / 1;
}

.icerik-galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.icerik-galeri-item:hover img {
  transform: scale(1.06);
}

.icerik-video video {
  border-radius: 6px;
  background: #000;
}

.icerik-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 6px;
  overflow: hidden;
}

.icerik-youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#block-uikitvite-primary-local-tasks ul {
    z-index: 9;
}
/* ==========================================================================
   VIDEO GALER GRID STYLE
   ========================================================================== */

.video-galeri-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background-color: #0f1420;
}

.video-galeri-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}

.video-galeri-item:hover .video-galeri-thumb {
  transform: scale(1.06);
  opacity: 0.7;
}

.video-galeri-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(247, 148, 29, 0.92);
  color: #ffffff;
  transition: transform 0.25s ease, background-color 0.25s ease;
  z-index: 2;
  pointer-events: none;
}

.video-galeri-item:hover .video-galeri-play-icon {
  transform: translate(-50%, -50%) scale(1.12);
  background-color: #f7941d;
}

.video-galeri-play-icon [uk-icon] svg {
  margin-left: 3px;
}

.video-galeri-item::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  z-index: 1;
}

.video-galeri-title {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.video-galeri-modal .uk-modal-dialog {
  background: #111;
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.video-galeri-modal-video {
  display: block;
  width: 100%;
  max-height: calc(80vh - 40px);
  background: #000;
  border-radius: 4px;
}

.video-galeri-modal .uk-modal-close-default {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 6px;
  top: 14px;
  right: 14px;
  z-index: 5;
}
.video-galeri-grid {
    margin: 25px;
}

/* ==========================================================================
   /foto-galeri SAYFASI (Views Page display) — TOPLU GRID GÖRÜNÜMÜ
   Bu class SADECE Page display'e (CSS sınıfı: foto-galeri-sayfa) aittir.
   Anasayfadaki mini slider'ı (foto-galeri-mini-slider) ETKİLEMEZ.
   ========================================================================== */

.foto-galeri-sayfa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.foto-galeri-sayfa .views-row {
    width: 31%;
    margin-top: 20px;
    text-align: center;
    font-size: 1.3em;
}
.foto-galeri-sayfa .views-row img {
    border-radius: 10px;
}

/* ==========================================================================
   ANASAYFA  Foto Galeri + Video Galeri (2 Stun)
   ========================================================================== */

.anasayfa-galeri-section {
  padding: 60px 0;
}

.anasayfa-galeri-baslik {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

/* --- Başlık satırı: solda başlık, sağda Tümü + ok tuşları --- */
.galeri-baslik-satiri {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
}

.galeri-baslik-sag {
  display: flex;
  align-items: center;
  gap: 10px;
}

.galeri-tumu-link {
  color: #f7941d;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.galeri-tumu-link:hover {
  text-decoration: underline;
}

.galeri-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d8dee6;
  background: #ffffff;
  color: #1f2937;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  padding: 0;
}

.galeri-nav-btn:hover {
  background-color: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}

/* --- Sol: Foto Galeri (Fade Slideshow) --- */
.foto-galeri-mini-slider {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.foto-galeri-mini-slider .uk-slideshow-items {
  height: 100%;
}

.foto-galeri-mini-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.foto-galeri-mini-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.foto-galeri-mini-item:hover img {
  transform: scale(1.06);
}

.foto-galeri-mini-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.foto-galeri-mini-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

/* --- Sa: Video Galeri Slider --- */
.video-galeri-mini-slider .uk-slider-items li {
  list-style: none;
}

.video-galeri-mini-slider .video-galeri-item {
  aspect-ratio: 8 / 9;
}

.video-galeri-slidenav {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.video-galeri-slidenav:hover {
  background-color: #f7941d;
  color: #ffffff;
}
/* ==========================================================================
   İLETİŞİM SAYFASI (İçerik Türü = İletişim, node--icerik.html.twig içinde)
   Bu kodu mevcut style.css dosyanda, mobil @media (max-width: 767px)
   bloğunun HEMEN ÜSTÜNE yapıştır.
   ========================================================================== */

.iletisim-bilgi-kart {
  background: #f7f8fa;
  border-radius: 10px;
  padding: 28px 26px;
}

.iletisim-kart-baslik {
  margin: 0 0 18px;
  font-size: 19px;
  font-weight: 700;
}

.iletisim-bilgi-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.iletisim-bilgi-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

.iletisim-bilgi-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #444;
  text-decoration: none;
}

.iletisim-bilgi-list li a:hover {
  color: #f7941d;
}

.iletisim-bilgi-list [uk-icon] {
  color: #f7941d;
  flex-shrink: 0;
  margin-top: 2px;
}

.iletisim-hizli-butonlar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.iletisim-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.iletisim-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: #ffffff;
}

.iletisim-btn-whatsapp {
  background: #25d366;
}

.iletisim-btn-call {
  background: #14171c;
}

.iletisim-btn-location {
  background: #f7941d;
}

.iletisim-sosyal {
  display: flex;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #e2e5ea;
}

.iletisim-sosyal a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d8dee6;
  color: #444;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.iletisim-sosyal a:hover {
  background: #f7941d;
  border-color: #f7941d;
  color: #ffffff;
}

.iletisim-harita-wrap {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

/* ==========================================================================
   MASAÜSTÜ NAVBAR MENÜSÜ — sadece md+ ekranlarda görünsün
   ========================================================================== */
.uk-navbar-container .uk-navbar-nav {
  display: none;
}
@media (min-width: 960px) {
  .uk-navbar-container .uk-navbar-nav {
    display: flex;
  }
}

/* ==========================================================================
   OFF-CANVAS (MOBİL) MENÜ — dikey liste + alt menüler her zaman açık
   ========================================================================== */
.uk-offcanvas-bar .uk-navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.uk-offcanvas-bar .uk-navbar-nav > li {
  width: 100%;
}

.uk-offcanvas-bar .uk-navbar-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
}

.uk-offcanvas-bar .uk-navbar-dropdown {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  min-width: 0;
  width: 100%;
  padding: 0 0 8px 16px;
  margin: 0;
  background: transparent;
}

.uk-offcanvas-bar .uk-navbar-dropdown-nav {
  padding: 0;
}

.uk-offcanvas-bar .uk-navbar-dropdown-nav > li > a {
  padding: 8px 0;
}

.uk-offcanvas-bar .uk-parent > a [uk-icon] {
  display: none;
}
/* ==========================================================================
   OFF-CANVAS PANEL — z-index ve tam yükseklik garantisi
   Bu kodu style.css'ine ekle (mobil menü CSS'inin hemen altına olur).
   ========================================================================== */
.uk-offcanvas {
  z-index: 99999 !important;
}

.uk-offcanvas-bar {
  z-index: 99999 !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  height: 100dvh !important; /* mobil tarayıcı adres çubuğu farklarını da kapsar */
  overflow-y: auto !important;
}

/* ============================================================
    MOBL
   ============================================================ */
   @media (max-width: 959px) {
  .iletisim-harita-wrap {
    min-height: 300px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .top-bar-right {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #site-header.uk-sticky.uk-active {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
  }
  .top-bar-inner {
    justify-content: center;
    text-align: center;
  }
  .top-bar-right {
    justify-content: center;
  }
  .quick-actions {
    right: 14px;
    bottom: 16px;
    gap: 10px;
  }
  .quick-btn {
    width: 46px;
    height: 46px;
  }
  .site-footer {
    padding-top: 40px;
    text-align: left;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .video-galeri-play-icon {
    width: 52px;
    height: 52px;
  }
  .anasayfa-galeri-grid > div + div {
    margin-top: 40px;
  }
  .uk-navbar-dropdown-nav > li > a {
    color: #ca7149;
  }

.top-bar-item {
  font-size: 13px !important;
  gap: 4px !important;
}
.top-bar-inner {
  padding: 6px 12px !important;
  gap: 4px !important;
}
.top-bar-item [uk-icon] {
  width: 14px !important;
  height: 14px !important;
}
.uk-logo img {
    height: 50px;
}

.top-bar-inner {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
}

.manset-slider {
    aspect-ratio: 16 / 16 !important;
}
.manset-slider .slide-kicker {
  font-size: 10px !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.08em !important;
}

.manset-slider .slide-heading {
  font-size: clamp(18px, 5.5vw, 24px) !important;
  margin-bottom: 8px !important;
  line-height: 1.15 !important;
}

.manset-slider .slide-summary {
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin-bottom: 14px !important;
  max-width: 100% !important;
}

.manset-slider .slide-cta {
  padding: 8px 16px !important;
  font-size: 11px !important;
  letter-spacing: 0.02em !important;
}
/* ==========================================================================
   HAKKIMIZDA — SAYAÇLAR responsive (mobil)
   Bu kodu style.css'ine, mobil @media (max-width: 767px) bloğunun
   İÇİNE ekle.
   ========================================================================== */

.about-title {
  font-size: 1.5rem !important;
}

.about-counters {
  grid-template-columns: 1fr 1fr !important;
  gap: 20px 16px !important;
  margin-top: 8px !important;
}

.counter-value {
  font-size: 1.8rem !important;
}

.counter-label {
  font-size: 11px !important;
}

.about-grid {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

.about-counters {
  grid-template-columns: 1fr 1fr !important;
  gap: 20px 16px !important;
  margin-top: 12px !important;
  width: 100% !important;
}
.manset-slider .slide-content-inner {
    width: 40% !important;
    max-width: 100% !important;
}
.foto-galeri-sayfa .views-row {
    width: 48% !important;
}
}
/* ==========================================================================
   OFF-CANVAS ACCORDION — KESİN DÜZELTME (dosyanın EN SONUNA ekle)
   Önceki çakışan kuralları ezmek için !important kullanıyoruz.
   ========================================================================== */

.uk-offcanvas-bar .uk-navbar-dropdown {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  padding: 0 0 0 16px !important;
}

.uk-offcanvas-bar .uk-parent.menu-open > .uk-navbar-dropdown {
  max-height: 600px !important;
  padding-bottom: 8px !important;
}

.uk-offcanvas-bar .uk-parent > a [uk-icon] {
  display: inline-flex !important;
  margin-left: auto !important;
  transition: transform 0.25s ease !important;
}

.uk-offcanvas-bar .uk-parent.menu-open > a [uk-icon] {
  transform: rotate(180deg) !important;
}