/* OBB Kurumsal Tema Stilleri */

:root {
  --obb-blue: #1b4d82;
  --obb-blue-dark: #123459;
  --obb-blue-light: #2c6eb8;
  --obb-text-white: #ffffff;
}

/* =========================================
   HEADER STYLES
   ========================================= */
.main-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important; /* Masaüstü logosu dahil tüm menüyü slider'ın en üstüne kilitler */
}

.obb-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

/* Top Bar Styling */
.obb-topbar {
  background-color: var(--obb-blue);
  padding: 10px 0; /* Üstteki gereksiz boşluk (kırmızı alan) giderildi */
  color: #ffffff;
  font-size: 13px; /* Yeşil kısımdaki yazılar küçültüldü */
  font-weight: 500;
  border-bottom: none !important;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15)) !important;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15)) !important;
  position: relative !important;
  z-index: 999999 !important; /* Header-upper krizini aşmak için */
}

/* Remove unwanted spacing from old theme */
body {
  padding-top: 0 !important;
}

.obb-topbar-inner {
  gap: 15px; /* Boşluklar biraz daraltıldı ki sığsın */
}

.obb-top-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.obb-top-links li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.obb-top-links li a:hover {
  color: #ffffff !important;
  transform: scale(0.92);
  opacity: 0.85;
}

.obb-social-icons {
  display: flex;
  gap: 8px;
}

