:root {
  --navy: #0F1F3D;
  --accent: #D4502A;
  --acc-h: #BC4422;
  --sand: #F0E4CC;
  --sand-d: #DBC99E;
  --surf: #F5F5F3;
  --white: #FFFFFF;
  --t1: #111110;
  --t2: #4A4845;
  --t3: #999790;
  --bdr: rgba(0, 0, 0, .09);
  --bdr-m: rgba(0, 0, 0, .15);
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ff: 'Source Sans 3', sans-serif;
  --ffs: 'Source Sans 3', sans-serif;
  --ffd: 'Figtree', sans-serif;
}


.orange {
  color: var(--accent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--ff);
  background: var(--white);
  color: var(--t1);
  -webkit-font-smoothing: antialiased
}

img {
  display: block;
  max-width: 100%
}

a {
  text-decoration: none;
  color: inherit
}

/* GLOBAL 0-radius */
button,
a,
.btn-hero,
a.btn-hero-g,
a.btn-cta,
a.btn-offer,
.btn-room,
.btn-gcard,
.btn-gmore,
.fac-toggle-btn,
.btn-nl,
.btn-sb-book,
.lb-arr,
.lb-close,
.oc-badge,
.oc-pill,
.fac-list-item,
.g-badge,
.dd-item,
.g-tip,
.room-card,
.room-card-v,
.group-card,
.f-soc-btn,
.f-anpc-b,
.rev-card-avatar,
.rev-badge,
.wa-tooltip,
.hb-guest-btn,
.btn-rs-view,
.btn-ond,
.rnd-arr,
.gallery-arr,
.rs-arr {
  border-radius: 0 !important
}

/* ── GROUP BAR (tier 1 — Almarina brand) ── */
.group-bar {
  background: #0f1f3d;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  position: relative;
  z-index: 310
}

.gb-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0
}

.gb-almarina-svg {
  height: 18px;
  width: auto;
  color: rgba(255, 255, 255, .8)
}

.gb-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .12);
  flex-shrink: 0
}

.gb-tagline {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .3);
  white-space: nowrap
}

.gb-links {
  display: flex;
  align-items: center;
  gap: 0
}

.gb-link {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, .4);
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  transition: color .15s;
  white-space: nowrap;
  line-height: 36px;
  display: block
}

.gb-link:last-child {
  border-right: none
}

.gb-link:hover {
  color: rgba(255, 255, 255, .85)
}

.gb-props {
  position: relative
}

.gb-props-btn {
  font-family: var(--ff);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  background: none;
  border: none;
  border-right: 0px solid rgba(255, 255, 255, .08);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
  height: 36px;
  transition: color .15s;
  white-space: nowrap
}

.gb-props-btn:hover {
  color: rgba(255, 255, 255, .85)
}

.gb-props-btn svg {
  transition: transform .18s
}

.gb-props:hover .gb-props-btn svg {
  transform: rotate(180deg)
}

.gb-drop {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background: var(--white);
  border-radius: 6px !important;
  min-width: 260px;
  padding: 6px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease);
  z-index: 400
}

.gb-props:hover .gb-drop {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0)
}

.dd-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 4px !important;
  transition: background .12s
}

.dd-item:hover {
  background: var(--surf)
}

.dd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  flex-shrink: 0
}

.dd-name {
  font-size: 13px;
  font-weight: 500
}

.dd-meta {
  font-size: 11px;
  color: var(--t3);
  margin-left: auto
}

/* ── TOP BAR (tier 2 — rezervare directă + contact) ── */
.topbar {
  background: var(--navy);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  position: relative;
  z-index: 300
}

.tb-promo {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.tb-promo strong {
  font-weight: 600;
  color: rgba(255, 255, 255, .7)
}

.tb-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0
}

.tb-tel {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .15s;
  text-decoration: none;
  white-space: nowrap
}

.tb-tel:hover {
  color: rgba(255, 255, 255, .9)
}

.tb-wa {
  font-size: 11px;
  font-weight: 500;
  color: #25D366;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s
}

.tb-wa:hover {
  color: #1fb558
}

/* HEADER */

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  box-shadow: 0 0px 0 var(--bdr), 0 2px 24px rgba(0, 0, 0, .00);
  transition: background .3s var(--ease), box-shadow .3s, top .3s
}

.hotel-page .header {
  top: 36px;
  background: transparent;

}

.header.scrolled,
.hotel-page .header.scrolled {
  background: var(--white);
  box-shadow: 0 0px 0 var(--bdr), 0 2px 24px rgba(0, 0, 0, .00);
  top: 0
}

.h-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0
}


.header .h-logo-svg {
  height: 55px;
  margin-bottom: 0px;
  width: auto;
  color: #fff;
  transition: color .3s
}

.header.scrolled .h-logo-svg {
  color: var(--navy)
}

.h-logo-img {
  height: 55px;
  width: auto;
  transition: opacity .3s
}

.h-logo-light {
  display: none
}

.header.scrolled .h-logo-dark {
  display: none
}

.header.scrolled .h-logo-light {
  display: block
}

nav {
  display: flex;
  align-items: center;
  gap: 2px
}

.nav-a {
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 7px 14px;
  transition: color .2s, background .15s
}

.nav-a:hover {
  color: rgba(255, 255, 255, .85);
  background: transparent;
}

.header.scrolled .nav-a {
  color: #000000;
}

.header.scrolled .nav-a:hover {
  color: var(--t1);
}

.btn-cta {
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: var(--accent);
  border: 1px solid;
  padding: 11px 30px;
  cursor: pointer;
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -.01em;
  transition: background .2s, box-shadow .2s
}

