@media (max-width: 1200px) {
    #impx-sticky-logo {display: none;}
}

@media (max-width: 960px) {
    #reservation-wrapper2 {position: fixed;bottom: 0;left: 0;right: 0; background: rgba(0, 0, 0, 0.1);z-index: 9999;}
    body {padding-bottom: 100px;}
}
@media (min-width: 769px) {
    #reservation-wrapper {
        position: fixed;bottom: 0;left: 0;right: 0;z-index: 9000;background: rgba(255, 255, 255, 1);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);padding: 0;width: 100%;
        display: flex;height: 100px;margin: 0 auto;align-items: center;
    }
}

.mobile-nav {z-index: 10000;border-bottom-left-radius: 8px;margin-top: 25px;margin-right: 20px;}

body {
    padding-top: 60px;
    align-items: center;
}

.uk-slideshow-items .uk-panel {
    text-align: left;
}


.impx-header {position: sticky;}
#impx-header {position: fixed;top: 0;width: 100%;z-index: 9999;transition: top 0.3s;}
#impx-header .impx-menu-wrapper {transition: opacity 0.3s, transform 0.3s;}
.header-hidden .impx-menu-wrapper {opacity: 0;transform: translateY(-100%);pointer-events: none;}


.impx-logo {
    padding-right: 40px;
}

#impx-sticky-logo {position: fixed;top: 10px;left: 50%;transform: translateX(-50%);z-index: 999;padding: 5px 10px;}
#impx-sticky-logo img {max-height: 45px;}

@media (max-width: 768px) {
    #impx-header {position: fixed;top: 0;left: 0;width: 100%;z-index: 10;} /* Bu değer rezervasyon barından (9999) daha yüksek olmalı */
    .header-hidden .impx-menu-wrapper {opacity: 1 !important;transform: none !important;pointer-events: auto !important;}
    .impx-menu-wrapper {transform: none !important;}
    .uk-form-controls2 {margin-right: 10px;}
}

.impx-megamenu img { max-width: 100%; height: auto; }

@media (max-width: 960px) {
    .reservation-bar2 button.uk-button-primary {
        white-space: nowrap;
        font-size: 14px;
        padding: 0 15px;
        height: 40px;
        box-sizing: border-box;
        border-radius: 4px;
        background-color:#8d734a;
        color: white;
        border: none;
        cursor: pointer;
        width: 100%;
        text-align: center;
        transition: background-color 0.2s ease;
    }
    body {
        margin-top: 50px;
        padding-bottom: 110px;
    }
}

.uk-slideshow-items > li.impx-slide-no-bg {
    background-color: #f8f8f8;
}
.impx-service-slide-content {
    pointer-events: none;
}

.reklam-overlay-item {
    transition: opacity 0.4s ease-out;
    opacity: 1;
    pointer-events: auto;
}

.reklam-overlay-item.gizlendi {
    opacity: 0;
    pointer-events: none;
}

#custom-clean-footer {
    background-color: #f5f5f5;
    color: #000000;
    font-family: 'Goldenbook', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.footer-top-bar {
    background-color: #eee;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.footer-top-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.footer-top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.footer-top-nav a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.footer-top-nav a:hover {
    color: #555;
}

.footer-qr-code img {
    max-width: 80px;
    height: auto;
    display: block;
}

.footer-bottom-bar {
    padding: 40px 20px;
}

.footer-bottom-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.footer-column h4 {
    color: #000000;
    margin-bottom: 15px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
@media (min-width: 1400px) {
    #hizmetler-bolumu{
        margin-top: 300px;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    /* Bu kurallar sadece ekran genişliği 960px ve 1200px arasındayken çalışır */
    #hizmetler-bolumu {
        margin-top: 180px;
    }
}

@media (min-width: 1280px) and (max-width: 1400px) {
    /* Bu kurallar sadece ekran genişliği 960px ve 1200px arasındayken çalışır */
    #hizmetler-bolumu {
        margin-top: 100px;
    }
}
.footer-column p {
    margin-bottom: 10px;
}

.footer-column a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #555;
}

.social-icons-clean a {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.2em;
    color: #000000;
    transition: color 0.3s ease;
}

.social-icons-clean a:hover {
    color: #555;
}

.footer-copyright-bar {
    background-color: #ddd;
    padding: 15px 20px;
    text-align: center;
    font-size: 0.8em;
    color: #555;
    letter-spacing: normal;
    text-transform: none;
}

.footer-copyright-container {
     max-width: 1200px;
     margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-top-bar-container {
        flex-direction: column;
        gap: 15px;
    }

    .footer-top-nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .footer-bottom-bar-container {
         gap: 30px;
         grid-template-columns: 1fr;
    }

    .footer-column {
        text-align: center;
    }

    .footer-column h4 {
        text-align: center;
    }

    .social-icons-clean {
        text-align: center;
    }
     .social-icons-clean a {
         margin: 0 8px;
     }

     .footer-qr-code {
         text-align: center;
         width: 100%;
         margin-top: 15px;
     }
      .footer-qr-code img {
          margin: 0 auto;
      }
}

