.worldmap {
  width: 75vw;
  aspect-ratio: auto;
}
#navbar-tabs .nav-link {
  flex-grow: 1;
}

.bg-harita {
  background-image: url("../img/harita.jpg");
  background-color: #f7f7f9;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.feature-box {
  padding: 0 30px;
  border-right: 1.5px solid var(--border-color);
  color: #6f6f6f;
  p {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
    font-weight: 400;
  }
}

.feature-box:nth-child(3n) {
  border-right: none; /* her satırın sonundaki kutuda sağ border olmasın */
}

.pagination-tabs {
  display: flex;
  padding: var(--Spacing-Margin-Medium, 60px) 60px;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-UI-XL, 32px);
  align-self: stretch;
}

.header-gap {
  gap: 8px;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Kart */
.news-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
}

/* Görsel */
.news-thumb img {
  width: 22.4vw;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}

/* İçerik */
.news-content {
  text-align: start;

  h6 {
    font-size: 16px;
    font-weight: 300 !important;
  }
}

.news-title {
  font-weight: 300;
  color: black;
}

.yacht-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.yacht-scroll-row {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 15px;
  min-width: max-content;
  justify-content: space-around;
}

.yacht-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  gap: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.main-tab.active {
  color: black;
  font-weight: bold;
  box-shadow: none;
}

.main-tab span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 12px;
}

.main-tab.active span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: orange;
}

.yacht-scroll-wrapper {
  overflow-x: auto;
}

.yacht-scroll-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
}

/* Tüm köşeler: önce görünmez */
.yacht-card::before,
.yacht-card::after,
.yacht-card .corner {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #e96818;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}

/* Üst sol */
.yacht-card::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* Üst sağ */
.yacht-card::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

/* Alt sol */
.yacht-card .bottom-left {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}

/* Alt sağ */
.yacht-card .bottom-right {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}

/* Hover olduğunda görünürlük ver */
.yacht-card:hover::before,
.yacht-card:hover::after,
.yacht-card:hover .corner {
  opacity: 1;
}

.yacht-card {
  flex: 1 0 auto; /* 8 kart için yüzde bazlı genişlik */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 10px 0px;
  border-radius: 8px;

  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.yacht-card img {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}

.yacht-card h6 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.6px;
}

@import url("rival-sans.css");
.collab-container {
  padding: 20px;
  background-color: #f7f7f9;
}
.collab-img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 30px;
}
.collab-brand {
  height: 100px;
  object-fit: cover;
  object-position: center;

  background-color: white;
  border-radius: 8px;
  img {
    width: 180px;
    max-height: 100px;
    padding: 30px 34px;
  }
}

.justify-items-center {
  justify-items: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "IvyOra Display";
  overflow-y: hidden;
}

p,
nav,
footer,
button,
input,
.breadcrumb,
h6 {
  font-family: "Rival Sans";
}

.thin {
  font-weight: 100 !important;
}
.extra-light {
  font-weight: 200 !important;
}
.light {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.black {
  font-weight: 900 !important;
}

.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.f-38 {
  font-size: 38px;
}
.f-40 {
  font-size: 40px;
}
.f-42 {
  font-size: 42px;
}
.f-44 {
  font-size: 44px;
}
.f-46 {
  font-size: 46px;
}
.f-48 {
  font-size: 48px;
}
.f-50 {
  font-size: 50px;
}
.f-52 {
  font-size: 52px;
}
.f-54 {
  font-size: 54px;
}
.f-56 {
  font-size: 56px;
}
.f-58 {
  font-size: 58px;
}
.f-60 {
  font-size: 60px;
}

.italic {
  font-style: italic;
}

.hidden {
  visibility: hidden;
}
.gray {
  color: #6f6f6f !important;
}
.bg-gray {
  background-color: #f7f7f9 !important;
}

h6 {
  color: #6f6f6f;

  font-size: 14px;
  font-style: normal;

  line-height: 140%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.announcement {
  max-height: 44px;
  display: flex;
  flex-flow: row wrap;
  place-content: center;
}

.announcement p,
.announcement p a {
  font-size: 12px;
  line-height: 0;
  text-align: justify;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 2px;
  color: #6f6f6f;
}
.announcement p a {
  color: #0f0f0f !important;
}

.navbar {
  background-color: white;
  padding-left: 3.64vw;
  padding-right: 3.64vw;
  padding-top: 1.21vw;
  padding-bottom: 1.21vw;
}
.logo img {
  width: 8.545vw !important;
}
.nav-link {
  letter-spacing: 2px;
}

.breadcrumb {
  text-wrap: nowrap;
  padding: 16px 60px;
  text-align: center;
  justify-content: center;
  color: #6f6f6f !important;
  text-transform: uppercase;

  flex-wrap: nowrap;
  a,
  p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.6px;
    margin-right: 8px;
  }
}

.justify-items-start {
  justify-items: start;
}

.nav-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  text-align: left;
  padding: 0 1rem;
  margin-bottom: 10px;
}

.nav-link .label {
  color: #0f0f0f;

  font-size: 12px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.nav-link .image img {
  max-height: 60px;
}

.nav-link .arrow {
  color: #0f0f0f;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.6px;
}

.tab-content img {
  max-width: 100%;
}

/* .nav-link.active {
  background-color: #f1f1f1 !important;
} */
.breadcrumb {
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  align-items: center;
  p {
    margin-bottom: 2px;
    margin-right: 8px;
    font-weight: bold;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 9vw 30px 9vw;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
}

.carousel-slide {
  flex: 0 0 67%;
  display: flex;
  justify-content: center;
  transition: transform 0.3s, opacity 0.3s;
  aspect-ratio: 16/9;
}

.carousel-slide img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s, opacity 0.3s;
}

.carousel-slide.inactive img {
  padding: 0 10px 0 10px;
  opacity: 0.4;
  border-radius: 22px;
  aspect-ratio: 16/9;
}

.carousel-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.carousel-btn {
  width: 40px;
  height: 40px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.carousel-btn:hover {
  background-color: #444;
}
.video-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 670px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6); /* Siyah overlay */
  z-index: 1;
}

