@media (min-width: 1200px) {}

@media (max-width: 1920px) {}

@media (min-width: 1920px) {}

@media (max-width: 1536px) {
  .rooms-arrow--prev {
    left: 30px;
  }

  button.slick-arrow.slick-prev {
    left: 30px;
  }

  .rooms-arrow--next {
    right: 30px !important;
  }

  .restorant__inner {
    width: 96%;
    margin: 0px auto;
  }

  .offers-arrow--prev {
    left: 30px;
  }

  .offers-arrow--next {
    right: 30px !important;
  }

  .offers-arrow {
    top: 30px;
    transform: none;
  }
}

@media (min-width: 1537px) {
  .offers-arrow {
    top: -44px;
    transform: none;
  }

  /* Genel slick ok kurallarını ez */
  .offers-arrow--prev {
    left: -54px;
  }

  .offers-arrow--next {
    right: -54px !important;
  }
}

@media (max-width: 1440px) {
  .banner-text {
    top: 43%;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  .about-simple {
    margin-top: 0px;
    padding-top: 60px;
  }

  .banner-text {
    top: 50%;
  }

  .banner-subtitle {
    width: 90%;
  }

  img.uk-logo-inverse {
    width: 80px;
  }

  section.about-simple.uk-margin-large-top.spa-about-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .spa-section-inner {
    width: 94%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }

  .offers-home__title {
    font-size: 42px;
  }

  .page-content {
    width: 95%;
  }

  .restorant-section .restaurant-sliders {
    order: 1;
  }

  .restorant-section .restaurant-description {
    order: 2;
  }

  .restaurant-wrapper {
    display: flex;
    flex-direction: column;
  }

  .detail-room-page-content {
    width: 92%;
  }

  .restorant-section::before {
    display: none;
  }

  .restorant-section::after {
    display: none;
  }

  a.about-simple__btn.about-simple__btn--white.border {
    margin-top: 30px;
  }

  .rooms-home {
    padding: 50px 0px;
  }

  .instagram-home__title {
    font-size: 42px;
  }

  .rooms-home__title {
    font-size: 42px;
  }

  .reservation-bar {
    height: auto;
  }

  .reservation-bar__actions {
    display: flex;
    justify-content: flex-end;
    padding-left: 18px;
    margin-top: 20px;
  }

  .spa-left-section h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .about-simple__title {
    font-size: 42px;
  }

  .restaurant-slider .slick-dots {
    bottom: -5px;
  }

  .about-simple::after {
    content: "";
    position: absolute;
    background: url(../images/about-leaf.png);
    z-index: 1;
    width: 180px;
    height: 121px;
    right: 0;
    top: 80%;
    opacity: 0.2;
    pointer-events: none;
  }

  .about-simple::before {
    display: none;
  }

  .rooms-home__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 34px;
    align-items: center;
    text-align: center;
  }

  .instagram-home__desc {
    width: 100%;
  }

  .restorant-section {
    padding-bottom: 50px;
  }

  .restorant-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    text-align: center;
  }

  .restorant-head__left {
    background: none;
    padding: 0;
  }

  .about-simple__btn.about-simple__btn--white {
    background: rgb(255, 255, 255);
    color: rgba(15, 15, 15, 0.88);
    margin-top: 0;
    border: 0px !important;
  }

  .restorant-big {
    display: none;
  }

  .restorant-head__left {
    left: 0;
  }

  .restaurant-slider {
    margin: 0px;
    margin-top: 40px;
  }

  .activity-home__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .activity-home__right {
    margin-bottom: 20px;
  }

  .activity-home {
    padding-bottom: 40px;
  }

  .spa-inner-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .activity-home__card {
    height: auto;
  }

  .activity-home__media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .activity-home__card-img {
    display: none;
  }

  .restorant__grid {
    display: block;
    flex-direction: column;
    gap: 34px;
    align-items: center;
  }




  .reservation-bar__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-left: 0;
    border-left: 0;
  }

  /* Full menu: list slightly closer to center */
  .full-menu__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    padding-left: clamp(28px, 4vw, 64px);
    padding-right: clamp(18px, 3vw, 40px);
  }

  .site-footer__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .site-footer__text {
    max-width: 100%;
  }

  .site-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-top: 18px;
  }

  .site-footer__logo {
    width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .activity-home__title {
    font-size: 40px;
  }

  .banner-slider .slick-dots {
    bottom: 135px;
  }

}

@media (max-width: 1199px) {}

@media (max-width: 1099px) {}

@media (max-width: 1024px) {}

@media (max-width: 1024px) {
  .campaign-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .rooms-grid-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .offers-home__actions {
    margin-top: 30px;
  }

  .offers-home {
    padding-bottom: 50px;
  }

  .offers-arrow--next {
    right: -18px;
  }

  .spa-arrow--prev {
    left: 12px;
  }

  .spa-arrow--next {
    right: 12px;
  }
}

