
:root{
  --navy:#062d47;
  --navy2:#0a4363;
  --gold:#d69a18;
  --gold2:#efbd49;
  --cream:#fbf8f2;
  --white:#fff;
  --text:#102c44;
  --muted:#6c7a86;
  --line:#e7dfd5;
  --green:#5da644;
  --red:#e52f36;
  --yellow:#e0a317;
  --shadow:0 12px 28px rgba(6,45,71,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:"Segoe UI",Arial,sans-serif;line-height:1.5}
.wrap{width:min(1220px,calc(100% - 38px));margin:auto}

/* naslovna - ostaje u postojećem izgledu */
.hero{min-height:700px;position:relative;overflow:hidden;color:#fff;background:
linear-gradient(90deg,rgba(3,30,48,.55) 0%,rgba(3,30,48,.38) 30%,rgba(3,30,48,.16) 53%,rgba(3,30,48,.01) 82%),
url("assets/img_20_67d6ed9c8475.jpg") center/cover no-repeat}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:40px;background:var(--cream);clip-path:polygon(0 58%,14% 44%,28% 58%,42% 43%,57% 57%,72% 44%,86% 58%,100% 47%,100% 100%,0 100%)}
.nav{position:relative;z-index:5;display:flex;align-items:center;gap:18px;padding:18px 0}
.brand{color:#fff;text-decoration:none;font-family:"Segoe Script","Brush Script MT",cursive;font-size:28px;line-height:.92;white-space:nowrap}
.brand small{display:block;font-family:"Segoe UI",Arial,sans-serif;font-size:9px;letter-spacing:.35em;color:var(--gold2);text-align:center;margin-top:4px}
.nav-links{display:flex;gap:14px;align-items:center;margin-left:auto}
.nav-links a{color:#fff;text-decoration:none;font-size:12px;font-weight:650;white-space:nowrap}
.nav-cta{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#092e47;text-decoration:none;font-weight:800;font-size:13px;padding:10px 16px;border-radius:999px;white-space:nowrap}
.lang-switch{display:flex;gap:4px}.lang-switch button{border:1px solid var(--gold);background:rgba(6,45,71,.9);color:#fff;border-radius:8px;width:34px;height:29px;font-size:11px;font-weight:800}
.hero-content{position:relative;z-index:3;max-width:560px;margin-left:max(0px,calc((100vw - min(1220px,calc(100vw - 38px)))/2));padding-top:60px;padding-bottom:105px}
.hero .kicker{margin:0 0 9px;color:var(--gold2);font-size:14px;font-weight:800;letter-spacing:.27em}
.welcome-script{font-family:"Segoe Script","Brush Script MT",cursive;color:var(--gold2);font-size:clamp(38px,4vw,58px);line-height:1.04}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,5vw,76px);line-height:.98;font-weight:600;letter-spacing:-.03em;margin:0 0 23px;white-space:nowrap}
.hero h1:after{content:"";display:block;width:132px;height:2px;margin-top:19px;background:linear-gradient(90deg,var(--gold2),transparent)}
.hero-content>p{color:rgba(255,255,255,.97);margin:0 0 13px;line-height:1.55}.hero-lead{font-size:18px!important}.hero-description{font-size:15px}
.hero-amenities{display:flex;flex-wrap:wrap;gap:13px;margin:22px 0 8px}.hero-amenities div{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:650}.amenity-icon{width:30px;height:30px;border:2px solid var(--gold2);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold2)}
.button{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;min-height:51px;padding:0 25px;border-radius:999px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#092e47;text-decoration:none;font-size:15px;font-weight:800}
.button:before{content:"▣";margin-right:9px}.hero-slogan{position:absolute;left:calc(100% + 440px);bottom:84px;font-family:"Segoe Script","Brush Script MT",cursive;color:#fff;font-size:26px;line-height:1.07;text-align:right}

/* glavni dashboard kao na maketi */
.home-dashboard{padding:44px 0 22px}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(390px,.95fr);gap:24px;align-items:start}
.section-heading-line{display:flex;align-items:center;gap:16px;justify-content:center;margin-bottom:15px}.section-heading-line span{height:1px;background:var(--gold);flex:1;max-width:90px}.section-heading-line h2{font-size:18px;letter-spacing:.08em;margin:0;color:var(--navy)}
.apartment-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.apartment-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.apartment-photo{height:270px;position:relative;overflow:hidden}.apartment-photo img{width:100%;height:100%;object-fit:cover;display:block}.apt-badge{position:absolute;left:14px;top:14px;background:var(--navy);color:#fff;padding:8px 13px;border-radius:7px;font-weight:800;font-size:13px}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--navy);font-size:25px;cursor:pointer}.gallery-arrow.prev{left:10px}.gallery-arrow.next{right:10px}
.apartment-bottom{padding:15px}.apt-capacity{font-size:17px;margin-bottom:14px;color:var(--navy);font-weight:650}.apt-capacity:first-letter{color:var(--gold)}
.apt-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.outline-btn,.price-btn{min-height:44px;border-radius:8px;font-weight:750;font-size:14px;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.outline-btn{border:1px solid var(--navy);color:var(--navy);background:#fff}.price-btn{border:0;background:var(--navy);color:#fff}

.booking-calendar-card{background:#fff;border-radius:16px;padding:18px;box-shadow:var(--shadow);border:1px solid var(--line)}
.calendar-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.calendar-title{display:flex;align-items:center;gap:10px;color:var(--navy);font-size:15px}.calendar-symbol{color:var(--gold);font-size:25px}
.compact-toolbar{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:3px;margin:0;padding:0;background:transparent;border:0;box-shadow:none;min-width:210px}.compact-toolbar button{border:0;background:transparent;color:var(--navy);font-size:27px;cursor:pointer}.compact-toolbar strong{text-align:center;font-size:18px}
.calendar-switch{display:flex;gap:8px;margin:13px 0}.apt-switch{border:1px solid #d8e0e6;background:#fff;color:var(--navy);border-radius:8px;padding:8px 13px;font-weight:700;cursor:pointer}.apt-switch.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;border-top:1px solid var(--line);padding-top:8px}.dayname{text-align:center;padding:5px 0;color:#3d4b58;font-size:12px;font-weight:750}.day{min-height:39px;display:flex;align-items:center;justify-content:center;border-radius:7px;font-size:15px;font-weight:700;color:#111;background:#fff}.day.busy{color:var(--red);background:#fff1f1}.day.past{color:#aaa;background:#fafafa}.day.empty{background:transparent}
.calendar-legend{display:flex;gap:22px;margin:13px 0;flex-wrap:wrap}.calendar-legend span{display:flex;align-items:center;gap:7px;font-size:13px}.calendar-legend i{width:16px;height:16px;border-radius:3px;display:inline-block}.free{background:var(--green)}.busy{background:var(--red)}.inquiry{background:var(--yellow)}
.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.date-fields label{font-size:12px;font-weight:650}.date-fields input{width:100%;margin-top:5px;border:1px solid #ccd4db;border-radius:7px;padding:11px;font:inherit}
.check-big-btn{width:100%;margin-top:12px;border:0;border-radius:7px;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff;font-weight:800;font-size:17px;padding:13px;cursor:pointer}

/* istražite */
.explore-strip{padding:10px 0 28px}.explore-title{margin:8px 0 18px}.explore-title h2{font-size:17px}
.explore-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.explore-card{background:var(--navy);border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:var(--shadow)}.explore-card img{width:100%;height:116px;object-fit:cover;display:block}.explore-card div{height:49px;display:flex;align-items:center;gap:9px;padding:0 14px;font-weight:800;font-size:13px}.explore-card div:first-letter{color:var(--gold)}
.feature-bar{margin-top:17px;background:var(--navy);color:#fff;display:grid;grid-template-columns:repeat(5,1fr);border-radius:10px;padding:14px 18px;gap:8px}.feature-bar span{display:flex;align-items:center;justify-content:center;gap:7px;font-size:13px}.feature-bar>span:not(:last-child){border-right:1px solid rgba(214,154,24,.55)}

/* cjenici */
.price-panels{padding:0 0 10px}.price-panel{display:none;position:relative;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:25px;margin:15px auto;max-width:800px}.price-panel.show{display:block}.price-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;color:var(--navy);cursor:pointer}
.kicker{color:var(--gold);font-size:12px;letter-spacing:.2em;font-weight:800}
h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy)}

.section{padding:60px 0}.section:nth-of-type(even){background:#fffdf9}
#restorani .wrap>div,#trgovine .wrap>div,#pekare .wrap>div,#ljekarne .wrap>div,#znamenitosti .wrap>div{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;gap:16px!important}
#restorani .wrap>div>div,#trgovine .wrap>div>div,#pekare .wrap>div>div,#ljekarne .wrap>div>div,#znamenitosti .wrap>div>div,.visit-card{background:#fff!important;color:var(--text)!important;padding:17px!important;border-radius:14px!important;border:1px solid var(--line);box-shadow:0 8px 20px rgba(6,45,71,.06)}
#restorani a,#trgovine a,#pekare a,#ljekarne a,#znamenitosti a,.visit-card a{display:inline-block;background:var(--gold)!important;color:#fff!important;padding:8px 12px!important;border-radius:999px!important;text-decoration:none!important;font-weight:700;font-size:12px!important}
.visit-extra{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;margin-top:16px!important}

.location-section,.contact-section,.social-links{width:min(1180px,calc(100% - 38px));margin:0 auto}.location-section,.contact-section{padding:55px 0 18px}.maps-btn,.booking-btn,.facebook-btn{display:inline-flex;padding:11px 17px;border-radius:999px;text-decoration:none;font-weight:800}.maps-btn{background:var(--gold);color:#fff}.booking-btn{background:var(--navy);color:#fff}.facebook-btn{background:#315f9a;color:#fff}.social-links{display:flex;gap:10px;padding:8px 0 55px}
footer{padding:28px 0;background:var(--navy);color:#fff}

@media(max-width:1050px){.nav-links{display:none}.nav-cta{margin-left:auto}.hero-slogan{display:none}.dashboard-grid{grid-template-columns:1fr}.explore-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){
 .hero{min-height:auto}.hero-content{padding-top:150px;padding-bottom:80px;margin-left:auto}.hero h1{font-size:44px;white-space:normal}.welcome-script{font-size:32px}.nav-cta{display:none}
 .apartment-cards{grid-template-columns:1fr}.apartment-photo{height:245px}.explore-cards{grid-template-columns:repeat(2,1fr)}.feature-bar{grid-template-columns:1fr 1fr}.feature-bar>span{border-right:0!important;border-bottom:1px solid rgba(214,154,24,.3);padding:5px}.visit-extra{grid-template-columns:1fr!important}.date-fields{grid-template-columns:1fr}
}


/* POSEBNI IZBORNICI ZA GDJE JESTI / TRGOVINE / PEKARE / LJEKARNE / ZNAMENITOSTI / LOKACIJU */
body.detail-open{
  overflow:hidden;
}

.explore-detail{
  display:none !important;
  position:fixed !important;
  inset:0 !important;
  z-index:200000 !important;
  overflow-y:auto !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:28px 0 70px !important;
  background:#fbf8f2 !important;
}

.explore-detail.open{
  display:block !important;
}

.explore-detail > .wrap,
.explore-detail.location-section{
  width:min(1180px,calc(100% - 36px)) !important;
  margin:0 auto !important;
}

.explore-detail-top{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto 18px;
  position:sticky;
  top:0;
  z-index:5;
  padding:8px 0;
  background:linear-gradient(#fbf8f2 75%,rgba(251,248,242,0));
}

.back-btn{
  border:0;
  background:#062d47;
  color:white;
  border-radius:999px;
  padding:11px 18px;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(6,45,71,.15);
}

.explore-detail h2{
  font-size:44px;
  margin-top:8px;
}

.explore-detail .kicker{
  margin-top:8px;
}

/* kartice unutar otvorenog izbornika */
.explore-detail .wrap > div[style*="display:grid"]{
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr)) !important;
  gap:18px !important;
}

.explore-detail .wrap > div[style*="display:grid"] > div{
  min-height:190px;
}

@media(max-width:760px){
  .explore-detail{
    padding-top:16px !important;
  }
  .explore-detail h2{
    font-size:34px;
  }
  .explore-detail-top{
    width:min(100% - 24px,1180px);
  }
  .explore-detail > .wrap,
  .explore-detail.location-section{
    width:min(100% - 24px,1180px) !important;
  }
}


/* SLIKE ZA SVAKU DESTINACIJU / STAVKU */
.destination-photo{
  width:100%;
  height:145px;
  object-fit:cover;
  display:block;
  border-radius:12px;
  margin:0 0 14px;
}

.explore-detail .wrap > div[style*="display:grid"] > div,
.explore-detail .visit-card{
  overflow:hidden;
}

.explore-detail .wrap > div[style*="display:grid"] > div h3,
.explore-detail .visit-card h3{
  margin-top:4px;
}

@media(max-width:760px){
  .destination-photo{
    height:170px;
  }
}

/* Sakrij stare ponovljene generičke slike samo u znamenitostima */
#znamenitosti img.destination-photo:not(.real-attraction-photo){
  display:none !important;
}

/* Svaka destinacija ima svoju stvarnu fotografiju */
#znamenitosti .real-attraction-photo{
  display:block !important;
  width:100%;
  height:180px;
  object-fit:cover;
  object-position:center;
  border-radius:12px;
  margin:0 0 14px;
}

#znamenitosti .visit-card,
#znamenitosti .wrap > div[style*="display:grid"] > div{
  overflow:hidden;
}


/* ISPRAVAK: PLITVIČKA JEZERA / RASTOKE / TVRĐAVA MODRUŠ */
#znamenitosti .visit-extra{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(260px,1fr)) !important;
  gap:20px !important;
  width:100% !important;
  margin-top:22px !important;
  align-items:stretch !important;
}

#znamenitosti .visit-extra .visit-card{
  min-width:0 !important;
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:16px !important;
  overflow:hidden !important;
  padding:16px !important;
  box-shadow:0 8px 20px rgba(6,45,71,.06) !important;
}

#znamenitosti .visit-extra .real-attraction-photo,
#znamenitosti .visit-extra .destination-photo{
  width:100% !important;
  height:190px !important;
  min-height:190px !important;
  max-height:190px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:12px !important;
  margin:0 0 14px !important;
}

#znamenitosti .visit-extra .visit-card h3{
  font-size:20px !important;
  line-height:1.25 !important;
  margin:0 0 10px !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

#znamenitosti .visit-extra .visit-card p{
  font-size:14px !important;
  line-height:1.55 !important;
  margin:0 0 14px !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  flex:1 1 auto !important;
}

#znamenitosti .visit-extra .visit-card a{
  margin-top:auto !important;
  align-self:flex-start !important;
}