.btn-cta:hover {
  background:var(--acc-h);

box-shadow:0 0px 0px #0f1f3d
}

.header.scrolled .btn-cta {
  color: #fff;
  background:var(--acc-h)
}

.header.scrolled .btn-cta:hover {
  background:white;

color:var(--navy)
}

/* HERO */
.hero {
  position: relative;
  height: calc(100vh - 36px);
  min-height: 580px;
  max-height: 820px;
  overflow: hidden;
  background: var(--navy)
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.hero-ov {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, .5)
}

.hero-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 64px 72px
}

.hero-h1 {
  font-family: var(--ff);
  font-size: clamp(38px, 5.5vw, 70px);
  font-weight: 700;
  color: #fff;
  max-width: 750px;
  line-height: 1.15;
  letter-spacing: -.5px;
  margin-bottom: 14px;
  opacity: 0;
  animation: fu .6s ease .1s forwards
}

.hero-p {
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 400;
  color: rgba(255, 255, 255);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 850px;
  opacity: 0;
  animation: fu .6s ease .22s forwards
}

.hero-rating-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  opacity: 0;
  animation: fu .6s ease .32s forwards;
  flex-wrap: wrap
}

.hero-rating-stars {
  font-size: 15px;
  color: #F4B942;
  letter-spacing: 2px;
  line-height: 1
}

.hero-rating-score {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em
}

.hero-rating-sep {
  font-size: 14px;
  color: rgba(255, 255, 255, .35)
}

.hero-rating-count {
  font-size: 14px;
  color: rgba(255, 255, 255, .6)
}

.hero-rating-link {
  font-size: 13px;
  color: rgba(255, 255, 255, .75);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .15s
}

.hero-rating-link:hover {
  color: #fff
}

.hero-dots {
  position: absolute;
  bottom: 100px;
  right: 48px;
  display: flex;
  gap: 8px
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 3px !important;
  background: rgba(255, 255, 255, .3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: width .25s var(--ease), background .25s
}

.hero-dot.on {
  width: 26px;
  background: #fff
}

.hero-arr {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .15s;
  opacity: .7
}

.hero-arr:hover {
  opacity: 1
}

.hero-arr.l {
  left: 16px
}

.hero-arr.r {
  right: 16px
}

/* BOOKING WIDGET — bottom of hero */
.hero-booking {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 -4px 40px rgba(0, 0, 0, .18);
  opacity: 0;
  animation: fu .5s ease .5s forwards
}

.hb-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 64px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 0
}

.hb-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  height: 100%
}

.hb-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--t3);
  margin-bottom: 3px
}

.hb-input-row {
  display: flex;
  align-items: center;
  gap: 8px
}

.hb-input-row svg {
  color: var(--navy);
  flex-shrink: 0
}

.hb-input {
  font-family: var(--ff);
  font-size: 14px;
  font-weight: 500;
  color: var(--t1);
  background: none;
  border: none;
  outline: none;
  width: 100%;
  cursor: pointer
}

.hb-input::placeholder {
  color: var(--t2)
}


.hb-sep {
  font-size: 18px;
  color: var(--t3);
  padding: 0 4px;
  flex-shrink: 0
}

.hb-divider {
  width: 1px;
  height: 40px;
  background: transparent;
  flex-shrink: 0
}

.hb-guests-row {
  gap: 6px
}

.hb-guest-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .12s;
  line-height: 1;
  padding: 0
}

.hb-guest-btn:hover {
  background: var(--surf)
}

.hb-guests-val {
  font-size: 15px;
  font-weight: 700;
  color: var(--t1);
  min-width: 18px;
  text-align: center
}

.hb-guests-label {
  font-size: 13px;
  color: var(--t2)
}

.hb-btn {
  flex-shrink: 0;
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: var(--accent);
  border: none;
  padding: 0 32px;
  height: 46px;
  cursor: pointer;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-left: 20px;
  transition: background .15s;
  white-space: nowrap
}

