/*DOMARE MENU*/
        #domare-header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            border-bottom: 1px solid rgba(0,0,0,0.10);
            transition: background 0.3s ease, box-shadow 0.3s ease;
        }
 
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 72px;
        }

        .domare-toggler {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 5px;
            width: 38px;
        }
 
        .domare-toggler span {
            display: block;
            height: 3px;
            border-radius:50px;
            background: #000;
            width: 100%;
            transition: transform 0.35s ease, opacity 0.35s ease, width 0.35s ease;
            transform-origin: left center;
        }

 
        .domare-toggler span:nth-child(3) {
            width:20px;
        }

        .domare-toggler:hover span:nth-child(3) {
            width: 100%;
        }

 
        .domare-logo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
 
        .domare-rezervacije {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            text-decoration: none;
            transition: color 0.3s;
            color:#e5b056
        }
 
        .domare-rezervacije .bell-icon svg {
            width: 22px;
            height: 22px;
            fill: #e5b056;
            transition: fill 0.3s;
        }
 
        #domareMenu {
            width: min(1080px, 90vw) !important;
            background: #FFF !important;
            border-right: none !important;
            padding:50px;
        }
 
        .offcanvas-header {
            padding: 0 0 20px 0;
            border-bottom: none;
        }
 
        .menu-logo {
            width:200px
        }
 
        .menu-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0 30px;
            border-bottom: 1px solid #eee;
        }
 
        .menu-socials { display: flex; gap: 0.75rem; }
        .menu-socials a { color:#000; transition: color 0.3s; }

 
        .menu-lang {
            display: flex;
            gap: 0.8rem;
            font-size: 0.7rem;
            letter-spacing: 0.12em;
        }
 
        .menu-lang a {
            text-decoration: none;
            font-weight: 400;
            transition: color 0.3s;
        }
 
        .menu-lang a.active,
        .menu-lang a:hover { color:#000 }
 
        .offcanvas-body { padding: 1.5rem 0 0; }
    
        #domareMenu .menu-item {
        font-size: 20px !important;
        font-weight: 400;
        letter-spacing: 0.04em;
        padding: 0.9rem 0;
        text-decoration: none;
        display: block;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
    
        /* Stagger Ã¢â‚¬â€ poÃ„Âetno stanje */
        opacity: 0;
        transform: translateX(-18px);
        transition: opacity 0.35s ease, transform 0.35s ease, padding-left 0.25s ease;
    }
    
    #domareMenu.show .menu-item {
        opacity: 1;
        transform: translateX(0);
    }
    
    #domareMenu .menu-item:nth-child(1)  { transition-delay: 0.05s; }
    #domareMenu .menu-item:nth-child(2)  { transition-delay: 0.10s; }
    #domareMenu .menu-item:nth-child(3)  { transition-delay: 0.15s; }
    #domareMenu .menu-item:nth-child(4)  { transition-delay: 0.20s; }
    #domareMenu .menu-item:nth-child(5)  { transition-delay: 0.25s; }
    #domareMenu .menu-item:nth-child(6)  { transition-delay: 0.30s; }
    #domareMenu .menu-item:nth-child(7)  { transition-delay: 0.35s; }
    #domareMenu .menu-item:nth-child(8)  { transition-delay: 0.40s; }
    #domareMenu .menu-item:nth-child(9)  { transition-delay: 0.45s; }
    #domareMenu .menu-item:nth-child(10) { transition-delay: 0.50s; }
    
    #domareMenu .menu-item a {
        text-decoration: none;
        color: var(--dark);
        transition: color 0.25s ease;
    }
    
    #domareMenu .menu-item:hover {
        padding-left: 0.4rem;
    }
    
    #domareMenu .menu-item:hover a {
        color: var(--gold);
    }
    
    #domareMenu .menu-item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: var(--gold);
        transition: width 0.3s ease;
    }
    
    #domareMenu .menu-item:hover::after {
        width: 100%;
    }
    
    .offcanvas-backdrop.show { opacity: 0.55 !important; }