.video-content {
  position: absolute;
  top: 120px; /* üstten 120px */
  left: 50%;
  transform: translateX(-50%); /* yatayda ortala */
  z-index: 2;
  text-align: center;
  color: white;
}

.video-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 300;
}

.video-content .btn {
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 30px;
}

.magazine-section-2 {
  background-color: #f7f7f9;
  padding: 60px;

  overflow-y: hidden;
}

.magazine-container-2 {
  display: flex;
  gap: 60px;
  align-items: stretch; /* Eşit yükseklik için bu önemli */
}

.magazine-visual-2 {
  flex: 1; /* Artık eşit genişlikte olacak */
  position: relative;
  overflow: hidden;
  max-width: 540px;
  bottom: -3.85vw;
}
.magazine-container {
  display: flex;
  gap: 60px;
  align-items: stretch; /* Eşit yükseklik için bu önemli */
}

.magazine-visual {
  flex: 1; /* Artık eşit genişlikte olacak */
  position: relative;
  overflow: hidden;
}

.magazine-text {
  color: #0f0f0f;
  flex: 1; /* Bu da eşit genişlikte olacak */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Dikey ortalama */
}

.m-60 {
  margin: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mt-120 {
  margin-top: 120px;
}

.pt-120 {
  padding-top: 120px;
}
.pb-60 {
  padding-bottom: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}

.slide-2-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 10vw 30px 10vw;
  background-color: #f7f7f9;
  display: flex;
  align-items: center;
  gap: 20px; /* Butonlarla track arası */
}

.slide-2-track {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

.slide-2-slide {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
  transition: transform 0.3s, opacity 0.3s;
  aspect-ratio: 16 / 9;
}

.slide-2-slide img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s, opacity 0.3s;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.slide-2-slide.inactive {
  opacity: 0.4;
  border-radius: 22px;
}

.slide-2-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10; /* 👈 Öne alınır */
  width: 40px;
  height: 40px;
  background-color: white; /* 👈 Beyaz arka plan */
  color: black; /* 👈 Siyah ok */
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  pointer-events: auto; /* 👈 Tıklanabilirliği garantiye alır */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.slide-2-btn:hover {
  background-color: #f0f0f0;
}

/* Konumlandırma */
.slide-2-btn.prev {
  left: 10%; /* 👈 Daha içeri alındı */
}

.slide-2-btn.next {
  right: 9%; /* 👈 Daha içeri alındı */
}

.carousel-single-container {
  position: relative;
  width: 100%;
  overflow: hidden; /* 👈 Diğer slaytları gizler */
  padding: 0 10vw 30px 10vw;
  display: flex;
  align-items: center;
  gap: 0; /* Buton-tracker arası boşluk istenmiyor */
}

.carousel-single-track {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
}

.carousel-single-slide {
  flex: 0 0 100%;
  aspect-ratio: 21 / 9;
  visibility: hidden; /* 👈 Başta tümü görünmez */
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
}

.carousel-single-slide.active {
  visibility: visible;
  opacity: 1;
}

.carousel-single-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.carousel-single-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.carousel-single-btn.prev {
  left: 10%;
}
.carousel-single-btn.next {
  right: 10%;
}

.carousel-single-btn:hover {
  background-color: #f0f0f0;
}
.d-none {
  display: none !important;
}
.sub-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.video-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  align-items: center;
}

.video-carousel-slide {
  flex: 0 0 auto;
  width: 70vw; /* genişlik burada kontrol edilir */
  display: flex;
  justify-content: center;
  transition: transform 0.3s, opacity 0.3s;
  aspect-ratio: 16/9;
}

.video-carousel-slide video {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s, opacity 0.3s;
}
.video-carousel-slide iframe {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s, opacity 0.3s;
}
.video-carousel-slide.inactive video {
  padding: 0 10px;
  opacity: 0.4;
  border-radius: 22px;
}
.video-carousel-slide.inactive iframe {
  padding: 0 10px;
  opacity: 0.4;
  border-radius: 22px;
}
.video-carousel-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.video-carousel-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  color: black;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.video-carousel-btn:hover {
  background-color: #444;
}

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.play-button svg {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-slide img {
  aspect-ratio: 16/9;
}

.line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  flex: 1;
}
.btn-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;

  padding: 0 20px;
}
.tour-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.tour-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.tour-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  pointer-events: none; /* istenirse tıklanamaz olsun */
}

.tour-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.tour-text {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.deck-viewer {
  background-color: white;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 60px;
  margin: auto;
  position: relative;
}

.deck-image img {
  width: 75%;
  max-height: 500px;
  object-fit: contain;
}

.main-tab-switch {
  display: flex;
  background-color: #f1f1f1;
  border-radius: 999px;
  padding: 4px;
  width: fit-content;
  margin: 20px auto;
  gap: 4px;
}

.main-tab {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  color: #555;
  transition: all 0.3s ease;
  line-height: 10px;
}

.main-tab.active {
  background-color: white;
  color: black;
}

#deck-title {
  margin: 0 16px;
  align-self: center;
}
.main-tab:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

#prev-deck,
#next-deck {
  rotate: 270deg;
  width: 40px;
  height: 40px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.spec-border {
  align-items: center;
  border-bottom: 1px dashed rgba(15, 15, 15, 0.1);

  p,
  h6 {
    margin-bottom: 4px;
    margin-top: 10px;
    line-height: 1;
  }
  h6 {
    font-weight: 500;
    text-transform: capitalize;
    text-wrap: nowrap;
  }
}
.container-specs {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.spec-column {
  flex: 1;
}
.award-box {
  display: flex;
  flex: 1;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(247, 247, 249, 0.8);
  text-wrap: nowrap;

  .pill {
    display: flex;
    padding: 6px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 9999px;
    border: 1px solid #e96818;
    color: black;
  }
}
.equal-card {
  position: relative;
  flex: 1;

  border-radius: 8px;
  overflow: hidden;
  img {
    aspect-ratio: 1;
    object-fit: cover;
  }
}

.img-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.styled-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  pointer-events: none;
}