.hb-btn:hover {
  background: var(--acc-h)
}
/* HERO */
.hero{position:relative;height:calc(100vh - 36px);min-height:580px;overflow:hidden;background:var(--navy)}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease}
.hero-slide.active{opacity:1}
.hs1{background-image:url('https://vilanatalia.ro/wp-content/uploads/2023/02/a6.jpg')}
.hs2{background-image:url('https://vilanatalia.ro/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-07-at-16.56.08.jpeg')}
.hs3{background-image:url('https://vilanatalia.ro/wp-content/uploads/2023/02/a5.jpg')}
.hero-ov{position:absolute;inset:0;background:rgba(10,20,40,.5)}
.hero-body{position:absolute;inset:0;display:flex;flex-direction:column;justify-content: flex-end;align-items:flex-start;padding: 0 64px 122px;}
.hero-h1{font-family:var(--ff);font-size: clamp(38px,5.5vw,70px);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.5px;margin-bottom:14px;opacity:0;animation:fu .6s ease .1s forwards;max-width: 900px;}
.hero-p{font-size: clamp(20px,1.8vw,30px);font-weight: 400;color: rgb(255 255 255);line-height:1.6;margin-bottom: 20px;max-width: 850px;opacity:0;animation:fu .6s ease .22s forwards}
.hero-rating-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;opacity:0;animation:fu .6s ease .32s forwards;flex-wrap:wrap}
.hero-rating-stars{font-size: 30px;color:#F4B942;letter-spacing:2px;line-height:1}
.hero-rating-score{font-size:16px;font-weight:800;color:#fff;letter-spacing:-.02em}
.hero-rating-sep{font-size:14px;color:rgba(255,255,255,.35)}
.hero-rating-count{font-size: 16px;color: rgb(255 255 255 / 88%);}
.hero-rating-link{font-size: 16px;color: rgb(255 255 255);font-weight: 500;text-decoration:underline;text-underline-offset:2px;transition:color .15s}
.hero-rating-link:hover{color:#fff}
.hero-dots{position:absolute;bottom:100px;right:48px;display:flex;gap:8px}
.hero-dot{width:6px;height:6px;border-radius:3px!important;background:rgba(255,255,255,.3);border:none;cursor:pointer;padding:0;
  
  
  transition:width .25s var(--ease),background .25s}
.hero-dot.on{width:26px;background:#fff}
.hero-arr{position:absolute;top:45%;transform:translateY(-50%);width:56px;height:56px;background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s;opacity:.7}
.hero-arr:hover{opacity:1}
.hero-arr.l{left:16px}
.hero-arr.r{right:16px}



/* WRAP */
.wrap{max-width:1120px;margin:0 auto;padding:0 64px}
.wrap-wide{max-width:1280px;margin:0 auto;padding:0 64px}
.sec-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(0,0,0,.45);margin-bottom:12px;display:block}

/* ── DESCRIERE + FACILITIES ── */
.desc-sec{background:var(--white);padding: 70px 0 0;text-align:center}
.desc-title{font-family:var(--ff);font-size: clamp(22px,2.8vw,38px);font-weight:700;color:var(--navy);letter-spacing:-.2px;margin-bottom:12px}
.desc-body{font-size: 20px;color: #000;line-height:1.7;max-width: 920px;margin:0 auto}

/* FACILITIES STRIP */
.fac-strip{background:linear-gradient(to bottom, #fff, #fafafa);padding: 64px 0 110px;}
.fac-grid{display:flex;flex-wrap:wrap;max-width:1000px;margin:0 auto;justify-content:center;gap:0}
.fac-item{flex:1;min-width:160px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px}
.fac-icon{width:60px;height:60px;color:var(--navy);margin-bottom:18px}
.fac-main{font-size:20px;font-weight: 600;color:var(--t1);margin-bottom:5px;letter-spacing:-.01em}
.fac-sub{font-size: 15px;color: #000000;line-height: 1.2;}

/* ── ROOMS SPLIT ── */
.rooms-split-sec{background: #ffffff;padding:0}
.rs-inner{display:grid;grid-template-columns:1fr 1fr;min-height: 460px;}
.rs-img-col{position:relative;overflow:hidden;background:var(--navy);width: 100%;height: 100%;object-fit: cover;}
.rs-img-slides{height:100%;position:relative;width: 100%;height: 100%;object-fit: cover;}
.rs-img-slide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease}
.rs-img-slide.active{opacity:1}
.rs-img-slide img{width:100%;height:100%;object-fit:cover;display:block;width: 100%;height: 100%;object-fit: cover;}
.rs-img-slide{cursor:pointer;}
.rs-lb-prev,.rs-lb-next{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:66px;height:66px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer; background: transparent;color:#fff;}
.rs-lb-prev:hover,.rs-lb-next:hover{color: #000;}
.rs-lb-prev{left:10px;}
.rs-lb-next{right:10px;}
.rs-lb-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:3;}
.rs-lb-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:background .2s;display:inline-block;}
.rs-lb-dot.on{background:#fff;}
.rs-arr{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:rgba(255,255,255,.85);border:none;color:var(--t1);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s}
.rs-arr:hover{background:#fff}
.rs-arr-l{left:14px}
.rs-arr-r{right:14px}
.rs-body-col{padding:56px 64px;display:flex;flex-direction:column;justify-content:center;background:#E8D5B0;}
.rs-title{max-width: 450px;font-family:var(--ff);font-size: clamp(22px,2.8vw,38px);font-weight: 700;color:var(--navy);letter-spacing: -0.0em;line-height: 1.0;margin-bottom: 24px;}
.rs-desc{max-width: 550px;font-size: 20px;color: #000000;line-height:1.65;margin-bottom: 28px;}
.rs-desc-sm{font-size: 18px;font-weight: 600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom: 24px;}
.rs-icons-row{display:flex;gap:24px;margin-bottom:28px;flex-wrap:wrap}
.rs-icon-item{display:flex;flex-direction:column;align-items:center;gap:6px;font-size: 14px;font-weight:600;color: #514c45;text-align:center;min-width:44px}
.rs-icon-item img{width:28px;height:28px;color:var(--navy)}
.rs-price-row{margin-bottom:24px;padding-top:12px}
.rs-from{font-size:12px;font-weight:700;color:var(--t3);text-transform:uppercase;letter-spacing:.06em;margin-right:4px}
.rs-amount{font-family:var(--ffs);font-size:28px;font-weight:900;color:var(--accent);letter-spacing:-.03em}
.rs-unit{font-size:13px;color:var(--t2);font-weight:500;margin-left:4px}
.btn-rs-view{border:1px solid;border-color:var(--navy);display:inline-block;font-family:var(--ff);font-size: 20px;font-weight: 500;color:#fff;background: #0f1f3d;padding: 11px 30px;letter-spacing: .02em;text-transform: none;transition:background .15s;align-self:flex-start}
.btn-rs-view:hover{background:#ffffff00;color:var(--navy);border:1px solid}

/* ── REVIEWS 2-COL ── */
.reviews-nd {
  background: var(--white);
  padding: 100px 0;
}

.rnd-cols {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0;
  max-width: 1200px;

margin: 0 auto;

align-items: center;
}

.rnd-divider {
  background: transparent;
  height: 100%;
  min-height: 260px;
  width: 1px
}

.rnd-col {
  padding: 0 56px;
  align-items: center;

text-align: center;
}

.rnd-col:first-child {
  padding-left: 0
}

.rnd-col:last-child {
  padding-right: 0
}

.rnd-src-logo {
  margin-bottom: 32px;
  height: 28px;
  display: flex;
  align-items: center
}

.rnd-src-logo svg, .rnd-src-logo img { margin:auto}

.rnd-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0
}

.rnd-slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.rnd-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.rnd-card.active {
  transform: translateX(0);
}

.rnd-text {
  font-size: 18px;
  color: var(--t1);
  line-height: 1.7;
  margin-bottom: 18px;
  font-style: italic;
  text-align:center;
}

.rnd-stars {
  font-size: 30px;

margin-bottom: 3px;

text-align: center;
  color: #F4B942;
  letter-spacing: 2px;
}

.rnd-author {
  font-size: 18px;
  font-weight: 700;
  color: var(--t1);
  text-align: center;
}

.rnd-meta {
  font-size: 13px;
  font-weight: 400;
  color: var(--t3)
}

.rnd-arr {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: var(--t2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .15s
}

.rnd-arr:hover {
  background: var(--navy);
  color: #fff
}

.rnd-arr-l {
  margin-right: 16px
}

.rnd-arr-r {
  margin-left: 16px
}

/* ── OFFER SECTION (single card, split) ── */
.offer-sec {
  background: rgb(229 214 175 / 42%);
  padding: 0px 0;
  margin-top: 110px;
}

.ond-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  
  margin: 0 auto;
  background: transparent
}

.ond-body {
padding: 60px 56px 60px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    margin-left: auto;
}

.ond-badge {
  display: block;
font-size: 18px;

font-weight: 600;

letter-spacing: .08em;

color: rgb(0 0 0 / 80%);
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
  margin-bottom: 12px;
  background: none;
  padding: 0
}

.ond-title {
  font-family: var(--ff);
font-size: clamp(22px, 2.8vw, 38px);

letter-spacing: 0.0em;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 12px
}

.ond-desc {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 22px
}

.ond-prices {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 24px
}

.ond-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px
}

.ond-amount {
  font-size: 14px;
  color: var(--t2);
  font-weight: 500
}

.ond-amount strong {
  font-family: var(--ffs);
  font-size: 22px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -.03em
}

.ond-unit {
  font-size: 14px;
  color: var(--t2);
  font-weight: 500
}

.ond-hotels {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,.1)
}

.ond-hotels-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--t2);
  font-weight: 600;
  display: block;
  margin-bottom: 10px
}

.ond-hotels-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.ond-hotel-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--navy);
  background: transparent;
  border: 1px solid rgb(19 29 62 / 68%);
  padding: 3px 10px;
  text-decoration: none;
  transition: background .15s, border-color .15s
}

.ond-hotel-link:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy)
}

.btn-ond {
  display: inline-block;
  font-family: var(--ff);
  color: #fff;
  background: var(--accent);
  padding: 12px 28px;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .15s;
  align-self: flex-start;
  border: 1px solid;

border-color: var(--acc-h);

font-size: 20px;

font-weight: 500;

padding: 11px 30px;

text-transform: none;
}

.btn-ond:hover {
  background:none;

color:var(--navy);

border:1px solid;

border-color:var(--navy)
}

.ond-img {
  background-size: cover;
  background-position: center;
  min-height: 380px
}

/* Offer slider */
.offer-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 100%;
  margin: 0 auto
}

.offer-slider {
  flex: 1;
  overflow: hidden
}

.ond-card {
  display: none
}

.ond-card.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: transparent
}

.offer-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  cursor: pointer;
  z-index: 2;
  transition: all .15s
}

.offer-arr:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.offer-arr-l {
  left: 8px
}

.offer-arr-r {
  right: 8px
}

/* ── GALLERY ── */
.gallery-sec {
  background: var(--white);
  padding: 120px 0 120px !important
}

.gallery-h {
    font-family: var(--ff);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--navy);
    line-height: 1.25;
    text-align: center;
    margin-bottom: 40px;
}
.gallery-outer {
  position: relative
}

.gallery-strip {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab
}

.gallery-strip:active {
  cursor: grabbing
}

.gallery-strip::-webkit-scrollbar {
  display: none
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--navy);
  flex: 0 0 340px
}