/*HERO*/
.domare-hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
        min-height:600px!important;
}

.hero-item {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height:600px!important;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden
}

.domare-gallery-card {
  overflow: hidden;
  border-radius: .375rem;
}

.domare-gallery-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.domare-gallery-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: .375rem;
}

.hero-media img,.hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: #ffffff;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.70) 20%, rgba(255, 255, 255, 0.5) 100%);
    z-index: 2
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0A0A0A;
    padding: 0 20px;
    max-width:800px;
}

.hero-eyebrow {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    opacity: .9;
    font-family: "Lora", serif;
}

.hero-content h1,.hero-content h2 {
    font-size: 50px;
    line-height: 1.1;
    margin: 0;
    font-weight: 400
}

.hero-subtitle {
    font-size: 17px;
    margin-top: 12px;
    opacity: .9
}

.hero-description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 720px;
    opacity: .85
}

.hero-buttons {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 26px;
    justify-content: center
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 26px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease
}

.hero-button--primary {
    background: #fff;
    color: #0a0a0a;
}

.hero-button--secondary {
    border: 1px solid rgba(0,0,0,.7);
    color: #0a0a0a;
    background: transparent
}

.domare-hero-banner .swiper {
    width: 100%;
    height: 100%
}

.domare-hero-banner .swiper-slide {
    width: 100%;
    height: 100%
}

.domare-hero-banner .swiper-button-prev,.domare-hero-banner .swiper-button-next {
    color: #fff
}

.domare-hero-banner .swiper-pagination-bullet {
    background: rgba(255,255,255,.5);
    opacity: 1
}

.domare-hero-banner .swiper-pagination-bullet-active {
    background: #fff
}

/*TEXT SPLIT*/

.domare-image-text-split__content {
    max-width: 480px;
        color: #0a0a0a;
}

.domare-image-text-split__eyebrow {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 14px;

}

.domare-image-text-split__title {
    font-size: 40px;
    line-height: 1.05;
    margin: 0 0 22px;
}

.domare-image-text-split__text {
    font-size: 16px;
    line-height: 1.5;

}



.domare-image-text-split__link-wrap {
    margin-top: 26px
}

.domare-image-text-split__link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #e5b056;
    transition: opacity .2s ease
}

.domare-image-text-split__link:hover {
    opacity: .8
}

.domare-image-text-split__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch
}

.domare-image-text-split__image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 520px
}

.domare-image-text-split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

/*blokovi*/
.domare-kicker {
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 14px
}

.domare-section-title {
    font-size: 40px;
    line-height: 1.05;
    margin: 0 0 20px;
    color: #0a0a0a
}

.domare-section-text {
    font-size: 15px;
    line-height: 1.5;
}

.domare-link-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.domare-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 26px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity .2s ease
}

.domare-button-primary:hover {
    opacity: .9;
    color: #fff
}

.domare-location-highlights__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px
}

.domare-location-highlights__list li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.domare-location-highlights__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5b056;
    transform: translateY(-50%)
}

.domare-stay-showcase {
    background: #F8EBD4;
}

.domare-stay-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(0,0,0,.08);
    height:100%;
    display:flex;
    flex-direction:column;
}

.domare-stay-card__image-wrap{
    aspect-ratio: 16 / 9;
    overflow:hidden;
}

.domare-stay-card__image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.domare-stay-card:hover .domare-stay-card__image{
    transform:scale(1.04);
}

.domare-stay-card__body{
    padding:1.5rem;
    height:100%;
}

.domare-stay-card__title{
    font-size:30px;
    line-height:1.2;
}

.domare-stay-card__title a{
    text-decoration:none;
    color:inherit;
}

.domare-stay-card__subtitle{
    font-weight:bold;
    margin-bottom:10px
}

.domare-stay-card__text{
    line-height:1.4;
}

.domare-stay-card__highlights {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 0;
font-size:15px
}