@media(max-width:980px){
  #znamenitosti .visit-extra{
    grid-template-columns:repeat(2,minmax(260px,1fr)) !important;
  }
}

@media(max-width:640px){
  #znamenitosti .visit-extra{
    grid-template-columns:1fr !important;
  }

  #znamenitosti .visit-extra .real-attraction-photo,
  #znamenitosti .visit-extra .destination-photo{
    height:210px !important;
    min-height:210px !important;
    max-height:210px !important;
  }
}


/* KONAČNI RASPORED ZNAMENITOSTI — SVE U JEDNOJ MREŽI */
#znamenitosti .attractions-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px !important;
  margin-top:24px !important;
  width:100% !important;
}

#znamenitosti .attraction-card{
  display:flex !important;
  flex-direction:column !important;
  min-width:0 !important;
  width:100% !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:16px !important;
  padding:16px !important;
  box-shadow:0 8px 20px rgba(6,45,71,.06) !important;
  overflow:hidden !important;
}

#znamenitosti .attraction-card .real-attraction-photo,
#znamenitosti .attraction-card .destination-photo{
  display:block !important;
  width:100% !important;
  height:180px !important;
  min-height:180px !important;
  max-height:180px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:12px !important;
  margin:0 0 14px !important;
}

#znamenitosti .attraction-card h3{
  font-size:20px !important;
  line-height:1.25 !important;
  margin:0 0 10px !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

#znamenitosti .attraction-card p{
  font-size:14px !important;
  line-height:1.55 !important;
  margin:0 0 14px !important;
  flex:1 1 auto !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
}

#znamenitosti .attraction-card a{
  margin-top:auto !important;
  align-self:flex-start !important;
}

#znamenitosti .visit-extra{
  display:none !important;
}

@media(max-width:1100px){
  #znamenitosti .attractions-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:820px){
  #znamenitosti .attractions-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:560px){
  #znamenitosti .attractions-grid{
    grid-template-columns:1fr !important;
  }

  #znamenitosti .attraction-card .real-attraction-photo,
  #znamenitosti .attraction-card .destination-photo{
    height:210px !important;
    min-height:210px !important;
    max-height:210px !important;
  }
}

/* REALNA SLIKA ZA LJEKARNU TURKALJ - TOMŠIĆ */
#ljekarne .pharmacy-real-photo{
  width:100% !important;
  height:175px !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  border-radius:12px !important;
  margin:0 0 14px !important;
}


/* KONTAKT + FOOTER — UREĐENO PREMA ODABRANOJ MAKETI */
.contact-modern{
  width:min(1180px,calc(100% - 38px));
  margin:0 auto;
  padding:62px 0 54px !important;
}

.contact-modern-grid{
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.45fr);
  gap:48px;
  align-items:center;
}

.contact-info-block h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:46px;
  margin:0 0 28px;
  color:var(--navy);
}

.contact-line{
  display:flex;
  align-items:center;
  gap:16px;
  margin:20px 0;
  font-size:17px;
}

.contact-line a{
  color:#2d5ab5;
  text-decoration:underline;
}

.contact-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:800;
}

.contact-socials{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}

.contact-pill{
  min-width:150px;
  min-height:48px;
  border-radius:999px !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

.contact-photo-wrap{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(6,45,71,.12);
  background:#fff;
}

.contact-photo{
  width:100%;
  height:410px;
  display:block;
  object-fit:cover;
  object-position:center;
}

.footer-modern{
  background:linear-gradient(135deg,#061f36,#07385a);
  color:#fff;
  border-top:2px solid var(--gold);
  padding:38px 0 0;
}

.footer-modern-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr 1.35fr;
  gap:28px;
  align-items:center;
  padding-bottom:28px;
}

.footer-brand{
  padding-right:24px;
  border-right:1px solid rgba(255,255,255,.28);
}

.footer-script{
  font-family:"Segoe Script","Brush Script MT",cursive;
  color:var(--gold2);
  font-size:32px;
  line-height:.95;
}

.footer-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:14px;
  line-height:1.5;
}

.footer-item a{
  color:#fff;
  text-decoration:none;
}

.footer-icon{
  color:var(--gold2);
  font-size:25px;
  line-height:1;
}

.footer-copy{
  text-align:center;
  background:linear-gradient(135deg,#e3ae39,#cf9416);
  color:#102c44;
  padding:11px 16px;
  font-size:13px;
  font-weight:650;
}

@media(max-width:900px){
  .contact-modern-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .contact-photo{
    height:330px;
  }

  .footer-modern-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-brand{
    border-right:0;
  }
}

@media(max-width:560px){
  .contact-modern{
    width:min(100% - 26px,1180px);
    padding:44px 0 40px !important;
  }

  .contact-info-block h2{
    font-size:38px;
  }

  .contact-photo{
    height:240px;
  }

  .contact-socials{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .contact-pill{
    min-width:0;
  }

  .footer-modern-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
}


/* KALENDAR - KONAČNO */
.calendar .day:not(.busy):not(.past):not(.empty){
  background:#ffffff !important;
  color:#222222 !important;
  border:0 !important;
}

.calendar .day.busy{
  background:#fde6e6 !important;
  color:#b53232 !important;
  border:0 !important;
}

.calendar .day.past{
  background:#ffffff !important;
  color:#b5b5b5 !important;
  opacity:.7 !important;
}

.calendar-legend .inquiry,
.legend .inquiry{
  display:none !important;
}

.availability-result{
  display:none;
  margin-top:12px;
  padding:13px 15px;
  border-radius:9px;
  font-weight:750;
  font-size:14px;
  line-height:1.4;
}

.availability-result.free-result{
  display:block;
  background:#eef8ec;
  color:#2f6d34;
  border:1px solid #c9e7c4;
}

.availability-result.busy-result,
.availability-result.error{
  display:block;
  background:#fde8e8;
  color:#9f2929;
  border:1px solid #efc1c1;
}


/* KONAČNI IZGLED LEGENDE KALENDARA */
.calendar-legend .free,
.legend .free{
  background:#ffffff !important;
  border:1px solid #cfd5da !important;
  box-shadow:none !important;
}

.calendar-legend .busy,
.legend .busy{
  background:#e52f36 !important;
  border:1px solid #e52f36 !important;
  box-shadow:none !important;
}

/* Slobodni datumi ostaju potpuno bijeli */
.calendar .day:not(.busy):not(.past):not(.empty){
  background:#ffffff !important;
  color:#111111 !important;
  border:0 !important;
}

/* Zauzeti datumi ostaju jasno crveni */
.calendar .day.busy{
  background:#fde6e6 !important;
  color:#d52222 !important;
  border:0 !important;
  font-weight:800 !important;
}

/* Nema "Na upit" */
.calendar-legend .inquiry,
.legend .inquiry{
  display:none !important;
}

.footer-phones a{
  color:#fff;
  text-decoration:none;
}
.footer-phones strong{
  color:#fff;
}


/* MOBITEL — PRIKAŽI CIJELU NASLOVNU FOTOGRAFIJU */
@media(max-width:760px){

  .hero{
    min-height:auto !important;
    background-color:#062d47 !important;
    background-position:center top !important;
    background-size:100% auto !important;
    background-repeat:no-repeat !important;
  }

  /* tamni prijelaz ispod fotografije da tekst ostane čitljiv */
  .hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
      linear-gradient(
        to bottom,
        rgba(6,45,71,0.02) 0%,
        rgba(6,45,71,0.06) 18%,
        rgba(6,45,71,0.20) 34%,
        rgba(6,45,71,0.50) 50%,
        rgba(6,45,71,0.72) 100%
      );
  }

  .hero .nav{
    z-index:4;
  }

  .hero-content{
    position:relative !important;
    z-index:3 !important;
    margin:0 auto !important;
    padding:260px 24px 82px !important;
    max-width:none !important;
  }

  .hero h1{
    font-size:46px !important;
    line-height:1.02 !important;
  }

  .welcome-script{
    font-size:36px !important;
  }

  .hero-lead{
    font-size:17px !important;
  }

  .hero-description{
    font-size:15px !important;
  }

  .hero-amenities{
    gap:12px !important;
  }

  .hero .button{
    width:auto !important;
  }
}

@media(max-width:430px){
  .hero-content{
    padding-top:235px !important;
  }

  .hero h1{
    font-size:42px !important;
  }

  .welcome-script{
    font-size:33px !important;
  }
}


/* SVJETLIJA NASLOVNA - bolja čitljivost bez tamne fotografije */
.hero h1,
.hero .welcome-script,
.hero .kicker,
.hero-content > p,
.hero-amenities,
.hero-slogan,
.hero .brand,
.hero .nav-links a{
  text-shadow:0 2px 7px rgba(0,0,0,.45);
}


/* ČIŠĆI FOOTER — telefoni su samo u Kontakt dijelu */
.footer-modern-grid{
  grid-template-columns:1.1fr 1fr 1.35fr !important;
}

@media(max-width:900px){
  .footer-modern-grid{
    grid-template-columns:1fr 1fr !important;
  }
}

@media(max-width:560px){
  .footer-modern-grid{
    grid-template-columns:1fr !important;
  }

  .footer-modern{
    padding-top:30px !important;
  }

  .footer-modern-grid{
    gap:18px !important;
  }

  .footer-brand{
    padding-bottom:8px;
  }
}


/* IKONA RESTORANA NA SVIM KARTICAMA GDJE JESTI */
#restorani .restaurant-logo-img{
  width:100% !important;
  height:165px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:12px !important;
  padding:8px !important;
  margin:0 0 14px !important;
}


/* NOVA IKONA NA POČETNOJ KARTICI "GDJE JESTI" */
.explore-card[onclick*="restorani"] img{
  object-fit:contain !important;
  background:#fff !important;
  padding:7px !important;
}


/* NOVI LOGO ZA TRGOVINE */
#trgovine .shop-logo-img{
  width:100% !important;
  height:165px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  border-radius:12px !important;
  padding:8px !important;
  margin:0 0 14px !important;
}

.explore-card[onclick*="trgovine"] img,
.explore-card .shop-home-logo{
  object-fit:contain !important;
  background:#fff !important;
  padding:7px !important;
}


/* NOVI PLAVO-ZLATNI LOGOTIPI: PEKARE / LJEKARNE / LOKACIJA */
#pekare .bakery-category-logo,
#ljekarne .pharmacy-category-logo{
  width:100% !important;
  height:165px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  padding:10px !important;
  border-radius:12px !important;
  margin:0 0 14px !important;
}

.explore-card .home-category-logo{
  width:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  padding:8px !important;
}

.location-logo-wrap{
  display:flex;
  justify-content:center;
  margin:16px 0 22px;
}

.location-category-logo{
  width:145px;
  height:145px;
  object-fit:contain;
  display:block;
}

@media(max-width:560px){
  .location-category-logo{
    width:115px;
    height:115px;
  }
}


/* FINALNO USKLAĐENJE LOGA — PEKARE / LJEKARNE / LOKACIJA */
.explore-card .home-category-logo{
  width:100% !important;
  height:145px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#ffffff !important;
  padding:8px !important;
  border-radius:12px 12px 0 0 !important;
}

/* unutarnje kartice */
#pekare .bakery-category-logo,
#ljekarne .pharmacy-category-logo{
  width:100% !important;
  height:165px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#ffffff !important;
  padding:10px !important;
  border-radius:12px !important;
  margin:0 0 14px !important;
}

/* lokacija — jedan veliki logo u sredini */
.location-logo-wrap{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin:18px 0 24px !important;
}

.location-category-logo{
  width:160px !important;
  height:160px !important;
  object-fit:contain !important;
  border-radius:18px !important;
  background:#fff !important;
  padding:8px !important;
}

@media(max-width:560px){
  .explore-card .home-category-logo{
    height:125px !important;
  }

  .location-category-logo{
    width:125px !important;
    height:125px !important;
  }
}


/* ZNAMENITOSTI — SAMO POČETNA IKONA */
.explore-card[onclick*="znamenitosti"] .home-category-logo{
  width:100% !important;
  height:145px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  padding:8px !important;
  border-radius:12px 12px 0 0 !important;
}


/* SVIH 6 KARTICA — ISTE DIMENZIJE KAO GDJE JESTI I TRGOVINE */
.explore-grid{
  align-items:stretch !important;
}

.explore-card{
  display:flex !important;
  flex-direction:column !important;
  height:205px !important;
  min-height:205px !important;
  overflow:hidden !important;
  border-radius:12px !important;
  background:#fff !important;
}