.gallery-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .4s var(--ease), opacity .3s
}

.gallery-thumb:hover img {
  transform: scale(1.05);
  opacity: .85
}

.gallery-thumb-ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(10, 20, 40, .38);
  transition: opacity .25s
}

.gallery-thumb:hover .gallery-thumb-ov {
  opacity: 1
}

.gallery-thumb-num {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .04em
}

.gallery-more-hint {
  text-align: center;
  padding: 18px 0 72px;
  font-size: 12px;
  color: var(--t3);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase
}

.gallery-arr {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 66px;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background .15s, color .15s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0);
}

.gallery-arr:hover {
  color: #000
}

.gallery-arr.l {
  left: 12px
}

.gallery-arr.r {
  right: 12px
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 20, .95);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center
}

.lightbox.open {
  display: flex
}

.lb-img {
  max-width: 88vw;
  max-height: 86vh;
  object-fit: contain;
  display: block
}

.lb-close {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, .7);
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .15s
}

.lb-close:hover {
  color: #fff
}

.lb-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, .1);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s
}

.lb-arr:hover {
  background: rgba(255, 255, 255, .22)
}

.lb-arr.l {
  left: 24px
}

.lb-arr.r {
  right: 24px
}

.lb-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .5);
  letter-spacing: .05em
}