.obb-social-icons a {
  color: var(--obb-blue);
  background-color: #ffffff;
  width: 28px; /* İkonlar küçültüldü */
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.obb-social-icons a:hover {
  transform: scale(0.90);
  opacity: 0.85;
}

.obb-contact {
  font-weight: bold;
  font-size: 14px; /* Telefon numarası küçültüldü */
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Header Upper */
.obb-header-upper {
  background-color: transparent !important;
  position: static !important;
}

/* Header overrides to ensure no unwanted borders or lines */
.obb-header, 
.obb-header-upper,
.header-inner, 
.nav-outer,
.main-menu,
.obb-navigation {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.header-inner {
  position: static !important;
}

.nav-outer {
  margin-top: -5px !important; /* Menü yazıları -5px hizalandı */
}

/* Logo Box - Overhanging with Crisp Vector Concave Curves */
.obb-logo-box {
  position: absolute !important;
  top: 100% !important;
  margin-top: -1px !important;
  left: clamp(20px, 5vw, 100px) !important;
  background-color: var(--obb-blue) !important;
  padding: 8px clamp(38px, 2.5vw, 40px) clamp(30px, 2vw, 32px) clamp(38px, 2.5vw, 40px) !important;
  border-bottom-left-radius: clamp(38px, 2.5vw, 40px) !important;
  border-bottom-right-radius: clamp(38px, 2.5vw, 40px) !important;
  z-index: 99999 !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

/* Concave Fillet Wings (Kusursuz Vektörel Ters Kavisler) */
.obb-logo-box::before,
.obb-logo-box::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  width: clamp(38px, 2.5vw, 40px) !important;
  height: clamp(38px, 2.5vw, 40px) !important;
  background-size: clamp(38px, 2.5vw, 40px) clamp(38px, 2.5vw, 40px) !important;
  background-repeat: no-repeat !important;
  pointer-events: none !important;
  border: none !important;
}

.obb-logo-box::before {
  left: calc(-1 * clamp(38px, 2.5vw, 40px)) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M 0,0 L 40,0 L 40,40 A 40,40 0 0,0 0,0 Z' fill='%231b4d82'/%3E%3C/svg%3E") !important;
}

.obb-logo-box::after {
  right: calc(-1 * clamp(38px, 2.5vw, 40px)) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M 0,0 L 40,0 A 40,40 0 0,0 0,40 Z' fill='%231b4d82'/%3E%3C/svg%3E") !important;
}

.brand-logo {
  display: block !important;
  position: relative;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto !important;
}

.brand-logo img,
.obb-logo-box img {
  width: clamp(450px, 25vw, 460px) !important;
  max-width: 90vw !important;
  height: auto !important;
  margin-top: -10px !important;
  margin-left: 0px !important;
  display: block !important;
  position: relative;
  z-index: 11;
}

/* Navigation Menu Adjustments */
@media (min-width: 1200px) {
  .obb-header-upper .nav-outer {
    width: 100%;
    padding-left: clamp(100px, 20vw, 300px); /* Space for the absolute logo */
    justify-content: flex-end; /* Push menu items to the right */
    margin-top: -5px !important;
  }

  .obb-navigation {
    margin: 0 !important;
    margin-top: -5px !important;
  }

  .main-header .main-menu .obb-navigation > li {
    margin-right: clamp(8px, 1vw, 20px) !important;
  }

  .main-header .main-menu .obb-navigation > li > a {
    color: var(--obb-text-white) !important;
    font-weight: 600;
    font-size: clamp(11px, calc(0.7vw + 2px), 15px) !important;
    letter-spacing: clamp(-0.5px, 0vw, 0.5px) !important;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease, font-size 0.3s ease;
  }

  .main-header .main-menu .obb-navigation > li:hover > a,
  .main-header .main-menu .obb-navigation > li.current > a {
    color: #ffffff !important;
    transform: scale(0.93);
    opacity: 0.85;
  }
}

/* Responsive adjustments for Header */
@media (max-width: 1199px) {
  .obb-topbar {
    display: none; /* Hide topbar on small screens */
  }
  
  .obb-logo-box {
    position: relative;
    left: 0;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
  }
  
  .obb-header-upper .nav-outer {
    padding-left: 0;
  }
}

/* =========================================
   FOOTER STYLES
   ========================================= */
.obb-footer {
  background-color: var(--obb-blue) !important;
  position: relative;
  margin-top: 0 !important;
  padding-top: 55px !important;
  padding-bottom: 0 !important;
  border-top: none !important;
}

.obb-footer-wave {
  display: none !important;
}

.obb-footer .footer-title {
  color: var(--obb-text-white);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

  /* Anasayfa Başkan Resmi Overlay (Responsive) */
  .home-baskan-banner {
    position: absolute;
    bottom: 22%; /* Masaüstü ve mobilde ortak (Biraz yukarı) */
    right: 2%; /* Biraz sola kaysın (Ortak) */
    z-index: 90; 
    pointer-events: none; 
    display: flex;
    align-items: flex-end;
  }
  .home-baskan-banner img {
    /* Hiç kırılma (bozulma) olmadan tüm ekranlarda yağ gibi akarak büyüyüp küçülsün */
    width: clamp(180px, 25vw, 350px);
    height: auto;
    object-fit: contain;
  }
  
  @media (max-width: 991px) {
    .home-baskan-banner {
      bottom: 23%; /* Mobilde bir tık daha yukarı */
      right: 3%; /* Mobilde biraz daha sola */
    }
  }

  /* Footer Logo Box - Ordu Büyükşehir Belediyesi */
.obb-footer-logo-box {
  background-color: transparent;
  display: block;
  padding: 0;
  border-radius: 0;
  position: static;
  margin-bottom: 18px;
}

.obb-footer-logo-box img {
  max-width: 170px;
  height: auto;
  display: block;
}

.obb-footer .about-widget .text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* Footer Links */
.obb-footer .list-style-two li {
  margin-bottom: 10px;
}

.obb-footer .list-style-two li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s;
}

.obb-footer .list-style-two li a:hover {
  color: #ffcc00;
}

/* Social Icons in Footer */
.obb-social-style {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.obb-social-style a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; /* Büyütüldü */
  height: 44px; /* Büyütüldü */
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: #ffffff;
  font-size: 19px; /* İkon boyutu büyütüldü */
  transition: all 0.3s ease;
}

.obb-social-style a:hover {
  background-color: #ffffff;
  color: var(--obb-blue);
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Contact Info in Footer */
.obb-contact-phone {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: var(--obb-blue-dark);
  padding: 15px 30px !important;
  border-radius: 10px;
  width: max-content !important;
  white-space: nowrap !important;
}

.obb-contact-phone i {
  font-size: 30px;
}

/* Contact List Items Alignment */
.obb-footer .contact-widget .list-style-two {
  padding: 0;
  margin: 0;
  list-style: none;
}

.obb-footer .contact-widget .list-style-two li.obb-contact-item {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  margin-bottom: 12px !important;
  text-transform: none !important;
  gap: 12px;
}

.obb-footer .contact-widget .list-style-two li.obb-contact-item i {
  width: 20px !important;
  min-width: 20px !important;
  text-align: center;
  flex-shrink: 0;
  margin: 4px 0 0 0 !important;
  font-size: 16px;
  color: #ffffff;
}

.obb-footer .contact-widget .list-style-two li.obb-contact-item span {
  flex: 1;
  margin-left: 0 !important;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
}

.obb-footer .contact-widget .list-style-two li.obb-contact-item span a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s;
}

.obb-footer .contact-widget .list-style-two li.obb-contact-item span a:hover {
  color: #ffcc00;
}

/* Bottom Bar */
.obb-bottom-bar {
  background-color: var(--obb-blue-dark);
  padding: 20px 0;
}

.obb-bottom-links .btn {
  background-color: rgba(255,255,255,0.1);
  color: white;
  border: none;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
}

.obb-bottom-links .btn:hover {
  background-color: rgba(255,255,255,0.2);
}

.copyright-text {
  font-size: 13px;
}

/* Extracted from header.php */

  .preloader1, .preloader {
    display: none !important;
  }
  .main-slider-wrapper,
  .main-slider,
  .main-slider-item {
    background-color: var(--obb-blue, #134474) !important;
    height: 100vh !important;
    min-height: 650px !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* Flawless Concave Notch Overhang */
  .obb-logo-box {
    position: absolute !important;
    top: 100% !important;
    margin-top: -1px !important;
    left: clamp(20px, 5vw, 100px) !important;
    background-color: var(--obb-blue) !important;
    padding: 8px clamp(20px, 2.5vw, 40px) clamp(20px, 2vw, 32px) clamp(20px, 2.5vw, 40px) !important;
    border-bottom-left-radius: clamp(20px, 2.5vw, 40px) !important;
    border-bottom-right-radius: clamp(20px, 2.5vw, 40px) !important;
    z-index: 99999 !important;
    border: none !important;
    box-shadow: none !important;
    pointer-events: auto !important;
  }
  .obb-logo-box::before,
  .obb-logo-box::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    width: clamp(20px, 2.5vw, 40px) !important;
    height: clamp(20px, 2.5vw, 40px) !important;
    background-size: clamp(20px, 2.5vw, 40px) clamp(20px, 2.5vw, 40px) !important;
    background-repeat: no-repeat !important;
    pointer-events: none !important;
    border: none !important;
  }
  .obb-logo-box::before {
    left: calc(-1 * clamp(20px, 2.5vw, 40px)) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M 0,0 L 40,0 L 40,40 A 40,40 0 0,0 0,0 Z' fill='%231b4d82'/%3E%3C/svg%3E") !important;
  }
  .obb-logo-box::after {
    right: calc(-1 * clamp(20px, 2.5vw, 40px)) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M 0,0 L 40,0 A 40,40 0 0,0 0,40 Z' fill='%231b4d82'/%3E%3C/svg%3E") !important;
  }
  .obb-logo-box img {
    width: clamp(250px, 25vw, 460px) !important;
    max-width: 90vw !important;
    height: auto !important;
    margin-top: -10px !important;
    margin-left: 0px !important;
    display: block !important;
  }

  /* Mobilde logonun çok büyük kalmasını önlemek için */
  @media (max-width: 1199px) {
    .obb-logo-box img {
      max-width: 250px !important;
      width: 100% !important;
      margin-top: 0 !important;
    }
  }
  
  /* Button & Link Hover Animations (No Red, Smooth Slow Shrink) */
  .obb-top-links li a,
  .obb-navigation li a,
  .obb-bottom-links .btn,
  .btn-style-one,
  .btn-style-two,
  .theme-btn {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease, color 0.4s ease, background 0.4s ease !important;
    color: #ffffff !important;
  }

  .obb-top-links li a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .obb-top-links li a:hover,
  .obb-top-links li a:focus,
  .obb-navigation li:hover > a,
  .obb-navigation li a:hover,
  .obb-bottom-links .btn:hover {
    color: #ffffff !important;
    transform: scale(0.92) !important;
    opacity: 0.85 !important;
  }

  .obb-top-links li a i,
  .obb-navigation li a i {
    color: inherit !important;
    transition: inherit !important;
  }

  /* Topbar Social Icons (White circle with blue icons) */
  .obb-social-icons a {
    color: var(--obb-blue) !important;
    background-color: #ffffff !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .obb-social-icons a i {
    color: var(--obb-blue) !important;
  }
  .obb-social-icons a:hover {
    color: var(--obb-blue) !important;
    transform: scale(0.90) !important;
    opacity: 0.85 !important;
  }

  /* Disable sequential loading animation on header navigation menu items */
  .main-menu .navigation > li,
  .obb-navigation > li {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .main-menu .navigation > li:nth-child(n),
  .obb-navigation > li:nth-child(n) {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }

  /* Remove ALL Menu Underlines */
  .main-menu .navigation > li > a::before,
  .obb-navigation > li > a::before,
  .main-menu .navigation > li.current > a::before,
  .obb-navigation > li.current > a::before,
  .main-menu .navigation > li:hover > a::before,
  .obb-navigation > li:hover > a::before {
    display: none !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .main-menu .navigation > li > a:hover,
  .obb-navigation > li > a:hover {
    color: #ffffff !important;
  }

  /* Prevent any red color hover from old template */
  .obb-header a:hover,
  .obb-topbar a:hover,
  .main-menu a:hover,
  .obb-navigation a:hover,
  .header-upper a:hover {
    color: #ffffff !important;
  }
  .obb-social-icons a:hover {
    color: var(--obb-blue) !important;
  }

  /* --- FOOTER CSS MOVED HERE TO PREVENT LATE LOADING --- */
  /* Cache bypass for button spacing */
  .obb-bottom-links .btn {
    margin-right: 8px !important;
    margin-bottom: 5px !important;
  }
  .obb-bottom-links .btn:last-child {
    margin-right: 0 !important;
  }

  /* Contact list alignment overrides */
  .footer-widget.contact-widget {
    padding-left: 0 !important;
    text-align: left !important;
  }
  .obb-contact-list-no-icon li::before {
    display: none !important;
  }
  .obb-social-style a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background: var(--obb-blue) !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 6px;
    color: white;
    transition: all 0.3s;
  }
  .obb-social-style a:hover {
    background: rgba(255,255,255,0.1) !important;
  }

  /* Interactive Location Card */
  .obb-location-card {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 14px !important;
    padding: 18px 16px !important;
    transition: all 0.35s ease !important;
    backdrop-filter: blur(8px);
    color: #ffffff !important;
    display: block !important;
    max-width: 290px;
    text-decoration: none !important;
  }
  .obb-location-card:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    color: #ffffff !important;
  }
  .obb-location-card-inner {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }
  .obb-location-icon-box {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    background: rgba(255,255,255,0.12) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    color: #ffffff !important;
    transition: background 0.3s ease, border-color 0.3s ease !important;
  }
  .obb-location-card:hover .obb-location-icon-box {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
  }
  .obb-location-info {
    flex: 1 !important;
  }
  .obb-location-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
  }
  .obb-location-sub {
    font-size: 12px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  /* ===================================================
     DROPDOWN MENU (PERFECT ALIGNMENT WITH SIBLING MENU ITEMS)
     =================================================== */
  .main-menu .navigation > li.dropdown,
  .obb-navigation > li.dropdown {
    position: relative !important;
  }
  .main-menu .navigation > li.dropdown:hover > a,
  .obb-navigation > li.dropdown:hover > a,
  .main-menu .navigation > li.dropdown > a:hover,
  .obb-navigation > li.dropdown > a:hover {
    background: transparent !important;
    background-color: transparent !important;
  }
  
  /* Generic Dropdown Container - EXACT pixel width matching parent text bounds */
  .main-menu .navbar-collapse li.dropdown ul,
  .main-menu .navigation li.dropdown ul,
  .obb-navigation li.dropdown ul {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    padding: 6px 4px !important;
    width: max-content !important; /* Yazıların tek satırda sığması için */
    min-width: 100% !important;
    max-width: none !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Homepage positioning */
  .obb-header-upper .main-menu .navigation > li.dropdown > ul {
    top: calc(50% + 15px) !important;
  }

  /* Inner pages positioning */
  .obb-inner-header .obb-navigation > li.dropdown > ul {
    top: calc(50% + 15px) !important;
  }

  /* Remove pointer diamond to avoid double-arrow and color mismatch artifact */
  .main-menu .navbar-collapse li.dropdown > ul::before,
  .main-menu .navigation li.dropdown > ul::before,
  .obb-navigation li.dropdown > ul::before {
    display: none !important;
    content: none !important;
  }

  .main-menu .navbar-collapse li.dropdown ul li,
  .main-menu .navigation li.dropdown ul li,
  .obb-navigation li.dropdown ul li {
    border: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 2px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .main-menu .navbar-collapse li.dropdown ul li a,
  .main-menu .navigation li.dropdown ul li a,
  .obb-navigation li.dropdown ul li a {
    color: #333333 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    padding: 7px 12px !important;
    display: block !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    border: none !important;
    letter-spacing: 0px !important;
    text-align: left !important;
    line-height: 1.5 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .main-menu .navbar-collapse li.dropdown ul li a:hover,
  .main-menu .navigation li.dropdown ul li a:hover,
  .obb-navigation li.dropdown ul li a:hover {
    background-color: #173d70 !important;
    color: #ffffff !important;
    transform: none !important;
  }
  .main-menu .navigation li ul li a::before,
  .obb-navigation li ul li a::before {
    display: none !important;
    content: none !important;
  }

  /* Services Table Section */
  .obb-services-table-section {
    background: linear-gradient(180deg, #182260 0%, #212E80 50%, #151d54 100%) !important;
    position: relative !important;
    margin-bottom: 0px !important;
    padding: 75px 0 95px 0 !important;
    min-height: 520px;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    z-index: 5 !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  /* Üst Kırmızıyla İşaretlenen Kısım: İnce Gri Gölgeli Çubuk */
  .obb-services-table-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    z-index: 10;
  }
  /* Alt Kırmızıyla İşaretlenen Kısım: İnce Gri Gölgeli Çubuk */
  .obb-services-table-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.45);
    z-index: 10;
  }

/* Global Başlık Şablonu (Tüm Sayfalar) */
.vefat-title-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(23, 61, 112, 0.82) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.30) !important;
  border-radius: 50px !important;
  padding: 12px 36px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.22) !important;
}

.vefat-title-text {
  color: #ffffff !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
  margin: 0 !important;
  padding-top: 2.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.vefat-title-text i {
  margin-right: 0 !important; /* gap zaten var, double boşluğu kaldırdık (sağa kaymayı çözer) */
  font-size: 1.35rem !important;
  display: inline-block !important;
}

  .obb-services-table-section .vefat-title-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: max-content !important;
    background: rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    border-radius: 50px !important;
    padding: 12px 36px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25) !important;
    margin: -15px auto 0 auto !important;
    transform: translateY(-15px) !important;
  }


  .obb-services-table-section .vefat-title-text {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding-top: 2.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
  }

  /* Telefon Görünümünde (767px ve Altı) Başlığı Küçült ve Ortala */
  @media (max-width: 767px) {
    .vefat-title-box,
    .obb-services-table-section .vefat-title-box {
      padding: 6px 18px !important;
      border-radius: 25px !important;
    }
    .vefat-title-text,
    .obb-services-table-section .vefat-title-text {
      font-size: 1.05rem !important; /* Denge noktası: Çok büyük ile çok küçük arası */
      gap: 6px !important;
    }
    .vefat-title-text i,
    .obb-services-table-section .vefat-title-text i {
      font-size: 1rem !important;
    }
  }
  .obb-services-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: calc(3% + (25% - 240px) / 2 - 20px) !important;
    padding-right: calc(3% + (25% - 240px) / 2 - 20px) !important;
    box-sizing: border-box !important;
  }
  @media (max-width: 1199px) {
    .obb-services-container {
      padding-left: 5% !important;
      padding-right: 5% !important;
    }
  }
  .obb-services-table-section .glass-form-wrapper {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 20px !important;
    padding: 35px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25) !important;
    color: #ffffff !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .obb-services-table-section *,
  .obb-services-table-section a,
  .obb-services-table-section h2,
  .obb-services-table-section h4,
  .obb-services-table-section p,
  .obb-services-table-section span,
  .obb-service-table-card,
  .obb-service-card-title,
  .obb-service-card-desc {
    color: #ffffff !important;
  }
  .obb-services-grid {
    margin-bottom: 0 !important;
  }
  .obb-services-table-section .obb-service-table-card {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 16px !important;
    padding: 24px 26px !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    min-height: 106px !important;
    box-sizing: border-box !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12) !important;
  }
  .obb-services-table-section .obb-service-table-card:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.60) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25) !important;
  }
  .obb-services-table-section .obb-service-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 22px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10) !important;
    transition: none !important;
  }
  .obb-services-table-section .obb-service-table-card:hover .obb-service-card-icon {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.10) !important;
  }
  .obb-services-table-section .obb-service-card-icon i {
    color: #ffffff !important;
    transform: none !important;
  }
  .obb-services-table-section .obb-service-card-content {
    flex: 1;
  }
  .obb-services-table-section .obb-service-card-title {
    color: #ffffff !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    margin: 0 0 5px 0 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  }
  .obb-services-table-section .obb-service-card-desc {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.88rem !important;
    margin: 0 !important;
    line-height: 1.45 !important;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  }
  .obb-services-table-section .obb-service-card-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 13px;
    transition: none !important;
  }
  .obb-services-table-section .obb-service-card-arrow i {
    color: #ffffff !important;
    transform: none !important;
  }
  .obb-services-table-section .obb-service-table-card:hover .obb-service-card-arrow {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
  }

  /* Hizmetlerimiz Kutuları İçin Telefon Görünümü (767px ve Altı) Küçültmeleri */
  @media (max-width: 767px) {
    .obb-services-table-section .obb-service-table-card {
      padding: 10px 12px !important;
      height: 75px !important; /* Tüm kutuların birebir aynı yükseklikte olmasını garantiler */
      min-height: 75px !important;
      max-height: 75px !important;
      gap: 10px !important;
      border-radius: 10px !important;
      display: flex !important;
      align-items: center !important;
    }
    .obb-services-table-section .obb-service-card-icon {
      width: 28px !important;
      height: 28px !important;
      min-width: 28px !important;
      font-size: 13px !important;
      border-radius: 8px !important;
    }
    .obb-services-table-section .obb-service-card-title,
    .obb-location-title {
      font-size: 0.85rem !important;
      margin: 0 0 2px 0 !important;
    }
    .obb-services-table-section .obb-service-card-desc,
    .obb-location-sub {
      font-size: 0.7rem !important;
      line-height: 1.3 !important;
    }
    .obb-services-table-section .obb-service-card-arrow {
      width: 22px !important;
      height: 22px !important;
      min-width: 22px !important;
      font-size: 9px !important;
    }
    
    /* Konum Çerçevesini de Hizmet Kutularıyla Birebir Eşitliyoruz */
    .obb-location-card {
      padding: 10px 12px !important;
      height: 75px !important;
      min-height: 75px !important;
      max-height: 75px !important;
      border-radius: 10px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      max-width: 290px !important; /* Ortalanmasını korumak için */
      margin: 0 auto 15px auto !important;
    }
    .obb-location-card-inner {
      gap: 10px !important;
      width: 100% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    .obb-location-icon-box {
      width: 28px !important;
      height: 28px !important;
      min-width: 28px !important;
      font-size: 13px !important;
      border-radius: 8px !important;
    }
    
    /* En alt kutunun altındaki fazladan boşluğu silip üst-alt dengelemesi yapıyoruz */
    .obb-services-grid > div:last-child {
      margin-bottom: 0 !important;
    }
    
    /* Dış çerçevenin telefondaki boşluklarını küçültüyoruz ki kutular şablona tam otursun */
    .obb-services-table-section .glass-form-wrapper {
      padding: 20px !important;
    }
  }

  /* Expanded Footer Vertical Height & Spacing (Equal to Services Section) */
  .obb-footer {
    background-color: var(--obb-blue) !important;
    position: relative !important;
    z-index: 5 !important;
    padding-top: 75px !important;
    padding-bottom: 0 !important;
    min-height: 520px !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .obb-footer .footer-title {
    font-size: 18px !important;
    margin-bottom: 28px !important;
  }
  .obb-footer .list-style-two li {
    margin-bottom: 15px !important;
  }
  .obb-footer .list-style-two li a {
    font-size: 14.5px !important;
  }
  /* Footer Custom Container Width (Expanded & Spacious) */
  .obb-footer .obb-footer-container,
  .obb-footer-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
    position: relative !important;
  }
  .obb-footer-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch !important;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
    position: relative !important;
  }
  .obb-footer-block {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    margin: 0 !important;
    padding: 0 20px 20px 20px !important;
    box-sizing: border-box;
    position: relative;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .obb-footer-block .footer-widget {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .obb-footer-block-location {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
  }
  .obb-footer-block-contact {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .obb-footer-block-contact .footer-widget {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
    max-width: 240px;
  }
  .obb-footer-block-contact .obb-footer-logo-box {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .obb-footer-block-contact .obb-social-style {
    justify-content: center !important;
  }
  .obb-footer-block-contact .obb-contact-phone {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .obb-footer-block-contact .obb-contact-item {
    text-align: center !important;
  }

  /* Boydan boya uzanan tam eşit aralıklı tek çizgi ayırıcı (En üstten alt bara kadar) */
  .obb-footer-block:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -75px;
    bottom: -50px;
    right: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.22);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.35);
    pointer-events: none;
  }

  @media (max-width: 1199px) {
    .obb-footer-flex-row {
      flex-wrap: wrap;
      gap: 30px;
    }
    .obb-footer-block {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-bottom: 25px;
      align-items: center !important;
      text-align: center !important;
    }
    .obb-footer-block .footer-widget {
      max-width: 100% !important;
      margin: 0 !important;
      text-align: center !important;
    }
    .obb-footer-block::after {
      display: none !important;
    }
    .obb-footer-block-contact {
      align-items: center !important;
      text-align: center !important;
    }
    .obb-footer-block-contact .footer-widget {
      align-items: center !important;
      text-align: center !important;
    }
    .obb-footer-block-contact .obb-social-style {
      justify-content: center !important;
    }
    .obb-footer-block-contact .obb-contact-phone {
      margin: 0 auto !important;
    }
    
    /* Footer içeriklerinin mobilde KESİNLİKLE ortalanması için ek kurallar */
    .obb-footer .footer-title,
    .obb-footer .list-style-two,
    .obb-footer .list-style-two li,
    .obb-footer .list-style-two li a,
    .obb-footer .contact-widget .list-style-two li.obb-contact-item,
    .obb-footer .contact-widget .list-style-two li.obb-contact-item span,
    .obb-footer-block-location .footer-widget,
    .obb-location-card-inner,
    .obb-location-info,
    .obb-contact-address p {
      text-align: center !important;
      justify-content: center !important;
      align-items: center !important;
    }
    .obb-footer .contact-widget .list-style-two li.obb-contact-item,
    .obb-location-sub {
      justify-content: center !important;
    }
    .obb-location-card {
      margin: 0 auto 15px auto !important;
      display: flex !important;
      justify-content: center !important;
    }
  }
  /* Footer Column 4 & Contact Widget - Uniform Equal Gaps & Transparent */
  .obb-footer-logo-box,
  .obb-footer-logo-box a,
  .obb-footer-logo-box img {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .obb-footer-logo-box {
    display: block;
    position: static;
    margin-bottom: 24px;
    padding: 0;
    min-height: 55px;
  }
  .obb-footer-logo-box img {
    max-width: 220px;
    width: 220px;
    height: auto;
    display: block;
  }
  .obb-footer .obb-social-style {
    margin-bottom: 24px;
    gap: 12px;
    justify-content: center;
  }
  .obb-footer .obb-contact-phone {
    margin-bottom: 24px;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    width: 240px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .obb-footer .obb-contact-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
  }
  .obb-footer .obb-contact-item a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
  }
  .obb-footer .obb-contact-item a:hover {
    color: #ffffff !important;
  }

  /* Bottom Bar Full-Width Edge-to-Edge */
  .obb-bottom-bar {
    width: 100% !important;
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .obb-bottom-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-top: 22px !important;
    padding-bottom: 25px !important;
    padding-left: calc(3% + (25% - 240px) / 2 - 20px) !important;
    padding-right: calc(3% + (25% - 240px) / 2 - 20px) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }

  .obb-bottom-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
  }
  .obb-bottom-links .btn {
    margin: 0 !important;
    font-size: 13px !important;
    padding: 7px 16px !important;
    border-radius: 6px !important;
  }
  .copyright-text {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    text-align: right !important;
    margin: 0 !important;
    line-height: 1.5 !important;
  }

  /* Tablet & Telefon Ortak (1199px ve Altı) */
  @media (max-width: 1199px) {
    .obb-bottom-container {
      padding-left: 2% !important;
      padding-right: 2% !important;
      flex-direction: column !important;
      gap: 15px !important;
      align-items: center !important;
      text-align: center !important;
      width: 100% !important;
      overflow: hidden !important;
    }
    .obb-bottom-links {
      justify-content: center !important;
    }
    .copyright-text {
      text-align: center !important;
      width: 100% !important;
    }
  }

  /* Sadece Telefonlar (767px ve Altı) */
  @media (max-width: 767px) {
    .copyright-text {
      font-size: 13px !important; /* Kullanıcı talebi: Yazı tam boyuta (masaüstüyle aynı) getirildi */
      letter-spacing: normal !important;
      white-space: normal !important; /* Uzun yazının alt satıra geçip düzgün görünmesine izin verildi */
      line-height: 1.4 !important;
    }
  }



  /* Topbar Spacing & Alignment Fix (Homepage) */
  .obb-topbar-right {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
  }
  .obb-top-links {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .obb-social-icons {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
  }
  .obb-social-icons a {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 50% !important;
  }
  .obb-contact {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
    font-size: 13px !important;
  }

  @media (max-width: 1199px) {
    .obb-inner-logo img {
      max-width: 200px !important;
    }
  }

  /* ===================================================
     DYNAMIC BACKGROUND SLIDESHOW FOR INNER PAGES
     =================================================== */
  .obb-inner-bg-slideshow {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: -99 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }
  .obb-inner-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    animation: obbInnerCrossfade 20s infinite ease-in-out;
  }
  .obb-inner-slide.obb-slide-1 { 
    animation: obbInnerCrossfadeFirst 20s infinite ease-in-out;
    animation-delay: 0s; 
  }
  .obb-inner-slide.obb-slide-2 { animation-delay: 5s; }
  .obb-inner-slide.obb-slide-3 { animation-delay: 10s; }
  .obb-inner-slide.obb-slide-4 { animation-delay: 15s; }

  @keyframes obbInnerCrossfadeFirst {
    0% { opacity: 1; }
    25% { opacity: 1; }
    35% { opacity: 0; }
    90% { opacity: 0; }
    100% { opacity: 1; }
  }

  @keyframes obbInnerCrossfade {
    0% { opacity: 0; }
    10% { opacity: 1; }
    25% { opacity: 1; }
    35% { opacity: 0; }
    100% { opacity: 0; }
  }

  /* Frosted overlay - Arka plandaki görsellerin net görünmesi için yüksek saydamlık */
  .obb-inner-bg-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(1.5px) !important;
    -webkit-backdrop-filter: blur(1.5px) !important;
    z-index: 1 !important;
  }
  body.dark-mode .obb-inner-bg-overlay {
    background: rgba(15, 23, 42, 0.60) !important;
  }

  /* Sayfa ve Bölüm Arka Planlarını Şeffaf Yapma */
  body,
  .page-wrapper {
    background: transparent !important;
  }
  .vefat-section-wrapper,
  .section-wrapper,
  .mulkiyet-section,
  .contact-page,
  .feature-about-bg,
  .feature-section-three {
    padding-top: 170px !important;
    padding-bottom: 70px !important;
    min-height: 100vh !important;
    box-sizing: border-box !important;
    background: transparent !important;
  }
  @media (max-width: 1199px) {
    .vefat-section-wrapper,
    .section-wrapper,
    .mulkiyet-section,
    .contact-page,
    .feature-about-bg,
    .feature-section-three {
      padding-top: 80px !important;
    }
  }

  /* Başkan Banner */
  .baskan-banner {
    display: inline-block !important;
    position: relative !important;
    top: 3px !important;
    right: auto !important;
    left: 0 !important;
    transform: none !important;
    z-index: 3 !important;
  }
  
  /* Mobilde portre ve içerik kutusunun taşmasını engeller */
  @media (max-width: 1199px) {
    .baskan-banner {
      display: flex !important;
      justify-content: center !important; /* Kullanıcı talebi: Ortaya alındı */
      width: 100% !important;
      padding: 0 !important; /* Tam ortalanması için boşluklar sıfırlandı */
      margin-top: 230px !important; /* Kullanıcı talebi: Yeniden biraz aşağı alındı */
    }
    .baskan-banner img {
      width: 180px !important; /* Biraz daha büyütüldü */
      height: auto !important;
    }
    
    /* Mobilde sliderın tam ekran olmasını sağlayıp alt kısmı (Hizmetler) gizlemek için */
    .main-slider, .main-slider-wrapper, .main-slider-item {
      min-height: 100vh !important;
      height: 100dvh !important;
    }
    
    /* Aşağı inme ok tuşunun mobilde kesin görünmesi ve masaüstüyle aynı hizada olması için */
    .scroll-down-btn {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      z-index: 999999 !important;
      bottom: 100px !important; /* Alt menüye çarpmayacak ama çok da havada durmayacak ideal nokta */
    }
    
    /* Mobilde butona/yazıya tıklandığında (hover/active) renklerin/şeklin değişmesini (kararmasını) GÜÇLÜ BİR ŞEKİLDE engelle */
    .obb-navigation > li > a:hover,
    .obb-navigation > li > a:focus,
    .obb-navigation > li > a:active,
    .obb-navigation > li.dropdown:active > a,
    .obb-navigation > li.current > a,
    .obb-navigation li:hover > a {
      transform: none !important;
      opacity: 1 !important;
      background: rgba(255, 255, 255, 0.85) !important; /* Normaldeki camsı beyaz arka plan rengini koru */
      color: #173d70 !important; /* Normaldeki lacivert yazıyı koru */
      border: 1px solid rgba(23, 61, 112, 0.18) !important; /* Normaldeki çerçeveyi koru */
      box-shadow: none !important;
    }
  }


@media (max-width: 767px) { .vefat-section-wrapper, .contact-page, .mulkiyet-section { padding-top: 60px !important; } }