.explore-card > img{
  display:block !important;
  width:100% !important;
  height:145px !important;
  min-height:145px !important;
  max-height:145px !important;
  flex:0 0 145px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  padding:8px !important;
  margin:0 !important;
  border-radius:12px 12px 0 0 !important;
}

/* Znamenitosti fotografija ostaje fotografija, samo ista visina */
.explore-card[onclick*="znamenitosti"] > img{
  object-fit:cover !important;
  padding:0 !important;
}

/* Ista velika tamnoplava traka za svih 6 */
.explore-card .explore-label,
.explore-card > div:last-child{
  height:60px !important;
  min-height:60px !important;
  flex:0 0 60px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 14px !important;
  background:#071f38 !important;
  color:#fff !important;
  border-radius:0 0 12px 12px !important;
  margin-top:auto !important;
}

/* Ako je naziv direktno span element */
.explore-card > span{
  height:60px !important;
  min-height:60px !important;
  flex:0 0 60px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 14px !important;
  background:#071f38 !important;
  color:#fff !important;
  border-radius:0 0 12px 12px !important;
  width:100% !important;
}

/* Ukloni ranije različite visine za posebne kategorije */
.explore-card .home-category-logo{
  height:145px !important;
  min-height:145px !important;
  max-height:145px !important;
}

@media(max-width:760px){
  .explore-card{
    height:195px !important;
    min-height:195px !important;
  }

  .explore-card > img,
  .explore-card .home-category-logo{
    height:137px !important;
    min-height:137px !important;
    max-height:137px !important;
    flex-basis:137px !important;
  }

  .explore-card .explore-label,
  .explore-card > div:last-child,
  .explore-card > span{
    height:58px !important;
    min-height:58px !important;
    flex-basis:58px !important;
  }
}


/* ZNAMENITOSTI — čista početna ikona, bez bijelih crta/cropanja */
.explore-card[onclick*="znamenitosti"] > img.home-category-logo{
  width:100% !important;
  height:145px !important;
  min-height:145px !important;
  max-height:145px !important;
  flex:0 0 145px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#fff !important;
  padding:8px !important;
  margin:0 !important;
}
@media(max-width:760px){
  .explore-card[onclick*="znamenitosti"] > img.home-category-logo{
    height:137px !important;
    min-height:137px !important;
    max-height:137px !important;
    flex-basis:137px !important;
  }
}


/* PROBNA TOPLA KREM POZADINA */
html,
body{
  background:#F7F3EA !important;
}

main,
.section,
.apartments-section,
.explore-section,
.contact-section{
  background:#F7F3EA !important;
}

/* Kartice ostaju bijele da se lijepo odvoje od krem pozadine */
.apartment-card,
.calendar-card,
.explore-card,
.destination-card,
.contact-card{
  background:#FFFFFF !important;
}


/* CJENIK APP 1 */
.price-btn{
  background:#071f38;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:14px 24px;
  font-weight:700;
  cursor:pointer;
}

.price-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.price-modal.open{
  display:flex;
}

.price-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,25,42,.68);
  backdrop-filter:blur(3px);
}

.price-modal-card{
  position:relative;
  width:min(520px, 94vw);
  background:#F7F3EA;
  border:1px solid rgba(205,154,45,.55);
  border-radius:22px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  color:#071f38;
  z-index:1;
}

.price-modal-close{
  position:absolute;
  right:16px;
  top:12px;
  border:0;
  background:transparent;
  color:#071f38;
  font-size:32px;
  cursor:pointer;
  line-height:1;
}

.price-modal-kicker{
  color:#c9921c;
  font-size:12px;
  font-weight:800;
  letter-spacing:.2em;
  margin-bottom:6px;
}

.price-modal-card h2{
  margin:0 0 20px;
  font-size:34px;
  color:#071f38;
}

.price-base{
  background:#071f38;
  color:#fff;
  border-radius:16px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.price-base strong{
  color:#f0b51f;
  font-size:26px;
  white-space:nowrap;
}

.price-base small,
.price-row small{
  font-size:13px;
  font-weight:600;
}

.price-list{
  display:grid;
  gap:10px;
}

.price-row{
  background:#fff;
  border:1px solid #eadfca;
  border-radius:14px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.price-row span{
  font-weight:700;
}

.price-row strong{
  font-size:22px;
  color:#071f38;
}

.price-note{
  margin:16px 2px 0;
  color:#6a6358;
  font-size:14px;
}

.price-modal-ok{
  width:100%;
  margin-top:20px;
  border:0;
  border-radius:12px;
  padding:14px 18px;
  background:#e4aa12;
  color:#071f38;
  font-weight:800;
  cursor:pointer;
}

@media(max-width:560px){
  .price-modal-card{
    padding:26px 20px 22px;
  }

  .price-modal-card h2{
    font-size:29px;
  }

  .price-base,
  .price-row{
    padding:14px 15px;
  }

  .price-base strong,
  .price-row strong{
    font-size:20px;
  }
}


/* FINAL: SVIH 6 IKONA POTPUNO ISTE VELIČINE */
.explore-card{
  height:205px !important;
  min-height:205px !important;
}

.explore-card > img,
.explore-card > img.home-category-logo{
  width:100% !important;
  height:145px !important;
  min-height:145px !important;
  max-height:145px !important;
  flex:0 0 145px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  background:#fff !important;
}

/* velika jednaka plava traka */
.explore-card .explore-label,
.explore-card > div:last-child,
.explore-card > span{
  height:60px !important;
  min-height:60px !important;
  max-height:60px !important;
  flex:0 0 60px !important;
  background:#071f38 !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  padding:0 14px !important;
  margin:0 !important;
}

@media(max-width:760px){
  .explore-card{
    height:195px !important;
    min-height:195px !important;
  }
  .explore-card > img,
  .explore-card > img.home-category-logo{
    height:137px !important;
    min-height:137px !important;
    max-height:137px !important;
    flex-basis:137px !important;
  }
  .explore-card .explore-label,
  .explore-card > div:last-child,
  .explore-card > span{
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    flex-basis:58px !important;
  }
}


/* VIŠE INFORMACIJA — APARTMAN 1 */
.more-info-btn{
  background:#fff;
  color:#071f38;
  border:1px solid #071f38;
  border-radius:10px;
  padding:14px 22px;
  font-weight:700;
  cursor:pointer;
}

.info-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.info-modal.open{
  display:flex;
}

.info-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,24,40,.68);
  backdrop-filter:blur(3px);
}

.info-modal-card{
  position:relative;
  z-index:1;
  width:min(720px, 95vw);
  max-height:90vh;
  overflow:auto;
  background:#F7F3EA;
  border:1px solid rgba(205,154,45,.55);
  border-radius:22px;
  padding:34px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  color:#071f38;
}

.info-modal-close{
  position:absolute;
  right:16px;
  top:12px;
  border:0;
  background:transparent;
  color:#071f38;
  font-size:32px;
  cursor:pointer;
  line-height:1;
}

.info-modal-kicker{
  color:#c9921c;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  margin-bottom:6px;
}

.info-modal-card h2{
  margin:0 42px 20px 0;
  font-size:32px;
  line-height:1.15;
  color:#071f38;
}

.info-highlight{
  background:#071f38;
  color:#fff;
  border-radius:16px;
  padding:18px 20px;
  margin-bottom:18px;
}

.info-highlight strong{
  display:block;
  color:#f0b51f;
  margin-bottom:5px;
}

.info-highlight span{
  display:block;
  line-height:1.45;
}

.info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.info-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px;
  background:#fff;
  border:1px solid #eadfca;
  border-radius:14px;
}

.info-icon{
  font-size:21px;
  line-height:1;
}

.info-item strong,
.info-item span{
  display:block;
}

.info-item strong{
  margin-bottom:3px;
}

.info-item span{
  color:#6a6358;
  font-size:14px;
  line-height:1.35;
}

.info-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:20px;
}

.info-action{
  border-radius:12px;
  padding:14px 16px;
  font-weight:800;
  cursor:pointer;
}

.info-action.secondary{
  border:1px solid #071f38;
  background:#fff;
  color:#071f38;
}

.info-action.primary{
  border:0;
  background:#e4aa12;
  color:#071f38;
}

@media(max-width:620px){
  .info-modal-card{
    padding:26px 18px 20px;
  }

  .info-modal-card h2{
    font-size:27px;
  }

  .info-grid,
  .info-actions{
    grid-template-columns:1fr;
  }
}


/* KONTAKT — REDIZAJN */
#kontakt{
  background:#F7F3EA !important;
}

.contact-shell{
  max-width:1180px;
  margin:0 auto;
  padding:64px 24px 50px;
}

.contact-heading{
  text-align:center;
  max-width:720px;
  margin:0 auto 34px;
}

.contact-eyebrow{
  color:#c9921c;
  font-weight:800;
  letter-spacing:.20em;
  font-size:12px;
  margin-bottom:8px;
}

.contact-heading h2{
  margin:0;
  font-size:44px;
  line-height:1.05;
  color:#071f38;
}

.contact-heading p{
  margin:16px 0 0;
  color:#655e53;
  font-size:16px;
}

.contact-main-grid{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.45fr);
  gap:22px;
  align-items:stretch;
}

.contact-details-card,
.contact-photo-card{
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 34px rgba(7,31,56,.08);
}

.contact-details-card{
  padding:22px 26px;
  display:flex;
  flex-direction:column;
}

.contact-detail-row{
  display:flex;
  align-items:center;
  gap:15px;
  padding:17px 0;
  border:0;
  border-bottom:1px solid #eee3cf;
  background:transparent;
  color:#071f38;
  text-decoration:none;
  text-align:left;
  font:inherit;
  width:100%;
  cursor:pointer;
}

.contact-detail-row > span:last-child{
  min-width:0;
}

.contact-detail-row strong,
.contact-detail-row span:not(.contact-round-icon),
.contact-detail-row em{
  display:block;
}

.contact-detail-row strong{
  margin-bottom:4px;
  font-size:15px;
}

.contact-link-text{
  color:#b47c00;
  text-decoration:underline;
  overflow-wrap:anywhere;
}

.contact-detail-row em{
  margin-top:5px;
  color:#71695e;
  font-size:13px;
}

.contact-round-icon{
  flex:0 0 45px;
  width:45px;
  height:45px;
  border-radius:50%;
  background:#082b55;
  color:#e6ad20;
  display:flex !important;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:800;
  box-shadow:inset 0 0 0 2px rgba(230,173,32,.16);
}

.contact-follow-title{
  display:flex;
  align-items:center;
  gap:12px;
  color:#c9921c;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  margin:24px 0 16px;
}

.contact-follow-title::before,
.contact-follow-title::after{
  content:"";
  height:1px;
  flex:1;
  background:#eadcbf;
}

.contact-socials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.contact-social{
  min-height:50px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  text-decoration:none;
  color:#fff;
}

.contact-social.booking{
  background:#071f38;
}

.contact-social.facebook{
  background:#2f65aa;
}

.contact-photo-card{
  overflow:hidden;
  min-height:420px;
}

.contact-photo-card img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.contact-info-strip{
  margin-top:24px;
  background:#fff;
  border-radius:18px;
  padding:20px 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  box-shadow:0 10px 30px rgba(7,31,56,.06);
}

.contact-info-box{
  display:flex;
  align-items:center;
  gap:13px;
  padding:4px 20px;
  border-right:1px solid #eadfca;
}

.contact-info-box:first-child{
  padding-left:0;
}

.contact-info-box:last-child{
  border-right:0;
  padding-right:0;
}

.contact-info-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:2px solid #d89d0d;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c9921c;
  font-weight:900;
  font-size:17px;
}

.contact-info-box strong,
.contact-info-box span{
  display:block;
}

.contact-info-box strong{
  color:#071f38;
  font-size:12px;
  margin-bottom:4px;
}

.contact-info-box span{
  color:#696257;
  font-size:12px;
  line-height:1.35;
}

@media(max-width:900px){
  .contact-main-grid{
    grid-template-columns:1fr;
  }

  .contact-photo-card,
  .contact-photo-card img{
    min-height:330px;
  }

  .contact-info-strip{
    grid-template-columns:1fr 1fr;
    gap:0;
  }

  .contact-info-box{
    border-right:0;
    border-bottom:1px solid #eadfca;
    padding:16px 8px;
  }

  .contact-info-box:nth-last-child(-n+2){
    border-bottom:0;
  }
}

@media(max-width:560px){
  .contact-shell{
    padding:42px 16px 36px;
  }

  .contact-heading h2{
    font-size:36px;
  }

  .contact-details-card{
    padding:14px 18px 20px;
  }

  .contact-main-grid{
    gap:16px;
  }

  .contact-photo-card,
  .contact-photo-card img{
    min-height:280px;
  }

  .contact-socials{
    grid-template-columns:1fr;
  }

  .contact-info-strip{
    grid-template-columns:1fr;
    padding:10px 18px;
  }

  .contact-info-box{
    border-bottom:1px solid #eadfca !important;
    padding:15px 0;
  }

  .contact-info-box:last-child{
    border-bottom:0 !important;
  }
}


/* KONTAKT — FOTOGRAFIJA KUĆE */
#kontakt .contact-photo-card{
  background:#fff !important;
}

#kontakt .contact-photo-card img{
  width:100% !important;
  height:100% !important;
  min-height:420px !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:#fff !important;
  filter:none !important;
}

@media(max-width:900px){
  #kontakt .contact-photo-card img{
    min-height:320px !important;
  }
}

@media(max-width:560px){
  #kontakt .contact-photo-card img{
    min-height:240px !important;
  }
}