.lb-title {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  text-align: center;
}

/* ── GROUP ── */
.group-sec {
  background: #fff;
  padding: 96px 0
}

.group-inner {
max-width: 1480px;

padding: 0 5%;
  margin: 0 auto;
}

.group-h {
  font-family: var(--ff);
  font-size: 18;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 14px
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px
}

.group-card {
  border: none;
  overflow: hidden;
  background: var(--white);
transition: box-shadow .2s ease, transform .0s, box-shadow .0s;

box-shadow: 0px 1px 25px 6px rgba(0, 0, 0, .07);
  display: flex;
  flex-direction: column
}

.group-card:hover {
  transform: translateY(-0px);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,.12)
}

/* GROUP FILTERS */
.g-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px
}

.g-filter-btn {
  flex-shrink: 0;
  font-family: var(--ff);
  font-size: 18px;
  font-weight: 500;
  color: var(--t2);
  background: var(--white);
  border: 1px solid var(--bdr-m);
  padding: 8px 20px;
  cursor: pointer;
  transition: all .18s var(--ease);
  letter-spacing: -.01em;
  white-space: nowrap
}

.g-filter-btn:hover {
  border-color: var(--navy);
  color: var(--navy)
}

.g-filter-btn.active {
  background: var(--white);
  border-color: var(--navy);
  color: #0f1f3d;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-offset: 4px;
}

.g-filter-btn.active:hover {
  background: #1a2f55
}

.g-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
  min-height: 68px;
}

.g-tag {
  font-size: 16px;
  height: 32px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 3px 8px;
  background: var(--surf);
  color: var(--t2);
  border: 1px solid var(--bdr)
}
/*
.g-tag.t-piscina {
  background: #e8f4fb;
  color: #1a6b9a;
  border-color: #b5d4f4
}

.g-tag.t-familie {
  background: #e8f5ee;
  color: #1a7a4a;
  border-color: #9fe1cb
}

.g-tag.t-pet {
  background: #faeeda;
  color: #854f0b;
  border-color: #fac775
}

.g-tag.t-premium {
  background: #eeedfe;
  color: #534ab7;
  border-color: #afa9ec
}

.g-tag.t-buget {
  background: #f1efe8;
  color: #5f5e5a;
  border-color: #d3d1c7
}
*/
.group-card.g-hidden {
  display: none
}

.g-count {
  font-size: 18px;
  color: #00000094;
  text-align: center;
  margin-bottom: 28px;
  font-weight: 400
}

.g-count span {
  font-weight: 700;
  color: var(--navy)
}

.g-no-results {
  display: none;
  grid-column: 1/-1;
  text-align: center;
  padding: 48px 24px;
  font-size: 15px;
  color: var(--t3)
}

.g-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative
}

.g-badge {
  position: absolute;
top: 20px;

left: 20px;

padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(212, 80, 42, .92);
  backdrop-filter: blur(4px);

  cursor: default
}
/*
.g-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50% !important;
  background: #fff;
  flex-shrink: 0;
  animation: pdot 1.8s ease-in-out infinite
}
*/
@keyframes pdot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .45;
    transform: scale(.65)
  }
}

.g-blbl {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .06em;
  text-transform: none;
  white-space: nowrap
}

.g-tip {
  position: absolute;
  top: calc(100% + 8px);
  left: 10px;
  z-index: 20;
  background: #fff;
  color: var(--t1);
  padding: 11px 15px;
  min-width: 204px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .18s, transform .18s
}

.g-tip::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 15px;
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg)
}

.g-badge:hover .g-tip {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0)
}

.g-tip strong {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
  color: var(--accent);
  font-weight: 800
}

.g-body {
  padding: 18px 12px 20px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.g-name {
  font-family: var(--ffs);
  font-size: 22px;
  font-weight: 700;
  color: #0f1f3d;
  margin-bottom: 10px;
  letter-spacing: -.02em
}

.g-desc {
  font-size: 20px;
  color: var(--t2);
  line-height: 1.65;
  margin-bottom: 18px;
  font-weight: 400;
  min-height: 130px;
}

.g-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
  border-top: none
}
  .booking-loader {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30px);
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    z-index: -1;
    pointer-events: none;
  }
  .booking-loader-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0,0,0,0.95);
    animation: booking-loader-bounce 1s infinite ease-in-out;
  }
  .booking-loader-dot:nth-child(2) { animation-delay: 0.15s; }
  .booking-loader-dot:nth-child(3) { animation-delay: 0.3s; }
  @keyframes booking-loader-bounce {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.6; }
    40% { transform: translateY(-8px); opacity: 1; }
  }
.g-price {
  font-size: 12px;
  color: var(--t2);
  font-weight: 500
}

.g-price strong {
  color: var(--accent);
  font-weight: 800
}

.btn-gcard {
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 500;
  color: #0f1f3d;
  background: #fff;
  border: 1px solid #0f1f3d;
  padding: 11px 30px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -.01em;
  transition: background .15s
}

.btn-gcard:hover {
  background:var(--navy);

color:white
}

.group-more {
  text-align: center;
  margin-top: 24px
}

.btn-gmore {
  font-family: var(--ff);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  background: none;
  border: none;
  padding: 11px 28px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: -.01em;
  transition: all .15s
}

.btn-gmore:hover {
  color: var(--accent)
}

.btn-gmore svg {
  transition: transform .2s
}

.btn-gmore.open svg {
  transform: rotate(180deg)
}

/* ── LOCATION ── */
.loc-sec {
  background: var(--white);
  padding: 0
}

.loc-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 480px
}