@media (max-width: 991px) {
  .spa-section-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .spa-section-left p {
    width: 100%;
  }

  .spa-detail-slider .spa-slide img {
    height: auto;
    min-height: 220px;
    max-height: 420px;
  }

  .spa-slide img {
    height: auto;
  }

  .activity-home__leftGroup {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .spa-left-section {
    height: auto;
  }
}

@media (max-width: 768px) {}

@media (max-width: 768px) {
  .bannerMobile {
    display: block!important;
  }
  .bannerDesctop {
    display: none!important;
  }
  .campaign-section {
    grid-template-columns: repeat(1, 1fr);
  }

  .rooms-grid-section {
    grid-template-columns: repeat(1, 1fr);
  }

  html,
  body {
    height: 100%;
  }

  /* When UIkit modal is open, lock background page */
  body.uk-modal-page {
    overflow: hidden !important;
    height: 100vh;
    overscroll-behavior: none;
  }

  #modal-reservation.uk-open {
    overflow: hidden;
  }

  .reservation-bar {
    grid-template-columns: 1fr;
  }

  .reservation-bar__field {
    padding: 0;
  }

  .reservation-bar__field+.reservation-bar__field {
    border-left: 0;
    border-top: 0;
    padding-top: 0;
  }

  .reservation-bar__actions {
    justify-content: stretch;
  }

  .reservation-bar__submit {
    width: 100%;
  }

  .instagram-home__badge {
    display: none;
  }

  .instagram-slide img {
    height: 150px;
  }

  /* Header: hide reservation button on mobile */
  .mobile-none {
    display: none !important;
  }

  /* Remove top reservation bar on mobile (form moves into modal via JS) */
  .rezervation-section {
    display: none !important;
  }

  /* Bottom fixed CTA bar */
  .mobile-only {
    display: flex !important;
  }



  .mobile-fixed-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 0;
  }

  /* Modal: reservation form should fit nicely */
  #modal-reservation .uk-modal-dialog {
    width: min(560px, calc(100vw - 24px));
    border-radius: 0;
    padding: 18px 16px;
    overflow: visible;
  }

  #modal-reservation .modal-reservation__body {
    overflow: visible;
  }

  #modal-reservation .reservation-bar {
    grid-template-columns: 1fr 1fr;
    row-gap: 12px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }

  #modal-reservation .reservation-bar__field--date {
    grid-column: 1 / -1;
  }

  #modal-reservation .reservation-bar__actions {
    grid-column: 1 / -1;
  }

  #modal-reservation .reservation-bar__actions {
    justify-content: stretch;
  }

  #modal-reservation .reservation-bar__submit {
    width: 100%;
  }

  /* Child ages inside modal should float (overlay) */
  #modal-reservation .reservation-bar__field--counter {
    position: relative;
  }

  #modal-reservation .reservation-child-ages {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: auto;
    min-width: 0;
    padding: 8px;
    margin-top: 0;
    border: 1px solid rgba(20, 17, 43, 0.14);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 46px;
    z-index: 500;
    max-height: none;
    overflow: visible;
  }

  /* Full menu mobile: keep right side visible, center the list */
  .full-menu__panel {
    flex-direction: column;
  }

  .full-menu__left,
  .full-menu__right {
    width: 100%;
    flex: 0 0 auto;
  }

  .full-menu__left {
    padding: 84px 20px 26px;
  }

  .full-menu__right {
    min-height: 34vh;
  }

  .full-menu__rightInner {
    padding: 26px 18px;
  }

  .full-menu__nav {
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .full-menu__num {
    width: auto;
    margin-right: 10px;
  }

  .full-menu__link::before {
    left: 50%;
    right: auto;
    width: 62%;
    transform-origin: center;
    transform: translateX(-50%) scaleX(0);
  }

  .full-menu__link:hover::before {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* Campaign detail (campaign-detail.html) */
.campaign-detail {
  width: min(980px, 100%);
  margin: 40px auto 70px;
}

.campaign-detail__media {
  margin: 0;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 18px 50px;
  overflow: hidden;
}

.campaign-detail__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.campaign-detail__content {
  padding: 26px 0 0;
}

.campaign-detail__title {
  font-family: Cormorant, serif;
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0.01em;
  color: rgba(15, 15, 15, 0.92);
  margin: 0 0 16px !important;
}

.campaign-detail__text p {
  font-size: 13.5px;
  line-height: 1.85;
  color: rgba(15, 15, 15, 0.62);
  margin: 0 0 12px !important;
  max-width: 860px;
}

.campaign-detail__text p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .campaign-detail {
    width: min(980px, 100% - 24px);
    margin: 18px auto 46px;
  }

  .campaign-detail__content {
    padding-top: 18px;
  }

  .campaign-detail__title {
    font-size: 30px;
  }
}


@media (max-width: 480px) {}

@media (max-width: 576px) {}

@media (max-width: 414px) {}

@media (max-width: 390px) {}

@media (max-width: 320px) {}