
 

  .zqt5o {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .zqt5otitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .zqt5otitle:has(.zqt5otitlebodylang:empty),
  .zqt5otitle:has(.zqt5otitlebodylang ul:empty) {
    display: none;
  }

  .zqt5otitlebody {
    color: #ffffff;
    width: var(--max);
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px 10px 0px;
  }

  .zqt5otitlebodytitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .zqt5otitlebodylang {
    width: auto;
    margin: -5px 0px -5px 0px;
  }

  .zqt5otitlebodylang:empty,
  .zqt5otitlebodylang ul:empty {
    display: none;
  }

  .zqt5otitlebodylang ul {
    display: flex;
    gap: 8px;
  }

  /* Dil seçici: TR / EN metin, bordür tema rengiyle uyumlu (renk uyumsuzluğu yok) */
  .zqt5otitlebodylang li {
    list-style: none;
  }

  .zqt5otitlebodylang li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #9a3d23 !important;
    text-decoration: none;
    border: 1px solid color-mix(in srgb, #9a3d23 40%, transparent);
    border-radius: 8px;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }

  .zqt5otitlebodylang li a:hover {
    border-color: #000000;
    background: #ffffff;
    color: #000000 !important;
  }

  .zqt5obody {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 5px 0px;
    position: relative;
  }

  /* Mobil hamburger butonu: onclick olduğu için cursor: pointer zorunlu (kural) */
  .zqt5o-mobile-toggle {
    display: none;
    background: #9a3d23;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
  }

  .zqt5o-mobile-toggle span {
    font-size: 24px;
  }

  .zqt5omenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }

  .zqt5omenulist {
    width: calc(100% - 20px);
    background-color: #9a3d23;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
  }

  .zqt5omenubody {
    width: 100%;
    background-color: #9a3d23;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .zqt5omenulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
  }

  .zqt5omenulist ul a {
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff !important;
    border-bottom: 1px solid transparent;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 2px;
  }

  .zqt5omenulist ul a:hover {
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000 !important;
    cursor: pointer;
  }

  .zqt5omenulist ul a.zqt5o-menu-list-active {
    color: #000000 !important;
  }

  .zqt5o-menu-list-active {
    background-color: #ffffff;
    border-radius: 5px;
    color: #000000 !important;
    cursor: pointer;
  }

  .zqt5omenulistbody {
    width: 100%;
  }

  .zqt5olanguages-mobile {
    display: none;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .zqt5olanguages-mobile:empty,
  .zqt5olanguages-mobile ul:empty {
    display: none !important;
  }

  .zqt5olanguages-mobile ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
  }

  /* Dil seçici: TR / EN metin, bordür ve arka plan tema ile uyumlu */
  .zqt5olanguages-mobile li {
    list-style: none;
    border: 1px solid color-mix(in srgb, #ffffff 35%, transparent);
    padding: 0;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: color-mix(in srgb, #ffffff 8%, transparent);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .zqt5olanguages-mobile li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
  }

  .zqt5olanguages-mobile li:hover {
    background-color: #ffffff;
    border-color: #000000;
    box-shadow: 0 2px 8px color-mix(in srgb, #000000 25%, transparent);
  }

  .zqt5olanguages-mobile li:hover a {
    color: #000000 !important;
  }

  /* Mobil drawer için backdrop: masaüstünde görünmez */
  .zqt5o-menu-backdrop {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .zqt5obodylogo {
      height: 100px;
      max-width: 90vw;
      max-height: 100px;
    }

    .zqt5otitle {
    margin-bottom: -30px;
  }


  }

  @media screen and (max-width: 1024px) {
    .zqt5obody {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: center;
    }

    .zqt5omenulist ul {
      flex-direction: row;
    }

    .zqt5obodylogo {
      width: 50vw;
      max-width: 50vw;
      max-height: 100px;
    }

    .zqt5otitlebody {
      flex-direction: column;
      gap: 10px;
      align-items: center;
      display: none;
    }

    .zqt5otitlebodytitle {
      text-align: center;
      font-size: 14px;
    }
  }

    /* Mobil: app tarzı sağdan kayan drawer menü */
  @media screen and (max-width: 768px) {
    .zqt5otitlebodylang {
      display: none;
    }

    .zqt5obody {
      width: calc(100% - 20px);
      padding: 0 10px;
      justify-content: space-between;
    }

    .zqt5o-mobile-toggle {
      display: inline-flex;
    }

    .zqt5obodylogo {
      width: 40vw;
      max-width: 40vw;
      max-height: 80px;
    }

    /* Backdrop: sadece menü açıkken görünür; tıklanınca menü kapanır (onclick ile) */
    .zqt5o-menu-backdrop {
      display: block;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      cursor: pointer;
    }

    .zqt5o.zqt5omenu-open .zqt5o-menu-backdrop {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    /* Drawer: sağdan kayan panel, fixed, tam yükseklik; kapalıyken ekran dışında */
    .zqt5omenubody {
      position: fixed;
      top: 0;
      right: 0;
      width: 85%;
      max-width: 320px;
      height: 100vh;
      max-height: 100vh;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      box-sizing: border-box;
      z-index: 1000;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
      overflow-y: auto;
    }

    .zqt5o.zqt5omenu-open .zqt5omenubody {
      transform: translateX(0);
    }

    .zqt5omenu {
      width: 100%;
      flex-direction: column;
      height: 100%;
    }

    .zqt5omenulistbody {
      flex: 1;
      overflow-y: auto;
    }

    .zqt5omenulist {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 16px 12px;
      box-sizing: border-box;
      border-radius: 0;
      box-shadow: none;
    }

    .zqt5o.zqt5omenu-open .zqt5omenulist {
      display: flex;
    }

    /* Mobil kural: lang sayfanın (drawer) en altında ve ortada */
    .zqt5o.zqt5omenu-open .zqt5olanguages-mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 16px 12px;
      box-sizing: border-box;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
    }

    .zqt5o.zqt5omenu-open .zqt5olanguages-mobile ul {
      justify-content: center;
    }

    .zqt5omenulist ul {
      flex-direction: column;
      gap: 0;
    }

    .zqt5omenulist ul a {
      font-size: 15px;
      width: 100%;
      padding: 14px 12px;
      text-align: left;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 0;
      cursor: pointer;
      box-sizing: border-box;
    }

    .zqt5omenulist ul a:last-child {
      border-bottom: none;
    }

    .zqt5omenulist ul a:hover {
      background-color: #ffffff;
      border-radius: 0;
    }

    .zqt5otitlebodytitle {
      font-size: 12px;
    }
  }


  #content {
    justify-content: start;
  }

  .df76x {
    width: var(--max);
    margin-top: 20px;
    gap: 10px;
    float: left;
    position: relative;
    box-sizing: border-box;
  }

  .df76x * {
    box-sizing: border-box;
  }

  .df76x-menu-btn {
    display: none;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    justify-content: space-between;
    align-items: center;
  }

  .df76x-menu-btn .df76x-icon {
    font-size: 20px;
  }

  .df76x-menu {
    width: 250px;
    background-color: var(--bgcolor);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    float: left;
  }

  .df76x-desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    float: right;
  }

  .df76x-menu-link,
  .df76x-top {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
  }

  .df76x-menu-link.active,
  .df76x-menu-link:hover,
  .df76x-top.active,
  .df76x-top:hover {
    background-color: #000;
    color: #fff;
  }

  .df76x-menu-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .df76x-top {
    width: 100%;
    border: none;
    font-weight: 600;
    text-align: left;
  }
  
  .df76x-top > div {
    text-align: left;
  }

  .df76x-top .df76x-icon {
    font-size: 14px;
    transition: transform 0.2s ease;
  }

  .df76x-menu-group.open .df76x-top .df76x-icon {
    transform: rotate(180deg);
  }

  .df76x-sub {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding-left: 8px;
  }

  .df76x-sub.show {
    display: flex;
  }

  .df76x-sub-link {
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
  }

  .df76x-sub-link.active,
  .df76x-sub-link:hover {
    background-color: rgba(39, 156, 144, 0.12);
    color: inherit;
  }

  .df76x-desc-menu {
    width: 200px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
  }

  .df76x-desc-menu > div {
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px;
  }

  .df76x-desc-body {
    display: flex;
    justify-content: space-between;
  }

  .df76x-title {
    width: 100%;
    height: 200px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .df76x-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/page/hakkimizda/bg/{{bgimg}}");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 1;
  }

  .df76x-title h1 {
    position: relative;
    z-index: 2;
    font-size: 32px;
    margin: 0;
    color: #fff !important;
  }

  .df76x-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }

  .df76x-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--max) - 460px);
  }

  .df76x-img img {
    width: 100%;
  }


  @media screen and (min-width: 1025px) {
    .df76x-menu-overlay {
      display: none !important;
    }

    .df76x-menu-close {
      display: none !important;
    }

    .df76x-desc {
      width: calc(var(--max) - 290px);
    }

    .df76x-menu {
      position: static !important;
      left: auto !important;
      width: 250px !important;
      max-width: none !important;
      height: auto !important;
      display: flex !important;
      visibility: visible !important;
      box-shadow: none !important;
      padding: 10px;
    }

    .df76x-menu-link {
      padding: 10px 10px 10px 10px;
    }

    .df76x-top {
      padding: 10px 10px 10px 10px;
    }
  }

  @media screen and (max-width: 1024px) {
    .df76x-menu-btn {
      display: flex;
      width: 100%;
      margin: 0;
      border: none;
      position: relative;
      z-index: 1;
    }

    .df76x-menu-btn:focus {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    /* Overlay/Backdrop */
    .df76x-menu-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9998;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: none;
    }

    .df76x-menu-overlay.active {
      display: block;
      opacity: 1;
      pointer-events: auto;
    }

    .df76x {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 5px;
      gap: 5px;
      margin-top: 0px;
    }

    .df76x-img {
      width: 100%;
    }

    .df76x-body {
      width: 100%;
      order: 3;
      padding: 10px;
    }

    /* Slide-in Menü - Soldan */
    .df76x-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 80%;
      max-width: 320px;
      height: 100%;
      background-color: var(--bgcolor);
      z-index: 9999;
      display: flex;
      flex-direction: column;
      transition: left 0.3s ease;
      overflow-y: auto;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
      float: none;
      order: 1;
      gap: 0;
      padding: 0;
      border-radius: 0;
      visibility: hidden;
    }

    .df76x-menu.active {
      left: 0;
      visibility: visible;
    }

    /* Kapatma Butonu */
    .df76x-menu-close {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      color: inherit;
      font-size: 28px;
      width: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
    }

    /* Menü içeriği için padding */
    .df76x-menu > .df76x-menu-group,
    .df76x-menu > .df76x-menu-link {
      padding: 10px;
    }

    .df76x-menu-close span {
      font-size: 28px;
    }

    .df76x-menu-close:focus {
      outline: 2px solid currentColor;
      outline-offset: -2px;
    }

    .df76x-desc {
      width: 100% !important;
      order: 2;
    }
  }


  .footer {
    background-color: #9a3d23;
    color: #fff !important;
    padding: 20px;
    border-top: 5px solid #000;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu__item {
    margin: 0 15px;
  }

  .menu_link {
    color: #fff !important;
  }

  .menu_link:hover {
    color: #2980b9;
    text-decoration: underline;
  }

  .menu__link {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #7f8c8d;
    padding-top: 20px;
  }

  .footer-bottom p {
    margin: 0;
    opacity: 0.75;
  }

  @media (max-width: 768px) {
    .footer-top {
      flex-direction: column;
      text-align: center;
    }

    .menu {
      margin-top: 20px;
    }

    .menu__item {
      margin: 10px 0;
    }
  }