/* GLAVNI CJENIK IZ GORNJEG IZBORNIKA */
.main-price-card{
  width:min(620px,94vw) !important;
}

.main-price-intro{
  color:#6a6358;
  margin:-4px 0 20px;
}

.main-price-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.main-price-option{
  border:1px solid #e5d7ba;
  background:#fff;
  border-radius:16px;
  padding:22px 18px;
  color:#071f38;
  cursor:pointer;
  text-align:left;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.main-price-option:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(7,31,56,.10);
  border-color:#d4a129;
}

.main-price-option span,
.main-price-option strong,
.main-price-option small{
  display:block;
}

.main-price-option span{
  font-size:20px;
  font-weight:800;
  margin-bottom:8px;
}

.main-price-option strong{
  color:#c9921c;
  font-size:22px;
  margin-bottom:5px;
}

.main-price-option small{
  color:#6a6358;
  font-size:13px;
}

@media(max-width:560px){
  .main-price-options{
    grid-template-columns:1fr;
  }
}


/* STALNI ODJELJAK CJENIK */
#cijene{
  scroll-margin-top:110px;
  background:#F7F3EA;
  padding:70px 0;
}

#cijene .price-heading{
  text-align:center;
  max-width:720px;
  margin:0 auto 34px;
}

#cijene .section-kicker{
  color:#C9921C;
  font-size:12px;
  font-weight:800;
  letter-spacing:.20em;
}

#cijene .price-heading h2{
  color:#071F38;
  font-size:42px;
  margin:8px 0 10px;
}

#cijene .price-heading p{
  color:#6A6358;
  margin:0;
}

.price-cards-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  max-width:900px;
  margin:0 auto;
}

.static-price-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(7,31,56,.09);
  border:1px solid #eadfc9;
}

.static-price-head{
  background:#071F38;
  color:#fff;
  padding:22px 24px;
}

.static-price-head span,
.static-price-head strong{
  display:block;
}

.static-price-head span{
  color:#E3AA1A;
  font-size:12px;
  font-weight:800;
  letter-spacing:.15em;
  margin-bottom:7px;
}

.static-price-head strong{
  font-size:22px;
}

.static-price-list{
  padding:10px 22px 18px;
}

.static-price-list > div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 4px;
  border-bottom:1px solid #eee3cf;
  color:#071F38;
}

.static-price-list > div:last-child{
  border-bottom:0;
}

.static-price-list strong{
  color:#C9921C;
  font-size:21px;
}

@media(max-width:700px){
  .price-cards-grid{
    grid-template-columns:1fr;
  }
  #cijene{
    padding:50px 16px;
  }
  #cijene .price-heading h2{
    font-size:34px;
  }
}


/* ===== KALENDAR APARTMANI TEA — ZLATNO / TAMNOPLAVO ===== */
.booking-calendar-card{
  border:1px solid rgba(199,146,22,.24) !important;
  box-shadow:0 14px 36px rgba(7,31,56,.10) !important;
}

.calendar-title .calendar-symbol{
  color:#D7A31B !important;
}

.cal-toolbar button{
  width:36px !important;
  height:36px !important;
  border-radius:50% !important;
  border:1px solid #D8A11A !important;
  background:#F5C449 !important;
  color:#071F38 !important;
  font-size:25px !important;
  line-height:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
}

.cal-toolbar button:hover{
  transform:translateY(-1px);
  box-shadow:0 5px 12px rgba(7,31,56,.12);
}

#monthTitle{
  color:#071F38 !important;
  font-weight:850 !important;
}

.calendar-switch{
  gap:10px !important;
}

.apt-switch{
  border:1px solid #D7A31B !important;
  background:#fff !important;
  color:#071F38 !important;
  border-radius:10px !important;
  padding:10px 16px !important;
  font-weight:800 !important;
}

.apt-switch.active{
  background:#071F38 !important;
  color:#fff !important;
  border-color:#071F38 !important;
  box-shadow:0 6px 14px rgba(7,31,56,.14) !important;
}

.calendar{
  gap:6px !important;
  padding-top:12px !important;
}

.dayname{
  color:#071F38 !important;
  font-weight:800 !important;
  padding:7px 0 !important;
}

/* SLOBODNO = ZLATNO */
.calendar .day.free-day:not(.past){
  background:#F3C64E !important;
  color:#071F38 !important;
  border:1px solid #E0AD24 !important;
  box-shadow:0 2px 5px rgba(179,125,0,.08) !important;
  cursor:pointer !important;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}

.calendar .day.free-day:not(.past):hover{
  background:#F7D36B !important;
  transform:translateY(-2px) !important;
  box-shadow:0 6px 13px rgba(7,31,56,.14) !important;
}

/* ZAUZETO = TAMNOPLAVO */
.calendar .day.busy{
  background:#0B2942 !important;
  color:#FFFFFF !important;
  border:1px solid #0B2942 !important;
  font-weight:800 !important;
  cursor:not-allowed !important;
}

/* PROŠLI DATUMI */
.calendar .day.past{
  background:#F2F0EB !important;
  color:#B1AAA0 !important;
  border:1px solid #E8E2D8 !important;
  opacity:.78 !important;
  cursor:default !important;
}

/* DANAS = ZLATNI OBRUB, bez mijenjanja statusa */
.calendar .day.today{
  outline:2px solid #D7A31B !important;
  outline-offset:2px !important;
}

/* Odabrani dolazak / odlazak */
.calendar .day.selected-arrival,
.calendar .day.selected-departure{
  box-shadow:inset 0 0 0 3px #FFFFFF, 0 0 0 2px #071F38 !important;
  transform:scale(.96) !important;
}

.calendar-legend .free,
.legend .free{
  background:#F3C64E !important;
  border:1px solid #E0AD24 !important;
}

.calendar-legend .busy,
.legend .busy{
  background:#0B2942 !important;
  border:1px solid #0B2942 !important;
}

.calendar-legend .inquiry,
.legend .inquiry{
  display:none !important;
}

.date-fields input:focus{
  outline:none !important;
  border-color:#D7A31B !important;
  box-shadow:0 0 0 3px rgba(215,163,27,.16) !important;
}

.check-big-btn{
  background:linear-gradient(135deg,#F2BE35,#D89C06) !important;
  color:#071F38 !important;
  border:none !important;
  box-shadow:0 8px 18px rgba(181,128,0,.17) !important;
}

.check-big-btn:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 11px 22px rgba(181,128,0,.22) !important;
}


/* KONTAKT — WHATSAPP I VIBER */
.contact-socials.contact-socials-four{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.contact-social.whatsapp{
  background:#1f8f5f !important;
  color:#fff !important;
}

.contact-social.viber{
  background:#665CAC !important;
  color:#fff !important;
}

.contact-social.whatsapp::before{
  content:"◉";
  margin-right:8px;
  font-size:15px;
}

.contact-social.viber::before{
  content:"☎";
  margin-right:8px;
  font-size:15px;
}

@media(max-width:560px){
  .contact-socials.contact-socials-four{
    grid-template-columns:1fr 1fr !important;
  }
}


/* ===== KONTAKT FINAL — PREMA ODABRANOM PRIKAZU ===== */
#kontakt{
  background:#F7F3EA !important;
  padding:0 !important;
}

.contact-final-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:64px 24px 48px;
}

.contact-final-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 34px;
}

.contact-final-kicker{
  display:block;
  color:#C9921C;
  font-size:12px;
  font-weight:800;
  letter-spacing:.22em;
  margin-bottom:8px;
}

.contact-final-heading h2{
  margin:0;
  color:#071F38;
  font-size:46px;
  line-height:1.05;
}

.contact-final-line{
  width:56px;
  height:3px;
  background:#D6A11D;
  border-radius:99px;
  margin:13px auto 0;
}

.contact-final-heading p{
  margin:16px 0 0;
  color:#6B645A;
  font-size:16px;
}

.contact-final-grid{
  display:grid;
  grid-template-columns:380px minmax(0,1fr);
  gap:26px;
  align-items:stretch;
}

.contact-final-card,
.contact-final-photo{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(7,31,56,.09);
}

.contact-final-card{
  padding:22px 28px 26px;
}

.contact-final-row{
  display:flex;
  align-items:center;
  gap:16px;
  width:100%;
  padding:17px 0;
  border:0;
  border-bottom:1px solid #EDE1CC;
  background:transparent;
  color:#071F38;
  text-decoration:none;
  text-align:left;
  font:inherit;
  cursor:pointer;
}

.contact-final-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#082B55;
  color:#E0A71C;
  font-size:20px;
  font-weight:800;
}

.contact-final-text{
  min-width:0;
}

.contact-final-text strong,
.contact-final-text em,
.contact-final-text span,
.contact-final-text small{
  display:block;
}

.contact-final-text strong{
  margin-bottom:4px;
  font-size:15px;
}

.contact-final-text em{
  color:#B47C00;
  font-style:normal;
  text-decoration:underline;
  overflow-wrap:anywhere;
}

.contact-final-text span{
  color:#071F38;
}

.contact-final-text small{
  margin-top:5px;
  color:#746B5F;
  font-style:italic;
}

.contact-final-follow{
  display:flex;
  align-items:center;
  gap:12px;
  margin:24px 0 16px;
}

.contact-final-follow span{
  flex:1;
  height:1px;
  background:#E8D7B5;
}

.contact-final-follow b{
  color:#C9921C;
  font-size:11px;
  letter-spacing:.18em;
}

.contact-final-socials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.contact-final-social{
  min-height:52px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#fff;
  font-weight:800;
  text-decoration:none;
}

.contact-final-social.booking{ background:#071F38; }
.contact-final-social.facebook{ background:#2F65AA; }
.contact-final-social.whatsapp{ background:#22A85A; }
.contact-final-social.viber{ background:#665CAC; }

.contact-final-photo{
  min-height:470px;
}

.contact-final-photo img{
  width:100%;
  height:100%;
  min-height:470px;
  display:block;
  object-fit:cover;
  object-position:center center;
  filter:none;
}

.contact-final-strip{
  margin-top:24px;
  background:#fff;
  border-radius:18px;
  padding:18px 22px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  box-shadow:0 10px 30px rgba(7,31,56,.07);
}

.contact-final-feature{
  display:flex;
  align-items:center;
  gap:13px;
  padding:5px 18px;
  border-right:1px solid #EADFCB;
}

.contact-final-feature:first-child{ padding-left:0; }
.contact-final-feature:last-child{
  padding-right:0;
  border-right:0;
}

.contact-final-feature-icon{
  width:43px;
  height:43px;
  flex:0 0 43px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid #D5A01A;
  border-radius:50%;
  color:#C9921C;
  font-weight:900;
  font-size:17px;
}

.contact-final-feature strong,
.contact-final-feature small{
  display:block;
}

.contact-final-feature strong{
  color:#071F38;
  font-size:12px;
  margin-bottom:4px;
}

.contact-final-feature small{
  color:#696257;
  font-size:12px;
  line-height:1.35;
}

@media(max-width:900px){
  .contact-final-grid{
    grid-template-columns:1fr;
  }

  .contact-final-photo,
  .contact-final-photo img{
    min-height:330px;
  }

  .contact-final-strip{
    grid-template-columns:1fr 1fr;
  }

  .contact-final-feature{
    border-right:0;
    border-bottom:1px solid #EADFCB;
    padding:15px 8px;
  }

  .contact-final-feature:nth-last-child(-n+2){
    border-bottom:0;
  }
}

@media(max-width:560px){
  .contact-final-wrap{
    padding:42px 16px 34px;
  }

  .contact-final-heading h2{
    font-size:36px;
  }

  .contact-final-card{
    padding:14px 18px 20px;
  }

  .contact-final-socials{
    grid-template-columns:1fr 1fr;
  }

  .contact-final-photo,
  .contact-final-photo img{
    min-height:270px;
  }

  .contact-final-strip{
    grid-template-columns:1fr;
    padding:10px 18px;
  }

  .contact-final-feature{
    padding:14px 0;
    border-bottom:1px solid #EADFCB !important;
  }

  .contact-final-feature:last-child{
    border-bottom:0 !important;
  }
}


/* KONTAKT — ODABRANA FOTOGRAFIJA */
.contact-final-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter:none !important;
}


/* ===== RECENZIJE ===== */
.reviews-section{
  background:#F7F3EA;
  padding:68px 20px 64px;
}

.reviews-wrap{
  max-width:820px;
  margin:0 auto;
  text-align:center;
  background:#fff;
  border:1px solid #E8DCC4;
  border-radius:24px;
  padding:42px 34px 38px;
  box-shadow:0 14px 38px rgba(7,31,56,.08);
}

.reviews-stars{
  color:#D6A11D;
  font-size:24px;
  letter-spacing:5px;
  margin-bottom:14px;
}

.reviews-kicker{
  display:block;
  color:#C9921C;
  font-size:12px;
  font-weight:800;
  letter-spacing:.22em;
  margin-bottom:7px;
}

.reviews-wrap h2{
  color:#071F38;
  font-size:38px;
  line-height:1.1;
  margin:0 0 14px;
}

.reviews-wrap p{
  max-width:650px;
  margin:0 auto;
  color:#6A6358;
  font-size:16px;
  line-height:1.6;
}

.reviews-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:26px;
  flex-wrap:wrap;
}

.review-btn{
  min-height:54px;
  padding:0 22px;
  border-radius:13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-decoration:none;
  color:#fff;
  font-weight:800;
  transition:transform .18s ease, box-shadow .18s ease;
}

.review-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(7,31,56,.13);
}

.google-review{
  background:#D6A11D;
  color:#071F38;
}

.booking-review{
  background:#071F38;
}

.reviews-thanks{
  display:block;
  margin-top:22px;
  color:#857A6C;
  font-style:italic;
}

@media(max-width:560px){
  .reviews-section{
    padding:46px 16px;
  }

  .reviews-wrap{
    padding:32px 20px 28px;
  }

  .reviews-wrap h2{
    font-size:31px;
  }

  .reviews-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .review-btn{
    width:100%;
  }
}


/* 3 ZLATNE ZVJEZDICE U LOGU */
.brand-stars{
  display:block !important;
  margin-top:3px !important;
  color:#E0A71C !important;
  font-size:11px !important;
  line-height:1 !important;
  letter-spacing:3px !important;
  font-weight:900 !important;
  text-align:center !important;
  white-space:nowrap !important;
  text-shadow:0 1px 2px rgba(0,0,0,.12) !important;
}

@media(max-width:700px){
  .brand-stars{
    font-size:10px !important;
    letter-spacing:2.5px !important;
    margin-top:2px !important;
  }
}


/* ISPRAVKA LOGA — 3 ZLATNE ZVJEZDICE ISPOD OGULIN */
.brand.brand-with-stars{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  line-height:1 !important;
}

.brand.brand-with-stars .brand-name{
  display:block !important;
}

.brand.brand-with-stars .brand-subline{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  margin-top:2px !important;
}

.brand.brand-with-stars small{
  display:block !important;
  margin:0 !important;
}

.brand.brand-with-stars .brand-stars{
  display:block !important;
  color:#E1A91B !important;
  font-size:10px !important;
  line-height:1 !important;
  letter-spacing:3px !important;
  margin-top:4px !important;
  font-family:Arial,sans-serif !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  text-shadow:0 1px 2px rgba(0,0,0,.2) !important;
}

@media(max-width:700px){
  .brand.brand-with-stars .brand-stars{
    font-size:9px !important;
    letter-spacing:2px !important;
    margin-top:3px !important;
  }
}


/* RECENZIJE — POZICIJA ISPOD KONTAKTA */
#kontakt{
  margin-bottom:0 !important;
}

