
  .wam69menumobil {
    display: none;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  
  .wam69menumobil:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  .wam69Children {
    display: flex;
    width: var(--max);
    gap: 15px;
    align-items: end;
    justify-content: space-between;
  }

  .wam69 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }

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

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

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

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

  .wam69titlebodylang ul {
    display: flex;
    gap: 15px;
  }

  .wam69titlebodylang ul li {
    list-style: none;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wam69titlebodylang ul a {
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
    aspect-ratio: 1/1;
    border-radius: 5px;
    background-color: #333;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 4px;
    cursor: pointer;
  }
  
  .wam69titlebodylang ul a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
  
  .wam69titlebodylang ul a:hover {
    background-color: #fff;
    color: #333;
  }
  .wam69titlebodylang ul a:active {
    background-color: #333;
    color: #fff;
  }
  .wam69titlebodylang ul a:focus {
    background-color: #333;
    color: #fff;
  }
  .wam69titlebodylang ul a:visited {
    background-color: #333;
    color: #fff;
  }
  .wam69titlebodylang ul a:link {
    background-color: #333;
    color: #fff;
  }

  .wam69body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px 5px 0px;
  }

  .wam69menulist {
    display: block;
    background-color: #0f70b7;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .wam69menubody {
    width: 100%;
    background-color: #0f70b7;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .wam69menulist ul a {
    padding: 8px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .wam69menulist ul a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
    border-radius: 5px;
  }

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

  .wam69menuitem {
    padding: 8px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
  }

  .wam69menuactive {
    background-color: #e0e0e0 !important;
    border-radius: 5px;
    color: #000 !important;
    font-weight: bold;
  }

  .wam69bodylogo {
    height: 100px;
    max-width: 90vw;
  }

  @media screen and (min-width: 1024px) {
    .wam69menumobil {
      display: none !important;
    }

    .wam69menuoverlay {
      display: none !important;
    }

    .wam69menuclose {
      display: none !important;
    }

    /* Desktop'ta menü içindeki dil seçicisini gizle */
    .wam69menulang {
      display: none !important;
    }

    .wam69menulist {
      position: static !important;
      display: flex !important;
      width: auto !important;
      max-width: none !important;
      height: auto !important;
      right: auto !important;
      border-radius: 5px !important;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
      overflow: visible !important;
      flex-direction: row !important;
    }

    .wam69menulist ul {
      flex-direction: row !important;
      flex: none !important;
    }

    .wam69menulist ul a {
      padding: 8px !important;
      text-align: center !important;
      border-bottom: none !important;
    }
  }

  @media screen and (max-width: 1024px) {
    /* Mobilde üstteki dil seçicisini gizle */
    .wam69title {
      display: none;
    }

    .wam69menumobil {
      display: flex;
      align-items: center;
      justify-content: end;
      background-color: #0f70b7;
      width: 100%;
    }

    .wam69menumobil span {
      font-size: 32px;
      color: #fff;
      padding: 5px;
    }

    /* Overlay/Backdrop */
    .wam69menuoverlay {
      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;
    }

    .wam69menuoverlay.active {
      display: block;
      opacity: 1;
    }

    /* Slide-in Menü */
    .wam69menulist {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      max-width: 320px;
      height: 100%;
      background-color: #0f70b7;
      padding: 0;
      border-radius: 0;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
      z-index: 10000000;
      display: flex;
      flex-direction: column;
      transition: right 0.3s ease;
      overflow-y: auto;
    }

    .wam69menulist.active {
      right: 0;
    }

    /* Kapatma Butonu */
    .wam69menuclose {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      color: #fff;
      font-size: 28px;
    }

    .wam69menuclose span {
      font-size: 28px;
      color: #fff;
    }

    .wam69menuclose:focus {
      outline: 2px solid #fff;
      outline-offset: -2px;
    }

    .wam69menulist ul {
      flex-direction: column;
      padding: 10px 0;
      margin: 0;
      gap: 0;
      flex: 1;
    }

    .wam69menulist ul a {
      padding: 15px 20px;
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Menü içindeki dil seçici - en alta */
    .wam69menulang {
      margin-top: auto;
      padding: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      background-color: rgba(0, 0, 0, 0.1);
    }

    .wam69menulang ul {
      display: flex;
      flex-direction: row;
      gap: 10px;
      padding: 0;
      margin: 0;
      justify-content: center;
      flex-wrap: wrap;
    }

    .wam69menulang ul li {
      list-style: none;
      margin: 0;
    }

    .wam69menulang ul a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
      text-transform: uppercase;
      padding: 0;
      border-bottom: none;
      cursor: pointer;
    }

    .wam69menulang ul a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.5);
    }

    .wam69menulang ul a:focus {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    .wam69menulang ul a[aria-current="true"] {
      background-color: rgba(255, 255, 255, 0.3);
      border-color: #fff;
      font-weight: bold;
    }

    .wam69body {
      flex-direction: column;
      gap: 20px;
    }

    .wam69Children {
      width: 100%;
      gap: 0px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .wam69menu {
      overflow-x: auto;
    }

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

  @media screen and (max-width: 768px) {
    .wam69menulist 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;
  }

  /* Safari özel düzeltme */
  @media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
      .swiper-slide>img {
        height: auto;
        min-height: 100%;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
      }

      .swiper-slide {
        overflow: hidden;
      }
    }
  }

  .swiper-container {
    margin-left: auto;
    margin-right: auto;
  }


  .title-vpeyz {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vpeyzbody {
    display: flex;
    align-items: stretch;
    padding: 15px 0px 15px 0px;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination-vpeyz {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
  }
  .sliderxvpeyz {
    position: relative;
    width: 100%;
    max-width: var(--max);
    margin: 10px auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .slider-vpeyzt-itle {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
    color: #1e3046;
    position: relative;
  }
  .slider-vpeyzt-itle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #1e3046, transparent);
    border-radius: 2px;
  }
  .swiper-button-prev-vpeyz,
  .swiper-button-next-vpeyz {
    color: #000 !important;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.4;
    position: absolute !important;
    /* Change relative to absolute */
    top: 50%;
    /* Position it at the middle of the container */
    transform: translateY(-50%);
    /* Center it vertically */
  }
  .swiper-button-prev-vpeyz {
    left: -30px !important;
  }
  .swiper-button-next-vpeyz {
    right: -30px !important;
  }
  @media screen and (max-width: 1024px) {
    .sliderxvpeyz {
      width: 100%;
      padding: 0 5px;
    }
    .swiper-button-prev-vpeyz,
    .swiper-button-next-vpeyz {
      display: none !important;
    }
    .swiper-vpeyz {
      margin: 4px;
    }
  }
  .img-vpeyz {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .swiper-vpeyz:hover .img-vpeyz {
    transform: scale(1.02);
  }
  .spot-vpeyz {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #6c757d;
    line-height: 1.5;
    font-size: 14px;
    height: 63px;
    min-height: 63px;
  }
  .title-spot-vpeyz {
    display: flex;
    flex-direction: column;
    height: 120px;
    min-height: 120px;
    gap: 12px;
    flex: 1;
  }
  .button-vpeyz {
    background: linear-gradient(135deg, #1e3046, #1e3046dd);
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .button-vpeyz::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
  }
  .button-vpeyz:hover::before {
    left: 100%;
  }
  .button-vpeyz:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .button-vpeyz::after {
    content: "arrow_forward";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-size: 18px;
    transition: transform 0.3s ease;
  }
  .button-vpeyz:hover::after {
    transform: translateX(5px);
  }
  .swiper-vpeyz {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 12px;
    margin: 8px;
    gap: 12px;
    padding: 12px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05);

  }
  .swiper-vpeyz:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    border-color: #1e3046;
  }

  .vpeyz {
    overflow: hidden;
    width: 100%;
  }
  .vpeyz .swiper-wrapper {
    width: 100%;
  }


  .sliderxx8qlgbody {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0f70b7;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
  }
  .sliderxx8qlg {
    width: var(--max);
    margin: 10px 0px 10px 0px;
  }
  .swiper-pagination-x8qlg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
  }
  .sliderxx8qlgtitle {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }
  @media screen and (max-width: 1024px) {
    .sliderxx8qlg {
      width: 100%;
    }
  }
  .swiper-button-prev-x8qlg,
  .swiper-button-next-x8qlg {
    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;
  }
  .x8qlg {
    overflow-x: auto;
  }
  .x8qlg::-webkit-scrollbar {
    display: none;
  }
  .modulchildx8qlg2 {
    text-align: -webkit-center;
    width: 100%;
    float: left;
    border-radius: 8px;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    filter: grayscale(1);
  }
  .modulchildx8qlg2:hover {
    filter: grayscale(0);
  }
  .modulchildx8qlg3 {
    float: left;
    padding: 5px;
  }


  .title-xw6tz {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #2c3e50;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xw6tzbody {
    display: flex;
    align-items: stretch;
    padding: 15px 0px 15px 0px;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination-xw6tz {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
  }
  .sliderxxw6tz {
    position: relative;
    width: 100%;
    max-width: var(--max);
    margin: 10px auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .slider-xw6tzt-itle {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
    color: #1e3046;
    position: relative;
  }
  .slider-xw6tzt-itle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #1e3046, transparent);
    border-radius: 2px;
  }
  .swiper-button-prev-xw6tz,
  .swiper-button-next-xw6tz {
    color: #000 !important;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.4;
    position: absolute !important;
    /* Change relative to absolute */
    top: 50%;
    /* Position it at the middle of the container */
    transform: translateY(-50%);
    /* Center it vertically */
  }
  .swiper-button-prev-xw6tz {
    left: -30px !important;
  }
  .swiper-button-next-xw6tz {
    right: -30px !important;
  }
  @media screen and (max-width: 1024px) {
    .sliderxxw6tz {
      width: 100%;
      padding: 0 5px;
    }
    .swiper-button-prev-xw6tz,
    .swiper-button-next-xw6tz {
      display: none !important;
    }
    .swiper-xw6tz {
      margin: 4px;
    }
  }
  .img-xw6tz {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .swiper-xw6tz:hover .img-xw6tz {
    transform: scale(1.02);
  }
  .spot-xw6tz {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #6c757d;
    line-height: 1.5;
    font-size: 14px;
    height: 63px;
    min-height: 63px;
  }
  .title-spot-xw6tz {
    display: flex;
    flex-direction: column;
    height: 120px;
    min-height: 120px;
    gap: 12px;
    flex: 1;
  }
  .button-xw6tz {
    background: linear-gradient(135deg, #1e3046, #1e3046dd);
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .button-xw6tz::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
  }
  .button-xw6tz:hover::before {
    left: 100%;
  }
  .button-xw6tz:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .button-xw6tz::after {
    content: "arrow_forward";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-size: 18px;
    transition: transform 0.3s ease;
  }
  .button-xw6tz:hover::after {
    transform: translateX(5px);
  }
  .swiper-xw6tz {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 12px;
    margin: 8px;
    gap: 12px;
    padding: 12px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05);

  }
  .swiper-xw6tz:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    border-color: #1e3046;
  }

  .xw6tz {
    overflow: hidden;
    width: 100%;
  }
  .xw6tz .swiper-wrapper {
    width: 100%;
  }


  .wa-advanced {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    font-family: "Poppins", sans-serif;
    max-width: calc(100vw - 60px);
    box-sizing: border-box;
  }

  .aqr3j-wa-advanced-button {
    position: relative;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .aqr3j-wa-advanced-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }

  .aqr3j-wa-advanced-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }

  .aqr3j-wa-advanced-pulse {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(1.3);
      opacity: 0;
    }
  }

  .aqr3j-wa-advanced-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    max-width: calc(100vw - 60px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: none;
    overflow: hidden;
    box-sizing: border-box;
  }

  .aqr3j-wa-advanced-header {
    background: #25D366;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
  }

  .aqr3j-wa-advanced-avatar {
    position: relative;
    width: 48px;
    height: 48px;
  }

  .aqr3j-wa-advanced-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .aqr3j-wa-advanced-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .aqr3j-wa-advanced-status.online {
    background: #4caf50;
  }

  .aqr3j-wa-advanced-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .aqr3j-wa-advanced-info p {
    margin: 4px 0 0 0;
    font-size: 12px;
    opacity: 0.9;
  }

  .aqr3j-wa-advanced-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
  }

  .aqr3j-wa-advanced-close:hover {
    opacity: 1;
  }

  .aqr3j-wa-advanced-body {
    padding: 16px;
    background: #f8f9fa;
  }

  .aqr3j-wa-advanced-message {
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .aqr3j-wa-advanced-message p {
    font-size: 14px;
    color: #333;
    text-align: right;
    margin: 0;
  }

  .aqr3j-wa-advanced-time {
    font-size: 10px;
    color: #999;
    margin: 4px 0 0 0;
  }

  .aqr3j-wa-advanced-footer {
    padding: 16px;
  }

  .aqr3j-wa-advanced-footer a {
    text-decoration: none;
    color: #fff !important;
  }

  .aqr3j-wa-advanced-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25D366;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .aqr3j-wa-advanced-chat-btn:hover {
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .wa-advanced {
      bottom: 20px;
      right: 30px;
      left: auto;
      max-width: calc(100vw - 40px);
    }
    
    .aqr3j-wa-advanced-panel {
      width: calc(100vw - 40px);
      max-width: 320px;
      right: 0;
      bottom: 80px;
    }
  }
  



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

  .footer {
    position: relative;
    background: #0f70b7;
    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:%230f70b7;%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;
    }
  }

