
/* Accessibility: dekorativni SVG unutar interaktivnih elemenata */
a > svg, button > svg, .btn > svg, .op-cta > svg {
  pointer-events: none;
}

.container {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-outline-dark {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 27, 42, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: 0 0;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}

#prvabg {
  height: 100vh;
}

#prvabgKontakt {
  height: 100vh;
}

#bgUniverzal {
  height: 70vh;
}

.prvaLogo {
  height: 180px;
}

.logo {
  height: 60px;
}

.logof {
  height: 60px;
}

.logoM {
  height: 40px;
}

.ikonice {
  fill: #c9a84c;
}

.vel {
  font-size: 100px;
}

.vel2 {
  font-size: 110px;
}

.zastavice {
  height: 25px;
  width: 25px;
}

.zastavice2 {
  height: 27px;
  width: 27px;
}


.flickity-prev-next-button {
  background-color: #c9a84c;
}

.flickity-prev-next-button:hover {
  background-color: #b8952e;
}

.bg-card {
  border: 1px solid #c9a84c;
  background-color: transparent;
  color: white;
}

.bg-card:hover {
  border: 1px solid #c9a84c;
  background-color: #c9a84c;
  color: white;
}

.text-color {
  color: #c9a84c;
}

.bg-black {
  background-color: #222 !important;
  color: white;
}

.text-black {
  color: #222 !important;
}


.paddingM {
  height: 80vh;
  margin-right: 0px;
  margin-left: 0px;
}
.paddingMOpsirno {
  height: 80vh;
  margin-right: 0px;
  margin-left: 0px;
}

/* ===== LANGUAGE DROPDOWN ===== */
.lang-dropdown {
  position: relative;
}

.lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid #c9a84c;
  border-radius: 8px;
  padding: 7px 12px;
  cursor: pointer;
  transition: all 0.2s;
  color: #c9a84c;
}

.lang-code {
  color: #c9a84c;
}

.lang-chevron {
  color: #c9a84c;
}

/* Na page-prva: bijeli dok je navbar tamni, zlatni kad postane bg-light */
.lang-dropdown--hero .lang-trigger {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.lang-dropdown--hero .lang-code {
  color: #fff;
}

.lang-dropdown--hero .lang-chevron {
  color: rgba(255, 255, 255, 0.6);
}

.navbar:not(.navbar-dark) .lang-dropdown--hero .lang-trigger {
  border-color: #c9a84c !important;
  color: #c9a84c !important;
}

.navbar:not(.navbar-dark) .lang-dropdown--hero .lang-code {
  color: #c9a84c !important;
}

.navbar:not(.navbar-dark) .lang-dropdown--hero .lang-chevron {
  color: #c9a84c !important;
}

.lang-trigger:hover {
  border-color: #c9a84c;
}

.lang-flag {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
}

.lang-code {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.lang-chevron {
  opacity: 0.5;
  transition: transform 0.2s;
}

.lang-dropdown.open .lang-chevron {
  transform: rotate(180deg);
}

.lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 4px;
  min-width: 160px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all 0.2s;
  z-index: 1060;
}

.lang-dropdown.open .lang-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  transition: background 0.15s;
}

.lang-item:hover {
  background: #f9f8f6;
  color: #1a1a2e;
}

.lang-item--active {
  background: rgba(201, 168, 76, 0.1);
  color: #c9a84c;
  font-weight: 600;
}

.lang-item--active:hover {
  background: rgba(201, 168, 76, 0.15);
  color: #c9a84c;
}

/* Mobile language switcher */
.lang-mob {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.2s;
}

.lang-mob:hover {
  border-color: rgba(201, 168, 76, 0.4);
  color: #fff;
}

.lang-mob--active {
  background: rgba(201, 168, 76, 0.15);
  border-color: #c9a84c;
  color: #c9a84c;
}

.bg-light .lang-mob,
.navbar.bg-light .lang-mob {
  color: #999;
  border-color: rgba(0, 0, 0, 0.1);
}

.bg-light .lang-mob:hover,
.navbar.bg-light .lang-mob:hover {
  border-color: #c9a84c;
  color: #1a1a2e;
}

.bg-light .lang-mob--active,
.navbar.bg-light .lang-mob--active {
  background: rgba(201, 168, 76, 0.1);
  border-color: #c9a84c;
  color: #c9a84c;
}

