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

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

  .ejhq4titlebody {
    color: #fff;
    width: var(--max);
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
  }

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

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

  .ejhq4titlebodylang ul {
    display: flex;
    gap: 5px;
  }

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

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

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

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

  .ejhq4menulist ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
  }

  .ejhq4menulist ul a {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
  }

  .ejhq4menulist ul a:hover {
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
  }

  .ejhq4-menu-list-active {
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #000 !important;
    cursor: pointer;
  }

  .ejhq4menulistbody {
    width: 100%;
  }


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

  @media screen and (max-width: 1024px) {
    .ejhq4menu {
      overflow-x: auto;
    }

    .ejhq4menulist ul {
      flex-direction: row;
    }

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

  @media screen and (max-width: 768px) {
    .ejhq4menulist ul a {
      font-size: 14px;
    }
  }


  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
  }


  .oh0i3 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .oh0i3-body {
    width: var(--max);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }

  .oh0i3-body-item {
    aspect-ratio: 7 / 4;
    background-color: #f2f2f2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .oh0i3-body-item-img {
    aspect-ratio: 12 / 8;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    /* Taşma durumunda kesme */
  }

  .oh0i3-body-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Resmi sığdır, taşma yapmasın */
    border-radius: 5px;
  }

  .oh0i3-body-item-title {
    border-radius: 3px;
    padding: 5px;
    background-color: #e9e9e9;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
  }

  @media screen and (max-width: 1024px) {
    .oh0i3-body {
      width: calc(100% - 10px);
      margin: 0px 5px 0px 5px;
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 768px) {
    .oh0i3-body {
      width: calc(100% - 10px);
      margin: 0px 5px 0px 5px;
      grid-template-columns: repeat(2, 1fr);
    }
  }


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

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

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

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

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

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

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

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

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

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

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

  .sfdgu-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) {
    .sfdgu {
      width: 100%;
      display: flex;
      flex-direction: column;
      min-height: 400px;
      float: left;
      padding: 15px 0px 15px 0px;
    }

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

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

    .sfdgu-left {
      justify-content: center;
      background-color: #000;
    }
  }

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

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

    .sfdgu-right {
      flex: 5;
    }

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


  .c0lud {
    width: 100%;
    margin: var(--margin);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .c0lud-container-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }

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

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

  .c0lud-container-list:hover {
    background-color: #f9f9f9;
    border-bottom-color: var(--color);
  }

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

  .c0lud-container-body {
    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);
  }

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

  .c0lud-container-list>span {
    font-size: 24px;
    color: var(--color);
  }

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

    .c0lud-container-body {
      padding: 15px;
    }
  }


  .sliderxdmemdbody {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 25px 0px 25px 0px;
    margin: 30px 0px 0px 0px;
  }
  .sliderxdmemd {
    width: var(--max);
    margin: 10px 0px 10px 0px;
  }
  .swiper-pagination-dmemd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
  }
  .sliderxdmemdtitle {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 1024px) {
    .sliderxdmemd {
      width: 100%;
    }
  }
  .swiper-button-prev-dmemd,
  .swiper-button-next-dmemd {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    z-index: 10;
    opacity: 0.4;
  }
  .swiper-slide > .swiper-slide33 {
    display: flex;
    flex-direction: column;
    margin: 10px;
    cursor: pointer;
  }
  .dmemd {
    overflow-x: auto;
  }
  .dmemd::-webkit-scrollbar {
    display: none;
  }
  .modulchilddmemd2 {
    aspect-ratio: 1/1;
    text-align: -webkit-center;
    object-fit: cover;
    /* Resmin oranını korur ve taşıyıcı kutuya sığdırır */
    width: 100%;
    float: left;
    border-radius: 8px;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
  }
  .modulchilddmemd3 {
    float: left;
    padding: 5px;
  }


  .whatsapp {
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    background-color: var(--whatsapp-color, #4dc247);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #000 !important;
    z-index: 10000;
    padding-right: 20px;
    width: var(--max);
  }

  .whatsappicon {
    width: 40px;
    height: 40px;
  }


  .footer {
    position: relative;
    background: #000;
    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:%23000;%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;
    }
  }

