html, body {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: #ffffff;
  width: 100%;
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  box-sizing: border-box;
}

#app, main {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
img, video { display: block; }

.room-desc,
.room-features,
.room-features li,
.restoran-card-desc span,
.restoran-intro,
.havuz-intro,
.room-info p {
  font-size: 0.85rem !important;
  line-height: 1.4;
}

.room-visual { position: relative; }
.room-visual .room-nav .arrow{ pointer-events:auto; display:flex; align-items:center; justify-content:center; background: #80cfc8; color:#fff; cursor:pointer; font-size:1.1rem; transition: background .18s, color .18s, border-color .18s; }
.room-visual .room-nav .arrow:hover{ background:#111; color:#fff; border-color:#111; }
.room-features{ display:grid; grid-template-columns: 1.5fr 1fr; gap:10px 10px; margin:0 0 40px; padding:0; list-style:none; }
.room-features li{ display:flex; align-items:center; gap:5px; color:#557472; font-weight:300; }
.room-features i{ font-size:1.05rem; color:#557472; width:20px; text-align:center; }

.section-title .subtitle{ display:block; font-size:.72rem; letter-spacing:.18em; color:#7b7b7b; font-weight:700; margin-bottom:6px; text-align: left;}
.section-title .title{ font-size:2.1rem; font-weight:800; letter-spacing:.02em; margin:0; text-align: left ;}
.section-title{ max-width:1100px; margin:0 auto 22px; text-align:center; }

.room-info-header{ margin:0 0 10px 0; }
.room-heading{ font-size:1.9rem; font-weight:800; margin:0 0 8px 0; }

.gallery-title{ position:relative; font-size:.8rem; letter-spacing:.2em; color:#61a8a5; margin:12px 0 12px; padding-left:46px; text-transform:uppercase; }
.gallery-title:before{ content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); height:2px; width:36px; background:#84cfc8; }

.room-features li, .room-features i{ color:#5b7f7e; font-size: .75rem }
.room-visual .room-nav{ position:absolute; inset:auto 0 0 0; display:flex; align-items:center; justify-content:flex-end; pointer-events:none; }
.room-visual .room-nav .nav-group{ display:flex; gap:8px; pointer-events:auto; }
.room-visual .room-nav .arrow{ width:40px; height:40px; border: none; }
.gallery-header{ display:flex; align-items:center; gap:10px; margin: 0 0 30px; }
.gallery-header .line{ width:40px; height:2px; background:#84cfc8; flex:0 0 40px; }
.gallery-header .label{ font-size:.8rem; letter-spacing:.2em; color:#61a8a5; text-transform:uppercase; }

@media (max-width:1100px){
  .rooms-wrap{ grid-template-columns:1fr; }
  .rooms-wrap > .room-visual{ height: auto; }
  .room-visual img{ height:auto; max-height:54vh; }
  .room-cta{ width:100%; }
  .rooms-section{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
}
.restoran-photo .restoran-nav{
  position:absolute;
  right:0; bottom:0;
  left:auto; top:auto;
  display:flex; align-items:center; justify-content:flex-end;
  pointer-events:none;
}
.restoran-photo .restoran-nav .nav-group{ display:flex; pointer-events:auto; }
.restoran-photo .restoran-nav .arrow{
  width:40px; height:40px; border:none;
  background:#80cfc8; color:#fff; cursor:pointer; font-size:1.1rem;
  display:flex; align-items:center; justify-content:center;
  transition: background .18s, color .18s;
}
.restoran-photo .restoran-nav .arrow:hover{ background:#111; color:#fff; }

.rooms-section{ background:#f2f2f2;  position:relative; padding:54px 4vw 70px; display: flex; justify-content: center; }

@media (min-width:1101px){
	.rooms-wrap{ max-height:650px; }
  .room-info{ overflow:auto; -webkit-overflow-scrolling: touch; }
  .room-card{ display:flex; flex-direction:column; min-height:0; }
  .room-desc{ flex:0 0 auto; }
  .room-features{ flex:0 0 auto; }
  .room-cta{ position:sticky; bottom:0; z-index:1; }
  .room-visual .room-nav{ position:absolute; left:0; right:0; bottom:0; top:auto; }
}
  .rooms-wrap{ 
    align-items: stretch;
  }
  .rooms-wrap > .room-visual{ 
    align-self: stretch;
    height: 100%;
    overflow: hidden;
  }
  .rooms-wrap > .room-visual img{
    height: 100% !important;
    width: 100%;
    max-height: none !important;
    object-fit: cover;
    display: block;
  }
.rooms-wrap{ position:relative; max-width:none; margin:0; background:#fff; display:grid; grid-template-columns: 2fr .9fr; box-shadow: 0 8px 40px rgba(0, 0, 0, 0.039); align-items: stretch; max-height:650px; overflow:hidden; }
.rooms-wrap > .room-visual{ align-self: stretch; height:100%; }
.room-visual{ margin:0; }
.room-visual img{ width:100%; height:100% !important; max-height:650px; object-fit:cover; display:block; background-size: cover; background-position: center; }
.room-visual, .room-visual img{ margin:0 !important; }


.room-info{ position:relative; padding: 40px 60px 40px 60px; display:flex; align-items: stretch; justify-content: flex-start; }
.room-info-header{ display:flex; align-items:center; gap:24px; margin-bottom:18px; }
.room-kicker{ font-size:.72rem; letter-spacing:.18em; color:#777; font-weight:700; }
.room-heading{ font-size:2rem; margin:0; font-weight:800; letter-spacing:.02em; }

.room-card{ display:grid; flex-direction:column; height:100%; min-height:0; }
.room-meta{ color:#666; font-size:.9rem; margin-bottom:10px; }
.room-title{ font-size:2rem; font-weight:800; margin: 0 0 10px 0; width: 80%; color: #0f2726; word-break: break-word; hyphens:auto; }
.room-desc{ color:#666; margin: 10px 0 30px 0; }
.room-visit{ display:inline-block; margin:8px 0 24px; padding-left:32px; position:relative; font-weight:700; color:#d4574d; text-decoration:none; letter-spacing:.14em; }
.room-visit:before{ content:none; }
.room-bottom{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.room-price{ color:#444; display:flex; align-items:baseline; gap:8px; }
.room-price .from{ font-size:.75rem; color:#999; text-transform:uppercase; letter-spacing:.18em; }
.room-price .price{ font-size:1.2rem; font-weight:800; }
.room-price .per{ font-size:.85rem; color:#999; }
.room-cta{ background: #80cfc8; color:#fff; border:none; padding: 20px 0 20px 0; font-weight:700; letter-spacing:.1em; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease; text-decoration: none; text-align: center; display: block; margin: 18px 0 0; max-width: 340px; }
.room-cta:hover{ transform:translateY(-1px); box-shadow:0 6px 18px #80cfc875; }
.room-cta{ margin-top:auto; }


@media (min-width:1101px) and (max-width:1440px){
  .rooms-wrap{ grid-template-columns: 1.7fr 0.95fr; }
  .room-info{ padding: 36px 44px; }
  .room-title{ font-size:1.8rem; }
  .room-desc{ margin:8px 0 18px; }
  .room-features{ gap:8px 10px; }
}

.room-arrows{ position:absolute; right:16px; bottom:16px; display:flex; gap:8px; }
.room-arrows .arrow{ width:44px; height:36px; display:flex; align-items:center; justify-content:center; border:1px solid #d9d9d9; background:#fff; color:#444; border-radius:10px; cursor:pointer; font-size:1rem; }
.room-arrows .arrow:hover{ background:#111; color:#fff; border-color:#111; }

@media (max-width: 1100px){
  .rooms-wrap{ grid-template-columns: 1fr; }
  .room-visual img{ max-height: 54vh; }
  .room-card{ border-left:none; padding-left:0; }
}
@media (max-width: 640px){
  .room-info{ padding:20px 25px 20px; }
  .room-heading{ font-size:1.5rem; }
  .room-title{ font-size:1.4rem; }
}

.eglence-showcase{ display:grid; grid-template-columns: 1fr 1fr; }
.eglence-card{ position:relative; min-height: 62vh; overflow:hidden; }
.eglence-card-bg{ position:absolute; inset:0; background-size:cover; background-position:center; transform: scale(1.02); transition: transform .5s ease; }
.eglence-card-gradient{ position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,.15) 55%, rgba(0,0,0,0)); }
.eglence-card:hover .eglence-card-bg{ transform: scale(1.06); }
.eglence-card-content{ position:absolute; left:0; right:0; bottom:0; padding:28px; color:#fff; z-index:2; }
.eglence-card-title{ font-family:'Roboto', serif; font-size:1.4rem; font-weight:600; margin:0 0 10px 0; }
.eglence-card-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; font-size:.8rem; }
.eglence-card-list .dot{ display:inline-block; width:5px; height:5px; border-radius:50%; background:#fff; margin-right:10px; position:relative; top:-1px; }

.eglence-slider-controls{ position:absolute; inset:0; display:flex; align-items:start; z-index:3; }
.eglence-slider-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #80cfc8;
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s, color .18s;
    }
.eglence-slider-btn:hover{ background: rgb(11, 11, 11); }

@media (max-width: 1024px){
  .eglence-showcase{ grid-template-columns:1fr; }
  .eglence-card{ min-height: 54vh; }
}
@media (max-width: 640px){
  .eglence-card{ min-height: 46vh; }
  .eglence-card-title{ font-size:1.4rem; }
  .eglence-card-content{ padding:20px; }
}
:root {
  --primary-color: #5a938f;
  --accent-color: #88cfc8;
}

body {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-video-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100svh;
}
.hero-video-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

@supports (height: 100lvh) {
  .hero-video-container { min-height: 100lvh; }
}

@media (max-width: 768px){
  .hero-video-container{
    min-height: 95vh;
    height: 95vh;
    background: #0f2726 url('/img/drone1.webp') center/cover no-repeat;
  }
  .hero-video-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.logo-normal { display: none; }
.logo-white { display: block; }

.logo-white,
.logo-normal {
    height: 60px;
    max-width: 110px;
}

.mr-header-logo-bg,
#mr-lang-selector-desktop,
.alexius-hamburger-btn {
  flex: 0 0 auto; 
}
#mr-lang-selector-desktop {
  white-space: nowrap;
}
.mr-header-nav,
.mr-header-nav-bg {
  min-width: 0;
}
.mr-header-nav-btn {
  flex: 0 1 auto;
  padding: 10px 14px;
}
.mr-main-header {
    z-index: 999 !important;
    position: fixed;
    top: 20px;
    left: 10%;
    width: 80%;
    background-color: #0000004a;
    display: flex;
    align-items: center;
    border: 1px solid rgb(225 225 225 / 18%);
    border-radius: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    transition: transform 0.3s ease;
    will-change: transform;
}
.mr-main-header { 
  transform: translateY(0);
}
.mr-main-header.is-hidden { 
  transform: translateY(-125%) !important;
  pointer-events:none;
}
.mr-header-logo-bg,
.mr-header-nav-bg {
    background: rgba(255, 255, 255, 0);
    border-radius: 50px;
    display: flex;
    align-items: center;
    transition: background 0.4s, box-shadow 0.4s;
}

.mr-header-logo-bg { padding: 1px 30px; }
.mr-header-nav-bg { padding: 5px 8px 5px 8px; border-radius: 50px; }
.mr-header-nav {
    display: flex;
    align-items: center;
    gap: 7px;
}
.mr-header-nav-bg { min-width: 0; }
.mr-header-nav { min-width: 0; }
.mr-lang-selector {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 8px;
}
.mr-lang-btn {
    padding: 7px 15px 7px 15px;
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.06em;
}
.mr-lang-btn.active,
.mr-lang-btn:hover {
    background: rgba(255,255,255,0.18);
    color: #fff;
}

.mr-lang-btn:last-child { margin-right: 0; }
.mr-header-nav-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 99999 !important;
    transition: all 0.3s;
    border: none;
    font-size: 13px;
    font-weight: 500;
}
.mr-header-nav-btn:hover,
.alexius-hamburger-btn.menu-hover {
    background-color: rgba(255,255,255,0.18);
    color: #fff;
}
.alexius-hamburger-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 38px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0 15px 0 15px;
    cursor: pointer;
    z-index: 2147483650;
    border-radius: 50px;
    transition: background 0.2s, color 0.2s;
    position: relative;
}
.alexius-hamburger-btn span {
    width: 22px;
    height: 1.5px;
    background: #f3f6f5;
    margin: 2.5px 0;
    border-radius: 1.5px;
    display: block;
    transition: all 0.3s;
}
.mr-main-header.scrolled {
    border-bottom: none;
}
.alexius-hamburger-btn:active, .alexius-hamburger-btn:focus { background: none; }

.mr-header-nav-bg { 
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.mr-header-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: nowrap;  
}

@media (max-width: 1360px){
  .logo-white, .logo-normal{ height: 52px; }
  .mr-header-nav-btn{ padding: 8px 14px; font-size: 12px; }
  .mr-lang-btn{ padding: 6px 12px; font-size: 11px; }
  .mr-main-header{ left: 7%; width: 86%; }
}

@media (max-width: 1200px){
  .logo-white, .logo-normal{ height: 48px; }
  .mr-header-nav-btn{ padding: 7px 12px; font-size: 11.5px; }
  .mr-lang-btn{ padding: 5px 10px; font-size: 10.5px; }
  .mr-header-nav{ gap: 4px; }
}
@media (max-width: 1024px) {
    .mr-main-header.scrolled .alexius-hamburger-btn {
        border: 1px solid #fff;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  }
    .mr-main-header.scrolled .alexius-hamburger-btn:hover,
    .mr-main-header.scrolled .alexius-hamburger-btn.menu-hover {
        color: #111;
    }
    .mr-main-header {
        padding: 10px 16px;
        border-bottom: none;
        background: linear-gradient(to bottom, #11111145 0%, rgb(17 17 17 / 36%) 100%);
        border: 0;
    }
    .mr-header-nav-bg {
        display: block;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .mr-header-nav {
        justify-content: flex-end;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    #mr-lang-selector-mobile {
        display: flex;
        margin-bottom: 18px;
        justify-content: flex-start;
    }
    .mr-lang-selector,
    .mr-header-nav-btn {
        display: none;
    }
    .alexius-hamburger-btn {
        background: transparent;
        border: 1px solid #fff;
        display: flex;
        position: absolute;
        margin: 0;
    }
    .alexius-mobile-overlay {
        width: 100dvw !important;
        max-width: 100dvw !important;
        left: 0;
        height: 100dvh;
        max-height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: env(safe-area-inset-bottom);
    }
    .alexius-mobile-footer {
        margin-top: auto;
        width: 100%;
    }
    .alexius-mobile-footer-links {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 10px;
        margin-bottom: 32px;
        font-size: 1.02rem;
    }
    .alexius-mobile-socials {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .alexius-mobile-socials a {
        color: #dddddd;
        font-size: 1.25rem;
        opacity: 0.95;
        transition: opacity 0.18s, color 0.18s;
    }
    .alexius-mobile-socials a:hover {
        opacity: 1;
        color: #fff;
    }
}
.alexius-mobile-overlay {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 350px;
    max-width: 95vw;
    height: 100vh;
    background: #193f3f;
    color: #f3f6f5;
    z-index: 2147483651 !important;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.42s cubic-bezier(.7,0,.3,1);
    box-shadow: 4px 0 38px 0 rgba(0,0,0,0.12);
    pointer-events: none;
}
.alexius-mobile-overlay.active {
    transform: translateX(0);
    pointer-events: auto;
}
.alexius-mobile-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 20px 24px 10px 24px;
}
.alexius-mobile-logo {
    height: 48px;
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    flex-shrink: 0;
}
.alexius-mobile-divider {
    border: none;
    border-top: 1px solid #5a938f;
    margin: 0 0 0 0;
    width: 100%;
}
.alexius-mobile-close {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-weight: 300;
    transition: color 0.2s;
    position: absolute;
    right: 20px;
    background-color: transparent;
    border: none;
}
.alexius-mobile-close:hover {
    color: #fff;
}
.alexius-mobile-menu-list a {
    color: #c8c6c3; 
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 10px 5px 5px 5px;
    letter-spacing: 0.04em;
    transition: color 0.2s, background 0s;
}
.alexius-mobile-menu-list a:hover,
.alexius-mobile-menu-list a:focus,
.alexius-mobile-menu-list a:active {
    color: #fff !important;
    background: transparent !important;
    text-decoration: none;
}
.alexius-mobile-menu-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 24px 0 24px;
}
.alexius-mobile-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alexius-mobile-menu-list ul li {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 10px 5px 5px 5px;
    transition: color 0.2s, background 0s;
    cursor: pointer;
    letter-spacing: 0.04em;
}
.alexius-mobile-menu-list ul li:hover,
.alexius-mobile-menu-list ul li:focus,
.alexius-mobile-menu-list ul li:active {
    color: #fff !important;
    background: transparent !important;
}
.alexius-mobile-footer {
    padding: 24px 18px 10px 18px;
    background: none;
    font-size: 1.03rem;
    font-weight: 300;
}
.alexius-mobile-footer-links {
    display: flex;
    color: #fff;
    gap: 20px;
    margin-bottom: 10px;
    font-size: 1.02rem;
}
.alexius-mobile-footer hr {
    border: none;
    border-top: 1px solid #266c67;
    margin: 12px 0 12px 0;
}
.alexius-mobile-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b6c6bb;
    font-size: 1rem;
    width: 100%;
    gap: 15px;
}
.mr-lang-selector#mr-lang-selector-mobile {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    gap: 2px;
}
@media (max-width: 768px) {
    #mr-lang-selector-desktop { display: none; }
    .alexius-mobile-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }
    .mr-lang-selector#mr-lang-selector-mobile {
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
    }
}
@media (min-width: 769px) {
    .alexius-mobile-socials { display: none !important; }
    .alexius-mobile-footer-links {
        margin-bottom: 32px;
    }
    #mr-lang-selector-mobile { display: none; }
    .alexius-mobile-footer-bottom {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
}
body.menu-open {
    overflow: hidden !important;
}


.stay-hero {
    background: #ecf1f1;
    color: var(--text-color);
    overflow-x: hidden;
    position: relative;
    padding: 60px 20px;
}

.stay-hero .header {
    text-align: center;
    margin-bottom: 10px;
}
.stay-hero .title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 0;
    background: #5a938f;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
}
.stay-hero .subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #666;
    text-align: center;
    font-weight: 400;
}
.stay-hero .btn-group {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
}
.stay-hero .btn {
    font-family: 'Roboto', serif;
    padding: 15px 35px;
    border: 1px solid var(--primary-color);
    background: #fff0;
    color: var(--primary-color);
    text-decoration: none;
    font-size: .7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.stay-hero .btn-primary {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.havuz-showcase{ background:#f3f5f5; padding:80px 4vw; display:flex; justify-content:center; }
.havuz-wrap{ max-width:1400px; width:100%; display:grid; grid-template-columns: 1.6fr 0.7fr; align-items:stretch; }
.havuz-photo{ background-size:cover; background-position:center; min-height:600px; box-shadow:0 8px 28px rgba(0,0,0,.06); position: relative; }

.havuz-panel{ background:#fff; padding:140px 40px; display:flex; flex-direction:column; box-shadow:0 10px 30px rgba(0,0,0,.08); justify-content: center; }
.havuz-kicker{ font-size:.72rem; letter-spacing:.18em; font-weight:700; color:#0f2726; opacity:.8; text-transform:uppercase; margin-bottom:8px; display:inline-block; }
.havuz-title{ font-size:2rem; font-weight:800; color:#0f2726; margin:0 0 12px 0; }
.havuz-intro{ font-size:.95rem; line-height:1.6; color:#0f2726; opacity:.92; margin:0 0 18px 0; }

.havuz-list{ display:table-row; gap:10px 0; margin-top: 10px }
.havuz-item{ display:flex; gap:12px; align-items:flex-start; padding:15px 0; border-bottom: 1px solid rgb(0 0 0 / 5%); }
.havuz-item i{ color:#5a938f; font-size:.9rem; margin-top:2px; width:18px; text-align:center; }
.havuz-item .meta{ color:#0f2726; }
.havuz-item .meta strong{ display:block; font-size:.85rem; margin-bottom:2px; color: #5a938f }
.havuz-item .meta span{ display:block; font-size:.75rem; opacity:.9; color: #5a938f }

@media (max-width: 1100px){
  .havuz-wrap{ grid-template-columns: 1fr; }
  .havuz-photo{ min-height:360px; }
  .havuz-item{ border-left:none !important; padding-left:0 !important; }
}

.havuz-info {
  margin-top: 18px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 8px 20px;
  color: #0f2726;
  border-radius: 8px;
  overflow: hidden;
}
.havuz-info-row {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  align-items: center;
  border-top: 0.5px solid #eef3f3;
}
.havuz-info-row:first-child { border-top: none; }
.havuz-info-row i {
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
}
.havuz-info-row strong { display: block; font-size: 0.9rem; color: #fff; }
.havuz-info-row span { display: block; font-size: 0.8rem; color: #ffffffe1; margin-top: 2px; }

.gallery-container {
    min-height: 100vh;
    background-color: #f2f2f2;
    position: relative;
    padding: 10px 0px 30px 0px;
}

.header {
    text-align: center;
    padding: 40px 0px 0px 0px;
    position: relative;
    z-index: 10;
}

.header h1 {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f2726;
}

.header p {
    font-size: .9rem;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    opacity: 0.8;
    color: #666;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 25px;
    border: 1px solid #e3e3e3;
    background: transparent;
    color: #393939;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.filter-btn:hover,
.filter-btn.active {
    background: #80cfc8;
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-1px);
    color: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 200;
    position: relative;
    padding: 0 20px;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
    background: rgba(255,255,255,0.05);
}

.gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    color: #fff;
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}

.zoom-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    backdrop-filter: blur(5px);
    color: #fff;
}

.gallery-item:hover .zoom-icon {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2147483646;
    backdrop-filter: blur(10px);
}
.modal.active {
    display: flex;
}
.modal-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; padding: 0;
}
.modal img {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: contain;
    margin: 0;
    padding: 0;
    background: transparent;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: rgba(255,255,255,0.3);
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 1.3rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-nav:hover {
    background: rgba(255,255,255,0.3);
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 6px;
    }

    .gallery-item img {
        height: 140px;
    }
    .gallery-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .filter-buttons {
        gap: 7px;
        margin: 20px 5px;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    .header p {
        width: 90%;
        font-size: 0.9rem;
    }
    .gallery-container {
        padding: 0px 0px 20px 0px;
    }
}
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}
.site-footer{
  --footer-bg: #0b1c1b;
  --footer-bg-2: #0f2726;
  --footer-text: #e6f1ef;
  --footer-muted: #b8d1cd;
  --footer-accent: #80cfc8;
  background: radial-gradient(1200px 600px at 80% 0%, var(--footer-bg-2) 0%, var(--footer-bg) 60%);
  color: var(--footer-text);
  padding: 48px 4vw 22px;
}
.site-footer .footer-container{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.footer-info{ 
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 22px 22px;
}
.footer-head{ display:flex; align-items:center; gap:14px; margin-bottom:25px; }
.footer-logo{ width:46px; height:46px; object-fit:contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.2)); }
.footer-title{ font-size:1.1rem; margin:0; font-weight:800; letter-spacing:.02em; }
.footer-tagline{ margin:2px 0 0 0; font-size:.85rem; color:var(--footer-muted); }

.contact-list{ list-style:none; margin:10px 0 25px 0; padding:0; display:flex; flex-direction:column; gap:10px; }
.contact-list li{ display:flex; gap:10px; align-items:flex-start; font-size:.95rem; color:var(--footer-text); opacity:.92; }
.contact-list i{ width:22px; text-align:center; color:var(--footer-accent); margin-top:3px; }
.contact-list a{ color:var(--footer-text); text-decoration:none; border-bottom:1px dotted rgba(255,255,255,.25); }
.contact-list a:hover{ border-bottom-color: transparent; }

.alexius-hamburger-btn:hover {
  background-color: rgba(255,255,255,0.18);
  color: #fff;
}

.distance-badges{ display:flex; flex-wrap:wrap; gap:10px; margin:6px 0 14px; }
.distance-badges .badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  font-size:.85rem; color:var(--footer-muted);
}
.distance-badges .badge strong{ color:#fff; font-weight:700; margin-left:4px; }
.distance-badges .badge i{ color:var(--footer-accent); }

.footer-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.footer-actions .btn{ 
    display:inline-flex;
    align-items:center;
    gap:8px; border:none;
    text-decoration:none;
    cursor:pointer;
    font-weight:700;
    letter-spacing: .06em;
    padding:12px 16px;
    border-radius:10px; }
.btn-call{ background: var(--footer-accent); color:#042725; }
.btn-route{ background: transparent; color:#fff; border:1px solid rgba(255,255,255,0.18); }
.btn-route:hover{ background: rgba(255,255,255,0.08); }

.footer-map{ 
  border-radius: 14px; overflow:hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.06);
  min-height: 260px;
}
.footer-map iframe{ display:block; width:100%; height:100%; min-height:260px; border:0; }

.footer-bottom{
  max-width:1200px; margin:18px auto 0; padding-top:14px;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--footer-muted);
  font-size:.9rem;
}
.footer-links{ display:flex; gap:16px; }
.footer-links a{ color:var(--footer-muted); text-decoration:none; }
.footer-links a:hover{ color:#fff; text-decoration:underline; }

@media (max-width: 900px){
  .site-footer{ padding: 36px 16px 18px; }
  .site-footer .footer-container{ grid-template-columns: 1fr; }
  .footer-map{ min-height: 220px; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; gap:8px; }
}

@media (max-width: 768px){
  .site-footer{ padding:28px 16px; }
  .site-footer .footer-container{ gap:14px; }
}

.restoran-showcase{ background:#f3f5f5; padding:80px 4vw; display:flex; justify-content:center; }
.restoran-wrap{ max-width:1400px; width:100%; display:grid; grid-template-columns: 1.5fr 1fr; align-items:stretch; }
.restoran-photo{ background-size:cover; background-position:center; min-height:600px; box-shadow:0 8px 28px rgba(0,0,0,.06); position: relative; }

.restoran-panel{ background:#fff; padding:140px 40px; display:flex; flex-direction:column; box-shadow:0 10px 30px rgba(0,0,0,.08); justify-content: center; }
.restoran-kicker{ font-size:.72rem; letter-spacing:.18em; font-weight:700; color:#0f2726; opacity:.8; text-transform:uppercase; margin-bottom:8px; display:inline-block; }
.restoran-title{ font-size:2rem; font-weight:800; color:#0f2726; margin:0 0 12px 0; }
.restoran-intro{ font-size:.95rem; line-height:1.6; color:#0f2726; opacity:.92; margin:0 0 18px 0; }

.restoran-list{ display:grid; grid-template-columns: 1fr 1fr; gap:10px 0; margin-top: 10px }
.restoran-item{ display:flex; gap:12px; align-items:flex-start; padding:15px 0; border-bottom: 1px solid rgb(0 0 0 / 5%); }
.restoran-item:nth-child(2n){ padding-left:20px; }
.restoran-item i{ color:#5a938f; font-size:.9rem; margin-top:2px; width:18px; text-align:center; }
.restoran-item .meta{ color:#0f2726; }
.restoran-item .meta strong{ display:block; font-size:.85rem; margin-bottom:2px; color: #5a938f }
.restoran-item .meta span{ display:block; font-size:.75rem; opacity:.9; color: #5a938f }

@media (max-width: 1100px){
  .restoran-wrap{ grid-template-columns: 1fr; }
  .restoran-photo{ min-height:360px; }
  .restoran-item{ border-left:none !important; padding-left:0 !important; }
}

.restoran-info {
  margin-top: 18px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 8px 20px;
  color: #0f2726;
  border-radius: 8px;
  overflow: hidden;
}
.restoran-info-row {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  align-items: center;
  border-top: 0.5px solid #eef3f3;
}
.restoran-info-row:first-child { border-top: none; }
.restoran-info-row i {
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
  width: 22px;
  text-align: center;
}
.restoran-info-row strong { display: block; font-size: 0.9rem; color: #fff; }
.restoran-info-row span { display: block; font-size: 0.8rem; color: #ffffffe1; margin-top: 2px; }

.havuz-nav{ position:absolute; inset:auto 0 0 0; display:flex; align-items:center; justify-content:flex-end; pointer-events:none; }
.havuz-nav .nav-group{ display:flex; pointer-events:auto; }

.havuz-photo .havuz-nav .arrow {
    width: 40px;
    height: 40px;
    border: none;
    background: #80cfc8;
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s, color .18s;
}
.havuz-photo .havuz-nav :hover {
    background: #111;
    color: #fff;
}

/* =======================================
   Tablet & Mobile layout adjustments
   ======================================= */

/* Tablet (<=1024px) */
@media (max-width: 1024px){
  .mr-main-header{ left:4%; width:92%; top:12px; padding:12px 16px; }

  /* Rooms */
  .rooms-section{ padding:36px 3vw 50px; }
  .rooms-wrap{ grid-template-columns: 1fr; gap:18px; }
  .room-visual img{ max-height: 54vh; }
  .room-info{ max-width: none; padding: 10px 24px 24px; }
  .room-title{ font-size: 1.6rem; }
  .room-desc{ width: 100%; }
  .room-features{ grid-template-columns: repeat(2, minmax(160px,1fr)); gap:8px 12px; }
  .room-cta{ width: 100%; }

  /* Havuz & Plaj */
  .havuz-showcase{ padding: 50px 3vw; }
  .havuz-wrap{ grid-template-columns: 1fr; }
  .havuz-photo{ min-height: 380px; }
  .havuz-panel{ padding: 34px 24px; }
  .havuz-title{ font-size: 1.6rem; }
  .havuz-intro{ font-size: .9rem; }
  .havuz-list{ display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }

  /* Restoran */
  .restoran-showcase{ padding: 50px 3vw; }
  .restoran-wrap{ grid-template-columns: 1fr; }
  .restoran-photo{ min-height: 380px; }
  .restoran-panel{ padding: 34px 24px; }
  .restoran-title{ font-size: 1.6rem; }
  .restoran-intro{ font-size: .9rem; }
  .restoran-list{ grid-template-columns: 1fr 1fr; column-gap: 18px; }

  /* Eğlence kartları */
  .eglence-card{ min-height: 54vh; }
}

/* Mobile (<=640px) */
@media (max-width: 640px){
  /* Header compact */
  .mr-main-header{ left: 3%; width: 94%; top: 8px; padding:10px 12px; border-radius: 14px; }

  /* Rooms */
  .rooms-section{ padding: 20px 2vw 20px; width: auto; }
  .rooms-section { margin-top: 0; }
  .rooms-wrap{ max-height: none; }
  .room-visual img{ max-height: 38vh; }
  .room-info{ padding: 12px 20px 20px; }
  .room-title{ font-size: 1.35rem; }
  .room-desc{ font-size: .85rem !important; }
  .room-features{ grid-template-columns: 1fr; margin: 0 0 20px; }
  .gallery-header{ margin: 0 0 18px; }

  /* Havuz & Plaj */
  .havuz-showcase{ padding: 30px 2vw; }
  .havuz-photo{ min-height: 260px; }
  .havuz-panel{ padding: 36px 20px; }
  .header h1{ font-size: 1.35rem; }
  .eglence-showcase{ padding: 0; }
  .eglence-slider-controls{ padding: 0 0; align-items: start; }
  .havuz-title{ font-size: 1.35rem; }
  .havuz-intro{ font-size: .85rem; }
  .havuz-list{ grid-template-columns: 1fr; }
  .havuz-item{ padding: 12px 0; }

  /* Restoran */
  .restoran-showcase{ padding: 20px 2vw; }
  .restoran-photo{ min-height: 260px; }
  .restoran-panel{ padding: 36px 20px; }
  .restoran-title{ font-size: 1.35rem; }
  .restoran-intro{ font-size: .85rem; }
  .restoran-list{ grid-template-columns: 1fr; }

  /* Eğlence */
  .eglence-card{ min-height: 44vh; }
  .eglence-card-content{ padding: 16px; }
  .eglence-card-title{ font-size: 1.2rem; }

  .gallery-grid{ gap: 10px; padding: 0 8px; }
}

@media (min-width: 641px) and (max-width: 1100px){
  .rooms-wrap{ max-height: none; }
  .room-visual{ height: auto; }
  .room-visual img{ height: auto; max-height: 54vh; object-fit: cover; }
}

/* Small Mobile 400px */
@media (max-width: 400px){
  .mr-main-header{ left:2%; width:96%; }
  .room-title, .havuz-title, .restoran-title{ font-size: 1.2rem; }
  .footer-actions{ flex-direction: column; align-items: stretch; }
}

a, button { -webkit-tap-highlight-color: transparent; color: #fff; }

a:focus, a:focus-visible,
button:focus, button:focus-visible,
.mr-header-nav-btn:focus, .mr-header-nav-btn:focus-visible,
.btn:focus, .btn:focus-visible,
.filter-btn:focus, .filter-btn:focus-visible,
.alexius-hamburger-btn:focus, .alexius-hamburger-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.stay-hero .btn:hover {
  background: #f0f0f0;
  color: #000;
  border-color: #bbb;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #dbdbdb;
}

.float-alt {
  text-decoration: none;
  position: fixed;
  width: 200px;
  height: 45px;
  bottom: 30px;
  right: 40px;
  background-color: #ffffffc8;
  backdrop-filter: blur(5px);
  border-radius: 0px 10px 10px 0px;
  color: #477c77 !important;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  z-index: 3000;
  line-height: 45px;
}

.float-alt-rezervasyon {
  text-decoration: none;
  position: fixed;
  width: 200px;
  height: 45px;
  bottom: 30px;
  right: 240px;
  background-color: #477c77;
  backdrop-filter: blur(5px);
  border-radius: 10px 0px 0px 10px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  z-index: 3000;
  line-height: 45px;
}

@media all and (max-width: 768px) {
  .float-alt, .float-alt-rezervasyon {
    width: 50%;
    height: 40px;
    bottom: -1px;
    font-size: 14px;
    z-index: 3000;
    line-height: 40px;
    border-radius: 0px 10px 0px 0px;
  }

  .float-alt {
    right: 0px;
  }

  .float-alt-rezervasyon {
    left: 0px;
    border-radius: 10px 0px 0px 0px;
  }
}

.fo-link a:hover {
  background-color: #0f2726;
  color: #fff !important;
}

body::after {
  content: "";
  display: block;
  min-height: 1px;
}