.loc-left {
  padding: 72px 64px;
  display: flex;
  flex-direction: column
}

.loc-left .sec-label {
  color: var(--t3)
}

.loc-h {
  font-family: var(--ff);
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 600;
  color: var(--t1);
  letter-spacing: -.2px;
  margin-bottom: 20px
}

.loc-address {
  font-size: 13px;
  color: var(--t2);
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 32px
}

.loc-address svg {
  flex-shrink: 0;
  color: var(--accent);
  margin-top: 1px
}

.loc-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px
}

.loc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  font-size: 13px
}


.loc-name {
  color: var(--t2);
  font-weight: 500
}

.loc-dist {
  color: var(--t1);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .02em
}

.loc-right {
  position: relative;
  display: flex
}

.loc-map-area {
  flex: 1;
  min-height: 100%
}

.loc-map-area iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block
}

.loc-photo {
  width: 180px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center
}

/* ── FOOTER ── */
.footer {
  background: var(--navy)
}

.footer-nl {
  padding: 52px 64px 48px;

border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.vila-drawer-logo-wrap .h-logo-svg {
  height: 45px;
  color: var(--navy);
}

.fnl-lbl {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px
}

.fnl-title {
  font-family: var(--ff);
  font-size: clamp(18px, 2.5vw, 34px);
  font-weight: 300;
  color: #fff;
  margin-bottom: 26px;
  letter-spacing: 0px
}

.nl-input {
  flex: 1;
  font-family: var(--ff);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border: none;
  padding: 12px 16px;
  outline: none;
  transition: background .15s
}

.nl-input::placeholder {
  color: rgba(255, 255, 255, .3)
}

.nl-input:focus {
  background: rgba(255, 255, 255, .15)
}

.btn-nl {
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
  background: var(--sand);
  border: none;
  padding: 12px 22px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -.01em;
  transition: background .15s
}

.btn-nl:hover {
  background: var(--sand-d)
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.3fr;
  gap: 48px;
  padding: 48px 64px 0;
}


.f-almarina-logo {
  height: 62px;
  width: auto;
  color: #fff;
  margin-bottom: 2px;
  max-width: 280px;
}

.f-almarina-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, .3);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px
}

.f-soc {
  display: flex;
  gap: 8px;
  padding-top: 40px;
}

.f-soc-btn {
  width: 40px;
  height: 40px;
  border: none;
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s
}

.f-soc-btn:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff
}

.f-ctitle {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 16px
}

.f-link {
  display: block;
font-size: 18px;

font-weight: 400;

color: rgba(255, 255, 255);
  margin-bottom: 9px;
  transition: color .15s
}

.f-link:hover {
  color: #fff
}

.f-crow {
  display: flex;
  gap: 9px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255);
  margin-bottom: 9px;
  line-height: 1.5
}

.f-crow svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-top: 8px;
  color: var(--sand)
}

.footer-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 64px 20px 64px;

border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 38px
}

.f-legal {
font-family: var(--ff);

font-size: 16px;

color: rgba(255, 255, 255, .85);

font-weight: 300;
}

.f-legal a {
  color: rgba(255, 255, 255, .35)
}

.f-anpc {
  display: flex;
  gap: 8px
}

.f-anpc-b {
font-size: 16px;

font-weight: 600;

color: rgba(255, 255, 255, .8);
  padding: 3px 8px;
  letter-spacing: .06em
}

/* ── STICKY BAR ── */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: var(--navy);
  border-top: none;
  padding: 0 64px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transform: translateY(100%);
  transition: transform .3s var(--ease);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, .15)
}

.sticky-bar.visible {
  transform: translateY(0)
}

.sb-perks {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  overflow: hidden
}

.sb-perk {
  font-size: 16px;
  font-weight: 400;
  color: white;
  white-space: nowrap
}

.sb-perk-sep {
  font-size: 14px;
  color: rgba(255, 255, 255, .2);
  margin: 0 12px;
  flex-shrink: 0
}

.sb-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0
}

.btn-sb-tel {
  font-family: var(--ff);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color .15s;
  text-decoration: none
}

.btn-sb-tel:hover {
  color: #fff
}

.btn-sb-tel svg {
  color: var(--sand)
}

.btn-sb-book {
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 500;
  color: white;
  background: #d4502a;
  border: 1px solid;
  border: none;
  padding: 3px 30px;
  cursor: pointer;
  letter-spacing: .01em;
  text-transform: none;
  transition: background .15s;
  white-space: nowrap
}

.btn-sb-book:hover {
  background:var(--navy);

color:white
}

/* WHATSAPP */
.wa-btn {
  position: fixed;
  bottom: 68px;
  right: 28px;
  z-index: 499;
  width: 52px;
  height: 52px;
  background: #25D366;
  border: none;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .45);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none
}

.wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, .6)
}

.wa-btn svg {
  width: 26px;
  height: 26px
}

.wa-tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--t1);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s
}

.wa-btn:hover .wa-tooltip {
  opacity: 1
}