.domare-stay-card__highlight{
    display:flex;
    gap:.75rem;
    align-items:flex-start;
    line-height:1.4;
}

.domare-stay-card__dot{
    width:10px;
    height:10px;
    min-width:10px;
    border-radius:50%;
    background:#e5b056;
    margin-top:.35rem;
}

.domare-link-inline{
    text-decoration:none;
    font-weight:600;
}

.domare-experiences-layout__grid{
    display:grid;
    grid-template-columns: 1.05fr .95fr;
    gap:20px;
    align-items:stretch;
}

.domare-experiences-layout__featured,
.domare-experiences-layout__stack{
    min-width:0;
}

.domare-experience-tile{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:12px;
    text-decoration:none;
    color:#fff;
}

.domare-experience-tile img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.domare-experience-tile:hover img{
    transform:scale(1.04);
}

.domare-experience-tile--large{
    height:100%;
    min-height:520px;
}

.domare-experiences-layout__stack{
    display:grid;
    grid-template-rows: repeat(3, 1fr);
    gap:1rem;
    height:520px;
}

.domare-experience-tile--small{
    height:100%;
    min-height:0;
}

.domare-experience-tile__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.55) 0%,
        rgba(0,0,0,.18) 45%,
        rgba(255,255,255,.18) 100%
    );
    pointer-events:none;
}

.domare-experience-tile__content{
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
}


.domare-experience-tile h3{
    margin:0;
    color:#fff;
    font-size:25px;
    line-height:1.1;
    font-weight:400;
    text-shadow:0 4px 18px rgba(0,0,0,.25);
}

.domare-footer {
  background: #fff;
  padding: 100px 0 100px;
}



.domare-footer__brand {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}


.domare-footer__tagline {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 400;
}

.domare-footer__nav--main {
  margin-bottom: 44px;
}

.domare-footer__nav--legal {
  margin-top: 10px;
}

.domare-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.domare-footer__menu li {
  margin: 0;
  padding: 0;
}

.domare-footer__menu a {
  text-decoration: none;
  color: #8d8d8d;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.domare-footer__menu a:hover {
  color: #c89a3d;
}

.domare-footer__nav--legal .domare-footer__menu a {
  font-size: 12px;
  color: #9a9a9a;
}

.domare-page-hero {
  position: relative;
  padding: 160px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
background-image: var(--bg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.domare-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.53) 50%, rgba(255, 255, 255, 0) 100%);
}

.domare-page-hero__inner {
  position: relative;
  z-index: 2;
}

.domare-page-hero__title {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}

.card-body{
    background:#fff;
}

.domare-single-stay,
.domare-single-room,
.domare-single-experience{
  background:#f7f5f1;
}

.domare-single-title{
  font-size:clamp(2rem,3.5vw,3.25rem);
  line-height:1.1;
  margin:0;
}

.domare-eyebrow{
  font-size:.9rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#b68a3d;
}

.domare-lead-card{
  background:#f4efe6;
  border:1px solid rgba(0,0,0,.05);
  border-radius:1.25rem;
  padding:1rem 1.25rem;
  color:#6e5222;
  font-size:1.05rem;
}

.domare-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  padding:1.75rem;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.domare-card--content{
  font-size:1.05rem;
  line-height:1.75;
}

.domare-card--content p:last-child,
.domare-text p:last-child{
  margin-bottom:0;
}

.domare-card--image{
  padding:0;
  overflow:hidden;
  background:transparent;
  border:none;
  box-shadow:none;
}

.domare-side-image{
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;
}

.domare-meta-list{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.domare-meta-item{
  display:flex;
  flex-direction:column;
  gap:.2rem;
}

.domare-meta-item strong{
  font-size:.9rem;
  color:#b68a3d;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.domare-bullet-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:.95rem;
}

.domare-bullet-item{
  display:flex;
  align-items:flex-start;
  gap:.8rem;
  line-height:1.55;
}

.domare-bullet-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#c89a3d;
  margin-top:.45rem;
  flex:0 0 8px;
}