body {
    background-color: #ffffff;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    color: #8d734a;
}

p {
    color: #444444;
}

a {
    color: #8d734a;
}
a:hover {
    color: #b39252;
}

.uk-section-default {
    background-color: #fff;
    color: #333;
}
.uk-section-default h1, .uk-section-default h2, .uk-section-default h3, .uk-section-default p {
    color: inherit;
}

.uk-section-muted {
    background-color: #f8f9fa;
    color: #333;
}
.uk-section-muted h1, .uk-section-muted h2, .uk-section-muted h3, .uk-section-muted p {
}

.uk-section-primary,
.uk-section-secondary {
    color: #ffffff;
}
.uk-section-primary p,
.uk-section-secondary p {
    color: #f0f0f0;
}
.uk-section-primary a,
.uk-section-secondary a {
    color: #fff;
}
 .uk-section-primary a:hover,
.uk-section-secondary a:hover {
    color: #ddd;
}

.uk-light h1, .uk-light h2, .uk-light h3, .uk-light p, .uk-light a {
    color: #ffffff;
}
.uk-light a:hover {
    color: #f0f0f0;
}

@media (min-width: 769px) {
    .impx-slide-fw-caption h1 {
        font-size: 60px;
        text-shadow: 0.0225em 0.0225em 0.0225em rgba(0, 0, 0, 0.3);
        font-weight: 600
    }

    .impx-slide-container.style1.hp2 {
    }
}

@media (max-width: 768px) {
    .impx-slide-container.style1.hp2 {
        height: 40vh !important;
        min-height: 300px !important;
    }
}

.impx-sticky-logo{
    max-height: 45px !important;
}

@media (max-width: 769px) {
    .impx-logo{
        padding-top: 10px;
    }
}

.lobby-image-section {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 1000px;
    min-height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.lobby-image-section .lobby-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%);
}

@media (max-width: 768px) {
    .lobby-image-section {
        height: 60vh;
        min-height: 350px;
    }
}

@media (max-width: 1199px) {
    #mobile-nav .uk-nav-default > li > a {
        font-size: 1.1rem;
        font-weight: 500;
        text-transform: uppercase;

        color: #000;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    #mobile-nav .uk-nav-sub {
        padding-left: 25px;
        background-color: rgba(255,255,255,0.15);
    }

    #mobile-nav .uk-nav-sub a {
        font-size: 0.95rem;
        color: #ccc;
        font-weight: 400;
        text-transform: none;
        border-bottom: none;
    }

    #mobile-nav .uk-nav-default > li.uk-open > a {
        background-color: #fff;
        color: #000;
    }
}

.uk-offcanvas-bar {
    z-index: 10001 !important;
}
/* Rezervasyon barını gizlemek ve göstermek için */
#reservation-wrapper2 {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#reservation-wrapper2.rezervasyon-gizli {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Üzerine tıklanmasını da engeller */
}

    .spa-gallery-section {
        background-color: #f9f9f9; /* Hafif bir arka plan rengi */
    }

    /* Slider'daki her bir eleman için boşluk ayarı */
    .spa-gallery-section .uk-slider-items > li {
        padding: 0 15px;
    }

    /* Kartların görünümü */
    .spa-gallery-section .uk-card {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Kartların üzerine gelince efekt */
    .spa-gallery-section .uk-card-hover:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    }

    /* Görsellerin boyutunu ve oranını sabitleme */
    .spa-gallery-section .uk-card-media-top img {
        aspect-ratio: 3 / 4; /* Görsel oranını (genişlik / yükseklik) belirler */
        object-fit: cover;   /* Resmin kutuya sığarken bozulmasını engeller */
        width: 100%;
    }

    /* Aktif olmayan slider elemanlarını hafifçe küçült ve soluklaştır */
    .spa-gallery-section .uk-slider-items > :not(.uk-active) {
        transform: scale(0.9);
        opacity: 0.7;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    /* Navigasyon noktaları (dots) için stil */
    .spa-gallery-section .uk-dotnav > * > a {
        background-color: #ccc;
        border: none;
    }

    .spa-gallery-section .uk-dotnav > .uk-active > a {
        background-color: #8d734a; /* Sitenizin ana rengi */
    }
.offers-slider-section {
    background: #fff;
}

.offers-slider-section .uk-slider-items {
    /* Kartların alt hizasının bozulmasını engeller */
    align-items: stretch;
}

.offers-slider-section .uk-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Butonun en alta hizalanması için flex yapısı */
    display: flex;
    flex-direction: column;
}