@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(16px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

body.hotel-page {
  padding-bottom: 46px
}

/* ── POPUP OFERTĂ — Pillows-style corner panel ───────────────────────────── */
.pop-toggle {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
  background: var(--accent);
  color: #fff;
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 11px 11px;
  border: 1px solid;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  z-index: 790;
  box-shadow: 4px 0 12px rgba(0, 0, 0, .15);
  transition: right .35s ease, background .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.pop-toggle:hover {
  background: var(--acc-h);
  right: 4px
}

.pop-toggle.hidden {
  right: -150px
}

.pop-toggle-text {
  display: flex;
  align-items: center;
  justify-content: center
}

.pop-toggle-close {
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  margin-left: 2px
}

.pop-panel {
  position: fixed;
  top: calc(76px + 72px + 16px);
  right: 20px;
  z-index: 800;
  width: 400px;
  background: var(--white);
  box-shadow: 0 8px 48px rgba(0, 0, 0, .22), 0 2px 12px rgba(0, 0, 0, .12);
  transform: translateX(calc(100% + 24px));
  opacity: 0;
  transition: transform .48s cubic-bezier(.22, 1, .36, 1), opacity .35s ease;
  pointer-events: none;
  overflow: hidden;
}

.pop-panel.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all
}

.pop-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, .35);
  border: none;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50% !important;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
  z-index: 20
}

.pop-close:hover {
  background: rgba(0, 0, 0, .65)
}

.pop-slides-panel {
  position: relative;
}

.pop-slides-wrapper {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.pop-slide-item {
  flex: 0 0 100%;
  width: 100%;
}

.pop-prev,
.pop-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border: none;
  border-radius: 0 !important;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 66px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .15s;
  z-index: 10;
  padding: 0;
}

.pop-prev:hover,
.pop-next:hover {
  background: none;
  opacity: .7;
}

.pop-prev {
  left: 12px;
}

.pop-next {
  right: 12px;
}

@media (max-width: 767px) {
  .footer-nl {
    padding: 32px 24px 28px
  }
  .g-tag {
    font-size: 14px;
    height: 28px;
    padding: 2px 6px
  }
  .pop-prev,
  .pop-next {
    width: auto;
    height: auto;
    font-size: 54px;

  }
  .header .h-logo-svg {
  height: 32px;
  }

  .ond-card.active {

    grid-template-columns: 1fr 1fr;
    background: transparent
  }
  .offer-arr {
    top: 190px;

  }

}

.pop-panel-img {
  height: 280px;
  background-size: cover;
  background-position: center;
  position: relative
}

.pop-panel-img-dots {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10
}

.pop-panel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .45);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background .2s
}

.pop-panel-dot.on {
  background: #fff
}

.pop-body {
  padding: 24px 26px 22px
}

.pop-title {
  font-family: var(--ff);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -.2px;
  margin-bottom: 10px;
  text-align: center
}

.pop-desc {
  font-size: 16px;
  color: var(--t2);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px
}

.pop-desc strong {
  color: var(--t1)
}

.pop-desc em {
  font-style: italic;
  color: var(--t3)
}

.pop-price-row {
  text-align: center;
  margin-bottom: 18px
}

.pop-from {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--t3);
  display: block;
  margin-bottom: 2px
}

.pop-price {
  font-family: var(--ffs);
  font-size: 40px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -.04em;
  line-height: 1
}

.pop-price-unit {
  font-size: 13px;
  color: var(--t3);
  font-weight: 500;
  margin-left: 3px
}

.pop-cond {
  font-size: 11px;
  color: var(--t3);
  font-style: italic;
  text-align: center;
  margin-bottom: 20px
}

.pop-cta {
  display: block;
  width: 100%;
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: var(--accent);
  border: none;
  padding: 13px 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: .08em;
  text-transform: none;
  transition: background .15s;
  text-decoration: none
}

.pop-cta:hover {
  background: var(--acc-h)
}

/* DRAWER CSS */
.vila-drawer-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vila-drawer-logo-svg {
  height: 36px;
  width: auto;
  max-width: 200px;
  color: var(--navy);
}

.vila-drawer-header {
  padding: 1.5rem 1.5rem 0.5rem;
  justify-content: flex-end;
}

.vila-drawer-close {
  font-size: 2rem;
  color: #0f1f3d;
}

.vila-drawer-nav-primary a {
  display: block;
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 700;
  color: #0f1f3d;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
  transition: color 0.15s;
}

.vila-drawer-nav-primary a:hover {
  color: var(--accent);
}

.vila-drawer-nav-secondary a {
  display: block;
  font-family: var(--ff);
  font-size: 16px;
  font-weight: 600;
  color: rgba(15, 31, 61, 0.6);
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.15s;
}

.vila-drawer-nav-secondary a:hover {
  color: var(--navy);
}

.vila-drawer-social-link {
  color: #0f1f3d;
  font-size: 1.15rem;
  transition: color 0.15s;
}

.vila-drawer-social-link:hover {
  color: var(--accent);
}