.domare-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
}

.domare-gallery-card{
  display:block;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  cursor:pointer;
}

.domare-gallery-image{
  aspect-ratio:1 / 1;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.domare-gallery-card:hover .domare-gallery-image{
  transform:scale(1.04);
}

.domare-room-card{
  height:100%;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  border:1px solid rgba(0,0,0,.06);
}

.domare-room-card__image-link{
  display:block;
}

.domare-room-card__image{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;
}

.domare-room-card__body{
  padding:1.4rem;
}

.domare-room-meta{
  display:flex;
  flex-direction:column;
  gap:.35rem;
  color:#666;
  font-size:.95rem;
}

.domare-room-features{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}

.domare-room-feature{
  display:inline-flex;
  align-items:center;
  padding:.42rem .75rem;
  border-radius:999px;
  background:#f4efe6;
  color:#6e5222;
  font-size:.85rem;
}

.domare-room-card__link{
  text-decoration:none;
  color:#b68a3d;
  font-weight:500;
}

.domare-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
}

.domare-lightbox.is-open{
  opacity:1;
  visibility:visible;
}

.domare-lightbox__stage{
  width:min(92vw,1100px);
  height:min(86vh,820px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2rem;
}

.domare-lightbox__image{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:12px
}

.domare-lightbox__close,
.domare-lightbox__nav{
  position:absolute;
  border:0;
  background:rgba(255,255,255,.12);
  color:#fff;
  width:56px;
  height:56px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  backdrop-filter:blur(8px);
}

.domare-lightbox__close{
  top:24px;
  right:24px;
  font-size:2rem;
  line-height:1;
}

.domare-lightbox__nav{
  top:50%;
  transform:translateY(-50%);
  font-size:2.2rem;
}

.domare-lightbox__nav--prev{
  left:24px;
}

.domare-lightbox__nav--next{
  right:24px;
}

.domare-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  background: #0f0f10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.9s ease, visibility 0.9s ease, transform 0.9s ease;
}

.domare-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  pointer-events: none;
}

.domare-splash__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(214, 179, 104, 0.22), transparent 36%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.07), transparent 18%),
    linear-gradient(135deg, #111214 0%, #1a1b1d 38%, #0f1011 100%);
  transform: scale(1.08);
  animation: splashBgMove 4s ease forwards;
}

.domare-splash__noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.3) 0px,
      rgba(255,255,255,0.3) 1px,
      transparent 1px,
      transparent 3px
    );
}

.domare-splash__content {
  position: relative;
  z-index: 2;
  width: min(92vw, 900px);
  text-align: center;
  padding: 2rem;
}

.domare-splash__eyebrow {
  color: rgba(255,255,255,0.72);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(18px);
  animation: splashUp 0.8s ease 0.15s forwards;
}

.domare-splash__title {
  margin: 0;
  color: #f5f1e8;
  font-size: clamp(3rem, 10vw, 7.2rem);
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.domare-splash__title-line {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  animation: splashUp 0.9s cubic-bezier(.22,1,.36,1) forwards;
}

.domare-splash__title-line:nth-child(1) {
  animation-delay: 0.25s;
}

.domare-splash__title-line:nth-child(2) {
  animation-delay: 0.45s;
}

.domare-splash__line {
  width: min(180px, 40vw);
  height: 1px;
  margin: 1.5rem auto 1.3rem;
  background: linear-gradient(90deg, transparent, #d0a55b, transparent);
  transform: scaleX(0);
  transform-origin: center;
  animation: splashLine 0.9s ease 0.75s forwards;
}

.domare-splash__subtitle {
  color: rgba(255,255,255,0.78);
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  letter-spacing: 0.02em;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(18px);
  animation: splashUp 0.85s ease 0.95s forwards;
}

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

@keyframes splashLine {
  to {
    transform: scaleX(1);
  }
}

@keyframes splashBgMove {
  0% {
    transform: scale(1.08);
    filter: blur(8px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}

.btn-dark, .domare-button-primary{
    background:#e5b056
}

  .domare-button-primary .btn-icon {
    display:none
      
  }

/* Default stanje */
#domare-header {

  top: 0;
  z-index: 999;
  transition: all 1.3s ease;
}

#domare-header.is-sticky {
    position: fixed;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.sik-rentlio-search {
  background: #ffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.sik-rentlio-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.7fr 1.2fr;
  gap: 1.5rem;
  align-items: end;
}

.sik-rentlio-field label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6e7380;
}

.sik-rentlio-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 10px;
  background: #fff;
  border: 1px solid #dcdde2;
  border-radius: 12px;
}

.sik-rentlio-box__icon {
  flex: 0 0 auto;
  color: #c99c35;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.sik-rentlio-box select,
.sik-rentlio-box input {
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  color: #273142;
}

.sik-rentlio-box select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2rem;
  cursor: pointer;
}

.sik-rentlio-box__arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #97a0af;
  pointer-events: none;
}

