
 

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

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

  .p8fgftitle:has(.p8fgftitlebodylang:empty),
  .p8fgftitle:has(.p8fgftitlebodylang ul:empty) {
    display: none;
  }

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

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

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

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

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

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

  .p8fgftitlebodylang 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;
  }

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

  .p8fgfbody {
    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) */
  .p8fgf-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;
  }

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

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

  .p8fgfmenulist {
    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;
  }

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

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

  .p8fgfmenulist 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;
  }

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

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

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

  .p8fgfmenulistbody {
    width: 100%;
  }

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

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

  .p8fgflanguages-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 */
  .p8fgflanguages-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;
  }

  .p8fgflanguages-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;
  }

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

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

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

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

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


  }

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

    .p8fgfmenulist ul {
      flex-direction: row;
    }

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

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

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

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

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

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

    .p8fgfbodylogo {
      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) */
    .p8fgf-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;
    }

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

    /* Drawer: sağdan kayan panel, fixed, tam yükseklik; kapalıyken ekran dışında */
    .p8fgfmenubody {
      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;
    }

    .p8fgf.p8fgfmenu-open .p8fgfmenubody {
      transform: translateX(0);
    }

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

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

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

    .p8fgf.p8fgfmenu-open .p8fgfmenulist {
      display: flex;
    }

    /* Mobil kural: lang sayfanın (drawer) en altında ve ortada */
    .p8fgf.p8fgfmenu-open .p8fgflanguages-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;
    }

    .p8fgf.p8fgfmenu-open .p8fgflanguages-mobile ul {
      justify-content: center;
    }

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

    .p8fgfmenulist 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;
    }

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

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

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


  .wfjw6 {
    width: 100%;
    margin: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .wfjw6containertitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
  }

  .wfjw6containerlist {
    padding: 10px;
    display: flex;
    border-radius: 8px;
    border-bottom: solid 1px #ddd;
    gap: 20px;
    transition: background-color 0.3s ease;
  }

  .wfjw6containerlist>div {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #444;
  }

  .wfjw6containerlist:hover {
    background-color: #f9f9f9;
    border-bottom-color: #1e3046;
  }

  .wfjw6container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .wfjw6containerbody {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .wfjw6body {
    width: calc(var(--max) - 40px);
    background-color: #ebebeb;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px;
  }

  .wfjw6containerlist>span {
    font-size: 24px;
    color: #1e3046;
  }

  @media screen and (max-width: 1024px) {
    .wfjw6body {
      width: 100%;
      padding: 20px;
      flex-direction: column;
    }

    .wfjw6containerbody {
      padding: 15px;
    }
  }


  .zoom-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200;
    width: 100%;
  }
  .zoom-icon {
    font-size: 250px !important;
    color: #333;
    animation: pulse 2s infinite;
    opacity: 0.5;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  .oq1gk-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--max);
  }
  .oq1gk-body-chile {
    padding: 20px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-direction: column;
    position: absolute;
  }
  .oq1gk-body-chile > div {
    width: 100% !important;
  }
  .oq1gk2 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .oq1gk {
    display: flex;
    flex-direction: column;
  }
  .oq1gk > svg {
    width: 100vw;
  }
  .oq1gkbotton {
    transform: scaleY(-1);
    margin-bottom: -1px;
  }
 
  .oq1gk-svg {
    fill: #fff;
  }
  .oq1gk-bg {
    background-image: url("/img/bi4hta/map.png?v=mgno0") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  @media screen and (max-width: 1024px) {
  }


  .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;
    }
  }