.bookingBtn {
  background-color: #c9a84c;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

.bookingBtn:hover {
  background-color: #b8952e;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

/* ===== OPSIRNO PAGE (op-*) ===== */

/* Bento Grid Gallery */
.op-grid-section {
  margin-top: 72px;
}

.op-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 6px;
  border-radius: 16px;
  overflow: hidden;
  max-height: 480px;
}

.op-grid-main {
  display: block;
  overflow: hidden;
  position: relative;
}

.op-grid-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.op-grid-main:hover img {
  transform: scale(1.03);
}

.op-grid-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
}

.op-grid-thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.op-grid-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.op-grid-thumb:hover img {
  transform: scale(1.05);
}

.op-grid-thumb--more::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: background 0.2s;
}

.op-grid-thumb--more:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.op-grid-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
  letter-spacing: 0.5px;
}

/* Info Bar */
.op-info-bar {
  padding: 28px 0 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

.op-info-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.op-info-loc {
  color: #888;
  font-size: 14px;
}

.op-info-price {
  font-size: 38px;
  font-weight: 800;
  color: #c9a84c;
  line-height: 1.1;
}

.op-info-oldprice {
  font-size: 14px;
  color: #bbb;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.op-info-perm2 {
  font-size: 13px;
  color: #999;
  margin-top: 4px;
}

.op-badge-type {
  display: inline-block;
  background: #c9a84c;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.op-badge-kind {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

/* Aside card */
.op-aside {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #eee;
  overflow: hidden;
}

.op-aside-header {
  padding: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.op-aside-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.op-aside-price{
    font-size: 50px;
    font-weight: 800;
    color: #c9a84c;
    line-height: 1;
}

.op-aside-oldprice {
  font-size: 14px;
  color: #bbb;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.op-aside-perm2 {
  font-size: 12px;
  color: #999;
  background: #f5f3ef;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
}

.op-aside-body {
  padding: 20px 24px;
}

.op-aside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.op-aside-item {
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
}

.op-aside-item:nth-child(odd) {
  padding-right: 12px;
}

.op-aside-item:nth-child(even) {
  padding-left: 12px;
  border-left: 1px solid #f5f5f5;
}

.op-aside-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.op-aside-item-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #bbb;
  margin-bottom: 3px;
}

.op-aside-item-val {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
}

.op-aside-actions {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.op-aside-actions-row {
  display: flex;
  gap: 8px;
}

.op-aside-actions-row .op-cta {
  flex: 1;
}

/* Content */
.op-content {
  padding: 48px 0 80px;
}

.op-section {
  margin-bottom: 48px;
}

.op-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(201,168,76,0.2);
}

.op-description {
  color: #666;
  font-size: 15px;
  line-height: 1.85;
}

/* Features */
.op-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.op-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  transition: background 0.15s;
}

.op-feature:hover {
  background: #faf9f6;
}

.op-feature:nth-child(odd) {
  border-right: 1px solid #eee;
}

.op-feature:nth-last-child(-n+2) {
  border-bottom: none;
}

.op-feature-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.op-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.op-feature-icon--yes {
  background: rgba(201,168,76,0.1);
  color: #c9a84c;
}

.op-feature-icon--no {
  background: #f5f5f5;
  color: #ccc;
}

.op-feature-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.op-feature-val {
  font-size: 13px;
  font-weight: 700;
}

.op-feature-val--yes {
  color: #c9a84c;
}

.op-feature-val--no {
  color: #ccc;
}


/* Map */
.op-map {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}


.op-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.op-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.op-cta--primary {
  background: #c9a84c;
  color: #fff;
}

.op-cta--primary:hover {
  color: #fff;
  box-shadow: 0 4px 16px rgba(201,168,76,0.35);
}

.op-cta--whatsapp {
  background: #25d366;
  color: #fff;
}

.op-cta--whatsapp:hover {
  color: #fff;
}

.op-cta--phone {
  background: #f5f3ef;
  color: #1a1a2e;
}

.op-cta--phone:hover {
  color: #1a1a2e;
}

/* Responsive */
@media (max-width: 992px) {
  .op-grid {
    grid-template-columns: 1fr;
    max-height: none;
  }
  .op-grid-main img {
    height: 300px;
  }
  .op-grid-side {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
  .op-grid-side .op-grid-thumb img {
    height: 90px;
  }
  .op-info-title { font-size: 24px; }
  .op-info-price { font-size: 36px; }
  .op-features { grid-template-columns: 1fr; }
  .op-feature:nth-child(odd) { border-right: none; }
}

@media (max-width: 576px) {
  .op-grid {
    border-radius: 2;
  }
  .op-grid-section {
    margin-top: 62px;
  }
  .op-grid-section .container {
    padding: 10px;
  }
  .op-grid-main img {
    height: 240px;
  }
  .op-grid-side {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
  .op-grid-side .op-grid-thumb img {
    height: 70px;
  }
  .op-grid-more {
    font-size: 16px;
  }
  .op-info-title { font-size: 22px; }
  .op-info-price { font-size: 34px; }
  .op-info-bar { padding: 20px 0 16px; }
}

/* ===== HERO (single image) ===== */
.hs-hero {
  position: relative;
  height: 560px;
  background: #1a1a2e;
  overflow: hidden;
}

.hs-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0) 50%, rgba(26, 26, 46, .65) 100%);
}