.sik-rentlio-box--range {
  cursor: pointer;
}

.sik-rentlio-date-range {
  cursor: pointer;
  color: #8a93a3;
  font-weight: 400;
}

.sik-rentlio-date-range::placeholder {
  color: #8a93a3;
  opacity: 1;
}

/* GUESTS - sve u jednom redu */
.sik-rentlio-box--guests {
  min-height: 70px;
  padding: 10px 14px;
  justify-content: space-between;
  gap: 14px;
}

.sik-rentlio-guest-group {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sik-rentlio-guest-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sik-rentlio-guest-top i {
  color: #c99c35;
  font-size: 1.1rem;
  flex: 0 0 auto;
}

.sik-rentlio-guest-top span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #273142;
  white-space: nowrap;
}

.sik-rentlio-guest-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.sik-rentlio-guest-divider {
  width: 1px;
  align-self: stretch;
  background: #e5e7eb;
  flex: 0 0 1px;
}

.sik-rentlio-guests,
.sik-rentlio-children {
  width: 34px !important;
  min-width: 34px;
  max-width: 34px;
  text-align: center;
  font-size: 1.35rem !important;
  font-weight: 700;
  color: #273142 !important;
  padding: 0 !important;
}

.sik-rentlio-stepper-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #d7d9df;
  background: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  color: #4b5563;
  cursor: pointer;
  transition: all .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sik-rentlio-stepper-btn:hover {
  background: #f7f7f7;
}

.sik-rentlio-submit {
  width: 100%;
  min-height: 70px;
  border: 0;
  border-radius: 12px;
  background: #cfa542;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  transition: all .25s ease;
}

.sik-rentlio-submit:hover {
  background: #bc9333;
  transform: translateY(-1px);
}

.sik-rentlio-submit i {
  font-size: 1.35rem;
}

/* Litepicker */
.litepicker {
  font-family: inherit !important;
  border-radius: 16px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12) !important;
  overflow: hidden !important;
}

.litepicker .container__months {
  border-radius: 16px !important;
}

.litepicker .month-item-header {
  font-weight: 700 !important;
  color: #273142 !important;
}

.litepicker .month-item-name,
.litepicker .month-item-year {
  color: #273142 !important;
}

.litepicker .day-item {
  border-radius: 999px !important;
  color: #273142 !important;
}

.litepicker .day-item:hover {
  background: rgba(201, 156, 53, 0.12) !important;
}

.litepicker .day-item.is-start-date,
.litepicker .day-item.is-end-date {
  background: #cfa542 !important;
  color: #fff !important;
}

.litepicker .day-item.is-in-range {
  background: rgba(207, 165, 66, 0.18) !important;
  color: #273142 !important;
}

.litepicker .button-previous-month,
.litepicker .button-next-month {
  color: #273142 !important;
}

