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

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

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

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

  .cbpqititle:has(.cbpqititlebodylang:empty),
  .cbpqititle:has(.cbpqititlebodylang ul:empty) {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .cbpqimenuclose-slider {
    display: none;
  }

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

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

  .cbpqimenubody {
    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ç) */
  .cbpqimenulist > ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

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

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

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

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

  .cbpqimenulistbody {
    width: 100%;
  }

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

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

  /* Dil seçici: li'ler her zaman yan yana (flex row) */
  .cbpqilanguages-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;
  }

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

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

  .cbpqilanguages-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) {
    .cbpqibodylogo {
      height: 80px;
      max-width: 90vw;
    }

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

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

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

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

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

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

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

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

    .cbpqititlebodylang {
      display: none;
    }

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

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

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

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

    .cbpqimenuoverlay-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 */
    .cbpqimenulistbody {
      position: fixed;
      top: 0;
      right: -100%;
      width: 85%;
      max-width: 320px;
      height: 100%;
      background-color: #9a3d23;
      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;
    }

    .cbpqimenu.cbpqimenu-open .cbpqimenulistbody {
      right: 0;
    }

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

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

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

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

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

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

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

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

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


  .mjqyy {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 25px 0px 25px 0px;
    width: 100%;
    box-sizing: border-box;
  }
  .mjqyybody {
    width: var(--max);
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
  }
  .mjqyybodyitem {
    position: relative;
    background: #ffffff;
    border-radius: 36px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    animation: fadeInSlideUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .mjqyybodyitem.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  @keyframes fadeInSlideUp {
    0% {
      opacity: 0;
      transform: translateY(60px) scale(0.95);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes slideInLeft {
    0% {
      opacity: 0;
      transform: translateX(-80px) scale(0.9);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(80px) scale(0.9);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  @keyframes shimmer {
    0% {
      background-position: -1000px 0;
    }
    100% {
      background-position: 1000px 0;
    }
  }
  .mjqyybodyitem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    pointer-events: none;
  }
  .mjqyybodyitem::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    pointer-events: none;
    animation: shimmer 3s infinite;
  }
  .mjqyybodyitem:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16), 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .mjqyybodyitem:hover::before {
    opacity: 1;
  }
  .mjqyybodyitem:hover::after {
    opacity: 1;
  }
  .mjqyybodyitem.left {
    flex-direction: row;
  }
  .mjqyybodyitem.left .mjqyybodyitemimg {
    animation: slideInLeft 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .mjqyybodyitem.left .mjqyybodyitemcontent {
    animation: slideInRight 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    text-align: right;
  }
  .mjqyybodyitem.right {
    flex-direction: row-reverse;
  }
  .mjqyybodyitem.right .mjqyybodyitemimg {
    animation: slideInRight 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  .mjqyybodyitem.right .mjqyybodyitemcontent {
    animation: slideInLeft 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    text-align: left;
  }
  .mjqyybodyitemimg {
    position: relative;
    width: 30%;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f1f3f5 100%);
    overflow: visible;
    flex-shrink: 0;
    z-index: 2;
    opacity: 0;
    transition: background 0.5s ease;
  }
  .mjqyybodyitem:hover .mjqyybodyitemimg {
    background: linear-gradient(135deg, #f0f2f5 0%, #e1e5e9 50%, #f5f7fa 100%);
  }
  .mjqyybodyitem.left .mjqyybodyitemimg {
    justify-content: flex-start;
    border-radius: 36px 0 0 36px;
    padding-left: 40px;
    padding-right: 20px;
  }
  .mjqyybodyitem.right .mjqyybodyitemimg {
    justify-content: flex-end;
    border-radius: 0 36px 36px 0;
    padding-right: 40px;
    padding-left: 20px;
  }
  .mjqyybodyitemimg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.6s ease;
    display: block;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.12)) brightness(1);
  }
  .mjqyybodyitem:hover .mjqyybodyitemimg img {
    transform: scale(1.15) rotate(2deg);
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.2)) brightness(1.05);
  }
  .mjqyybodyitemcontent {
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    background: #ffffff;
    flex: 1;
    z-index: 2;
    position: relative;
    opacity: 0;
    transition: padding 0.5s ease;
  }
  .mjqyybodyitem:hover .mjqyybodyitemcontent {
    padding: 50px 50px;
  }
  .mjqyybodyitemtitle {
    font-weight: 800;
    color: #1a1a1a;
    font-size: 1.75em;
    line-height: 1.3;
    margin: 0;
    letter-spacing: -0.8px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
  }
  .mjqyybodyitem:hover .mjqyybodyitemtitle {
    color: #0a0a0a;
    transform: translateX(4px);
  }
  .mjqyybodyitem.left .mjqyybodyitemtitle {
    text-align: right;
  }
  .mjqyybodyitem.left:hover .mjqyybodyitemtitle {
    transform: translateX(-4px);
  }
  .mjqyybodyitem.right .mjqyybodyitemtitle {
    text-align: left;
  }
  .mjqyybodyitemdesc {
    color: #6b7280;
    font-size: 1.1em;
    line-height: 1.85;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  .mjqyybodyitem:hover .mjqyybodyitemdesc {
    color: #4b5563;
    transform: translateX(2px);
  }
  .mjqyybodyitem.left .mjqyybodyitemdesc {
    text-align: right;
  }
  .mjqyybodyitem.left:hover .mjqyybodyitemdesc {
    transform: translateX(-2px);
  }
  .mjqyybodyitem.right .mjqyybodyitemdesc {
    text-align: left;
  }
  .mjqyybodyitemlink {
    text-decoration: none;
    color: inherit;
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  @media screen and (max-width: 1024px) {
    .mjqyybody {
      gap: 50px;
    }
    .mjqyybodyitem {
      border-radius: 32px;
    }
    .mjqyybodyitemimg {
      width: 45%;
      min-height: 320px;
      padding: 35px;
    }
    .mjqyybodyitem.left .mjqyybodyitemimg {
      border-radius: 32px 0 0 32px;
    }
    .mjqyybodyitem.right .mjqyybodyitemimg {
      border-radius: 0 32px 32px 0;
    }
    .mjqyybodyitemcontent {
      padding: 40px 35px;
    }
    .mjqyybodyitemtitle {
      font-size: 1.6em;
    }
    .mjqyybodyitemdesc {
      font-size: 1.05em;
    }
  }
  @media screen and (max-width: 768px) {
    .mjqyy {
      margin: 15px 10px;
    }
    .mjqyybody {
      gap: 25px;
      width: 100%;
      max-width: 100%;
    }
    .mjqyybodyitem {
      flex-direction: column !important;
      border-radius: 20px;
      width: 100%;
      max-width: 100%;
    }
    .mjqyybodyitem:hover {
      transform: translateY(-6px) scale(1.01);
    }
    .mjqyybodyitemlink {
      flex-direction: column !important;
      width: 100%;
    }
    /* Mobilde her zaman resim üstte */
    .mjqyybodyitemimg {
      width: 100% !important;
      max-width: 100%;
      max-height: 220px;
      height: auto;
      aspect-ratio: 16/9;
      padding: 12px;
      border-radius: 20px 20px 0 0 !important;
      justify-content: center !important;
      align-items: center !important;
      order: -1 !important;
      flex-shrink: 0;
      overflow: hidden;
    }
    .mjqyybodyitem.left .mjqyybodyitemimg,
    .mjqyybodyitem.right .mjqyybodyitemimg {
      border-radius: 20px 20px 0 0 !important;
      padding-left: 12px !important;
      padding-right: 12px !important;
      justify-content: center !important;
    }
    .mjqyybodyitemimg img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }
    /* Mobilde her zaman içerik altta */
    .mjqyybodyitemcontent {
      padding: 20px 15px;
      order: 1 !important;
      flex: 1;
      width: 100%;
      box-sizing: border-box;
    }
    .mjqyybodyitem.left .mjqyybodyitemcontent,
    .mjqyybodyitem.right .mjqyybodyitemcontent {
      text-align: center !important;
    }
    .mjqyybodyitemtitle {
      font-size: 1.25em;
      text-align: center;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .mjqyybodyitem.left:hover .mjqyybodyitemtitle,
    .mjqyybodyitem.right:hover .mjqyybodyitemtitle {
      transform: translateY(-2px);
    }
    .mjqyybodyitemdesc {
      font-size: 0.9em;
      text-align: center;
      line-height: 1.6;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .mjqyybodyitem.left:hover .mjqyybodyitemdesc,
    .mjqyybodyitem.right:hover .mjqyybodyitemdesc {
      transform: translateY(-1px);
    }
  }
  @media screen and (max-width: 480px) {
    .mjqyy {
      margin: 10px 8px;
    }
    .mjqyybody {
      gap: 20px;
      width: 100%;
      max-width: 100%;
    }
    .mjqyybodyitem {
      border-radius: 16px;
      width: 100%;
      max-width: 100%;
    }
    .mjqyybodyitem:hover {
      transform: translateY(-4px) scale(1);
    }
    .mjqyybodyitemimg {
      border-radius: 16px 16px 0 0 !important;
      max-height: 180px;
      aspect-ratio: 16/9;
      padding: 10px;
      order: -1 !important;
    }
    .mjqyybodyitem.left .mjqyybodyitemimg,
    .mjqyybodyitem.right .mjqyybodyitemimg {
      border-radius: 16px 16px 0 0 !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    .mjqyybodyitemcontent {
      padding: 18px 12px;
      gap: 12px;
      order: 1 !important;
    }
    .mjqyybodyitemtitle {
      font-size: 1.1em;
      letter-spacing: -0.3px;
    }
    .mjqyybodyitemdesc {
      font-size: 0.85em;
      line-height: 1.5;
    }
  }
  @media screen and (max-width: 360px) {
    .mjqyy {
      margin: 8px 5px;
    }
    .mjqyybody {
      gap: 18px;
      width: 100%;
      max-width: 100%;
    }
    .mjqyybodyitem {
      border-radius: 12px;
      width: 100%;
      max-width: 100%;
    }
    .mjqyybodyitemimg {
      border-radius: 12px 12px 0 0 !important;
      max-height: 160px;
      aspect-ratio: 16/9;
      padding: 8px;
      order: -1 !important;
    }
    .mjqyybodyitem.left .mjqyybodyitemimg,
    .mjqyybodyitem.right .mjqyybodyitemimg {
      border-radius: 12px 12px 0 0 !important;
      padding-left: 8px !important;
      padding-right: 8px !important;
    }
    .mjqyybodyitemcontent {
      padding: 15px 10px;
      gap: 10px;
      order: 1 !important;
    }
    .mjqyybodyitemtitle {
      font-size: 1em;
    }
    .mjqyybodyitemdesc {
      font-size: 0.8em;
      line-height: 1.4;
    }
  }
  @media (hover: none) and (pointer: coarse) {
    .mjqyybodyitem:hover {
      transform: none;
    }
    .mjqyybodyitem:hover .mjqyybodyitemimg {
      transform: none;
      filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.12)) brightness(1);
    }
    .mjqyybodyitem:hover .mjqyybodyitemtitle {
      transform: none;
      color: #1a1a1a;
    }
    .mjqyybodyitem:hover .mjqyybodyitemdesc {
      transform: none;
      color: #6b7280;
    }
    .mjqyybodyitem:hover .mjqyybodyitemcontent {
      padding: 50px 45px;
    }
  }


  .footer {
    background-color: #9a3d23;
    color: #fff !important;
    padding: 20px;
    border-top: 5px solid #000;
  }

  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-logo img {
    max-width: 150px;
  }

  .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu__item {
    margin: 0 15px;
  }

  .menu_link {
    color: #fff !important;
  }

  .menu_link:hover {
    color: #2980b9;
    text-decoration: underline;
  }

  .menu__link {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #7f8c8d;
    padding-top: 20px;
  }

  .footer-bottom p {
    margin: 0;
    opacity: 0.75;
  }

  @media (max-width: 768px) {
    .footer-top {
      flex-direction: column;
      text-align: center;
    }

    .menu {
      margin-top: 20px;
    }

    .menu__item {
      margin: 10px 0;
    }
  }