.hs-hero-caption {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
}

.hs-hero-caption h1 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.hs-hero-caption .hs-loc {
  font-size: 17px;
  opacity: .8;
}

.hs-hero-badges {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 5;
}

.hs-expand-btn {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all .3s;
  text-decoration: none;
}

.hs-expand-btn:hover {
  background: rgba(255, 255, 255, .25);
  color: #fff;
}

.hs-img-count {
  position: absolute;
  bottom: 28px;
  right: 28px;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ===== BADGES ===== */
.hs-badge-sale {
  background: #c9a84c;
  color: #fff;
  padding: 7px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline-block;
}

.hs-badge-rent {
  background: #b8952e;
  color: #fff;
  padding: 7px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline-block;
}

.hs-badge-type {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  padding: 7px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(6px);
  display: inline-block;
}

/* ===== STATS BAR ===== */
.hs-stats-bar {
  background: #1a1a2e;
}

.hs-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
  color: #fff;
}

.hs-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hs-stat-icon svg {
  color: rgba(255, 255, 255, .6);
}

.hs-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 600;
}

.hs-stat-val {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.hs-stat-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, .1);
  margin: 12px 0;
}

/* ===== CONTENT ===== */
.hs-content {
  padding: 48px 0 80px;
}

.hs-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

/* ===== FEATURES GRID ===== */
.hs-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e9ecf2;
  border-radius: 16px;
  overflow: hidden;
}

.hs-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  border-bottom: 1px solid #e9ecf2;
  background: #fff;
  transition: background .2s;
}

.hs-feature:hover {
  background: #f8fafd;
}

.hs-feature:nth-child(odd) {
  border-right: 1px solid #e9ecf2;
}

.hs-feature:nth-last-child(-n+2) {
  border-bottom: none;
}

.hs-feature-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hs-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f0f3f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a84c;
  flex-shrink: 0;
}

.hs-feature-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
}

.hs-feature-val {
  font-size: 14px;
  font-weight: 700;
}

.hs-feature-yes {
  color: #c9a84c;
}

.hs-feature-no {
  color: #c5c9d4;
}

/* ===== GALLERY SLIDER ===== */
.hs-gal-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #0e0e1a;
}

.hs-gal-main {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.hs-gal-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
}

.hs-gal-slide.active {
  opacity: 1;
}

.hs-gal-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-gal-counter {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  z-index: 5;
}

.hs-gal-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.hs-gal-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all .3s;
}

.hs-gal-arrow:hover {
  background: rgba(255, 255, 255, .3);
}

/* Thumbnails */
.hs-gal-thumbs {
  display: flex;
  gap: 6px;
  padding: 10px;
  overflow-x: auto;
  background: #0e0e1a;
  scrollbar-width: none;
}

.hs-gal-thumbs::-webkit-scrollbar {
  display: none;
}

.hs-gal-thumb {
  flex: 0 0 80px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: .4;
  transition: opacity .3s, transform .3s;
  border: 2px solid transparent;
}

.hs-gal-thumb.active {
  opacity: 1;
  border-color: #c9a84c;
}

.hs-gal-thumb:hover {
  opacity: .8;
}

.hs-gal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== SIDEBAR ===== */
.hs-sidebar-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(26, 26, 46, .08);
  overflow: hidden;
}

.hs-sidebar-header {
  background: #1a1a2e;
  padding: 28px;
  text-align: center;
}

.hs-sidebar-price {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.hs-sidebar-perm2 {
  color: rgba(255, 255, 255, .45);
  font-size: 14px;
  margin-top: 6px;
}

.hs-sidebar-body {
  padding: 28px;
}

.hs-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #f0f3f9;
  font-size: 14px;
}

