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

  .czmwrslider {
    width: 100%;
    position: relative;
    z-index: 0;
  }

  .czmwrmenu-sticky {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-top: calc(-150px - 15px) ;
  }

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

  .czmwrtitle:has(.czmwrtitlebodylang:empty),
  .czmwrtitle:has(.czmwrtitlebodylang ul:empty) {
    display: none;
  }

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

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

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

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

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

  .czmwrheader {
    width: var(--max);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px auto;
    position: relative;
    gap: 30px;
  }

  .czmwrbody {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .czmwr-mobile-toggle {
    display: none;
    background: #116f65;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

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

  /* Overlay ve kapatma butonu: sadece mobilde kullanılır, masaüstünde gizli */
  .czmwrmenuoverlay-slider {
    display: none;
  }

  .czmwrmenuclose-slider {
    display: none;
  }

  .czmwrmenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 10px 0 10px;
  }

  .czmwrmenulist {
    background-color: #116f65;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
  }

  .czmwrmenubody {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 10px;
    width: 100%;
  }

  /* Menü linkleri listesi (sadece doğrudan çocuk ul; dil listesi hariç) */
  .czmwrmenulist > ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

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

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

  .czmwrmenulist > ul a.czmwr-menu-list-active {
    color: #000000 !important;
  }

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

  .czmwrmenulistbody {
    width: 100%;
  }

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

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

  /* Dil seçici: li'ler her zaman yan yana (flex row) */
  .czmwrlanguages-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .czmwrlanguages-mobile li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .czmwrlanguages-mobile li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .czmwrlanguages-mobile li:hover {
    background-color: #ffffff;
    border-color: #000000;
  }


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

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

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

  @media screen and (max-width: 1024px) {

    .czmwrmenu-sticky {
      margin-top: -100px ;
    }

    .czmwrheader {
      width: calc(100% - 20px);
      padding: 0 10px;
    }

    .czmwrmenulist > ul {
      flex-direction: row;
    }

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

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

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

    .czmwrtitlebodylang {
      display: none;
    }

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

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

    .czmwrbodylogo {
      width: 40vw;
      max-width: 40vw;
      max-height: 80px;
    }

    /* Overlay: mobilde menü açıkken arka plan karartma, tıklanınca kapanır */
    .czmwrmenuoverlay-slider {
      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;
      pointer-events: none;
    }

    .czmwrmenuoverlay-slider.active {
      display: block;
      opacity: 1;
      pointer-events: auto;
      cursor: pointer;
    }

    /* Sağdan açılan panel (Apple tarzı): fixed, sağda dışarıda başlar, açılınca kayar */
    .czmwrmenulistbody {
      position: fixed;
      top: 0;
      right: -100%;
      width: 85%;
      max-width: 320px;
      height: 100%;
      background-color: #116f65;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
      z-index: 9999;
      overflow-y: auto;
      transition: right 0.3s ease;
      display: flex;
      flex-direction: column;
      padding: 0;
    }

    .czmwrmenu.czmwrmenu-open .czmwrmenulistbody {
      right: 0;
    }

    /* Panel içi kapatma butonu */
    .czmwrmenuclose-slider {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      background: transparent;
      border: none;
      color: #fff;
      cursor: pointer;
    }

    .czmwrmenuclose-slider span {
      font-size: 28px;
    }

    .czmwrmenulist {
      display: flex;
      flex-direction: column;
      padding: 0 12px 12px;
      box-shadow: none;
    }

    /* Mobil panel: menü linkleri dikey liste */
    .czmwrmenulist > ul {
      flex-direction: column;
      gap: 0;
    }

    .czmwrmenulist > ul a {
      font-size: 14px;
      width: 100%;
      padding: 12px;
      text-align: left;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 0;
    }

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

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

    /* Dil seçici: panel açıkken görünür, li'ler yan yana (üstteki .czmwrlanguages-mobile ul/li kuralları geçerli) */
    .czmwrmenu.czmwrmenu-open .czmwrlanguages-mobile {
      display: block;
    }

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


  /* Ana Container */
  .go7mg {
    width: 100%;
    margin: 15px 0;
  }

  /* Grid Container */
  .go7mgbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  /* Item Container */
  .go7mgbodyitem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    gap: 5px;
    margin: 5px;
    width: calc((var(--max) / 2) - 10px);
    position: relative;
  }

  .go7mgbodyitemlink {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
  }

  /* Resim Container */
  .go7mgbodyitemimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: calc(200px * 2);
    margin-top: -100px;
    border-radius: 10px;
    transition: all 0.3s ease;
  }

  .go7mgbodyitemimg:hover {
    transform: translateY(-10px);
  }

  .go7mgbodyitemimg img {
    max-height: 200px;
    max-width: calc(200px * 2);
    border-radius: 10px;
  }

  /* Başlık */
  .go7mgbodyitemtitle {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin: 10px 0 0 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
  }

  .go7mgbodyitemtitle:hover {
    transform: translateY(-2px);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  }

  /* Arka Plan */
  .go7mgbodybg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.5;
  }

  /* İçerik Container */
  .go7mgbodyitems {
    padding: 5px;
    display: flex;
    flex-direction: column;
    background-color: #279c90;
    gap: 15px;
    opacity: 0;
    margin-top: 100px;
    position: relative;
    transition: opacity 0.3s ease, transform 0.5s ease;
  }

  /* Sol Hizalama */
  .go7mgbodyitems.left {
    align-self: flex-start;
    border-radius: 0 10px 10px 0;
    transform: translateX(-100px);
  }

  /* Sağ Hizalama */
  .go7mgbodyitems.right {
    align-self: flex-end;
    border-radius: 10px 0 0 10px;
    transform: translateX(100px);
  }

  /* Görünür Durum */
  .go7mgbodyitems.visible {
    opacity: 1;
    transform: translateX(0);
  }

  /* Item Hizalama */
  .go7mgbodyitem.lefts {
    align-self: flex-end;
  }

  .go7mgbodyitem.rights {
    align-self: flex-start;
  }

  /* Alt Sayfa Linkleri */
  .go7mgbodyitechile {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
    text-align: center;
    color: #fff;
  }

  .go7mgbodyitechilesubpage {
    font-size: --chilesize--;
    color: --chilecolor-- !important;
    padding: 10px;
    border-radius: 5px;
    background-color: --chilebgcolor--;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
  }

  .go7mgbodyitechilesubpage:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }

  /* Tablet ve Mobil */
  @media screen and (max-width: 1024px) {
    .go7mgbodyitem {
      width: calc(100% - 30px);
    }

    .go7mgbody {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .go7mgbodyitems {
      width: 100%;
    }

    .go7mgbodyitems.left,
    .go7mgbodyitems.right {
      align-self: stretch;
      border-radius: 10px;
    }
  }


  .jf8sa-out {
    background-color: #116f65;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 20px 0px 20px 0px;
    float: left;
  }

  .jf8sa-right-body-chile {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .jf8sa-right-body-chile-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .jf8sa-right-body-chile-row-name {
    font-size: 22px;
    font-weight: 500;
  }

  .jf8sa-right-body-chile-row-spot {
    font-size: 14px;
  }

  .jf8sa-right-body {
    width: 100%;
    margin-left: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
  }

  .jf8sa-right-body-name {
    font-size: 28px;
    font-weight: 500;
  }

  .jf8sa-right-body-spot {
    font-size: 18px;
  }

  .jf8sa {
    width: var(--max);
    display: flex;
    flex-direction: row;
    float: left;
    opacity: 0;
    animation: fadeIn 0.6s ease-out forwards;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .jf8sa-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jf8sa-left {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    overflow: visible;
  }

  .jf8sa-left-img {
    aspect-ratio: 1/1;
    border-radius: 100%;
    width: 300px;
    background-color: bisque;
    margin-right: -150px;
    border: solid 15px #fff;
    position: relative;
    z-index: 2;
    animation: fadeInScale 1s ease-out, rotatingGlow 4s linear infinite;
    box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32);
  }

  /* Dönen ışık efekti için pseudo-element */
  .jf8sa-left-img::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: conic-gradient(
      from 0deg,
      transparent 0deg,
      transparent 60deg,
      #fff 90deg,
      #fff 120deg,
      transparent 150deg,
      transparent 210deg,
      #fff 240deg,
      #fff 270deg,
      transparent 300deg,
      transparent 360deg
    );
    opacity: 0.6;
    z-index: -1;
    animation: rotateGlow 3s linear infinite;
    filter: blur(20px);
  }

  .jf8sa-left-img::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    border-radius: 50%;
    background: conic-gradient(
      from 180deg,
      transparent 0deg,
      transparent 60deg,
      #fff 90deg,
      #fff 120deg,
      transparent 150deg,
      transparent 210deg,
      #fff 240deg,
      #fff 270deg,
      transparent 300deg,
      transparent 360deg
    );
    opacity: 0.4;
    z-index: -2;
    animation: rotateGlow 5s linear infinite reverse;
    filter: blur(30px);
  }

  /* Dönen glow animasyonu */
  @keyframes rotateGlow {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes rotatingGlow {
    0%, 100% {
      box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32),
                  0 0 30px #fff,
                  0 0 60px #fff,
                  0 0 90px #fff;
    }
    25% {
      box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32),
                  0 0 50px #fff,
                  0 0 80px #fff,
                  0 0 110px #fff,
                  -20px 0 40px #fff,
                  20px 0 40px #fff;
    }
    50% {
      box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32),
                  0 0 40px #fff,
                  0 0 70px #fff,
                  0 0 100px #fff,
                  0 -20px 40px #fff,
                  0 20px 40px #fff;
    }
    75% {
      box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32),
                  0 0 50px #fff,
                  0 0 80px #fff,
                  0 0 110px #fff,
                  20px 0 40px #fff,
                  -20px 0 40px #fff;
    }
  }

  /* Fade in ve scale animasyonu */
  @keyframes fadeInScale {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  /* İçerik animasyonları - Daha dinamik */
  .jf8sa-right-body {
    animation: slideInRightBounce 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s both;
  }

  @keyframes slideInRightBounce {
    0% {
      opacity: 0;
      transform: translateX(100px) scale(0.8);
    }
    60% {
      transform: translateX(-10px) scale(1.05);
    }
    80% {
      transform: translateX(5px) scale(0.98);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }

  .jf8sa-right-body-name {
    animation: slideInLeftBounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s both;
  }

  @keyframes slideInLeftBounce {
    0% {
      opacity: 0;
      transform: translateX(-80px) translateY(20px) rotate(-5deg);
    }
    60% {
      transform: translateX(10px) translateY(-5px) rotate(2deg);
    }
    80% {
      transform: translateX(-5px) translateY(2px) rotate(-1deg);
    }
    100% {
      opacity: 1;
      transform: translateX(0) translateY(0) rotate(0deg);
    }
  }

  .jf8sa-right-body-spot {
    animation: slideInRightBounceText 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.8s both;
  }

  @keyframes slideInRightBounceText {
    0% {
      opacity: 0;
      transform: translateX(60px) translateY(30px) scale(0.9);
    }
    60% {
      transform: translateX(-8px) translateY(-5px) scale(1.02);
    }
    80% {
      transform: translateX(4px) translateY(2px) scale(0.99);
    }
    100% {
      opacity: 1;
      transform: translateX(0) translateY(0) scale(1);
    }
  }

  .jf8sa-right-body-chile-row:first-child {
    animation: slideInUpBounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both;
  }

  .jf8sa-right-body-chile-row:last-child {
    animation: slideInUpBounce 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.2s both;
  }

  @keyframes slideInUpBounce {
    0% {
      opacity: 0;
      transform: translateY(50px) translateX(-30px) scale(0.8) rotate(3deg);
    }
    60% {
      transform: translateY(-10px) translateX(5px) scale(1.05) rotate(-1deg);
    }
    80% {
      transform: translateY(3px) translateX(-2px) scale(0.98) rotate(0.5deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) translateX(0) scale(1) rotate(0deg);
    }
  }

  @media screen and (max-width: 1024px) {
    .jf8sa {
      width: 100%;
      display: flex;
      flex-direction: column;
      min-height: 400px;
      float: left;
      padding: 15px 0px 15px 0px;
    }

    .jf8sa-left-img {
      width: calc(var(--max) / 2);
      max-width: 200px;
      margin-right: 0px;
      float: left;
      box-shadow: 0 4px 40px rgba(29, 27, 76, 0.32);
    }

    .jf8sa-left-img::before,
    .jf8sa-left-img::after {
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      filter: blur(15px);
    }

    .jf8sa-right-body {
      margin-left: 0;
      padding: 10px;
    }

    .jf8sa-left {
      justify-content: center;
      background-color: #116f65;
    }
  }

  @media screen and (min-width: 1024px) {
    .jf8sa {
      width: var(--max);
      display: flex;
      flex-direction: row;
    }

    .jf8sa-right-body-chile-row {
      flex: 1;
    }

    .jf8sa-right {
      flex: 5;
    }

    .jf8sa-left {
      flex: 1;
    }
  }


  .sliderxi650bbody {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .sliderxi650b {
    width: calc(var(--max) - 40px);
    display: flex;
    background: linear-gradient(135deg, #009a96 0%, #009a96 100%);
    border-radius: 20px;
    padding: 5px;
    gap: 5px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
  }

  .sliderxi650b::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
  }

  .sliderxi650b:hover::before {
    left: 100%;
  }

  .sliderxi650b:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .sliderxi650btitle {
    width: 60%;
    font-size: 24px;
    font-weight: 700;
    padding-right: 25px;
    color: #006B65;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #006B65;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  @keyframes slideInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .i650b {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }

  .i650b a {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .i650b-media {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    object-fit: contain;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.08);
    padding: 9px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: scale(0.85) rotate(-8deg);
    animation: iconPopIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  }

  .i650b a:nth-child(1) .i650b-media {
    animation-delay: 0.3s;
  }
  .i650b a:nth-child(2) .i650b-media {
    animation-delay: 0.4s;
  }
  .i650b a:nth-child(3) .i650b-media {
    animation-delay: 0.5s;
  }
  .i650b a:nth-child(4) .i650b-media {
    animation-delay: 0.6s;
  }
  .i650b a:nth-child(5) .i650b-media {
    animation-delay: 0.7s;
  }
  .i650b a:nth-child(6) .i650b-media {
    animation-delay: 0.8s;
  }
  .i650b a:nth-child(7) .i650b-media {
    animation-delay: 0.9s;
  }
  .i650b a:nth-child(8) .i650b-media {
    animation-delay: 1s;
  }

  @keyframes iconPopIn {
    0% {
      opacity: 0;
      transform: scale(0.85) rotate(-8deg);
    }
    50% {
      transform: scale(1.08) rotate(4deg);
    }
    100% {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
  }

  .i650b-media:hover {
    transform: scale(1.15) rotate(3deg) translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 0 15px rgba(255, 255, 255, 0.25), inset 0 0 0 1.5px #006B65;
    filter: brightness(1.15) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    background: rgba(255, 255, 255, 0.15);
  }

  .i650b a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    pointer-events: none;
  }

  .i650b a:hover::after {
    width: 80px;
    height: 80px;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  @media screen and (max-width: 1200px) {
    .sliderxi650btitle {
      width: 100%;
      text-align: center;
      border-right: none;
      border-bottom: 3px solid #006B65;
      padding-right: 0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 28px;
    }
    .sliderxi650b {
      width: calc(var(--max) - 40px) !important;
      flex-direction: column;
      padding: 30px 25px;
      gap: 25px;
    }
    .i650b {
      justify-content: center;
      gap: 14px;
    }
    .i650b-media {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      padding: 7px;
    }
    .sliderxi650bbody {
      width: calc(var(--max) - 20px);
    }
  }

  @media screen and (max-width: 768px) {
    .sliderxi650btitle {
      font-size: 24px;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    .sliderxi650b {
      padding: 25px 20px;
      border-radius: 16px;
    }
    .i650b-media {
      width: 30px;
      height: 30px;
      border-radius: 8px;
      padding: 6px;
    }
  }


  /* Sağ alt: üstte Instagram, altta WhatsApp */
  .wa-ig-stack {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
  }

  /* Her buton: yuvarlak + pulse halka */
  .wa-ig-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: wa-ig-float 3s ease-in-out infinite;
  }

  .wa-ig-btn:nth-child(2) {
    animation-delay: 0.15s;
  }

  .wa-ig-btn:hover {
    transform: scale(1.1);
    animation: none;
  }

  @keyframes wa-ig-float {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-3px);
    }
  }

  .wa-ig-btn:hover {
    transform: scale(1.1) translateY(0);
  }

  /* Pulse halka */
  .wa-ig-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: -50% 0 0 -50%;
    border-radius: 50%;
    opacity: 0.5;
    pointer-events: none;
    animation: wa-ig-pulse 2s ease-out infinite;
  }

  .wa-ig-ig .wa-ig-ring {
    border: 2px solid #e1306c;
  }

  .wa-ig-wa .wa-ig-ring {
    border: 2px solid #25d366;
  }

  @keyframes wa-ig-pulse {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }

    100% {
      transform: scale(1.4);
      opacity: 0;
    }
  }

  /* İç yuvarlak + ikon */
  .wa-ig-inner {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
  }

  .wa-ig-btn:hover .wa-ig-inner {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  /* Instagram: gradient */
  .wa-ig-ig .wa-ig-inner {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  }

  .wa-ig-ig:hover .wa-ig-inner {
    box-shadow: 0 6px 24px rgba(225, 48, 108, 0.45);
  }

  /* WhatsApp: yeşil */
  .wa-ig-wa .wa-ig-inner {
    background: #25d366;
  }

  .wa-ig-wa:hover .wa-ig-inner {
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  }

  .wa-ig-btn svg {
    display: block;
    width: 26px;
    height: 26px;
  }

  @media (max-width: 768px) {
    .wa-ig-stack {
      bottom: 20px;
      right: 20px;
      gap: 10px;
    }

    .wa-ig-btn,
    .wa-ig-inner {
      width: 50px;
      height: 50px;
    }

    .wa-ig-btn svg {
      width: 22px;
      height: 22px;
    }
  }


  .ajanslink {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    margin: 20px 0px 20px 0px;
  }
  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 250px;
  }

  .footer {
    position: relative;
    background: #116f65;
    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: 5px 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:%23116f65;%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;
    }
  }

