
 

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

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

  .mr5dqtitle:has(.mr5dqtitlebodylang:empty),
  .mr5dqtitle:has(.mr5dqtitlebodylang ul:empty) {
    display: none;
  }

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

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

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

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

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

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

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

  .mr5dqtitlebodylang li a:hover {
    border-color: #f3f6f7;
    background: #3b85bb;
    color: #f3f6f7 !important;
  }

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

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

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

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

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

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

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

  .mr5dqmenulist ul a:hover {
    background-color: #3b85bb;
    border-radius: 5px;
    color: #f3f6f7 !important;
    cursor: pointer;
  }

  .mr5dqmenulist ul a.mr5dq-menu-list-active {
    color: #f3f6f7 !important;
  }

  .mr5dq-menu-list-active {
    background-color: #3b85bb;
    border-radius: 5px;
    color: #f3f6f7 !important;
    cursor: pointer;
  }

  .mr5dqmenulistbody {
    width: 100%;
  }

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

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

  .mr5dqlanguages-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 */
  .mr5dqlanguages-mobile li {
    list-style: none;
    border: 1px solid color-mix(in srgb, #f3f6f7 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, #f3f6f7 8%, transparent);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .mr5dqlanguages-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: #f3f6f7 !important;
    text-decoration: none;
    cursor: pointer;
  }

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

  .mr5dqlanguages-mobile li:hover a {
    color: #f3f6f7 !important;
  }

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

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

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


  }

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

    .mr5dqmenulist ul {
      flex-direction: row;
    }

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

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

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

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

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

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

    .mr5dqbodylogo {
      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) */
    .mr5dq-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;
    }

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

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

    .mr5dq.mr5dqmenu-open .mr5dqmenubody {
      transform: translateX(0);
    }

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

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

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

    .mr5dq.mr5dqmenu-open .mr5dqmenulist {
      display: flex;
    }

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

    .mr5dq.mr5dqmenu-open .mr5dqlanguages-mobile ul {
      justify-content: center;
    }

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

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

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

    .mr5dqmenulist ul a:hover {
      background-color: #3b85bb;
      border-radius: 0;
    }

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



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

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

  .uqwiw-title h1 {
    position: relative;
    z-index: 2;
    font-size: 32px;
  }
  .uqwiw {
    width: var(--max);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  @media screen and (max-width: 1024px) {
    .uqwiw {
      width: calc(100% - 20px);
      padding: 10px;
      margin-top: 10px;
    }
  }


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

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

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

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

  .saurdcontainerlist:hover {
    background-color: #f9f9f9;
    border-bottom-color: #183656;
  }

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

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

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

  .saurdcontainerlist>span {
    font-size: 24px;
    color: #183656;
  }

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

    .saurdcontainerbody {
      padding: 15px;
    }
  }


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

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


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

  .footer {
    position: relative;
    background: #183656;
    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: #f3f6f7;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

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

  .menu__link {
    font-size: 1.2rem;
    color: #f3f6f7 !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: #f3f6f7;
    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:%23183656;%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;
    }
  }