.hs-detail-row:last-child {
  border-bottom: none;
}

.hs-detail-key {
  color: #7b8394;
}

.hs-detail-val {
  font-weight: 700;
  color: #1a1a2e;
}

.hs-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}

.hs-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.hs-cta-primary {
  background: #c9a84c;
  color: #fff;
  margin-bottom: 10px;
}

.hs-cta-primary:hover {
  color: #fff;
}

.hs-cta-whatsapp {
  background: #25d366;
  color: #fff;
  margin-bottom: 10px;
}

.hs-cta-whatsapp:hover {
  color: #fff;
}

.hs-cta-phone {
  background: #f0f3f9;
  color: #1a1a2e;
}

.hs-cta-phone:hover {
  color: #1a1a2e;
}

/* ===== MAP ===== */
.hs-map {
  height: 360px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .hs-hero {
    height: 400px;
  }

  .hs-hero-caption h1 {
    font-size: 32px;
  }

  .hs-stats-bar .d-flex {
    flex-wrap: wrap;
  }

  .hs-stat-divider {
    display: none;
  }

  .hs-stat {
    flex: 0 0 50%;
  }

  .hs-features-grid {
    grid-template-columns: 1fr;
  }

  .hs-feature:nth-child(odd) {
    border-right: none;
  }

  .hs-gal-main {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .hs-hero {
    height: 300px;
  }

  .hs-hero-caption h1 {
    font-size: 26px;
  }

  .hs-sidebar-price {
    font-size: 30px;
  }

  .hs-gal-main {
    height: 240px;
  }

  .hs-stat {
    flex: 0 0 100%;
  }

  .small-mob {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .paddingM {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
    .paddingMOpsirno {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }

  .container {
    width: 100%;
    max-width: 1336px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    height: 60px;
  }

  .kartica {
    height: 390px;
  }

  .zastavice {
    height: 30px;
    width: 30px;
  }

  .zastavice2 {
    height: 32px;
    width: 32px;
  }

  #prvabg {
    height: 70vh;
  }

  .image-container {
    position: relative;
    /* Potrebno za apsolutno pozicioniranje slike unutra */
    overflow: hidden;
    /* KLJUČNO: Skriva delove slike van kontejnera pri zoomu/skaliranju */
    height: 350px;
    /* Definisana visina kontejnera (prilagodi po želji) */
    /* Ako želiš responzivnu visinu baziranu na odnosu, koristi padding-bottom umesto height: */
    /* padding-bottom: 56.25%; /* Primer za 16:9 odnos (visina / širina * 100) */
    /* height: 0; */

  }

  .image-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paddingM {
    height: 90vh;
    margin-right: 50px;
    margin-left: 50px;
  }

  .paddingMOpsirno {
    height: 50vh;
    margin-right: 50px;
    margin-left: 50px;
  }

  .bookingBtn {
    width: 180px;
  }

  .bookingBtn:hover {
    width: 180px;

  }
}

/* ===== GOLD THEME OVERRIDES ===== */
.badge.bg-danger {
  background-color: #c9a84c !important;
}

.badge.bg-primary {
  background-color: #b8952e !important;
}

.text-gold {
  color: #c9a84c !important;
}

.bg-gold {
  background-color: #c9a84c !important;
}

.border-gold {
  border-color: rgba(201, 168, 76, 0.25) !important;
}

.btn-gold {
  background-color: #c9a84c;
  color: #fff;
  border: none;
}

.btn-gold:hover {
  background-color: #b8952e;
  color: #fff;
}

.btn-outline-gold {
  color: #c9a84c;
  border-color: #c9a84c;
  background: transparent;
}

.btn-outline-gold:hover {
  background-color: #c9a84c;
  color: #fff;
}

.btn-outline-gold-light {
  color: #fff;
  border: 1px solid #c9a84c;
  background: transparent;
  transition: all 0.2s;
}

.btn-outline-gold-light:hover {
  background-color: #c9a84c;
  color: #fff;
}

/* Gold accents on dark sections */
.bg-black .border-light,
.bg-black .border {
  border-color: rgba(201, 168, 76, 0.3) !important;
}

.bg-black .border-light:hover,
.bg-black .border:hover {
  border-color: rgba(201, 168, 76, 0.7) !important;
}

/* Gold stat icon glow on dark bg */
.hs-stat-icon {
  background: rgba(201, 168, 76, 0.15);
}

.hs-stat-icon svg {
  color: #c9a84c;
}

/* Footer social gold hover */
footer a.text-white:hover {
  color: #c9a84c !important;
}

/* Gold accent for pagination active */
.page-item.active .page-link {
  background-color: #c9a84c;
  border-color: #c9a84c;
}

.page-link {
  color: #c9a84c;
}

.page-link:hover {
  color: #b8952e;
}

/* Review stars */
.text-warning {
  color: #c9a84c !important;
}

/* Review avatar gold */
.bg-primary-subtle {
  background-color: rgba(201, 168, 76, 0.15) !important;
}

.text-primary {
  color: #c9a84c !important;
}

.bg-danger-subtle {
  background-color: rgba(201, 168, 76, 0.15) !important;
}

.text-danger {
  color: #c9a84c !important;
}

/* ===== HERO SEARCH CARD ===== */
.hero-search-card {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 24px;
}

.hero-search-field {
  margin-bottom: 10px;
  flex: 1;
  min-width: 0;
}

.hero-search-row {
  display: flex;
  gap: 10px;
}

.hero-select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23c9a84c' d='M6 8.825a.7.7 0 0 1-.5-.206L1.205 4.324a.71.71 0 0 1 0-1.003.71.71 0 0 1 1.002 0L6 7.114l3.793-3.793a.71.71 0 0 1 1.002 0 .71.71 0 0 1 0 1.003L6.5 8.619a.7.7 0 0 1-.5.206z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 36px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.hero-select:hover {
  border-color: rgba(201, 168, 76, 0.4);
  background-color: rgba(255, 255, 255, 0.12);
}

.hero-select:focus {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.25);
  background-color: rgba(255, 255, 255, 0.12);
  outline: none;
}

.hero-select option {
  background: #1a1a2e;
  color: #fff;
}

.hero-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #c9a84c;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  margin-top: 2px;
}