.vila-drawer-btn-rezerva {
  font-family: var(--ff);
  font-size: 13px;
  font-weight: 800;
  color: #fff !important;
  background: var(--accent) !important;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vila-drawer-btn-promo {
  background: #E8F0F8;
  color: #0f1f3d;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 16px;
}

.vila-drawer-promo-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  border-radius: 50% !important;
  font-size: 10px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* RESPONSIVE OVERRIDES */
body {
  overflow-x: hidden;
  width: 100%;
}
.nl-form {
  position: relative;
  left: -10px;
}
@media (max-width: 991px) {
  .h-logo svg, .h-logo-img {
  max-height: 45px;
}
  .group-bar {
    display: none;
  }

  .topbar {
    justify-content: center;
  }

  .tb-promo {
    display: none;
  }

  .header {
    padding: 0 24px;
    height: 64px;
  }

  .hotel-page .header {
    top: 10px;
  }

  .header.scrolled .btn.d-lg-none {
    color: var(--navy) !important;
  }

  .hotel-page .header.scrolled {
    top: 0px;
  }

  .btn.d-lg-none {
    color: #fff !important;
  }

  .hero-body {
    justify-content: flex-end;
    padding: 0 24px 122px;
  }

  .hero-h1 {
    font-size: 32px;
  }

  .hb-inner {
    flex-direction: column;
    height: auto;
    padding: 24px;
    gap: 16px;
  }

  .hb-divider {
    display: none;
  }

  .hb-sep {
    display: none;
  }

  .hb-btn {
    width: 100%;
    margin-left: 0;
  }

  .rooms-split-sec .rs-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rs-img-slides {
    height: 350px;
  }

  .rs-body-col {
    padding: 48px 24px;
  }

  .rnd-cols {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rnd-divider {
    display: none;
  }

  .rnd-col {
    padding: 0 0px;
  }

  .ond-card,
  .ond-card.active {
    grid-template-columns: 1fr;
  }

  .ond-body {
    padding: 32px 24px;
  }

  .ond-img {
    order: -1;
  }

  .offer-slider-wrap {
    flex-direction: column;
    gap: 24px;
  }

  .offer-sec {
    
    padding: 0px 0;
  }

  .loc-map-area {
    flex: 1;
    min-height: 30%
  }

  .loc-inner {
    grid-template-columns: 1fr;
  }

  .loc-left {
    padding: 32px 24px;
  }

  .loc-right {
    min-height: 150px;
    display: block;
  }

  .loc-photo {
    display: none;
  }

  .nl-form {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 12px;
  }

  .btn-nl {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 32px;
    padding: 48px 24px 0;
  }

  .f-crow, .f-soc {
    justify-content: left;
  }

  .footer-btm {
    flex-direction: column;
    
    justify-content: left;
    text-align: left;
    gap: 16px;
    padding: 32px 24px 24px;
  }

  .sticky-bar {
    padding: 0 16px;
    justify-content: center;
  }

  .sb-perks {
    display: none;
  }

  .wrap,
  .wrap-wide {
    padding: 0 24px;
  }

  .group-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .group-grid::-webkit-scrollbar {
    display: none;
  }

  .group-card {
    flex: 0 0 33.333%;
    scroll-snap-align: start;
  }

  .g-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .g-filters::-webkit-scrollbar {
    display: none;
  }

  .group-sec .group-inner {
    padding: 0 24px;
  }

  .desc-body {
    padding: 0 24px;
  }

  .fac-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .pop-panel {
    width: calc(100vw - 24px);
    right: 12px;
    top: auto;
    bottom: 12px
  }

  .group-grid {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .group-grid::-webkit-scrollbar {
    display: none;
  }

  .group-card {
    flex: 0 0 86.666%;
    scroll-snap-align: start;
  }

  .g-img {
    height: 120px;
  }

  .g-name {
    font-size: 22px;
  }


  .btn-gcard {
    padding: 8px 20px;
    font-size: 18px;
  }

  .g-body {
    padding: 12px 10px;
  }
}

/* ── HERO TESTIMONIALS SLIDER ── */
.hero-testimonials {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-top: 10px;
  opacity: 0;
  animation: fu .6s ease .25s forwards;
}

.ht-slide {
  display: none;
  width: 100%;
  animation: fadein 0.8s ease forwards;
}

.ht-slide.active {
  display: block;
}

.ht-stars {
  font-size: 14px;
  color: #F4B942;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.ht-text {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, .95);
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 10px;
}

.ht-author {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* DESCRIPTION COLLAPSE */
#facExp {
  display: none;
}

#facExp.open {
  display: block;
}

.fac-toggle-row {
  text-align: center;
  padding: 12px 0 18px;
}

.fac-toggle-btn {
  font-family: var(--ff);
  font-size: 20px;
  font-weight: 600;
  color: var(--t2);
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: color .15s, background .15s;
  text-decoration: underline;
}

.fac-toggle-btn:hover {
  color: var(--t1);
  background: var(--surf);
}

.fac-toggle-btn svg {
  transition: transform .2s;
}

.fac-toggle-btn.open svg {
  transform: rotate(180deg);
}

/* Contact form styling */
.contact-info,
.contact-form {
  background: transparent;
  border: 0px solid rgba(15, 23, 42, .08);
  border-radius: 0px;
  padding: 0px;
}

.contact-info {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.contact-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: var(--ff);
  font-size: 20px;
  color: var(--navy);
  font-weight: 400;
}

.contact-row strong {
  font-family: var(--ff);
  font-size: 20px;
  min-width: 80px;
  color: var(--navy);
  font-weight: 700;
}

.contact-row--social {
  align-items: center;
}

.contact-social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.contact-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  border: 1px solid var(--navy);
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.contact-social-link:hover {
  background: #fff;
  color: var(--navy);
  transform: translateY(-2px);
}

.contact-h {
  font-family: var(--ff);
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -.2px;
  margin-bottom: 12px
}

.contact-form .form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-family: var(--ff);
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--navy);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 0px;
  padding: 14px 16px;
  background: transparent;
  color: #0f172a;
  font-size: .96rem;
  transition: border-color .2s ease, box-shadow .2s ease;
  resize: vertical;
  min-height: 48px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .12);
}

.btn-contact {
  font-family: var(--ff);
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 0px;
  border: none;
  background: #131d3e;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.btn-contact:hover,
.btn-contact:focus {
  background: #131d3e;
  transform: translateY(-1px);
}

.contact-form-status {
  display: none;
  padding: 14px 18px;
  border-radius: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.contact-form-status.show {
  display: block;
}

.contact-form-status.success {
  background: #e6f4ea;
  color: #165c2d;
  border: 1px solid #a7f3d0;
}

.contact-form-status.error {
  background: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}

@media (max-width: 992px) {
  .loc-inner {
    flex-direction: column;
  }

  .loc-left,
  .loc-right {
    width: 100%;
  }
}