#recenzije{
  margin-top:0 !important;
  padding-top:52px !important;
  padding-bottom:58px !important;
}


/* KONTAKT — NOVA FOTOGRAFIJA TERASE */
.contact-final-photo img,
.contact-photo-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  filter:none !important;
}


/* ===== BROJAČ POSJETA + ADMIN ===== */
.site-tools-footer{
  max-width:1180px;
  margin:0 auto;
  padding:10px 20px 15px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:rgba(255,255,255,.68);
  font-size:12px;
  letter-spacing:.02em;
}
.site-tools-footer strong{
  color:#D8A31C;
  font-weight:800;
}
.site-tools-footer a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
}
.site-tools-footer a:hover{
  color:#D8A31C;
}
.site-tools-dot{color:#D8A31C}


/* ===== MOBILNI PRIKAZ — FINALNO UREĐENJE ===== */
.mobile-menu-btn{
  display:none;
}

@media(max-width:900px){
  .nav{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }

  .mobile-menu-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:44px !important;
    height:44px !important;
    border-radius:12px !important;
    border:1px solid rgba(216,163,28,.75) !important;
    background:#071F38 !important;
    color:#F2C249 !important;
    font-size:24px !important;
    line-height:1 !important;
    cursor:pointer !important;
    margin-left:auto !important;
    z-index:50 !important;
  }

  .nav-links{
    display:none !important;
    position:absolute !important;
    top:calc(100% + 10px) !important;
    left:14px !important;
    right:14px !important;
    background:#071F38 !important;
    border:1px solid rgba(216,163,28,.35) !important;
    border-radius:16px !important;
    box-shadow:0 18px 40px rgba(0,0,0,.25) !important;
    padding:10px !important;
    z-index:49 !important;
    flex-direction:column !important;
    gap:2px !important;
  }

  .nav-links.mobile-open{
    display:flex !important;
  }

  .nav-links a{
    width:100% !important;
    padding:13px 14px !important;
    border-radius:10px !important;
    color:#fff !important;
    text-align:left !important;
    font-size:15px !important;
  }

  .nav-links a:hover{
    background:rgba(255,255,255,.07) !important;
  }

  .hero-content{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .hero h1{
    font-size:clamp(38px,10vw,52px) !important;
    line-height:1.02 !important;
    max-width:100% !important;
  }

  .welcome-script{
    font-size:clamp(30px,8vw,40px) !important;
  }

  .hero-lead{
    font-size:16px !important;
    line-height:1.55 !important;
  }

  .hero-description{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  .hero-amenities{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
  }

  .hero-amenities span{
    flex:1 1 45% !important;
    min-width:130px !important;
  }

  .apartments-grid,
  .contact-final-grid,
  .contact-main-grid,
  .price-cards-grid{
    grid-template-columns:1fr !important;
  }

  .apartment-card{
    width:100% !important;
  }

  .apartment-photo img{
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
  }

  .apt-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .apt-actions button,
  .apt-actions a{
    width:100% !important;
  }

  .calendar-switch{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }

  .date-fields{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .date-fields input{
    min-height:48px !important;
    font-size:16px !important;
  }

  .check-big-btn{
    min-height:50px !important;
    font-size:16px !important;
  }

  .calendar .day{
    min-height:42px !important;
    font-size:14px !important;
    border-radius:8px !important;
  }

  .explore-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .explore-card{
    min-width:0 !important;
  }

  .contact-final-photo img,
  .contact-photo-card img{
    min-height:260px !important;
  }

  .contact-final-socials,
  .contact-socials.contact-socials-four{
    grid-template-columns:1fr 1fr !important;
  }

  .reviews-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .review-btn{
    width:100% !important;
  }

  .site-tools-footer{
    flex-wrap:wrap !important;
    padding-left:14px !important;
    padding-right:14px !important;
    text-align:center !important;
  }
}

@media(max-width:560px){
  .wrap,
  .section,
  .contact-final-wrap,
  .reviews-section{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .brand.brand-with-stars .brand-name,
  .brand{
    font-size:20px !important;
  }

  .explore-grid{
    grid-template-columns:1fr !important;
  }

  .hero-content{
    padding-top:220px !important;
    padding-bottom:58px !important;
  }

  .hero h1{
    font-size:40px !important;
  }

  .welcome-script{
    font-size:32px !important;
  }

  .hero-amenities span{
    flex:1 1 100% !important;
  }

  .calendar{
    gap:4px !important;
  }

  .calendar .day{
    min-height:38px !important;
    font-size:13px !important;
  }

  .calendar-switch{
    grid-template-columns:1fr !important;
  }

  .contact-final-socials,
  .contact-socials.contact-socials-four{
    grid-template-columns:1fr !important;
  }

  .contact-final-strip,
  .contact-info-strip{
    grid-template-columns:1fr !important;
  }
}


/* ===== MOBITEL — KOMPAKTNIJA NASLOVNA ===== */
/* Desktop ostaje nepromijenjen */
@media(max-width:560px){

  /* Gornju fotografiju, logo, HR/EN i mobilni meni NE DIRAMO */

  .hero-content{
    padding-top:54px !important;
    padding-bottom:44px !important;
  }

  .hero-content .eyebrow,
  .hero .eyebrow{
    margin-bottom:10px !important;
  }

  .welcome-script{
    margin-bottom:2px !important;
    line-height:1.05 !important;
  }

  .hero h1{
    margin-top:0 !important;
    margin-bottom:14px !important;
    line-height:1.02 !important;
  }

  .hero-divider,
  .gold-line{
    margin-top:10px !important;
    margin-bottom:24px !important;
  }

  .hero-lead{
    margin-bottom:18px !important;
  }

  .hero-description{
    margin-bottom:24px !important;
  }

  /* Pogodnosti u 2 stupca */
  .hero-amenities{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:10px 12px !important;
    margin-top:20px !important;
    margin-bottom:24px !important;
    align-items:stretch !important;
  }

  .hero-amenities span{
    min-width:0 !important;
    width:100% !important;
    min-height:54px !important;
    margin:0 !important;
    padding:9px 10px !important;
    border:1.5px solid #E3AA1A !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    font-size:13px !important;
    line-height:1.2 !important;
  }

  .hero-amenities span:last-child:nth-child(odd){
    grid-column:1 / -1 !important;
    width:calc(50% - 6px) !important;
    justify-self:center !important;
  }

  .hero-amenities span i,
  .hero-amenities span .icon{
    flex:0 0 auto !important;
  }

  /* CTA odmah ispod pogodnosti */
  .hero .btn,
  .hero .cta,
  .hero .check-btn,
  .hero a[href*="dostup"]{
    margin-top:0 !important;
  }
}

@media(max-width:380px){
  .hero-amenities{
    grid-template-columns:1fr !important;
  }

  .hero-amenities span:last-child:nth-child(odd){
    grid-column:auto !important;
    width:100% !important;
  }
}


/* ===== MOBITEL — POGODNOSTI: IKONA + TEKST U JEDNOJ KARTICI ===== */
@media(max-width:560px){
  .hero-amenities{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:20px !important;
    margin-bottom:22px !important;
  }

  /* Ako je svaka pogodnost jedan element */
  .hero-amenities > span,
  .hero-amenities > div,
  .hero-amenities > li{
    box-sizing:border-box !important;
  }

  /* Standardna varijanta: jedan element s ikonom i tekstom */
  .hero-amenities > span:not(:empty){
    min-height:58px !important;
    width:100% !important;
    margin:0 !important;
    padding:10px 12px !important;
    border:1.5px solid #E3AA1A !important;
    border-radius:22px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:9px !important;
    font-size:13px !important;
    line-height:1.18 !important;
  }
}

@media(max-width:560px){
  .hero-amenities .amenity,
  .hero-amenities .feature,
  .hero-amenities .hero-feature{
    min-height:62px !important;
    padding:10px 12px !important;
    border:1.5px solid #E3AA1A !important;
    border-radius:22px !important;
    display:flex !important;
    align-items:center !important;
    gap:9px !important;
    box-sizing:border-box !important;
  }
}


/* ===== MOBITEL — 5 PRAVIH KARTICA POGODNOSTI ===== */
@media(max-width:560px){

  .hero-amenities{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px 12px !important;
    margin:22px 0 24px !important;
    align-items:stretch !important;
  }

  /* Svaki DIV je jedna kompletna kartica */
  .hero-amenities > div{
    width:100% !important;
    min-width:0 !important;
    min-height:62px !important;
    margin:0 !important;
    padding:10px 14px !important;
    border:1.5px solid #E3AA1A !important;
    border-radius:22px !important;
    background:transparent !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    box-sizing:border-box !important;
  }

  /* Zadnja kartica centrirana */
  .hero-amenities > div:nth-child(5){
    grid-column:1 / -1 !important;
    width:calc(50% - 6px) !important;
    justify-self:center !important;
  }

  /* VAŽNO: spanovi više NISU zasebne kartice */
  .hero-amenities > div > span{
    width:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    display:inline !important;
    flex:none !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:1.2 !important;
    white-space:normal !important;
  }

  .hero-amenities > div > .amenity-icon{
    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#E3AA1A !important;
    font-size:15px !important;
    font-weight:800 !important;
  }

  .hero-amenities > div > span:not(.amenity-icon){
    flex:1 1 auto !important;
    font-weight:700 !important;
  }
}

@media(max-width:380px){
  .hero-amenities{
    grid-template-columns:1fr !important;
  }

  .hero-amenities > div:nth-child(5){
    grid-column:auto !important;
    width:100% !important;
  }
}


/* ===== MOBITEL — NAŠI APARTMANI KOMPAKTNIJE ===== */
@media(max-width:560px){

  #apartmani,
  .apartments-section{
    padding-top:44px !important;
    padding-bottom:42px !important;
  }

  #apartmani .section-title,
  .apartments-section .section-title{
    margin-bottom:24px !important;
  }

  .apartments-grid{
    gap:26px !important;
  }

  .apartment-card{
    border-radius:20px !important;
    overflow:hidden !important;
  }

  .apartment-photo,
  .apartment-slider,
  .apt-gallery{
    min-height:0 !important;
  }

  .apartment-photo img,
  .apartment-slider img,
  .apt-gallery img{
    height:360px !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
  }

  .apartment-badge,
  .apt-badge{
    top:16px !important;
    left:16px !important;
    padding:11px 16px !important;
    font-size:16px !important;
  }

  .slider-arrow,
  .gallery-arrow,
  .apartment-card .prev,
  .apartment-card .next{
    width:48px !important;
    height:48px !important;
  }

  .apartment-info,
  .apt-content,
  .apartment-body{
    padding:22px 20px 20px !important;
  }

  .apartment-capacity,
  .apt-capacity{
    margin:0 0 18px !important;
    font-size:18px !important;
  }

  .apt-actions,
  .apartment-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:0 !important;
  }

  .apt-actions button,
  .apt-actions a,
  .apartment-actions button,
  .apartment-actions a{
    min-height:54px !important;
    padding:12px 16px !important;
    font-size:16px !important;
    border-radius:12px !important;
  }

  .apartments-grid .apartment-card + .apartment-card{
    margin-top:0 !important;
  }
}

@media(max-width:390px){
  .apartment-photo img,
  .apartment-slider img,
  .apt-gallery img{
    height:330px !important;
  }
}


/* ===== MOBITEL — PORAVNANJE "NAŠI APARTMANI" S GORNJIM DIJELOM ===== */
@media(max-width:560px){

  /* cijela sekcija ide bliže lijevom/desnom rubu, kao hero iznad */
  #apartmani,
  .apartments-section{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  #apartmani .wrap,
  #apartmani .container,
  .apartments-section .wrap,
  .apartments-section .container{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* naslov ostaje centriran, ali linije i širina prate novu širinu sekcije */
  #apartmani .section-title,
  .apartments-section .section-title{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* kartice više nisu uvučene udesno */
  .apartments-grid{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .apartment-card{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    transform:none !important;
  }

  /* kartice vizualno prate istu lijevu liniju kao sadržaj iznad */
  .apartment-card:first-child,
  .apartment-card:nth-child(2){
    margin-left:0 !important;
  }
}


/* ===== MOBITEL — NAŠI APARTMANI FINALNO PORAVNANJE ===== */
@media(max-width:560px){

  /* Jednaki bočni razmaci cijele sekcije */
  #apartmani,
  .apartments-section{
    padding-left:22px !important;
    padding-right:22px !important;
  }

  /* Naslov ostaje centriran, ali ne ide do rubova */
  #apartmani .section-title,
  .apartments-section .section-title{
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    gap:12px !important;
  }

  #apartmani .section-title::before,
  #apartmani .section-title::after,
  .apartments-section .section-title::before,
  .apartments-section .section-title::after{
    max-width:115px !important;
    min-width:36px !important;
    flex:1 1 70px !important;
  }

  #apartmani .section-title h2,
  .apartments-section .section-title h2,
  #apartmani .section-title span,
  .apartments-section .section-title span{
    white-space:nowrap !important;
  }

  /* Kartice malo uže, potpuno simetrične */
  .apartments-grid{
    width:100% !important;
    margin:0 auto !important;
  }

  .apartment-card{
    width:100% !important;
    max-width:calc(100vw - 44px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* Jednaki razmak između kartica */
  .apartments-grid{
    gap:24px !important;
  }
}

@media(max-width:390px){
  #apartmani,
  .apartments-section{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .apartment-card{
    max-width:calc(100vw - 36px) !important;
  }

  #apartmani .section-title::before,
  #apartmani .section-title::after,
  .apartments-section .section-title::before,
  .apartments-section .section-title::after{
    max-width:72px !important;
  }
}


/* ===== MOBITEL — MANJI RAZMAK PRIJE "NAŠI APARTMANI" ===== */
@media(max-width:560px){
  #apartmani,
  .apartments-section{
    padding-top:42px !important;
  }

  #apartmani .section-title,
  .apartments-section .section-title{
    margin-top:0 !important;
    margin-bottom:28px !important;
  }
}


/* ===== MOBITEL — MANJI RAZMAK IZMEĐU APARTMANA 1 I 2 ===== */
@media(max-width:560px){
  .apartments-grid{
    gap:16px !important;
  }

  .apartment-card + .apartment-card{
    margin-top:0 !important;
  }
}


/* ===== MOBITEL — KALENDAR FINALNO UREĐENJE ===== */
@media(max-width:560px){

  /* cijeli kalendar malo kompaktniji */
  .availability-card,
  .availability-panel,
  .calendar-card{
    padding:18px 14px 20px !important;
    border-radius:18px !important;
  }

  /* gornji red: naslov + mjesec + strelice */
  .availability-head,
  .calendar-header,
  .calendar-top{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;
    gap:8px !important;
  }

  .availability-title,
  .calendar-title{
    font-size:18px !important;
    line-height:1.1 !important;
    max-width:120px !important;
  }

  .calendar-month,
  .month-label{
    font-size:20px !important;
    line-height:1.1 !important;
    text-align:center !important;
    white-space:nowrap !important;
  }

  .calendar-prev,
  .calendar-next,
  .month-prev,
  .month-next{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:50% !important;
    padding:0 !important;
  }

  /* izbor apartmana */
  .calendar-switch,
  .apartment-switch,
  .calendar-tabs{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin:14px 0 16px !important;
  }

  .calendar-switch button,
  .apartment-switch button,
  .calendar-tabs button{
    min-height:46px !important;
    padding:10px 12px !important;
    font-size:15px !important;
    border-radius:12px !important;
  }

  /* 7 stupaca moraju uvijek stati */
  .calendar-grid,
  .calendar-days,
  .calendar{
    width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(7,minmax(0,1fr)) !important;
    gap:4px !important;
  }

  .calendar-weekdays,
  .weekday-row{
    display:grid !important;
    grid-template-columns:repeat(7,minmax(0,1fr)) !important;
    gap:4px !important;
  }

  .calendar-weekdays > *,
  .weekday-row > *,
  .calendar .dn{
    min-width:0 !important;
    padding:4px 0 !important;
    font-size:12px !important;
    text-align:center !important;
  }

  .calendar .day,
  .calendar-day,
  .calendar-grid button{
    width:100% !important;
    min-width:0 !important;
    min-height:42px !important;
    padding:0 !important;
    font-size:14px !important;
    border-radius:9px !important;
  }

  /* legenda */
  .calendar-legend,
  .legend{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:14px !important;
    margin:14px 0 16px !important;
    font-size:13px !important;
  }

  /* Dolazak / Odlazak kompaktnije */
  .date-fields,
  .availability-dates{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .date-fields label,
  .availability-dates label{
    margin-bottom:5px !important;
    font-size:14px !important;
  }

  .date-fields input,
  .availability-dates input,
  input[type="date"]{
    height:48px !important;
    min-height:48px !important;
    padding:10px 12px !important;
    font-size:16px !important;
    border-radius:10px !important;
  }

  /* gumb niži, ali i dalje lako klikljiv */
  .check-big-btn,
  .availability-submit,
  .check-availability-btn{
    min-height:52px !important;
    height:auto !important;
    padding:12px 16px !important;
    font-size:16px !important;
    border-radius:12px !important;
    margin-top:14px !important;
  }
}

@media(max-width:390px){
  .calendar-month,
  .month-label{
    font-size:18px !important;
  }

  .availability-title,
  .calendar-title{
    font-size:16px !important;
    max-width:105px !important;
  }

  .calendar .day,
  .calendar-day,
  .calendar-grid button{
    min-height:38px !important;
    font-size:13px !important;
  }

  .calendar-weekdays > *,
  .weekday-row > *,
  .calendar .dn{
    font-size:11px !important;
  }
}


/* ===== MOBITEL — FINALNO PORAVNANJE GORNJEG REDA KALENDARA ===== */
@media(max-width:560px){

  .availability-title,
  .calendar-title{
    font-size:17px !important;
    line-height:1.05 !important;
    max-width:112px !important;
    margin-right:4px !important;
  }

  .calendar-prev,
  .month-prev{
    margin-left:8px !important;
  }

  .calendar-header,
  .availability-head,
  .calendar-top{
    column-gap:10px !important;
  }
}

@media(max-width:390px){
  .availability-title,
  .calendar-title{
    font-size:16px !important;
    max-width:104px !important;
  }

  .calendar-prev,
  .month-prev{
    margin-left:6px !important;
  }
}


/* ===== MOBITEL — KALENDAR CENTRIRAN KAO NA PRIKAZU ===== */
@media(max-width:560px){
  #availability,
  .availability-section,
  .availability-wrap,
  .availability-card,
  .calendar-section,
  .calendar-wrap,
  .calendar-card{
    box-sizing:border-box !important;
  }

  /* Glavni blok dostupnosti: jednaki rubovi lijevo/desno */
  #availability{
    width:calc(100% - 32px) !important;
    max-width:none !important;
    margin-left:16px !important;
    margin-right:16px !important;
    transform:none !important;
  }

  /* Ako je kartica zaseban unutarnji element */
  #availability .availability-card,
  #availability .calendar-card,
  #availability .availability-wrap,
  #availability .calendar-wrap{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
  }

  /* Gornji red: naslov + strelice + mjesec uredno raspoređeni */
  #availability .availability-head,
  #availability .calendar-header,
  #availability .calendar-top{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
  }

  /* Sam grid kalendara mora biti u sredini kartice */
  #availability .calendar-grid,
  #availability .calendar,
  #availability .days-grid{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
  }
}

@media(max-width:390px){
  #availability{
    width:calc(100% - 24px) !important;
    margin-left:12px !important;
    margin-right:12px !important;
  }
}


/* ===== MOBITEL — UŽI I CENTRIRANI KALENDAR ===== */
@media(max-width:560px){

  /* cijeli blok kalendara uži i centriran */
  #availability{
    width:calc(100% - 56px) !important;
    max-width:620px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
    transform:none !important;
  }

  #availability .availability-card,
  #availability .calendar-card,
  #availability .availability-wrap,
  #availability .calendar-wrap{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:18px 16px 20px !important;
    box-sizing:border-box !important;
  }

  /* gornji red */
  #availability .availability-head,
  #availability .calendar-header,
  #availability .calendar-top{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1.15fr 44px 1.15fr 44px !important;
    align-items:center !important;
    gap:8px !important;
    margin:0 auto 14px !important;
  }

  #availability .availability-title,
  #availability .calendar-title{
    font-size:16px !important;
    line-height:1.05 !important;
    max-width:none !important;
    margin:0 !important;
  }

  #availability .calendar-month,
  #availability .month-label{
    font-size:18px !important;
    text-align:center !important;
    white-space:nowrap !important;
  }

  #availability .calendar-prev,
  #availability .calendar-next,
  #availability .month-prev,
  #availability .month-next{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:50% !important;
  }

  /* apartman tipke */
  #availability .calendar-switch,
  #availability .apartment-switch,
  #availability .calendar-tabs{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin:12px 0 16px !important;
  }

  /* kalendar grid */
  #availability .calendar-grid,
  #availability .calendar,
  #availability .days-grid{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    grid-template-columns:repeat(7,minmax(0,1fr)) !important;
    gap:4px !important;
    transform:none !important;
  }

  #availability .calendar-weekdays,
  #availability .weekday-row{
    width:100% !important;
    grid-template-columns:repeat(7,minmax(0,1fr)) !important;
    gap:4px !important;
  }

  #availability .calendar .day,
  #availability .calendar-day,
  #availability .calendar-grid button{
    min-width:0 !important;
    width:100% !important;
    min-height:38px !important;
    padding:0 !important;
    font-size:13px !important;
    border-radius:8px !important;
  }

  /* legenda */
  #availability .calendar-legend,
  #availability .legend{
    margin:14px 0 16px !important;
    gap:14px !important;
    font-size:13px !important;
  }

  /* dolazak/odlazak niže */
  #availability .date-fields,
  #availability .availability-dates{
    gap:12px !important;
  }

  #availability input[type="date"],
  #availability #checkin,
  #availability #checkout{
    height:52px !important;
    min-height:52px !important;
    padding:10px 12px !important;
    border-radius:10px !important;
  }

  #availability .check-big-btn,
  #availability .availability-submit,
  #availability .check-availability-btn{
    min-height:50px !important;
    padding:11px 14px !important;
    font-size:15px !important;
    margin-top:14px !important;
    border-radius:12px !important;
  }
}

