
 

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

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

  .q9hgttitle:has(.q9hgttitlebodylang:empty),
  .q9hgttitle:has(.q9hgttitlebodylang ul:empty) {
    display: none;
  }

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

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

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

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

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

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

  .q9hgttitlebodylang 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: #601515 !important;
    text-decoration: none;
    border: 1px solid color-mix(in srgb, #601515 40%, transparent);
    border-radius: 8px;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }

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

  .q9hgtbody {
    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) */
  .q9hgt-mobile-toggle {
    display: none;
    background: #601515;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
  }

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

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

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

  .q9hgtmenubody {
    width: 100%;
    background-color: #601515;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

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

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

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

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

  .q9hgtmenulistbody {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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


  }

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

    .q9hgtmenulist ul {
      flex-direction: row;
    }

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

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

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

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

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

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

    .q9hgtbodylogo {
      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) */
    .q9hgt-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;
    }

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

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

    .q9hgt.q9hgtmenu-open .q9hgtmenubody {
      transform: translateX(0);
    }

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

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

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

    .q9hgt.q9hgtmenu-open .q9hgtmenulist {
      display: flex;
    }

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

    .q9hgt.q9hgtmenu-open .q9hgtlanguages-mobile ul {
      justify-content: center;
    }

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

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

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

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

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


  #content {
    justify-content: start;
  }
  .rt2i0 {
    display: flex;
    width: var(--max);
    margin-top: 20px;
    gap: 20px;
  }
  .rt2i0-menu {
    width: 220px;
    background-color: --menubgcolor--;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .rt2i0-menu > a {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rt2i0-menu > a:hover,
  .rt2i0-menu > .active {
    background-color: #1e3046;
    color: #fff;
  }
  .rt2i0-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .rt2i0-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);
  }
  .rt2i0-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/page/amjji7wyh8/bg/bzj42.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 1;
  }
  .rt2i0-title h1 {
    position: relative;
    z-index: 2;
    font-size: 50px;
    margin: 0;
  }
  @media screen and (max-width: 1024px) {
    .rt2i0 {
      flex-direction: column;
      width: calc(100% - 10px);
      padding: 5px;
    }
    .rt2i0-menu {
      display: none;
    }
    .rt2i0-body {
      width: 100%;
    }
  }


  .s43v7-out {
    background-color: #601515;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 20px 0px 20px 0px;
    float: left;
  }

  .s43v7-right-body-chile {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 15px;
  }

  .s43v7-right-body-chile-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: solid;
    border-style: dashed;
    border-width: 0px 0px 0px 5px;
    padding-left: 10px;
  }

  .s43v7-right-body-chile-row-name {
    font-size: 22px;
    font-weight: 500;
  }

  .s43v7-right-body-chile-row-spot {
    font-size: 18px;
  }

  .s43v7-right-body {
    width: 100%;
    margin-left: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
  }

  .s43v7-right-body-name {
    font-size: 28px;
    font-weight: 500;
  }

  .s43v7-right-body-spot {
    font-size: 18px;
  }

  .s43v7 {
    width: var(--max);
    display: flex;
    flex-direction: row;
    min-height: 400px;
    float: left;
  }

  .s43v7-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s43v7-left {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
  }

  .s43v7-left-img {
    aspect-ratio: 1/1;
    border-radius: 100%;
    width: 300px;
    background-color: bisque;
    margin-right: -150px;
    border: solid 15px #fff;
    box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32);
  }

  @media screen and (max-width: 1024px) {
    .s43v7 {
      width: 100%;
      display: flex;
      flex-direction: column;
      min-height: 400px;
      float: left;
      padding: 15px 0px 15px 0px;
    }

    .s43v7-left-img {
      width: calc(var(--max) / 2);
      max-width: 200px;
      margin-right: 0px;
      float: left;
    }

    .s43v7-right-body {
      margin-left: 0;
      padding: 10px;
    }

    .s43v7-left {
      justify-content: center;
      background-color: #601515;
    }
  }

  @media screen and (min-width: 1024px) {
    .s43v7 {
      width: var(--max);
      display: flex;
      flex-direction: row;
      min-height: 400px;
    }

    .s43v7-right-body-chile-row {
      flex: 1;
    }

    .s43v7-right {
      flex: 5;
    }

    .s43v7-left {
      flex: 1;
    }
  }


  .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);
    }
  }
  .src0p-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--max);
  }
  .src0p-body-chile {
    padding: 20px;
    display: flex;
    align-items: top;
    justify-content: left;
    flex-direction: column;
    position: absolute;
  }
  .src0p-body-chile > div {
    width: 100% !important;
  }
  .src0p2 {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
  }
  .src0p {
    display: flex;
    flex-direction: column;
  }
  .src0p > svg {
    width: 100vw;
  }
  .src0pbotton {
    transform: scaleY(-1);
    margin-bottom: -1px;
  }
 
  .src0p-svg {
    fill: #fff;
  }
  .src0p-bg {
    background-image: url("/img/hdgexl/map.png?v=tr8nq") !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) {
  }


  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 250px;
  }

  .footer {
    position: relative;
    background: #601515;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #fff !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23601515;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