.hero-search-btn:hover {
  background: #b8952e;
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.4);
  transform: translateY(-1px);
}

/* ===== FILTER BAR (page-nekretnine desktop) ===== */
.filter-bar {
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.filter-bar-row {
  display: flex;
  align-items: stretch;
}

.filter-bar-field {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
}

.filter-bar-field--sm {
  flex: 1.3;
}

.filter-bar-divider {
  width: 1px;
  background: #e8e6e1;
  align-self: stretch;
  margin: 10px 0;
}

.filter-bar-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #aaa;
  margin-bottom: 4px;
}

.filter-bar-select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23c9a84c' d='M6 8.825a.7.7 0 0 1-.5-.206L1.205 4.324a.71.71 0 0 1 0-1.003.71.71 0 0 1 1.002 0L6 7.114l3.793-3.793a.71.71 0 0 1 1.002 0 .71.71 0 0 1 0 1.003L6.5 8.619a.7.7 0 0 1-.5.206z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px;
  border: none;
  padding: 0;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  outline: none;
}

.filter-bar-select:focus {
  color: #c9a84c;
}

.filter-bar-select option {
  font-weight: 500;
}

.filter-bar-range {
  display: flex;
  align-items: center;
  gap: 4px;
}

.filter-bar-input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  outline: none;
}

.filter-bar-input::placeholder {
  color: #ccc;
  font-weight: 500;
}

.filter-bar-range-sep {
  color: #ccc;
  font-size: 13px;
  flex-shrink: 0;
}

.filter-bar-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  flex-shrink: 0;
}

.filter-bar-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #c9a84c;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.filter-bar-btn:hover {
  background: #b8952e;
  box-shadow: 0 4px 12px rgba(201, 168, 76, 0.35);
  transform: translateY(-1px);
}

.filter-bar-reset {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f5f3ef;
  color: #999;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  flex-shrink: 0;
}

.filter-bar-reset:hover {
  background: #ede8df;
  color: #c9a84c;
}

/* Sort select */
.custom-select-sort {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23c9a84c' d='M6 8.825a.7.7 0 0 1-.5-.206L1.205 4.324a.71.71 0 0 1 0-1.003.71.71 0 0 1 1.002 0L6 7.114l3.793-3.793a.71.71 0 0 1 1.002 0 .71.71 0 0 1 0 1.003L6.5 8.619a.7.7 0 0 1-.5.206z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px;
  padding: 8px 32px 8px 14px;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  transition: all 0.2s;
}

.custom-select-sort:focus {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.15);
  outline: none;
}