@media(max-width:390px){
  #availability{
    width:calc(100% - 36px) !important;
  }

  #availability .availability-card,
  #availability .calendar-card,
  #availability .availability-wrap,
  #availability .calendar-wrap{
    padding:16px 12px 18px !important;
  }

  #availability .availability-head,
  #availability .calendar-header,
  #availability .calendar-top{
    grid-template-columns:1fr 40px 1fr 40px !important;
    gap:6px !important;
  }

  #availability .availability-title,
  #availability .calendar-title{
    font-size:15px !important;
  }

  #availability .calendar-month,
  #availability .month-label{
    font-size:17px !important;
  }
}


/* =========================================================
   MOBITEL — STVARNO UŽI KALENDAR, FINAL V2
   ========================================================= */
@media (max-width: 560px) {

  /* UŽI CIJELI BLOK — vidljivo uži od ekrana */
  body #availability,
  body .availability-section,
  body section#availability {
    width: calc(100vw - 72px) !important;
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body #availability > *,
  body #availability .availability-card,
  body #availability .calendar-card,
  body #availability .availability-wrap,
  body #availability .calendar-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* UNUTARNJI BIJELI PANEL */
  body #availability .availability-card,
  body #availability .calendar-card {
    padding: 18px 14px 20px !important;
  }

  /* GORNJI RED */
  body #availability .availability-head,
  body #availability .calendar-header,
  body #availability .calendar-top {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(105px, 1fr) 40px minmax(120px, 1fr) 40px !important;
    align-items: center !important;
    column-gap: 7px !important;
    margin: 0 0 14px !important;
  }

  body #availability .availability-title,
  body #availability .calendar-title {
    font-size: 15px !important;
    line-height: 1.05 !important;
    max-width: 118px !important;
    margin: 0 !important;
  }

  body #availability .calendar-month,
  body #availability .month-label {
    font-size: 17px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
    margin: 0 !important;
  }

  body #availability .calendar-prev,
  body #availability .calendar-next,
  body #availability .month-prev,
  body #availability .month-next {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
  }

  /* APARTMAN TIPKE */
  body #availability .calendar-switch,
  body #availability .apartment-switch,
  body #availability .calendar-tabs {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 12px 0 14px !important;
  }

  body #availability .calendar-switch button,
  body #availability .apartment-switch button,
  body #availability .calendar-tabs button {
    min-height: 44px !important;
    height: 44px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
  }

  /* KALENDAR — 7 stupaca unutar užeg bloka */
  body #availability .calendar,
  body #availability .calendar-grid,
  body #availability .days-grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 3px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }

  body #availability .calendar-weekdays,
  body #availability .weekday-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 3px !important;
  }

  body #availability .calendar .day,
  body #availability .calendar-day,
  body #availability .calendar-grid button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }

  body #availability .calendar-weekdays > *,
  body #availability .weekday-row > *,
  body #availability .calendar .dn {
    min-width: 0 !important;
    padding: 3px 0 !important;
    font-size: 11px !important;
    text-align: center !important;
  }

  /* LEGENDA */
  body #availability .calendar-legend,
  body #availability .legend {
    gap: 12px !important;
    margin: 12px 0 14px !important;
    font-size: 12px !important;
  }

  /* DOLAZAK / ODLAZAK — stvarno niža polja */
  body #availability .date-fields,
  body #availability .availability-dates {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body #availability .date-fields label,
  body #availability .availability-dates label,
  body #availability label[for="checkin"],
  body #availability label[for="checkout"] {
    font-size: 13px !important;
    margin-bottom: 4px !important;
  }

  body #availability input[type="date"],
  body #availability #checkin,
  body #availability #checkout {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 8px 11px !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border-radius: 9px !important;
    box-sizing: border-box !important;
  }

  /* Ako su date inputi wrapperi */
  body #availability .date-field,
  body #availability .input-date,
  body #availability .date-input-wrap {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  /* GUMB */
  body #availability .check-big-btn,
  body #availability .availability-submit,
  body #availability .check-availability-btn {
    width: 100% !important;
    min-height: 48px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 390px) {
  body #availability,
  body .availability-section,
  body section#availability {
    width: calc(100vw - 44px) !important;
  }

  body #availability .availability-head,
  body #availability .calendar-header,
  body #availability .calendar-top {
    grid-template-columns: minmax(95px, 1fr) 38px minmax(105px, 1fr) 38px !important;
    gap: 5px !important;
  }

  body #availability .availability-title,
  body #availability .calendar-title {
    font-size: 14px !important;
    max-width: 105px !important;
  }

  body #availability .calendar-month,
  body #availability .month-label {
    font-size: 16px !important;
  }

  body #availability .calendar-prev,
  body #availability .calendar-next,
  body #availability .month-prev,
  body #availability .month-next {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
}