.card-caption {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: white;
  max-width: 35vw;
  text-align: start;
  margin: 0;
  z-index: 1;
}
.discover-button {
  padding: 8px;
  padding-left: 20px;
  background-color: #f7f7f9;
  color: black;
  text-decoration: none;
  border-radius: 25px;
  font-size: 12px;
  letter-spacing: 2px;
  border: 1px solid rgba(15, 15, 15, 0.1);
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .yacht-card {
    flex: 0 0 auto;

    max-width: 40vw;
    padding: 12px 8px;
    box-sizing: border-box;
  }

  .yacht-scroll-wrapper {
    padding: 0 16px !important;
  }

  .yacht-scroll-row {
    gap: 0 !important;
    padding: 0;
  }

  .yacht-card-positioned {
    min-width: 75vw !important;
  }
  .pagination-tabs {
    padding: 40px 60px;
    gap: 30px;

    .main-tab span {
      letter-spacing: 1.6px !important;
    }
  }

  .carousel-container {
    padding: 0 0 30px 0 !important;
  }

  #dealModal {
    max-width: 100vh;
    overflow-y: scroll;
    .modal-content {
      max-height: fit-content !important;
      overflow-y: scroll;
    }
  }
  .js-start {
    justify-self: start !important;
  }
  .js-center {
    justify-self: center !important;
  }
  .sm-start {
    justify-items: start !important;
  }
  .modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
  }
  .modal-content {
    background: #f7f7f9;
    max-height: 100vh !important;
    height: fit-content;
    border-radius: 0 !important;
    width: 100% !important;
    padding: 20px !important;

    label.form-check-label {
      font-size: 13px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 120% !important;
      letter-spacing: 0.4px !important;
      display: flex !important;
      gap: 12px !important;
    }
    .form-group-custom:nth-child(3) {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .form-check-input {
      margin: 0px !important;
      padding: 9px;
    }
    .modal-subtitle {
      font-size: 15px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 40px !important;
    }
    .modal-title {
      font-size: 20px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 24px */
      letter-spacing: 0.8px;
      margin-top: 16px;
      margin-bottom: 16px;
    }

    .submit-btn {
      margin-top: 40px;
    }
    .form-check:last-child {
      margin: 0;
    }
    .modal-close {
      align-self: end;

      background: black;
      color: white;
      border: none;
      width: 32px;
      height: 32px;
      font-size: 20px;
      border-radius: 50%;
      cursor: pointer;
    }
    h6 {
      padding: 30px 0 0 0 !important;
    }
  }

  .tagline-mobile {
    margin-top: 75px !important;
  }
  .wrap-word {
    flex-wrap: wrap !important;
  }

  .features-grid {
    row-gap: 16px !important;
  }
  .spec-border {
    justify-content: start;
    gap: 30px;
    align-items: start;
    p {
      line-height: 1.4;
    }
  }

  .sm-nogap {
    gap: 0px !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .sm-left {
    text-align: left !important;
  }
  .sm-hidden {
    display: none !important;
  }
  .sm-nopad {
    padding: 0 !important;
  }
  .sm-nomb {
    margin-bottom: 0 !important;
  }
  .sm-nomt {
    margin-top: 0 !important;
  }
  .sm-nobor {
    border-radius: 0 !important;
  }
  .news-thumb img {
    width: 90vw;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
  }

  .news-content {
    width: 90vw;
    text-align: start !important;
    h6 {
      text-align: start !important;
    }
  }

  .feature-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: none;
    p {
      text-align: start !important;
      font-size: 18px !important;
    }
    h4 {
      font-size: 20px !important;
    }
  }

  #modal-usa {
    top: 24%;
    left: 0;
    text-align: start !important;
  }
  .pin-usa {
    position: absolute;
    top: 20%;
    left: 14%;
    cursor: pointer;
    z-index: 50;
    color: white;
    width: 50px;
    aspect-ratio: 1;
  }
  #modal-es {
    top: 24%;
    right: 20%;
  }
  .pin-es {
    position: absolute;
    top: 11%;
    left: 59%;
    cursor: pointer;
    z-index: 50;
    color: #d9d9d7;
    width: 50px;
    aspect-ratio: 1;
  }
  #modal-tr {
    top: 24%;
    right: 0;
  }
  .pin-tr {
    position: absolute;
    top: 12%;
    right: 8%;
    cursor: pointer;
    z-index: 50;
    color: white;
    width: 50px;
    aspect-ratio: 1;
  }
  .worldmap {
    width: 100vw;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    scale: 1.3;
  }

  .carousel-single-slide {
    flex: 0 0 100%;
    aspect-ratio: 16 / 9;
  }

  .carousel-single-container {
    position: relative;
    width: 100%;
    overflow: hidden; /* 👈 Diğer slaytları gizler */
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0; /* Buton-tracker arası boşluk istenmiyor */
  }
  .carousel-single-btn.next {
    right: 5%;
    top: 45%;
  }
  .carousel-single-btn.prev {
    left: 5%;
    top: 45%;
  }

  .slide-2-slide {
    flex: 0 0 100%; /* 👈 Her biri tüm alanı kaplasın */
  }
  .slide-2-slide img {
    border-radius: 0 !important;
  }

  .slide-2-btn.prev {
    left: 5%;
    top: 45%;
  }

  .slide-2-btn.next {
    right: 5%;
    top: 45%;
  }
  .d-flex.gap-4 {
    flex-direction: column;
    text-align: center;
    a {
      border-right: none !important;
      padding-right: 0 !important;
    }
  }

  .mt-120 {
    margin-top: 40px !important;
  }
  .mb-120 {
    margin-bottom: 40px;
  }

  .text-white.text-decoration-none.list {
    color: var(--text-icon-primary-inverse, #fff);

    /* H6-Small Caption */
    font-family: var(--Family-Sans, "Rival Sans");
    font-size: var(--H6-Small-Caption, 11px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 15.4px */
    letter-spacing: 2.2px;
    text-transform: uppercase;

    padding: 12px 0 12px 0;
  }

  .list-unstyled.small {
    text-wrap: nowrap;
    li {
      border-bottom: 1px solid var(--Border-Inverse, rgba(247, 247, 249, 0.1));
    }
  }

  .text-uppercase.small.mb-3 {
    font-size: 11px !important;
    margin-top: 48px !important;
    margin-bottom: 16px !important;
    letter-spacing: 1.6px;

    font-weight: 300;
  }

  .rights {
    font-size: 12px !important;
  }

  .text-white.text-decoration-none {
    font-size: 16px;
    width: 75px;
    letter-spacing: 1.6px;
  }

  .d-flex.flex-wrap.gap-4.mb-4.text-uppercase.small {
    gap: 40px !important;
    flex-direction: row !important;
  }

  footer {
    padding: 40px 20px !important;
  }

  .offset-lg-2.col-lg-1.col-md-12.d-flex.mt-4.mt-lg-0 {
    position: unset;
    flex-direction: row !important;
    place-content: center;
    align-content: center;
    gap: 24px;
    margin-top: 80px;
    a:first-of-type {
      align-self: center;
    }
  }

  .video-hero {
    max-height: 280px;
  }
  .video-content h2 {
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 300;
    color: white;
  }
  .video-content {
    width: 90%;
    top: 40px;
  }

  .yacht-scroll-row {
    padding-left: 0;
  }
  .my-60 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .carousel-slide {
    flex: 0 0 100%;
    justify-content: center;
  }

  .carousel-slide.inactive img {
    display: none;
  }
  .carousel-container {
    padding: 0 0 30px 0 !important;
  }
  .pb-120 {
    padding-bottom: 40px !important;
  }

  .pt-120 {
    padding-top: 40px !important;
  }
  p.mb-0.gray {
    text-align: center !important;
  }
  .tagline h1 {
    color: black;
  }

  .overlay-text {
    right: 0 !important;
    padding: 40px !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .yacht-scroll-wrapper {
    padding: 0 40px;
  }
  .bottom-content a {
    flex: 1;
    width: 100%;
    justify-content: space-between !important;
    font-size: 10px !important;
  }
  .explore-btn {
    padding: 5px 10px !important;
  }

  .tab-pane.fade.show.active.position-relative.h-100 img {
    aspect-ratio: 0.75;
    object-fit: cover;
  }

  .tab-pane.fade.position-relative.h-100 {
    padding-right: 0;
  }

  .top-content h2,
  .top-content h6 {
    text-align: center !important;
    color: white !important;
  }
  .top-content h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .navbar,
  .announcement,
  .bottom-content p {
    display: none !important;
  }

  /* Üst kısım: logo + toggle */
  .mobile-nav-toggle {
    width: 100%;
    position: fixed; /* sabit kalması için */
    top: 0; /* en üstte yapışık */
    z-index: 9999; /* her şeyin üstünde */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    background: #fff;
    border-bottom: 1px solid var(--Border-Inverse, rgba(247, 247, 249, 0.1));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* opsiyonel: aşağıya hafif gölge */
  }

  .mobile-logo img {
    max-height: 10px;
  }

  .mobile-toggle-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  /* Açılır menü */
  .mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 9998;
    padding: 24px 0px;
    display: none;
    flex-direction: column;
  }

  /* Kapat butonu */
  .mobile-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  .close-btn {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }

  /* Menü listesi */
  .mobile-menu-list {
    list-style: none;
    padding: 0;

    display: flex;
    flex-direction: column;

    flex: 1;
  }
  .mobile-menu-list li a {
    display: flex;
    padding: var(--Spacing-UI-M, 16px) var(--Spacing-Margin-Medium, 20px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Border-Default, rgba(15, 15, 15, 0.1));
    text-transform: uppercase;
    color: var(--text-icon-primary, #0f0f0f);
    text-align: center;
    font-family: var(--Family-Sans, "Rival Sans");
    font-size: var(--P-Footer, 11px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 1.6px;
    text-decoration: none;
  }

  /* Sosyaller */
  .mobile-socials {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 20px;
    margin-bottom: 12px;
    color: black;
  }

  .mobile-footer {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
  }

  /* ALT MENÜLERİ GİZLE */
  .submenu-panel {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 9999;
  }
  .submenu-panel.active {
    display: flex;
    justify-content: flex-start;
    padding-top: 73px; /* üst bar yüksekliği kadar */
    overflow-y: scroll;
  }

  /* Üst başlık - BACK ve başlık */
  .submenu-header {
    display: flex;
    padding: var(--Spacing-UI-M, 16px) var(--Spacing-Margin-Medium, 20px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Border-Default, rgba(15, 15, 15, 0.1));
    background: var(--surface-background-default, #f7f7f9);
  }

  .submenu-title,
  .submenu-header .back-btn {
    color: #0f0f0f;
    text-align: center;
    font-family: "Rival Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 1.6px;
  }

  .submenu-header .back-btn {
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-toggle-btn {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .mobile-toggle-btn svg {
    width: 24px;
    height: 24px;
  }

  .mob-no-mw {
    max-width: none !important;
  }
  .mob-no-w {
    width: auto !important;
  }

  header.header.slider {
    max-height: 630px !important;
    min-height: 630px !important;
  }

  .video-fullscreen-video video {
    max-height: 630px !important;
    min-height: 630px !important;
  }

  .wrap-col {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wrap-col-sm {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .wrap-rev {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .equal-gap {
    gap: 20px;
  }

  .yatch-gap {
    gap: 30px;
  }

  .tagline {
    padding: 40px 20px;
    h2,
    h6,
    h1 {
      text-align: center;
      max-width: none !important;
    }
  }
  .midline {
    padding: 20px;
    h2,
    h6,
    h1 {
      max-width: none !important;
      text-align: center;
    }
  }

  .midline p {
    text-align: center;
  }

  .hero-container {
    img {
      width: 100%;
    }
  }

  .magazine-text {
    padding: 40px 20px;
    color: #0f0f0f;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    align-items: center;
  }

  .magazine-visual img {
    position-area: center;
    position: unset;

    width: 100%;
    height: auto;

    padding-bottom: 0 !important;
  }

  .team-card {
    width: 100%;
  }
  .team-section {
    padding: 0 !important;
    margin-bottom: 30px;
  }

  .award-box {
    text-wrap: wrap;
  }

  .container-specs {
    flex-wrap: wrap;
  }

  .spec-column {
    flex: auto;
    h6 {
      text-align: start;
    }
    p {
      text-align: end;
    }
  }

  h1 {
    font-size: 32px;
    line-height: 64px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  h4 {
    font-size: 16px;
    line-height: 28px;
  }
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
  h6 {
    font-size: 13px;
    line-height: 22px;
  }

  p.large {
    font-size: 17px;
    line-height: 1.4;
  }
  p {
    font-size: 15px;
  }
  p.emphasis {
    font-size: 16px;
    line-height: 24px;
  }
  p.quote {
    font-size: 18px;
    line-height: 24px;
  }

  nav {
    font-size: 10px;
    line-height: 20px;
  }
  footer {
    font-size: 11px;
    line-height: 20px;
  }

  button {
    font-size: 10px;
    line-height: 20px;
  }
  button .icon {
    font-size: 20px;
  }

  input.title {
    font-size: 11px;
    line-height: 20px;
  }
  input.text {
    font-size: 14px;
    line-height: 24px;
  }
  input.helper {
    font-size: 13px;
    line-height: 24px;
  }
}

/* Tablet (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .feature-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: none;
    p {
      text-align: start !important;
      font-size: 16px !important;
    }
    h4 {
      font-size: 22px !important;
    }
  }
  .carousel-container {
    padding: 0 0 30px 0 !important;
  }
  .pagination-tabs {
    padding: var(--Spacing-Margin-Medium, 40px);
    letter-spacing: 1.6px !important;
  }

  #dealModal {
    max-width: 100vh;
    overflow-y: scroll;
    .modal-content {
      max-height: fit-content !important;
      overflow-y: scroll;
    }
  }

  .modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slide-2-slide img {
    border-radius: 0 !important;
  }
  .modal-content {
    background: #f7f7f9;
    max-height: 100vh !important;
    height: fit-content;
    border-radius: 0 !important;
    width: 50% !important;
    padding: 20px !important;

    label.form-check-label {
      font-size: 13px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 120% !important;
      letter-spacing: 0.4px !important;
      display: flex !important;
      gap: 12px !important;
    }
    .form-group-custom:nth-child(3) {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .form-group-custom:nth-child(6) {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .form-group-custom:nth-child(5) {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .form-check-input {
      margin: 0px !important;

      padding: 9px;
    }
    .modal-subtitle {
      font-size: 15px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 40px !important;
    }
    .modal-title {
      font-size: 20px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 24px */
      letter-spacing: 0.8px;
      margin-top: 16px;
      margin-bottom: 16px;
    }

    .submit-btn {
      margin-top: 40px;
    }

    .form-check {
      padding-left: 0 !important;
    }

    .form-check:last-child {
      margin: 0;
    }
    .modal-close {
      align-self: end;

      background: black;
      color: white;
      border: none;
      width: 32px;
      height: 32px;
      font-size: 20px;
      border-radius: 50%;
      cursor: pointer;
    }
    h6 {
      padding: 30px 0 0 0 !important;
    }
  }

  .modal-overlay {
    padding: 0;
  }

  .tagline-mobile {
    margin-top: 78px !important;
  }
  .wrap-word {
    flex-wrap: nowrap !important;
  }
  .md-hidden {
    display: none;
  }
  .hq {
    margin-bottom: 80px;
  }
  .features-grid {
    row-gap: 16px !important;
  }
  .spec-border {
    justify-content: start;
    gap: 30px;
  }
  .sm-nomb {
    margin-bottom: 0 !important;
  }
  .sm-nobor {
    border-radius: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .md-left {
    text-align: left !important;
  }

  .sm-nogap {
    gap: 0px !important;
  }
  .sm-hidden {
    display: none !important;
  }
  .sm-nopad {
    padding: 0 !important;
  }
  .sm-nomt {
    margin-top: 0 !important;
  }
  .news-thumb img {
    width: 45vw;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
  }
  .news-content {
    width: 35vw;
    text-align: start;
  }
  .feature-box {
    padding-left: 10px !important;
  }
  #modal-usa {
    top: 24%;
    left: 0;
    text-align: start !important;
  }
  .pin-usa {
    position: absolute;
    top: 30%;
    left: 22%;
    cursor: pointer;
    z-index: 50;
    color: white;
    width: 50px;
    aspect-ratio: 1;
  }
  #modal-es {
    top: 24%;
    right: 20%;
  }
  .pin-es {
    position: absolute;
    top: 21%;
    left: 59%;
    cursor: pointer;
    z-index: 50;
    color: #d9d9d7;
    width: 50px;
    aspect-ratio: 1;
  }
  #modal-tr {
    top: 24%;
    right: 0;
  }
  .pin-tr {
    position: absolute;
    top: 20%;
    right: 15%;
    cursor: pointer;
    z-index: 50;
    color: white;
    width: 60px;
    aspect-ratio: 1;
  }

  .worldmap {
    width: 100vw;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    scale: 1.1;
  }

  .mob-no-mw {
    max-width: none !important;
  }
  .mob-no-w {
    width: auto !important;
  }
  .slide-2-slide {
    flex: 0 0 100%; /* 👈 Her biri tüm alanı kaplasın */
  }
  .carousel-single-slide {
    flex: 0 0 100%;
    aspect-ratio: 16 / 9;
  }
  .slide-2-btn.prev {
    left: 5%;
    top: 45%;
  }

  .slide-2-btn.next {
    right: 5%;
    top: 45%;
  }

  .mb-120 {
    margin-bottom: 60px !important;
  }
  .mt-120 {
    margin-top: 60px !important;
  }

  .magazine-text {
    padding: 40px 20px;
    color: #0f0f0f;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    align-items: center;
  }

  .magazine-visual img {
    position-area: center;
    position: unset;

    width: 100%;
    height: auto;

    padding-bottom: 0 !important;
  }

  .list-unstyled.small {
    font-size: 13px !important;
  }

  .rights {
    font-size: 12px !important;
  }
  .d-flex.flex-wrap.gap-4.mb-4.text-uppercase.small {
    justify-content: space-between;
  }

  .text-uppercase.small.mb-3 {
    margin-top: 48px;
    margin-bottom: 48px !important;
    letter-spacing: 1.6px;
    font-size: 12px !important;
    font-weight: 300;
  }

  footer {
    padding: 80px 40px;
  }
  .text-white.text-decoration-none {
    font-size: 18px;
    letter-spacing: 1.6px;
  }
  .text-white.text-decoration-none.list {
    font-size: 13px;
  }

  .offset-lg-2.col-lg-1.col-md-12.d-flex.mt-4.mt-lg-0 {
    position: unset;
    flex-direction: row !important;
    place-content: center;
    align-content: center;
    gap: 24px;
    margin-top: 80px !important;
    margin-bottom: 80px;
    a:first-of-type {
      align-self: center;
    }
  }
  .video-hero {
    max-height: 480px;
  }
  .video-content h2 {
    font-size: 48px;
    margin-bottom: 32px;
    font-weight: 300;
    color: white;
  }
  .video-content {
    width: 90%;
    top: 80px;
  }

  .yacht-scroll-row {
    padding-left: 0;
  }
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .carousel-container {
    padding: 0 0 30px 0 !important;
  }
  .carousel-slide {
    flex: 0 0 100%;
    justify-content: center;
  }

  .carousel-slide.inactive img {
    display: none;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .yacht-scroll-wrapper {
    padding: 0;
  }

  .overlay-text {
    right: 0 !important;
    padding: 40px !important;
  }
  .bottom-content a {
    flex: 1;
    width: 100%;
    justify-content: space-between !important;
    font-size: 10px;
  }

  .tab-pane.fade.show.active.position-relative.h-100 img {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .tab-pane.fade.position-relative.h-100 {
    padding-right: 0;
  }

  .top-content {
    text-align: center !important;
    color: white !important;
  }

  .navbar,
  .bottom-content p,
  .announcement {
    display: none !important;
  }

  .mobile-nav-toggle {
    width: 100%;
    position: fixed;
    top: 0; /* en üstte yapışık */
    z-index: 9999; /* her şeyin üstünde */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    background: #fff;
    border-bottom: 1px solid var(--Border-Inverse, rgba(247, 247, 249, 0.1));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* opsiyonel: aşağıya hafif gölge */
  }

  .mobile-logo img {
    max-height: 10px;
  }

  .mobile-toggle-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }

  /* Açılır menü */
  .mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 9998;
    padding: 24px 0px;
    display: none;
    flex-direction: column;
  }

  /* Kapat butonu */
  .mobile-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
  }

  .close-btn {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #000;
    cursor: pointer;
  }

  /* Menü listesi */
  .mobile-menu-list {
    list-style: none;
    padding: 0;

    display: flex;
    flex-direction: column;

    flex: 1;
  }
  .mobile-menu-list li a {
    display: flex;
    padding: var(--Spacing-UI-M, 16px) var(--Spacing-Margin-Medium, 20px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Border-Default, rgba(15, 15, 15, 0.1));
    text-transform: uppercase;
    color: var(--text-icon-primary, #0f0f0f);
    text-align: center;
    font-family: var(--Family-Sans, "Rival Sans");
    font-size: var(--P-Footer, 11px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 1.6px;
    text-decoration: none;
  }

  /* Sosyaller */
  .mobile-socials {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 20px;
    margin-bottom: 12px;
    color: black;
  }

  .mobile-footer {
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
  }

  /* ALT MENÜLERİ GİZLE */
  .submenu-panel {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 9999;
  }
  .submenu-panel.active {
    display: flex;
    justify-content: flex-start;
    padding-top: 73px; /* üst bar yüksekliği kadar */
    overflow-y: scroll;
  }

  /* Üst başlık - BACK ve başlık */
  .submenu-header {
    display: flex;
    padding: var(--Spacing-UI-M, 16px) var(--Spacing-Margin-Medium, 20px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Border-Default, rgba(15, 15, 15, 0.1));
    background: var(--surface-background-default, #f7f7f9);
  }

  .submenu-title,
  .submenu-header .back-btn {
    color: #0f0f0f;
    text-align: center;
    font-family: "Rival Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 1.6px;
  }

  .submenu-header .back-btn {
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-toggle-btn {
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .mobile-toggle-btn svg {
    width: 24px;
    height: 24px;
  }

  .mob-no-mw {
    max-width: none !important;
  }
  .mob-no-w {
    width: auto !important;
  }

  .hero-container {
    padding: 0 40px;
    img {
      width: 100%;
      border-radius: 10px;
    }
  }
  .equal-gap {
    gap: 40px;
  }
  .yatch-gap {
    gap: 40px;
  }
  .yacht-card {
    flex: 0 0 auto;
    min-width: 123px;
  }
  .yacht-scroll-row {
    gap: 20px;
    padding: 15px 15px !important;
  }

  header.header.slider {
    max-height: 1000px;
    min-height: 910px; /* bu değer daha sonra tablette override edilir */
    overflow: hidden;
    position: relative;
  }

  .video-fullscreen-wrap,
  .video-fullscreen-video,
  .video-fullscreen-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-height: 1000px;
    min-height: 910px;
  }

  .yacht-slider-wrapper {
    padding: 60px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .yacht-card-positioned {
    min-width: 35vw;
    scroll-snap-align: start;
    position: relative;
    padding-left: 20px;
  }

  .left-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e96818;
  }

  .yacht-year {
    position: absolute;
    top: 0;
    left: 15px;
    font-family: "Rival Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 2.8px;
    color: #e96818;
    text-transform: uppercase;
  }

  .yacht-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 60px auto 120px 75px;
  }
  yacht-img {
    max-width: 100%;
    max-width: 90%;
    height: auto;
    display: block;
    margin: 60px auto 120px 75px;
    margin: 60px auto 120px 40px;
  }
  .yacht-caption-box {
    position: absolute;
    bottom: 0;
    left: 75px;
  }

  .yacht-title {
    font-family: "IvyOra Display", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.8px;
    color: #0f0f0f;
    margin-bottom: 8px;
  }

  .yacht-motto {
    font-family: "Rival Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #6f6f6f;
    margin: 0;
  }

  header.header.slider {
    max-height: 910px !important;
    min-height: 910px !important;
  }

  .video-fullscreen-video video {
    max-height: 910px !important;
    min-height: 910px !important;
  }

  .tagline {
    text-align: center;
    padding: 80px 40px;
  }
  .midline {
    text-align: center;
    padding: 40px;
  }
  .wrap-col {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .wrap-rev {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .team-card {
    width: 50%;
  }
  .team-section {
    padding: 0 !important;
  }
  h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
  }
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  h5 {
    font-size: 15px;
    line-height: 1.4;
  }
  h6 {
    font-size: 13px;
    line-height: 1.4;
  }

  p.large {
    font-size: 18px;
    line-height: 1.4;
  }

  p.mb-0.large {
    text-align: center !important;
  }

  p {
    font-size: 16px;
  }
  p.emphasis {
    font-size: 16px;
    line-height: 1.4;
  }
  p.quote {
    font-size: 24px;
    line-height: 1.4;
  }

  nav {
    font-size: 11px;
    line-height: 1;
  }
  footer {
    font-size: 12px;
    line-height: 1;
  }

  button {
    font-size: 12px;
    line-height: 1;
  }
  button .icon {
    font-size: 24px;
  }

  input.title {
    font-size: 12px;
    line-height: 1.2;
  }
  input.text {
    font-size: 16px;
    line-height: 1.2;
  }
  input.helper {
    font-size: 14px;
    line-height: 1.2;
  }

  .collab-container {
    padding: 40px;
  }
}

/* Desktop (1025px ve üzeri) */
@media only screen and (min-width: 1280px) {
  .navbar-nav {
    align-items: center !important;
  }
  .wrap-word {
    flex-wrap: wrap !important;
  }
  .modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: right;
  }

  .modal-content {
    justify-content: center;
    background: #f7f7f9;
    width: 50vw;
    padding: 60px;

    .modal-title {
      color: #0f0f0f;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 38.4px */
      letter-spacing: 0.8px;
      line-height: 1.5;
      margin-bottom: 16px;
      margin-top: 16px;
    }

    .modal-subtitle {
      font-size: 16px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 30px !important;
    }
    .submit-btn {
      margin-top: 60px !important;
    }

    h6 {
      color: var(--text-icon-secondary, #6f6f6f);
      border-top: 1px solid var(--Border-Default, rgba(15, 15, 15, 0.1));
      /* Utility/Input-Title */
      font-family: var(--Family-Sans, "Rival Sans");
      font-size: var(--UI-Input-Title-Size, 12px);
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 12px */
      letter-spacing: 1.6px;
      text-transform: uppercase;
      padding: 30px 0 20px 0;
    }

    label.form-check-label {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 16.8px */
      letter-spacing: 1.2px !important;

      display: flex;
      gap: 12px;
    }
    .form-check-input {
      padding: 9px;
      margin: 5px 5px 15px 0px;
    }
  }
  .form-check {
    padding-left: 0;
  }

  .modal-close {
    align-self: end;

    background: black;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
  }

  .lg-hidden {
    display: none !important;
  }
  #modal-usa {
    top: 24%;
    left: 0;
    text-align: start !important;
  }
  .pin-usa {
    position: absolute;
    top: 32%;
    left: 18%;
    cursor: pointer;
    z-index: 50;
    color: white;
    width: 50px;
    aspect-ratio: 1;
  }
  #modal-es {
    top: 24%;
    right: 50%;
  }
  .pin-es {
    position: absolute;
    top: 24%;
    left: 43%;
    cursor: pointer;
    z-index: 50;
    color: #d9d9d7;
    width: 50px;
    aspect-ratio: 1;
  }
  #modal-tr {
    top: 30%;
    right: 25%;
  }
  .pin-tr {
    position: absolute;
    top: 23%;
    right: 41%;
    cursor: pointer;
    z-index: 50;
    color: white;
    width: 60px;
    aspect-ratio: 1;
  }

  .tagbox .label {
    font-weight: 500;
    font-size: 16px;
  }

  .arrow {
    font-size: 24px;
    margin-left: auto;
  }

  /* .nav-link.active {
    background-color: #f0f0f0;
  } */

  .overlay-text h2,
  .overlay-text h6,
  .overlay-text p {
    margin: 0;
  }
  /* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    left: 0;
    right: 0;
  } */

  .rights {
    font-size: 12px !important;
  }
  .text-white.text-decoration-none.list {
    color: var(--text-icon-primary-inverse, #fff);

    /* H6-Small Caption */
    font-family: var(--Family-Sans, "Rival Sans");
    font-size: var(--H6-Small-Caption, 14px);
    font-style: normal;
    font-weight: 200 !important;
    line-height: 140%; /* 19.6px */
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }

  footer {
    padding: 120px 60px 32px 60px;
  }

  .text-white.text-decoration-none {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .d-flex.flex-wrap.gap-4.mb-4.text-uppercase.small {
    gap: 48px !important;
    margin-bottom: 120px !important;
    a {
      padding-left: 20px;
      padding-right: 20px;
      font-weight: 300 !important;
      letter-spacing: 2px;
    }
  }

  .d-lg-block {
    display: block !important;
  }
  .offset-lg-2.col-lg-1.col-md-12.d-flex.mt-4.mt-lg-0 {
    position: absolute;
    gap: 24px;
    right: -2%;
    top: 20%;
    flex-direction: column;
    gap: 24px;
  }
  .top-content,
  .bottom-content {
    text-align: start;
  }
  .bottom-content p {
    width: 40vw;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .tab-pane.fade.position-relative.h-100 {
    padding-right: 60px;
  }

  .hero-container {
    padding: 0 auto;
    img {
      width: 75vw;
      border-radius: 20px !important;
    }
  }
  .equal-gap {
    gap: 60px;
  }
  .yatch-gap {
    gap: 60px;
  }
  /* .dropdown-hover:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
   .dropdown-hover > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
  } */

  .magazine-visual img {
    position-area: center;
    position: absolute;
    bottom: 14%;
    width: 95%;
    height: auto;
  }

  .tagline {
    padding: 120px 60px;
    text-align: center;
    h1 {
      color: #0f0f0f;
      font-weight: 400;
      font-size: 56px;
    }
  }

  .midline,
  .midline-120-2 {
    padding: 60px !important;
    text-align: center !important;
    h2 {
      font-weight: 400;
    }
  }

  .team-card {
    width: 33%;
  }
  h1 {
    font-size: 56px;
    line-height: 120%;
  }
  h2 {
    font-size: 48px;
    line-height: 120%;
  }
  h3 {
    font-size: 32px;
    line-height: 120%;
  }
  h4 {
    font-size: 20px;
    line-height: 140%;
  }
  h5 {
    font-size: 16px;
    line-height: 140%;
  }
  h6 {
    font-size: 14px;
    line-height: 140%;
  }

  p.large {
    font-size: 20px;
    line-height: 140%;
  }

  p.small {
    font-size: 12px;
    line-height: 1.6;
  }
  p {
    font-size: 16px;
    line-height: 140%;
  }
  p.emphasis {
    font-size: 16px;
    line-height: 140%;
  }
  p.quote {
    font-size: 24px;
    line-height: 140%;
  }

  nav {
    font-size: 12px;
    line-height: 1;
  }
  footer {
    font-size: 12px;
    line-height: 1;
  }

  button {
    font-size: 12px;
    line-height: 1;
  }
  button .icon {
    font-size: 24px;
  }

  input.title {
    font-size: 12px;
    line-height: 1.2;
  }
  input.text {
    font-size: 16px;
    line-height: 1.2;
  }
  input.helper {
    font-size: 14px;
    line-height: 1.2;
  }
  .navbar {
    height: 90px;
  }

  .collab-container {
    padding: 60px;
  }
  .lg-nopt {
    padding-top: 0 !important;
  }
}

.align-items-center {
  align-items: center;
}
.map-marker-modal {
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 9999;
  display: none; /* Başta gizli olacak */
}

.map-marker-modal h6 {
  margin: 0;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

#modal-usa {
  position: absolute;
  top: 26%;
  left: 21%;
  cursor: pointer;
  z-index: 50;
  color: white;
}

.map-marker-modal .contact-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8fa;
  border-radius: 40px;
  padding: 6px 24px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #e6e6ea;
  transition: background-color 0.2s;
  margin-top: 10px;
}

.map-marker-modal .contact-btn:hover {
  background-color: #eeeeee;
}

.map-marker-modal .contact-btn img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.map-marker-modal .close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  text-align: start;
}

.dropdown-menu[data-bs-popper] {
  left: 0 !important;
  right: auto !important;
}
.nav-pills .nav-link {
  background-color: white !important;
  color: black;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  opacity: 0.4;
  flex-grow: 1;
}

/* Hover sırasında sadece üzerine gelinen öne çıkar, diğerleri soluklaşır */
.nav-pills:hover .nav-link {
  opacity: 0.4;
}

/* Hover edilen buton görünür olur ve arka planı siyaha döner */
.nav-pills .nav-link:hover {
  opacity: 1;
  background-color: #f7f7f9 !important;
  color: white !important;
}

/* .active olan buton da beyaz kalır – görsel olarak özel bir durumu yoktur */
/* .nav-pills .nav-link.active {
  background-color: #f7f7f9 !important;
  color: black !important;
} */

.press-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 0px 120px 60px;
  gap: 60px;
  width: 100%;
  overflow: hidden;
}

.press-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 5vw;
}

.nav-buttons {
  display: flex;
  gap: 8px;
}

.press-nav {
  width: 40px;
  height: 40px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.press-slider-wrapper {
  width: 100%;

  scroll-behavior: smooth;
}

.press-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.press-card {
  flex: 0 0 auto;
  min-width: calc((100% - 72px) / 3);
  max-width: 500px;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  gap: 24px;
}

.press-card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 71 / 40;
  border-radius: 8px;
}

.text-group {
  display: flex;
  padding-right: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.text-group .date {
  color: #6f6f6f;
  font-family: "Rival Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.text-group .title {
  color: #0f0f0f;
  font-family: "Rival Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .press-section {
    padding: 60px 24px;
    gap: 40px;
  }

  .press-card {
    min-width: 100%;
  }
}

.yacht-slider-wrapper {
  padding: 60px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.yacht-card-positioned {
  min-width: 35vw;
  scroll-snap-align: start;
  position: relative;
  padding-left: 20px;
}

.left-border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e96818;
}

.yacht-year {
  position: absolute;
  top: 0;
  left: 15px;
  font-family: "Rival Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.8px;
  color: #e96818;
  text-transform: uppercase;
}

.yacht-img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 60px auto 120px 40px;
}

.yacht-caption-box {
  position: absolute;
  bottom: 0;
  left: 75px;
}

.yacht-title {
  font-family: "IvyOra Display", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.yacht-motto {
  font-family: "Rival Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #6f6f6f;
  margin: 0;
}
.nav-link {
  position: relative;
  background-color: #ffffff !important;
  color: black !important;
  overflow: hidden;
  z-index: 1;
}

.nav-pills .nav-link {
  background-color: white !important;
  color: black;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;

  position: relative;
  overflow: hidden;
  z-index: 1;
}
.nav-pills .nav-link.active {
  opacity: 1;
}

/* Hover etkileri */
.nav-pills:hover .nav-link {
  opacity: 0.4;
}

.nav-pills .nav-link:hover {
  opacity: 1;
  background-color: #f7f7f9 !important;
  color: white !important;
}

.nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f7f7f9;
  z-index: -1;
  /* ⛔️ Burada transition yok! */
}

.nav-link.active.loaded::before {
  transition: width 5s linear; /* ✅ Sadece büyürken uygulanır */
  width: 100%;
}