/* ===== MOBILE FILTERS ===== */
.mobile-filter-card {
  border: 1px solid #e8e6e1;
  border-radius: 16px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.custom-select-filter {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f9f8f6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23c9a84c' d='M6 8.825a.7.7 0 0 1-.5-.206L1.205 4.324a.71.71 0 0 1 0-1.003.71.71 0 0 1 1.002 0L6 7.114l3.793-3.793a.71.71 0 0 1 1.002 0 .71.71 0 0 1 0 1.003L6.5 8.619a.7.7 0 0 1-.5.206z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  color: #1a1a2e;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 11px 36px 11px 14px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-select-filter:focus {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.15);
  outline: none;
}

.custom-input-filter {
  display: block;
  width: 100%;
  background-color: #f9f8f6;
  color: #1a1a2e;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-input-filter:focus {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.15);
  outline: none;
}

.custom-input-filter::placeholder {
  color: #bbb;
  font-weight: 400;
}

.btn-filter-search {
  display: block;
  width: 100%;
  background: #c9a84c;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-filter-search:hover {
  background: #b8952e;
}

.btn-filter-reset {
  display: block;
  background: transparent;
  color: #999;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}

.btn-filter-reset:hover {
  border-color: #c9a84c;
  color: #c9a84c;
}

@media (max-width: 576px) {
  .hero-search-row {
    flex-direction: column;
    gap: 10px;
  }
}

/* ===== CUSTOM DROPDOWN COMPONENT ===== */
.cd-wrap {
  position: relative;
  width: 100%;
}

.cd-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.cd-value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-chevron {
  flex-shrink: 0;
  margin-left: 8px;
  transition: transform 0.2s;
}

.cd-open .cd-chevron {
  transform: rotate(180deg);
}

.cd-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  margin-top: 4px;
  overflow-y: auto;
  max-height: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  scrollbar-width: thin;
}

.cd-open .cd-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cd-list::-webkit-scrollbar {
  width: 4px;
}

.cd-list::-webkit-scrollbar-track {
  background: transparent;
}

.cd-item {
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

/* ---- HERO variant ---- */
.cd-hero .cd-trigger {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
}

.cd-hero .cd-trigger:hover {
  border-color: rgba(201, 168, 76, 0.4);
  background: rgba(255, 255, 255, 0.12);
}

.cd-hero.cd-open .cd-trigger {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.25);
}

.cd-hero .cd-chevron {
  color: #c9a84c;
}

.cd-hero .cd-list {
  background: rgba(20, 20, 40, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.cd-hero .cd-list::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.3);
  border-radius: 4px;
}

.cd-hero .cd-item {
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 14px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
}

.cd-hero .cd-item:hover {
  background: rgba(201, 168, 76, 0.15);
  color: #fff;
}

.cd-hero .cd-item.cd-active {
  background: rgba(201, 168, 76, 0.2);
  color: #c9a84c;
  font-weight: 600;
}

/* ---- LIGHT variant (filter bar + mobile) ---- */
.cd-light .cd-trigger {
  background: #f9f8f6;
  color: #1a1a2e;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 500;
}

.cd-light .cd-trigger:hover {
  border-color: #c9a84c;
}

.cd-light.cd-open .cd-trigger {
  border-color: #c9a84c;
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.15);
}

.cd-light .cd-chevron {
  color: #c9a84c;
}

.cd-light .cd-list {
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cd-light .cd-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}

.cd-light .cd-item {
  color: #555;
  padding: 10px 5px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
}

.cd-light .cd-item:hover {
  background: #f9f8f6;
  color: #1a1a2e;
}

.cd-light .cd-item.cd-active {
  background: rgba(201, 168, 76, 0.1);
  color: #c9a84c;
  font-weight: 600;
}

/* ---- FILTER-BAR variant (inline in bar) ---- */
.cd-bar .cd-trigger {
  background: transparent;
  color: #1a1a2e;
  border: none;
  border-radius: 0;
  padding: 0;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 600;
}

.cd-bar .cd-trigger:hover {
  color: #c9a84c;
}

.cd-bar .cd-chevron {
  color: #c9a84c;
}

.cd-bar .cd-list {
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  min-width: 160px;
}

.cd-bar .cd-list::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}

.cd-bar .cd-item {
  color: #555;
  padding: 9px 14px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
}

.cd-bar .cd-item:hover {
  background: #f9f8f6;
  color: #1a1a2e;
}

.cd-bar .cd-item.cd-active {
  background: rgba(201, 168, 76, 0.1);
  color: #c9a84c;
  font-weight: 600;
}