/* =========================================================
   MOBITEL — SUPER UŽI KALENDAR + NISKA POLJA
   ========================================================= */
@media (max-width: 560px) {

  /* Vanjski blok stvarno uži */
  body section#availability,
  body #availability {
    width: calc(100vw - 110px) !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body #availability > *,
  body #availability .availability-card,
  body #availability .calendar-card,
  body #availability .availability-wrap,
  body #availability .calendar-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body #availability .availability-card,
  body #availability .calendar-card {
    padding: 16px 12px 18px !important;
  }

  /* Gornji red kompaktniji */
  body #availability .availability-head,
  body #availability .calendar-header,
  body #availability .calendar-top {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(95px,1fr) 36px minmax(110px,1fr) 36px !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 0 12px !important;
  }

  body #availability .availability-title,
  body #availability .calendar-title {
    font-size: 14px !important;
    line-height: 1.05 !important;
    max-width: 100px !important;
    margin: 0 !important;
  }

  body #availability .calendar-month,
  body #availability .month-label {
    font-size: 16px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  body #availability .calendar-prev,
  body #availability .calendar-next,
  body #availability .month-prev,
  body #availability .month-next {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Apartman tipke niže */
  body #availability .calendar-switch,
  body #availability .apartment-switch,
  body #availability .calendar-tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin: 10px 0 12px !important;
  }

  body #availability .calendar-switch button,
  body #availability .apartment-switch button,
  body #availability .calendar-tabs button {
    height: 40px !important;
    min-height: 40px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
    border-radius: 9px !important;
  }

  /* Kalendar proporcionalno manji */
  body #availability .calendar,
  body #availability .calendar-grid,
  body #availability .days-grid {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
    gap: 2px !important;
    margin: 0 auto !important;
  }

  body #availability .calendar-weekdays,
  body #availability .weekday-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
    gap: 2px !important;
  }

  body #availability .calendar .day,
  body #availability .calendar-day,
  body #availability .calendar-grid button {
    width: 100% !important;
    min-width: 0 !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 !important;
    font-size: 11px !important;
    border-radius: 7px !important;
  }

  body #availability .calendar-weekdays > *,
  body #availability .weekday-row > *,
  body #availability .calendar .dn {
    font-size: 10px !important;
    padding: 2px 0 !important;
  }

  /* Legenda kompaktnija */
  body #availability .calendar-legend,
  body #availability .legend {
    gap: 10px !important;
    margin: 10px 0 12px !important;
    font-size: 11px !important;
  }

  /* Labels */
  body #availability label,
  body #availability .field-label {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }

  /* STVARNO NISKA POLJA — input + wrapperi */
  body #availability input[type="date"],
  body #availability #checkin,
  body #availability #checkout,
  body #availability input[name="checkin"],
  body #availability input[name="checkout"] {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }

  body #availability .date-field,
  body #availability .input-date,
  body #availability .date-input-wrap,
  body #availability .date-control,
  body #availability .form-control-wrap {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body #availability .date-fields,
  body #availability .availability-dates {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  /* Ako parent oko inputa ima fiksnu veliku visinu */
  body #availability .date-fields > *,
  body #availability .availability-dates > * {
    min-height: 0 !important;
    height: auto !important;
  }

  /* Gumb */
  body #availability .check-big-btn,
  body #availability .availability-submit,
  body #availability .check-availability-btn {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    border-radius: 9px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 390px) {
  body section#availability,
  body #availability {
    width: calc(100vw - 70px) !important;
  }

  body #availability .availability-card,
  body #availability .calendar-card {
    padding: 14px 10px 16px !important;
  }

  body #availability .availability-head,
  body #availability .calendar-header,
  body #availability .calendar-top {
    grid-template-columns: minmax(86px,1fr) 34px minmax(100px,1fr) 34px !important;
    gap: 4px !important;
  }

  body #availability .availability-title,
  body #availability .calendar-title {
    font-size: 13px !important;
    max-width: 90px !important;
  }

  body #availability .calendar-month,
  body #availability .month-label {
    font-size: 15px !important;
  }

  body #availability .calendar-prev,
  body #availability .calendar-next,
  body #availability .month-prev,
  body #availability .month-next {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }
}


/* =========================================================
   MOBITEL — ISPRAVKA SA STVARNIM SELEKTORIMA
   #dostupnost.booking-calendar-card
   #arrivalDate / #departureDate
   ========================================================= */
@media (max-width: 560px) {

  /* STVARNO SUŽAVAMO CIJELI BIJELI STUPAC */
  body #dostupnost.booking-calendar-card {
    width: 82% !important;
    max-width: 620px !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 14px 12px 16px !important;
    box-sizing: border-box !important;
    border-radius: 16px !important;
  }

  /* GORNJI RED */
  body #dostupnost .calendar-title-row {
    display: grid !important;
    grid-template-columns: minmax(100px, .95fr) minmax(150px, 1.05fr) !important;
    gap: 8px !important;
    align-items: center !important;
  }

  body #dostupnost .calendar-title {
    font-size: 13px !important;
    line-height: 1.05 !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  body #dostupnost .calendar-symbol {
    font-size: 20px !important;
    flex: 0 0 auto !important;
  }

  body #dostupnost .compact-toolbar {
    min-width: 0 !important;
    width: 100% !important;
    grid-template-columns: 34px minmax(90px, 1fr) 34px !important;
    gap: 4px !important;
  }

  body #dostupnost .compact-toolbar button {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 22px !important;
  }

  body #dostupnost #monthTitle {
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  /* APARTMAN 1 / 2 KOMPAKTNIJE */
  body #dostupnost .calendar-switch {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin: 11px 0 12px !important;
  }

  body #dostupnost .apt-switch {
    min-height: 38px !important;
    height: 38px !important;
    padding: 6px 9px !important;
    font-size: 13px !important;
    border-radius: 9px !important;
  }

  /* STVARNO MANJE KUĆICE KALENDARA */
  body #dostupnost .calendar {
    width: 100% !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 2px !important;
    padding-top: 7px !important;
  }

  body #dostupnost .dayname {
    font-size: 10px !important;
    padding: 3px 0 !important;
  }

  body #dostupnost .day {
    min-height: 30px !important;
    height: 30px !important;
    max-height: 30px !important;
    font-size: 11px !important;
    border-radius: 7px !important;
  }

  /* LEGENDA */
  body #dostupnost .calendar-legend {
    gap: 12px !important;
    margin: 11px 0 12px !important;
  }

  body #dostupnost .calendar-legend span {
    font-size: 11px !important;
    gap: 5px !important;
  }

  body #dostupnost .calendar-legend i {
    width: 13px !important;
    height: 13px !important;
  }

  /* DOLAZAK / ODLAZAK — OVO SU STVARNI ID-evi */
  body #dostupnost .date-fields {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body #dostupnost .date-fields label {
    font-size: 12px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
  }

  body #dostupnost #arrivalDate,
  body #dostupnost #departureDate {
    display: block !important;
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin-top: 4px !important;
    padding: 4px 9px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  /* GUMB */
  body #dostupnost .check-big-btn {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 8px 10px !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    border-radius: 9px !important;
  }
}

@media (max-width: 390px) {
  body #dostupnost.booking-calendar-card {
    width: 86% !important;
    padding: 12px 10px 14px !important;
  }

  body #dostupnost .calendar-title-row {
    grid-template-columns: minmax(92px, .9fr) minmax(140px, 1.1fr) !important;
    gap: 6px !important;
  }

  body #dostupnost .calendar-title {
    font-size: 12px !important;
  }

  body #dostupnost #monthTitle {
    font-size: 14px !important;
  }

  body #dostupnost .day {
    min-height: 28px !important;
    height: 28px !important;
    max-height: 28px !important;
    font-size: 10px !important;
  }

  body #dostupnost #arrivalDate,
  body #dostupnost #departureDate {
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }
}