@media (max-width: 1399.98px) {
  .sik-rentlio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sik-rentlio-field--submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .sik-rentlio-box--guests {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .sik-rentlio-guest-divider {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sik-rentlio-search {
    padding: 1.25rem;
    border-radius: 24px;
  }

  .sik-rentlio-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sik-rentlio-box,
  .sik-rentlio-submit {
    min-height: 74px;
    border-radius: 20px;
  }

  .sik-rentlio-field label {
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
  }

  .sik-rentlio-submit span {
    display: inline-block;
  }

  .litepicker {
    max-width: calc(100vw - 24px) !important;
    width: calc(100vw - 24px) !important;
    left: 12px !important;
    right: 12px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .litepicker .container__months,
  .litepicker .month-item {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .domare-splash__content {
    padding: 1.5rem;
  }

  .domare-splash__eyebrow {
    letter-spacing: 0.18em;
    font-size: 0.66rem;
  }

  .domare-splash__subtitle {
    max-width: 320px;
  }
}



@media screen and (min-width: 100px) and (max-width: 992px) {

 .domare-rezervacije span{
     display:none;
 }

 .domare-rezervacije .bell-icon  {
     display:initial;
     background:rgb(255 255 255 / 60%);
     padding:10px;
     border-radius:5px
        }
 
        #domareMenu {
            padding:30px;
        }
 
    
/*HERO*/

.hero-eyebrow {
    font-size: 16px;
}

.hero-content h1,.hero-content h2 {
    font-size: 35px;
}

.hero-subtitle {
    font-size: 15px;
}

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

.hero-buttons {
    gap: 5px;
    margin-top: 20px;
}

.hero-button {
    min-height: 20px;
    padding: 7px 26px;
    border-radius: 6px;
}

/*TEXT SPLIT*/



.domare-image-text-split__eyebrow {
    font-size: 16px;

}

.domare-image-text-split__title {
    font-size: 30px;
}

.domare-image-text-split__text {
    font-size: 15px;
}


.domare-image-text-split__image {
    min-height: 320px
}


/*blokovi*/
.domare-kicker {
    font-size: 15px;

}

.domare-section-title {
    font-size: 30px;
}


.domare-location-highlights__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px
}

.domare-location-highlights__list li {
    font-size: 15px;
}

.domare-stay-card__title{
    font-size:25px;
}

.domare-stay-card__highlights {
font-size:14px
}


.domare-experiences-layout__grid{
    grid-template-columns: 1.00fr;
}


.domare-experience-tile--large{
    height:100%;
    min-height:200px;
}

.domare-experiences-layout__stack{
    height:600px;
}

.domare-experience-tile h3{
    font-size:20px;
}

  .domare-footer {
    padding: 90px 0 80px;
  }

  .domare-footer__inner {
    min-height: auto;
  }

  .domare-footer__brand {
    margin-bottom: 42px;
  }

  .domare-footer__menu {
    gap: 10px 16px;
  }

  .domare-footer__menu a {
    font-size: 12px;
  }

  .domare-footer__tagline {
    font-size: 12px;
    letter-spacing: 0.14em;
  }


  .domare-side-image{
    aspect-ratio:16 / 10;
  }

  .domare-lightbox__nav{
    width:48px;
    height:48px;
    font-size:2rem;
  }

  .domare-lightbox__nav--prev{
    left:12px;
  }

  .domare-lightbox__nav--next{
    right:12px;
  }

  .domare-lightbox__close{
    top:12px;
    right:12px;
  }

.domare-card--image {
    margin-top:40px
}

 .mb-4, .mb-5{
        margin-bottom:20px!important
    }


header  .domare-button-primary {
    padding: 10px;
    width: 44px;
    height: 44px;

    justify-content: center;
    align-items: center;
  }

header  .domare-button-primary .btn-text {
    display: none;
  }

header  .domare-button-primary .btn-icon {
    font-size: 20px;
    margin: 0;
      display:block;
  }

       .row {
    --bs-gutter-x: 0px!important;
}


}