.offers-slider-section .uk-card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.offers-slider-section .uk-card-media-top img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.offers-slider-section .uk-card-body {
    padding: 25px;
    /* Kart içeriğinin dikeyde esnemesi için */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.offers-slider-section .uk-card-title {
    color: #333;
    margin-bottom: 10px;
}

.offers-slider-section .uk-card-body p {
    color: #666;
    flex-grow: 1; /* Açıklama alanını esnetir */
}

/* Butonu en alta iter */
.offers-slider-section .uk-card-body .uk-button {
    margin-top: auto;
    padding-left: 0;
    color: #8d734a;
    font-weight: bold;
    align-self: flex-start; /* Butonu sola hizalar */
}
.offers-slider-section .uk-card-body .uk-button:hover {
    color: #333;
}

/* Öne Çıkan Etiketi */
.offers-slider-section .featured-badge {
    background-color: #8d734a;
    color: #fff;
    font-weight: bold;
}

/* Navigasyon Noktaları */
.offers-slider-section .uk-dotnav > * > a {
    background-color: #ccc;
    border: none;
}

.offers-slider-section .uk-dotnav > .uk-active > a {
    background-color: #8d734a;
}
/* Ana bölüm için arka plan resmi ve pozisyon ayarı */
.rooms-slider-section {
    background-image: url('../images/background/background-6.webp'); /* Arka plan resmini kontrol edin */
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Oda kartı genel stili */
.rooms-slider-card {
    background-color: rgba(255, 255, 255, 0.98); /* Hafif şeffaf beyaz kart */
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.rooms-slider-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Kart içindeki metinlerin rengini koyu yapar */
.rooms-slider-card .uk-card-title,
.rooms-slider-card .uk-list li,
.rooms-slider-card .uk-button {
    color: #333 !important;
}

/* Kart resmi */
.rooms-slider-card .uk-card-media-top img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

/* Kart içeriği */
.rooms-slider-card .uk-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Kart boylarının eşitlenmesini sağlar */
}

/* Özellikler listesi */
.room-features-list {
    flex-grow: 1; /* Listeyi esneterek butonu aşağı iter */
    color: #555;
}
.room-features-list li {
    font-size: 0.9rem;
}

/* Buton */
.rooms-slider-card .uk-button {
    margin-top: 15px; /* Listenin bitiminden sonra boşluk */
    padding-left: 0;
    color: #8d734a !important; /* Ana renginiz */
    font-weight: bold;
    align-self: flex-start;
}
.rooms-slider-card .uk-button:hover {
    color: #111 !important;
}

/* Slider okları ve noktaları */
.rooms-slider-section .uk-slidenav,
.rooms-slider-section .uk-dotnav > * > a {
    color: rgba(255, 255, 255, 0.7);
}
.rooms-slider-section .uk-slidenav:hover,
.rooms-slider-section .uk-dotnav > .uk-active > a {
    color: #fff;
}
.rooms-slider-section .uk-dotnav > * > a {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}
.rooms-slider-section .uk-dotnav > .uk-active > a {
    background-color: #fff;
}
@media (min-width: 960px) {
    /* Breakpoint'i 960px olarak güncelledik ve position:fixed kaldırıldı */
    #reservation-wrapper {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 0;
        width: 100%;
        display: flex;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        /* z-index artık gerekli değil, ama isterseniz kalabilir */
    }
}
/* Rezervasyon barlarını (hem mobil hem masaüstü) gizlemek için ortak stil */
#reservation-wrapper.rezervasyon-gizli,
#reservation-wrapper2.rezervasyon-gizli {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Üzerine tıklanmasını da engeller */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.uk-navbar-right .uk-navbar-nav.impx-nav.style2 > li > a {
    padding: 0 38.15px !important; /* Sadece sağ taraf için artırılmış boşluk */
}

/* Bu kural ise `.uk-navbar-left` içindeki linklerin orijinal boşluğunu
  korumasını sağlar. Bu, her ihtimale karşı bir güvenlik önlemidir.
*/
.uk-navbar-left .uk-navbar-nav.impx-nav.style2 > li > a {
    padding: 0 20px !important; /* Sol taraf için orijinal boşluk */
}
/* ===================================================================== */
/* === Header Dropdown Oku Hizalama Düzeltmesi === */
/* ===================================================================== */

/* Hem normal dropdown hem de megamenu okları için geçerli olacak genel kural */
.uk-navbar-dropdown:before,
.uk-navbar-dropdown:after {
    /* Oku yatayda tam ortaya hizala */
    left: 50%;
    /* Sabit margin değerini sıfırla */
    margin-left: -50px;
}

/* Üstteki maske katmanını, kendi genişliğine göre ortala */
.uk-navbar-dropdown:before {
    transform: translateX(-50%);
}

/* Asıl ok olan üçgeni, kendi genişliğine göre ortala ve 45 derece döndür */
.uk-navbar-dropdown:after {
    transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 769px) and (max-width: 1400px) {
    .footer-top-nav ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;

    }

    /* Mobil cihazlarda scrollbar'ın görünümünü iyileştirmek için */
    .footer-top-nav ul::-webkit-scrollbar {
        height: 5px;
    }
    .footer-top-nav ul::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 5px;
    }
    .footer-top-nav ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
}
.uk-nav-header {
  font-size: .800rem !important;
  }
  .uk-navbar-dropdown-nav > li > a {
  color: #8d734a !important; 
}
.uk-navbar-dropdown-nav .uk-nav-header{
      color: #8d734a !important; 
}