/* MOBILNO — ISTRAŽITE OGULIN I OKOLICU: poravnato s užim kalendarom */
@media (max-width: 760px) {
  body .explore-strip > .wrap {
    width: 82% !important;
    max-width: 82% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .explore-strip .explore-title {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 10px 0 16px !important;
    text-align: center !important;
  }

  body .explore-strip .explore-title > span {
    display: none !important;
  }

  body .explore-strip .explore-title h2 {
    width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    letter-spacing: .02em !important;
  }

  body .explore-strip .explore-cards {
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px !important;
    row-gap: 12px !important;
    margin: 0 auto !important;
  }

  body .explore-strip .explore-card {
    width: 100% !important;
    min-width: 0 !important;
    height: 178px !important;
    min-height: 178px !important;
    border-radius: 10px !important;
  }

  body .explore-strip .explore-card > img,
  body .explore-strip .explore-card > img.home-category-logo {
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;
    flex-basis: 124px !important;
  }

  body .explore-strip .explore-card > div:last-child,
  body .explore-strip .explore-card > span {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    flex-basis: 54px !important;
    padding: 0 9px !important;
    gap: 6px !important;
    font-size: 11px !important;
  }

  body .explore-strip .feature-bar {
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  body .explore-strip > .wrap {
    width: 86% !important;
    max-width: 86% !important;
  }
}


/* =========================================================
   MOBITEL — DONJI PLAVI BLOK U "ISTRAŽITE OGULIN I OKOLICU"
   isti rubovi kao kartice iznad
   ========================================================= */
@media (max-width: 560px) {

  /* Najčešći stvarni selektori za donji informativni blok */
  body .explore-info,
  body .explore-stats,
  body .local-info,
  body .info-strip,
  body .amenities-strip,
  body .explore-bottom,
  body .nearby-info,
  body .travel-info,
  body #exploreInfo,
  body #localInfo {
    width: calc(100% - 44px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    border-radius: 18px !important;
  }

  /* Ako je blok direktno zadnji element unutar Explore sekcije */
  body #istrazite > div:last-child,
  body .explore-section > div:last-child,
  body .discover-section > div:last-child {
    width: calc(100% - 44px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* unutarnji sadržaj neka ostane uredno unutar novog ruba */
  body .explore-info > *,
  body .explore-stats > *,
  body .local-info > *,
  body .info-strip > *,
  body .amenities-strip > *,
  body .explore-bottom > *,
  body .nearby-info > *,
  body .travel-info > * {
    box-sizing: border-box !important;
  }
}

@media (max-width: 390px) {
  body .explore-info,
  body .explore-stats,
  body .local-info,
  body .info-strip,
  body .amenities-strip,
  body .explore-bottom,
  body .nearby-info,
  body .travel-info,
  body #exploreInfo,
  body #localInfo,
  body #istrazite > div:last-child,
  body .explore-section > div:last-child,
  body .discover-section > div:last-child {
    width: calc(100% - 36px) !important;
  }
}


/* =========================================================
   MOBITEL — ISTRAŽITE OGULIN I OKOLICU, ZAVRŠNE DORADE
   ========================================================= */
@media (max-width: 560px) {

  /* Naslov malo niže da ne ulazi pod statusnu traku */
  body #istrazite h2,
  body .explore-section h2,
  body .discover-section h2,
  body .explore-title,
  body .discover-title {
    margin-top: 18px !important;
    padding-top: 6px !important;
    line-height: 1.12 !important;
  }

  /* Donji plavi blok — urednije poravnanje stavki */
  body .explore-info,
  body .explore-stats,
  body .local-info,
  body .info-strip,
  body .amenities-strip,
  body .explore-bottom,
  body .nearby-info,
  body .travel-info,
  body #exploreInfo,
  body #localInfo {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 14px !important;
    align-items: stretch !important;
  }

  body .explore-info > *,
  body .explore-stats > *,
  body .local-info > *,
  body .info-strip > *,
  body .amenities-strip > *,
  body .explore-bottom > *,
  body .nearby-info > *,
  body .travel-info > * {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1.25 !important;
  }

  /* Broj 700 m i opis neka budu kompaktni i ravni */
  body .explore-info strong,
  body .explore-stats strong,
  body .local-info strong,
  body .info-strip strong,
  body .amenities-strip strong,
  body .explore-bottom strong,
  body .nearby-info strong,
  body .travel-info strong {
    line-height: 1.15 !important;
  }

  /* Zadnja stavka "Za parove i obitelji" lijepo ulijevo */
  body .explore-info > *:last-child,
  body .explore-stats > *:last-child,
  body .local-info > *:last-child,
  body .info-strip > *:last-child,
  body .amenities-strip > *:last-child,
  body .explore-bottom > *:last-child,
  body .nearby-info > *:last-child,
  body .travel-info > *:last-child {
    justify-content: flex-start !important;
  }
}

@media (max-width: 390px) {
  body #istrazite h2,
  body .explore-section h2,
  body .discover-section h2,
  body .explore-title,
  body .discover-title {
    margin-top: 14px !important;
    padding-top: 4px !important;
  }
}


/* =========================================================
   MOBITEL — DONJI PLAVI BLOK: VIŠE VISINE I RAZMAKA
   ========================================================= */
@media (max-width: 560px) {

  body .explore-info,
  body .explore-stats,
  body .local-info,
  body .info-strip,
  body .amenities-strip,
  body .explore-bottom,
  body .nearby-info,
  body .travel-info,
  body #exploreInfo,
  body #localInfo {
    grid-auto-rows: minmax(54px, auto) !important;
    row-gap: 8px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  body .explore-info > *,
  body .explore-stats > *,
  body .local-info > *,
  body .info-strip > *,
  body .amenities-strip > *,
  body .explore-bottom > *,
  body .nearby-info > *,
  body .travel-info > * {
    min-height: 54px !important;
    padding: 8px 0 !important;
    align-items: center !important;
    line-height: 1.28 !important;
    box-sizing: border-box !important;
  }

  /* tekst neka se normalno lomi bez preklapanja */
  body .explore-info span,
  body .explore-stats span,
  body .local-info span,
  body .info-strip span,
  body .amenities-strip span,
  body .explore-bottom span,
  body .nearby-info span,
  body .travel-info span,
  body .explore-info strong,
  body .explore-stats strong,
  body .local-info strong,
  body .info-strip strong,
  body .amenities-strip strong,
  body .explore-bottom strong,
  body .nearby-info strong,
  body .travel-info strong {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }

  /* zadnja stavka neka zauzme cijeli red ako treba */
  body .explore-info > *:last-child,
  body .explore-stats > *:last-child,
  body .local-info > *:last-child,
  body .info-strip > *:last-child,
  body .amenities-strip > *:last-child,
  body .explore-bottom > *:last-child,
  body .nearby-info > *:last-child,
  body .travel-info > *:last-child {
    grid-column: 1 / -1 !important;
    min-height: 56px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 390px) {
  body .explore-info,
  body .explore-stats,
  body .local-info,
  body .info-strip,
  body .amenities-strip,
  body .explore-bottom,
  body .nearby-info,
  body .travel-info,
  body #exploreInfo,
  body #localInfo {
    row-gap: 10px !important;
  }

  body .explore-info > *,
  body .explore-stats > *,
  body .local-info > *,
  body .info-strip > *,
  body .amenities-strip > *,
  body .explore-bottom > *,
  body .nearby-info > *,
  body .travel-info > * {
    min-height: 58px !important;
  }
}

/* ===== MOBITEL — KONTAKT KOMPAKTNIJI (2026-08-22) ===== */
@media(max-width:560px){
  .contact-final-wrap{padding-top:34px !important;padding-bottom:28px !important;}
  .contact-final-heading{margin-bottom:24px !important;}
  .contact-final-heading p{margin-top:12px !important;line-height:1.45 !important;}
  .contact-final-card{padding:10px 18px 16px !important;}
  .contact-final-row{padding:11px 0 !important;gap:13px !important;}
  .contact-final-icon{width:42px !important;height:42px !important;flex-basis:42px !important;font-size:18px !important;}
  .contact-final-text strong{margin-bottom:2px !important;}
  .contact-final-text small{margin-top:3px !important;}
  .contact-final-follow{margin:15px 0 11px !important;}
  .contact-final-socials{gap:9px !important;}
  .contact-final-social{min-height:44px !important;border-radius:11px !important;}
}


/* ===== WHATSAPP — POŠALJI UPIT ISPOD KALENDARA ===== */
.whatsapp-inquiry-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  margin-top:12px;
  padding:12px 18px;
  border-radius:12px;
  background:#25D366;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:800;
  font-size:17px;
  line-height:1.1;
  text-align:center;
  box-shadow:0 8px 20px rgba(37,211,102,.18);
  transition:transform .18s ease, filter .18s ease;
}
.whatsapp-inquiry-btn:hover{
  transform:translateY(-1px);
  filter:brightness(.96);
}
.whatsapp-inquiry-btn:active{
  transform:translateY(0);
}

@media(max-width:560px){
  #dostupnost .whatsapp-inquiry-btn{
    min-height:42px !important;
    height:42px !important;
    margin-top:9px !important;
    padding:8px 12px !important;
    border-radius:9px !important;
    font-size:14px !important;
  }
}


/* ===== GALERIJA APARTMANA — FULLSCREEN, STVARNI ELEMENTI ===== */
#app1Slide.gallery-clickable,
#app2Slide.gallery-clickable{
  cursor: zoom-in;
  touch-action: manipulation;
}

body.apt-lightbox-open{
  overflow:hidden !important;
}

.apt-lightbox{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(3,14,29,.97);
  padding:16px;
}
.apt-lightbox.open{
  display:flex;
}
.apt-lightbox img{
  width:auto;
  height:auto;
  max-width:calc(100vw - 30px);
  max-height:calc(100dvh - 30px);
  object-fit:contain;
  border-radius:10px;
}
.apt-lightbox-close,
.apt-lightbox-prev,
.apt-lightbox-next{
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#08213e;
  box-shadow:0 6px 24px rgba(0,0,0,.28);
}
.apt-lightbox-close{
  top:max(14px, env(safe-area-inset-top));
  right:14px;
  width:46px;
  height:46px;
  font-size:34px;
}
.apt-lightbox-prev,
.apt-lightbox-next{
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  font-size:38px;
}
.apt-lightbox-prev{left:12px;}
.apt-lightbox-next{right:12px;}

@media(max-width:560px){
  .apt-lightbox{
    padding:0;
  }
  .apt-lightbox img{
    max-width:100vw;
    max-height:100dvh;
    border-radius:0;
  }
  .apt-lightbox-prev,
  .apt-lightbox-next{
    width:44px;
    height:44px;
    font-size:34px;
  }
}


/* ===== JEZICI — JEDAN DROPDOWN, BEZ DIRANJA NASLOVNE SEKCIJE ===== */
.lang-switch{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.tea-language{
  position:relative;
  z-index:10050;
}
.tea-language-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  height:52px;
  min-width:105px;
  padding:0 14px;
  border:2px solid #d6a72f;
  border-radius:14px;
  background:#0b2e4d;
  color:#fff;
  font-size:15px;
  font-weight:800;
}
.tea-language-menu{
  position:absolute;
  top:calc(100% + 7px);
  right:0;
  display:none;
  width:205px;
  max-height:62vh;
  overflow-y:auto;
  padding:7px;
  border:1px solid rgba(214,167,47,.7);
  border-radius:14px;
  background:#fffdf7;
  box-shadow:0 14px 36px rgba(0,0,0,.28);
}
.tea-language-menu.open{display:block;}
.tea-language-menu button{
  width:100%;
  display:block;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#0b2e4d;
  text-align:left;
  padding:10px 11px;
  font-size:14px;
  font-weight:700;
}
.tea-language-menu button.active{background:#f2e5bf;}

@media(max-width:560px){
  .tea-language-toggle{
    height:48px;
    min-width:96px;
    padding:0 11px;
    border-radius:12px;
    font-size:14px;
  }
  .tea-language-menu{
    width:190px;
    right:0;
  }
}


/* ===== RECENZIJE — OCJENA GOSTIJU 10/10 ===== */
.guest-score-badge{
  width:max-content;
  max-width:calc(100% - 32px);
  margin:0 auto 16px;
  padding:10px 18px;
  border:1.5px solid #d6a72f;
  border-radius:999px;
  background:#0b2e4d;
  color:#f4c84c;
  font-weight:800;
  font-size:18px;
  line-height:1.15;
  text-align:center;
  box-shadow:0 8px 22px rgba(11,46,77,.12);
}

@media(max-width:560px){
  .guest-score-badge{
    margin-bottom:12px;
    padding:9px 15px;
    font-size:15px;
  }
}


/* ===== STAVKA 7 — PLUTAJUĆI WHATSAPP GUMB ===== */
.floating-whatsapp{
  position:fixed;
  right:18px;
  bottom:calc(22px + env(safe-area-inset-bottom));
  z-index:9999;
  display:flex;
  align-items:center;
  gap:9px;
  padding:12px 16px;
  border-radius:999px;
  background:#22c55e;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  font-size:16px;
  line-height:1;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  border:2px solid rgba(255,255,255,.88);
  -webkit-tap-highlight-color:transparent;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus{
  color:#fff;
  text-decoration:none;
}
.floating-whatsapp-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}
@media (min-width: 769px){
  .floating-whatsapp{
    display:none;
  }
}
@media (max-width: 768px){
  .floating-whatsapp{
    display:flex;
  }
}

/* STAVKA 8 — lokacija/ruta */
.location-route-link{display:block;color:inherit;text-decoration:none}
.location-route-link:visited,.location-route-link:hover,.location-route-link:focus{color:inherit;text-decoration:none}


/* ===== ZADNJE ISPRAVKE: LOKACIJA + ZLATNI TELEFON ===== */
.location-route-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.location-route-link:visited,
.location-route-link:hover,
.location-route-link:focus{
  color:inherit;
  text-decoration:none;
}

/* Force a monochrome telephone glyph so iPhone does not render a red emoji */
.contact-phone-icon{
  color:#E0A71C !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-style:normal !important;
  font-weight:700 !important;
  line-height:1 !important;
}


/* ===== MOBITEL: MANJI IZBORNIK JEZIKA, VIŠE DESNO ===== */
@media (max-width: 768px){
  .lang-switch{
    position:absolute !important;
    top:32px !important;
    right:72px !important;
    left:auto !important;
    width:auto !important;
    margin:0 !important;
    z-index:10050 !important;
  }

  .tea-language{
    position:relative !important;
    width:auto !important;
  }

  .tea-language-toggle{
    min-width:84px !important;
    width:auto !important;
    height:42px !important;
    padding:0 10px !important;
    gap:5px !important;
    border-radius:12px !important;
    font-size:13px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  .tea-language-toggle #teaLanguageCurrent{
    font-size:13px !important;
  }

  .tea-language-caret{
    font-size:9px !important;
  }

  .tea-language-menu{
    right:0 !important;
    left:auto !important;
    top:calc(100% + 6px) !important;
    width:178px !important;
    max-width:72vw !important;
  }
}

/* iPhone narrower widths */
@media (max-width: 430px){
  .lang-switch{
    right:68px !important;
    top:32px !important;
  }
  .tea-language-toggle{
    min-width:82px !important;
    height:40px !important;
    padding:0 9px !important;
    font-size:13px !important;
  }
}


/* ===== FINAL: JEZIK KOMPAKTNO, TIK UZ HAMBURGER ===== */
@media (max-width: 768px){
  .lang-switch{
    position:absolute !important;
    top:34px !important;
    right:84px !important;
    left:auto !important;
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    z-index:10050 !important;
  }

  .tea-language{
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  .tea-language-toggle{
    width:72px !important;
    min-width:72px !important;
    max-width:72px !important;
    height:36px !important;
    min-height:36px !important;
    padding:0 7px !important;
    gap:4px !important;
    border-width:1.5px !important;
    border-radius:10px !important;
    font-size:12px !important;
    line-height:1 !important;
    white-space:nowrap !important;
    box-shadow:0 3px 10px rgba(0,0,0,.12) !important;
  }

  .tea-language-toggle #teaLanguageCurrent{
    font-size:12px !important;
    line-height:1 !important;
  }

  .tea-language-toggle > span:first-child,
  .tea-language-toggle .globe,
  .tea-language-toggle .language-globe{
    font-size:13px !important;
  }

  .tea-language-caret{
    font-size:8px !important;
    margin-left:0 !important;
  }

  .tea-language-menu{
    top:calc(100% + 5px) !important;
    right:0 !important;
    left:auto !important;
    width:172px !important;
    max-width:70vw !important;
  }
}

/* tighter on iPhone widths */
@media (max-width: 430px){
  .lang-switch{
    top:34px !important;
    right:82px !important;
  }
  .tea-language-toggle{
    width:70px !important;
    min-width:70px !important;
    max-width:70px !important;
    height:35px !important;
    min-height:35px !important;
    padding:0 6px !important;
  }
}


/* ===== FINAL PORAVNANJE: JEZIK U RAVNINI S HAMBURGEROM ===== */
@media (max-width: 768px){
  .lang-switch{
    top:18px !important;
  }
}

@media (max-width: 430px){
  .lang-switch{
    top:18px !important;
  }
}


/* ===== DETALJNE STRANICE: BEZ NEPOTREBNIH GORNJIH FOTOGRAFIJA ===== */
.explore-detail .wrap > .kicker:first-child{
  margin-top:18px;
}
