body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #333;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

#mapdiv {
  width: 100%;
  height: 700px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 3rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.social-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 80px; /* Udaljenost od donjeg dela ekrana (iznad gumba) */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje ikona */
  gap: 10px; /* Razmak između ikona */
  z-index: 1000; /* Osigurava da su ikone iznad drugih elemenata */
}

.social-icon {
  background-color: rgb(36, 205, 101); /* Pozadina ikona */
  color: white; /* Boja ikona */
  padding: 10px; /* Unutrašnji razmak */
  border-radius: 30px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
  display: flex; /* Flexbox za centriranje ikona */
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  width: 50px; /* Širina ikona */
  height: 50px; /* Visina ikona */
  font-size: 2em;
}

.social-icon:hover {
  background-color: #484848a7;
  color: white;
}

.imate {
  position: fixed;
  right: 80px;
  bottom: 90px;
  font-weight: 600;
  border: solid 1px;
  border-color: rgb(255 255 255);
  background-color: rgb(255 255 255);
  border-radius: 5px;
  padding: 3px;
  color: rgb(127, 127, 127);
}
/*

Košarica

*/

.cart-item img {
  max-width: 80px;
  height: auto;
  border-radius: 8px;
}
.cart-item .title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* List group stavke – više zraka */
.list-group-item.cart-item {
  padding: 1rem 1.25rem;
}
.list-group-item.cart-item .text-right {
  margin-left: auto;
  padding-left: 1rem;
}

/* Kartice */
.card {
  border-radius: 0.75rem;
}
.card-body {
  padding: 1.25rem 1.25rem;
}

/* Sažetak – uredniji razmaci među redovima */
.summary-box {
  position: sticky;
  top: 1rem;
}
.summary-box ul li {
  padding: 0.35rem 0;
}
.summary-box ul li.border-top {
  padding-top: 0.75rem;
  margin-top: 0.5rem;
}

/* Forme i kontrole – malo mekši padding */
.form-group {
  margin-bottom: 0.75rem;
}
.input-group-text,
.form-control {
  padding: 0.5rem 0.75rem;
}
.input-group.input-group-sm .input-group-text,
.input-group.input-group-sm .form-control {
  padding: 0.45rem 0.6rem;
}

/* Polje za dostavu – ugodniji okvir */
#deliveryFields {
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #f8f9fa;
}
.custom-control {
  margin-bottom: 0.375rem;
}

.btn.btn-block {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* Sitni popravci za manje ekrane */
@media (max-width: 576px) {
  .list-group-item.cart-item {
    padding: 0.85rem 1rem;
  }
  .card-body {
    padding: 1rem;
  }
}

/*

CONTACT

*/

/* Stilovi za formu */
.form-container-con {
  padding: 1em 0em;
  margin: 0;
}

.form-title-con {
  font-size: 29px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  color: #333;
  padding: 2em 0em;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin-top: -18px;
  padding: initial;
  border: initial;
  display: flex;
  position: relative;
  top: -5px;
  right: -30% !important;
}

label {
  display: inline-block;
  margin-top: -14px;
}

.form-group-con {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.form-control-con {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.form-control-con:focus {
  border-bottom: 2px solid #000;
}

select.form-control-con {
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

.textarea-control-con {
  resize: none;
}

.btn-primary-con {
  background-color: #f67c01 !important ;
  border: 1px solid #f67c01 !important;
  color: #fbfbfb !important;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0.5 !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
}

.btn-primary-con:hover {
  background-color: #ffffff !important;
  color: #24598b !important;
}

/*

TOPBAR

*/
.topbarinfo {
  background-color: #000;
  color: #fff;
  padding: 0.8em 0;
}

.contactphone,
.contactmail {
  text-align: right;
  padding: 0.3em;
  white-space: nowrap;
}
.contactphone a,
.contactmail a {
  color: #fff;
  padding: 0.3em;
  text-decoration: none;
  font-weight: bolder;
}
.languagelink {
  color: #fff;
}

.languagelink img {
  height: 0.8em;
  margin: 0 0.5em 0 0;
  border-radius: 2px;
}

.languagelink:hover {
  text-decoration: none;
  color: #fff;
}
.languagelinkactive {
  font-weight: bolder;
  padding: 0 1em;
}

.topbarinfo .languagelink {
  display: inline-block;
  margin: 0 10px; /* Razmak između jezika */
  vertical-align: middle; /* Poravnanje s ostalim tekstom */
}

.topbarinfo .col-md-4 {
  display: flex;
  align-items: center; /* Vertikalno centriranje sadržaja */
  justify-content: center; /* Horizontalno centriranje */
}

.topbarinfo {
  padding: 10px 0; /* Dodatni prostor iznad i ispod */
}

/*

NAVIGATION

*/
#nav:not(.navbar-change) .nav-link {
  color: #ffffff !important;

  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 70%;
}
/* Ako stranica nema header — odmah oboji navbar */
body.no-header #nav {
  background-color: #525a5c !important;
  box-shadow: inset 0px -5px 5px -5px #222;
}

.social-icon-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #24598b;
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin-left: 20px;
}

.social-icon-new i {
  line-height: 1;
}

.social-icon-new:hover {
  background-color: #1a3f61;
}

.nav-container {
  background-color: none;
  color: #ffffff;
  /*box-shadow:  inset 0px -11px 15px -10px #aaa; */
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  background-color: #ffffff;
}
.navbar-change {
  background-color: #525a5c !important;
  color: #000000;
  box-shadow: inset 0px -5px 5px -5px #222;
  position: sticky;
}

.nav-link {
  color: #000000;
  font-size: 1.25em;
  padding-right: 1em;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar {
  padding: 1rem 2rem;
  font-optical-sizing: auto;
  font-weight: normal; /* Prilagodite težinu prema potrebi */
  font-style: normal;
  text-transform: uppercase;
}

.dropdown img {
  width: 2em;
}

.navbar-brand img {
  height: 3em;
}

.companylogo {
  height: 4em;
}

.lang-item {
  display: inline-block; /* Prikazuje stavke u jednom redu */
  margin-right: -15px;
  font-size: 16px; /* Prilagodite veličinu teksta */
}

.lang-item a {
  text-decoration: none; /* Uklanja podcrtavanje linkova */
  color: #000000; /* Prilagodite boju teksta */
}

.lang-item:not(:last-child)::after {
  content: " "; /* Dodaje znak '/' nakon svake stavke osim posljednje */
  margin-left: 5px; /* Dodaje razmak između teksta i '/' */
  color: #000; /* Prilagodite boju znaka '/' */
  display: inline; /* Osigurava da '/' bude u istom redu kao i tekst */
  vertical-align: middle; /* Poravnava '/' s tekstom */
}

.navbar .container-fluid {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  height: 67px;
}

.navbar-change .nav-link,
.navbar-change .lang-item a {
  color: #ffffff !important;
}

.navbar-change .dropdown-menu {
  background-color: #24598b !important;
}

/*

HEADER

*/

.carousel-item {
  height: 85vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  bottom: 35px;
}

.headertitle {
  background-color: #fff;
  font-size: 2em;
  color: #333;
  width: fit-content;
  block-size: fit-content;
  text-align: left;
  padding: 0.5em 1em;
  display: block;
}
.headerprice {
  background-color: #002142;
  color: #fff;
  font-size: 1.4em;
  font-weight: lighter;
  width: fit-content;
  block-size: fit-content;
  text-align: left;
  padding: 0.5em 1em;
  display: block;
}

.whitetext {
  color: white !important;
}

/*

SEARCH

*/

/* Overlay for dimming */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Crno sa prozirnošću */
  z-index: 999; /* Ispod tražilice */
  display: none; /* Sakriveno po defaultu */
}

/* Search Container Styling */
.searchcontainer {
  position: fixed;
  top: 0;
  left: -100%; /* Sakriveno s leve strane */
  width: 30%; /* Širina tražilice */
  height: 100vh; /* Visina tražilice */
  background-color: #ffffff; /* Pozadina */
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); /* Sjena */
  transition: left 0.3s ease; /* Glatka tranzicija */
  z-index: 10000; /* Ispred svega */
  overflow-y: auto; /* Scroll ako je potrebno */
  padding: 30px;
  padding-top: 70px;
}

.searchcontainer.show {
  left: 0; /* Prikaži tražilicu */
}

/* Close Button */
.searchcontainer button#closeSearchBtn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 33px;
  cursor: pointer;
}

/* Form Styling */
.form-group {
  margin-bottom: 30px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #545454;
}

.custom-style input[type="text"],
.custom-style select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  color: #545454;
  background: white !important;
  border: #24598b solid 1px;
  border-radius: 10px;
}

/* Originalni stil */
.original-style input[type="text"],
.original-style select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  color: #545454;
  background: white !important;
}

.search-btn {
  width: 100%;
  padding: 10px;
  background-color: #f67c01;
  color: #ffffff;
  border: #333 solid 1px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
}

.search-btn:hover {
  background-color: #d9d9d9;
}

/* Button to Open the Search */
#openSearchBtn {
  position: relative;
  margin: 0 auto; /* centrirano */
  top: -3em;
  z-index: 10;

  background-color: #f67c01;
  color: #ffffff;
  border: none;
  padding: 16px 32px; /* malo manje paddinga za bolji izgled */
  cursor: pointer;

  border-radius: 8px;
  font-size: 18px;
  gap: 12px; /* razmak između ikone i teksta */
  display: inline-flex; /* širina prema sadržaju */
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: fit-content; /* širina koliko sadržaj */
}

#openSearchBtn.hidden {
  display: none; /* Sakrij dugme dok je tražilica otvorena */
}

.pozadina {
  background-color: #dadada;
  height: 140px;
}

#openSearchBtn:hover {
  background-color: #ffffff;
  color: #24598b;
}

.inline-container {
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.input-row {
  display: flex;
  gap: 16px;
}

/*

PAGINATION

*/
.paginationwrapper {
  text-align: center;
  padding: 1em 0;
  width: 100%;
}
.paginationwrapper a {
  display: inline-block;
}
.paginationbutton {
  border-radius: 4px;
  padding: 0.5em 0.8em;
  background-color: #fff;
  color: #000;
  font-weight: bolder;
  margin: 0 0.5em;
}
.activepagination {
  background-color: #252525;
  color: #fff;
}

/*

CONTENT

*/
.header-wrapper {
  background-color: #eee;
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  position: relative;
  top: -94px;
  height: 157px;
}

.header-title {
  color: #525a5c;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  margin: 0;
  top: 44px;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-orange {
  background-color: #f67c01;
  color: white;
  transition: background-color 0.3s ease;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
}

.btn-orange:hover {
  background-color: #000000;
  color: white;
}

.small {
  text-align: left !important;
}

.naslovsivi {
  margin-top: -5em !important;
  margin-bottom: 2em !important;
  padding-bottom: 1em !important;
}

.img-responsive {
  width: 100%;
}
.img-fluid-logo {
  max-width: 394px !important;
  width: 100%;
  height: auto;
  margin: 1 1rem;
}

.intro-p {
  margin: 0 1rem;
  max-width: 500px;
  line-height: 1.5;
}
.pagetitle-wrapper {
  text-align: center;
}

.pagetitle3-wrapper {
  text-align: center;
}

.pagetitle {
  font-size: 2.2em;
  padding-bottom: 0px !important;
  font-weight: lighter;
  text-transform: uppercase;
  color: #24598b;
  border-bottom: 1px solid #24598b;
  display: inline-block;
  font-weight: 300 !important;
}
.pagetitle-white-wrapper {
  text-align: center;
}
.pagetitle-white {
  font-size: 2.2em;
  padding: 1em 0;
  padding-bottom: 0px;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}

.pagetitle3 {
  font-size: 2.2em;
  padding: 0em 0;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
  color: #24598b;
  border-bottom: 1px solid #24598b;
  display: inline-block;
  font-weight: 300 !important;
}

.natuknice {
  font-size: 1.2em;
}

.pagetitle2 {
  font-size: 2.2em;
  padding: 0 0;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.pagetitlerealestates {
  font-size: 2.2em;
  padding: 1em 0 0 0;
  font-weight: lighter;
  text-align: center;
  text-transform: capitalize;
}

.singlerealestate {
  margin: 0 0 2em 0;
}

h6.area {
  color: #454545 !important;
  padding: 1em 5% 0 !important;
  height: 2em !important;
  font-size: 1.2em !important;
}

.realestateinfo {
  height: 1.2em;
  color: #454545;
  line-height: 1.2em;
  padding: 0.3em 5%;
}
.realestateprice {
  bottom: 0;
  color: #ffffff;
  background-color: #24598b;
  font-size: 1.2em;
  font-weight: lighter;
  padding: 0.3em 5%;
  text-align: right;
  margin: 0;
  width: 100%;
  clear: both;
}
.card-body {
  padding: 0;
}

.padding-top-medium {
  padding-top: 6em;
}

.padding-bottom-medium {
  padding-bottom: 2em;
}

.btn-primary {
  width: 100%;
  padding: 1em 0;
  background-color: #1f1f1f;
  border: none;
  text-transform: uppercase;
}
.btn-primary:hover {
  width: 100%;
  padding: 1em 0;
  background-color: #000000;
}

.realestaterow {
  padding: 0.3em 0;
  border-bottom: 1px solid #ddd;
}
.realestateslisttitle {
  text-align: center;
}

.introlink-title {
  color: #fff;
  background-color: #000;
  font-weight: bolder;
  margin-top: -2em;
  padding-left: 0.2em;
}
.introlinkscontainer {
  padding-bottom: 3em;
}
.homeintrofull {
  margin: 1em 0 3em 0;
}
.homeimagetitle {
  padding: 0.6em 1em;
  font-weight: bolder;
  color: #000;
  background-color: #fff;
  font-size: 0.8em;
}
.introtext {
  font-size: 1.3em;
  font-weight: lighter;
}
.hometext {
  padding: 5em !important;
  font-size: 1.2em;
}
.introhomecontainer {
  background-color: #f1f1f1 !important;
}

.contactushome {
  position: relative;
  background-image: url("/assets/img/sunce-zadar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #ccc;
  z-index: 1;
}

.contactushome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* crni sloj s 50% prozirnosti */
  z-index: 2;
}

.contactushome > * {
  position: relative;
  z-index: 3; /* osiguraj da tekst bude iznad filtera */
}

.introhomecontainer a {
  display: block;
  width: 40%;
  margin: 2em 30%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em 0;
}
.introhomecontainer a:hover {
  background-color: #999;
  color: #000;
  transition: background-color 1s;
}
.no-padding-home {
  padding-left: 0;
  padding-right: 0;
}

.fontsizenatuknice {
  font-size: 20px !important;
}

/*

PRODAJA

*/

.kucice {
  padding: 1em 1em !important;
}

.kucica1 {
  padding: 3em 3em !important;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0.5px solid #000;
}

.kucica2 {
  padding: 3em 3em !important;
}

.kucica3 {
  padding: 3em 3em !important;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  border-left: 0.5px solid #000;
}

.font-kucice {
  font-size: 1.3em;
}

.con-padd {
  padding: 3em 3em !important;
  padding-bottom: 1em !important;
}

.bg-gray {
  background-color: rgb(241, 241, 241) !important;
}

.pagetitle1 {
  font-size: 2em;
  padding: 1em 0;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
}

.paddd {
  padding-top: 2em;
  padding-bottom: 1em;
}

.padd {
  padding-top: 1em;
  padding-bottom: 1em;
}

.pad {
  padding-bottom: 1em;
}

.pad3 {
  padding-bottom: 3em;
}

.btn-primary-con:hover {
  background-color: #000;
  color: #fff;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 33px;
}

h5 {
  font-weight: bold;
}

/*

FOOTER

*/

footer {
  background-color: #525a5c;
  margin: 0 0 0 0;
  color: #fff;
  padding: 4em 0 0em;
}

.footerlogo {
  width: 100%;
}
footer h5 {
  color: #fff;
}
.copyright {
  background-color: #273234;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 1em 0 0;
}
.prolinkwebdevelopment {
  font-size: 0.9em;
}
.prolinkwebdevelopment a {
  color: #fff;
}

.copyright .row {
  margin: 0;
}

.footerTopLink {
  text-align: center;
  margin: 0.5em;
}

.footerTopLink:hover {
  color: #000000;
  text-decoration: underline;
}

.pecatIzvrsnosti {
  margin: 0 1em 2em 0;
}

.primefooter {
  text-align: center;
  font-size: 3em;
}

.primefooter img {
  width: 6.5em;
}

.primefooterfull {
  font-size: 1.1em;
  font-style: italic;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 2em;
}

/*

MOBILE / RESONSIVE RULES

*/

@media (max-width: 768px) {
  .searchcontainer {
    height: auto;
  }
  .realestateagency {
    display: none;
  }

  .detailImageheader {
    height: 20em;
    width: 100%;
    overflow: hidden;
  }

  .detailImageheader img {
    height: 100%;
    max-height: 193px;
    width: auto;
  }
  .header-wrapper {
    top: -223px;
    height: 266px;
  }
  .header-title {
    top: 173px;
  }

  /* Button to Open the Search */
  #openSearchBtn {
    position: relative;
    margin: 0 auto; /* centrirano */
    top: -3em;
    z-index: 10;

    background-color: #f67c01;
    color: #ffffff;
    border: none;
    padding: 16px 32px; /* malo manje paddinga za bolji izgled */
    cursor: pointer;

    border-radius: 8px;
    font-size: 18px;
    gap: 12px; /* razmak između ikone i teksta */
    display: inline-flex; /* širina prema sadržaju */
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: fit-content; /* širina koliko sadržaj */
    top: -157px;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
    border: none;
  }

  .dropdown-menu {
    margin: 0;
    background-color: #24598b;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
  }

  .card-id {
    padding-left: 1em !important;
    color: #454545;
  }

  .introhomecontainer {
    background-color: #f1f1f1 !important;
  }

  .introhomecontainer a {
    display: block;
    width: 40%;
    margin: 2em 30%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1em 0;
  }
  .introhomecontainer a:hover {
    background-color: #999;
    color: #000;
    transition: background-color 1s;
  }

  .introtext {
    font-size: 1.3em;
    font-weight: lighter;
  }

  .hometext {
    padding: 5em !important;
    font-size: 1.2em;
  }

  .img-responsive-text {
    width: 100%;
  }

  .homeimagetitle {
    padding: 0.6em 1em;
    font-weight: bolder;
    color: #000;
    background-color: #fff;
    font-size: 0.8em;
  }

  .dropdown img {
    width: 2em;
  }

  .videocontainer {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    z-index: -1;
    height: 80vh;
    border-bottom: 5px solid #ccc;
  }

  .videocontainer video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -1;
  }

  .introhomecontainer {
    background-color: #f1f1f1;
  }

  .introhomecontainer a {
    display: block;
    width: 100%;
    margin: 2em 15%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1em 0;
  }
  .introhomecontainer a:hover {
    background-color: #999;
    color: #000;
    transition: background-color 1s;
  }

  .introtext {
    font-size: 1.3em;
    font-weight: lighter;
  }

  .no-padding-home {
    padding-left: 0;
    padding-right: 0;
  }

  .hometext {
    padding: 2em !important;
    font-size: 1.2em;
  }

  .img-responsive-text {
    width: 100%;
  }

  .homehr {
    width: 40%;
    margin: 1em 0;
    color: #a87c3b;
    background-color: #a87c3b;
    opacity: 100%;
  }

  .searchend {
    text-align: center;
    width: 60%;
    margin: 0 20% 2em;
    background-color: #a87c3b;
    color: #a87c3b;
    opacity: 100%;
  }

  .logo-white {
    width: 20%;
    margin: 0 40%;
  }

  .homeintrofull {
    margin: 1em 0 3em 0;
  }

  .herocontainer {
    border-bottom: 10px solid #f1f1f1;
  }

  .navbar {
    padding: 2rem 2rem !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
  }

  .container-fluid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .navbar-toggler-icon {
    display: inline-block;
    color: #f5ef82 !important;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23f5ef82' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.2em;
    line-height: 1;
    background-color: #ffffff00;
    border: 1px solid #a7a6a67d;
    border-radius: 0.25rem;
    position: fixed !important;
    left: 78%;
    top: 3% !important;
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center !important;
    background-color: #525a5c;
    padding: 1em 4em;
    font-size: 1em;
    padding-left: 1em !important;
    top: 5em !important;
    position: absolute;
  }

  .navbar-nav .dropdown-menu {
    background-color: #ffffff !important;
  }
}

.navbar-nav .dropdown-menu {
  background-color: #ffffff !important;
}

.lang-item {
  display: inline-block;
  margin-right: -15px;
  font-size: 16px;
  margin-bottom: -20px;
}

.navbar-nav {
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
}
#openSearchBtn {
  position: relative;

  z-index: 10;
  border: none;
  padding: 15px 22px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 21px;
  gap: 30px;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: 3.5em;
  position: absolute !important;
  left: 8% !important;
  top: 19px !important;
}

.searchcontainer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 78%;
  height: 100vh;
  background-color: #f9f9f9;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease;
  z-index: 10000;
  overflow-y: auto !important;
  padding: 30px;
  padding-top: 70px;
}

.navbar-nav .nav-link {
  padding-right: 10em;
  padding-left: 0;
  color: white !important;
}

.navbar-toggler:hover {
  text-decoration: none;
  position: absolute;
  top: 4%;
}

.pagetitle {
  font-size: 2em;
  padding: 1em 0;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
}

.pagetitle3 {
  font-size: 2em;
  padding: 0em 0;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
}

.pagetitle2 {
  font-size: 2em;
  padding: 0 0;
  font-weight: lighter;
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.primefooterfull {
  font-size: 1.2em;
  font-style: italic;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 2em;
}

.primefooter img {
  width: 5em;
}

.hgkimg img {
  width: 75% !important;
}

.hgkimg {
  text-align: center;
}

.fontsizenatuknice {
  font-size: 16px !important;
}

.social-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 40px; /* Udaljenost od donjeg dela ekrana (iznad gumba) */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje ikona */
  gap: 10px; /* Razmak između ikona */
  z-index: 1000; /* Osigurava da su ikone iznad drugih elemenata */
}

.social-icon {
  background-color: rgb(36, 205, 101); /* Pozadina ikona */
  color: white; /* Boja ikona */
  padding: 10px; /* Unutrašnji razmak */
  border-radius: 30px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
  display: flex; /* Flexbox za centriranje ikona */
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  width: 50px; /* Širina ikona */
  height: 50px; /* Visina ikona */
  font-size: 2em;
}

.social-icon:hover {
  background-color: #484848a7;
  color: white;
}

.imate {
  display: none;
}

.gallerypadding {
  padding: 1em 0;
}

.topImage {
  width: 100%;
}

.noPadding {
  padding: 0;
}

.title-text-main {
  font-size: 1.6em;
}

/*Nova kartica-test*/

.card {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.card:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card-img-wrapper {
  position: relative;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}
.img-responsive-gradient {
  width: 50%;
  height: auto;
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.price-tag {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f67c01;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 3px;
  z-index: 2;
}

.singlerealestate {
  margin: 0 0 2em 0;
}

.card-title {
  color: #454545;
  padding: 1em 5% 0;
  height: 4em;
  font-size: 1.2em;
  text-align: center;
  margin-top: 1em;
}

.card-id {
  padding-left: 1em !important;
  color: #454545;
  font-size: 0.95em;
  text-align: right;
  padding-right: 1em;
}

.card-id-row {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
  color: #454545;
  font-size: 0.95em;
  margin-top: 0.5em;
  text-align: center;
}

.card-id-row .left,
.card-id-row .right {
  flex: 1;
}

.card-desc {
  padding: 0.5em 1em;
  color: #666;
  font-size: 0.95em;
}





/* početna grid*/


.img-fluid-logo-home {
  max-height: 64px;
  width: auto;
  opacity: .95;
}

.home-title {
  font-weight: 700;
  letter-spacing: .3px;
}

.home-subtitle {
  color: #6c757d;
  font-size: 1rem;
}

/* Kartice kuća */
.house-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
  padding: 16px;   /* malo veći unutarnji razmak */
}

.house-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;  /* malo širi omjer slike */
  background-size: cover;
  background-position: center;
  background-color: #e9ecef;
  border-radius: 12px;
}

.row.g-4 {
  row-gap: 40px; /* dodatno povećan vertikalni razmak */
}


.house-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
  padding: 12px;               /* unutarnji razmak unutar kartice */
}

.house-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* thumbnail sada malo "odmaknut" od ruba zbog paddinga */
.house-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: #e9ecef;
  border-radius: 12px;
}

/* razmak između redova */
.row.g-4 {
  row-gap: 32px;   /* default 1.5rem od Bootstrapa -> povećano na 32px */
}






   /* Omogući prijelom redova unutar collapsa da auth sjedne u drugi red */
   #nav .navbar-collapse{
    flex-wrap: wrap;               /* ključna stavka */
  }
  /* Auth bar je puni red ispod menija */
  #nav .auth-bar{
    flex-basis: 100%;
    margin-top: .15rem;
    font-size: .85rem;
    line-height: 1.2;
    opacity: .85;
  }
  #nav .auth-link{
    display:inline-block;
    margin-left: 14px;
    color: inherit;
    text-decoration: none;
  }
  #nav .auth-link:hover{
    text-decoration: underline;
    opacity: 1;
  }

  /* Kad navbar potamni pri scrollu – pojačaj kontrast samo auth linkovima */
  .navbar-change .auth-link{
    color: #f1f1f1 !important;
  }

  /* Mobile: malo više zraka ispod menija kad se otvori */
  @media (max-width: 991.98px){
    #nav .auth-bar{ margin-top: .35rem; }
  }




  .price-hero {
    border-radius: .5rem;
    overflow: hidden;
  }
  .price-hero img {
    width: 100%; height: auto; display: block; object-fit: cover;
  }
  
  .dot-row {
    display: flex; align-items: baseline; gap: .5rem;
    font-size: .95rem;
  }
  .dot-row .label { white-space: nowrap; }
  .dot-row .dots  {
    position: relative; top: .15rem; flex: 1 1 auto;
    border-bottom: 1px dotted rgba(0,0,0,.35);
    margin: 0 .25rem;
  }
  .dot-row .price { white-space: nowrap; font-variant-numeric: tabular-nums; }
  
  .section-title { font-weight: 700; letter-spacing: .02em; }
  .accent-line { height: 3px; width: 80px; background: #d33; border-radius: 2px; }
  
  .price-card {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .5rem;
    padding: 1rem 1rem 1.25rem;
    background: #fff;
    height: 100%;
  }
  
  .price-note {
    color: #666;
    font-size: .95rem;
  }
  
  .naslovsivi .title-text-main { margin: 0; }
  






/* Lead i hero */
.u-lead{ color:#6b7280; max-width: 1000px; }
.u-hero{ border-radius:.6rem; overflow:hidden; margin:0; }
.u-hero img{ width:100%; height:auto; display:block; object-fit:cover; }

/* Sekcije i blokovi */
.u-section{ }
.u-title{
  font-weight:800;
  letter-spacing:.02em;
  margin-bottom:.75rem;
}

.u-block{
  border:1px solid rgba(0,0,0,.08);
  border-radius:.6rem;
  padding:1rem 1.25rem;
  background:#fff;
  box-shadow:0 1px 6px rgba(0,0,0,.04);
  margin-bottom:1rem;
}
.u-block-head{
  display:flex; align-items:center; justify-content:space-between;
  padding-bottom:.35rem; margin-bottom:.5rem;
  border-bottom:1px solid rgba(0,0,0,.06);
}

/* Oznaka faze – jednostavna, čitljiva */
.u-phase{
  font-weight:700;
  letter-spacing:.04em;
}

/* Liste */
.u-list{ margin:0; padding-left:1.15rem; }
.u-list li{ margin:.2rem 0; color:#374151; line-height:1.55; }

/* Dvostupčano na većim ekranima – ali diskretno */
@media (min-width: 992px){
  .u-columns-lg{
    columns:2; column-gap:2rem;
    padding-left:1.15rem;
  }
}

/* Inline lista (točkice odvojene crticom) */
.u-inline-list{
  padding:0; margin:0; list-style:none;
  display:flex; flex-wrap:wrap; gap:.35rem .75rem;
}
.u-inline-list li{
  color:#111;
}
.u-inline-list li::after{
  content:"—";
  margin-left:.75rem; color:#aaa;
}
.u-inline-list li:last-child::after{ content:""; }

/* Step blokovi (1., 2.) */
.u-step{ display:flex; gap:.8rem; align-items:flex-start; margin-bottom:.75rem; }
.u-step-num{
  width:32px; height:32px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#111; color:#fff; font-weight:700; font-size:.95rem;
  flex:0 0 32px;
}
.u-step-title{ margin:.1rem 0 .35rem; }

/* Naslovni pojas kompatibilnost */
.naslovsivi .title-text-main{ margin-bottom:.35rem; }









.vp-card {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: .8rem;
  background: #fff;
  padding: 2rem 1.5rem;
}
.vp-text {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.vp-card .btn {
  padding: .75rem 1.5rem;
  font-weight: 600;
  border-radius: .5rem;
}
.naslovsivi .title-text-main {
  margin: 0;
}










/* =======================================================
   Kontakt forma — čist, moderan dizajn (from scratch)
   Jednostavno temiranje preko varijabli ispod
   ======================================================= */
   :root{
    --card-bg: #fff;
    --text: #111;
    --muted: #6b7280;
    --border: #d7dce3;
    --border-hover: #c7ccd6;
    --focus: #6fa4ff;          /* plavi naglasak fokusa */
    --shadow: 0 8px 24px rgba(0,0,0,.08);
    --radius: 12px;
    --field-radius: 10px;
    --primary: #f08a00;        /* tvoja narančasta */
    --primary-text: #fff;
  }
  
  /* Globalna konzistencija unutar forme */
  #contactForm, #contactForm *{ box-sizing: border-box; }
  #contactForm{ color: var(--text); }
  
  /* ===== KARTICA OKO FORME ===== */
  .form-container-con{
    max-width: 560px;          /* odlična čitljivost na desktopu */
    margin: 0 auto;            /* centrirano u lijevoj koloni */
    background: var(--card-bg);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow);
  }
  
  /* Naslovčići/objašnjenja (ako ih dodaš u HTML) */
  .form-container-con .help-text,
  .form-container-con small{
    color: var(--muted);
  }
  
  /* Razmaci između grupa */
  .form-group-con{ margin-bottom: 14px; }
  
  /* ===== POLJA ===== */
  .form-control-con,
  .textarea-control-con{
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: var(--field-radius);
    background: #fff;
    color: var(--text);
    font-size: 16px;
    line-height: 1.35;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
  }
  .form-control-con::placeholder,
  .textarea-control-con::placeholder{ color: #8b95a5; }
  
  .form-control-con:hover,
  .textarea-control-con:hover{ border-color: var(--border-hover); }
  
  .form-control-con:focus,
  .textarea-control-con:focus{
    outline: 0;
    border-color: var(--focus);
    box-shadow: 0 0 0 4px color-mix(in sRGB, var(--focus) 20%, transparent);
  }
  
  /* Textarea */
  .textarea-control-con{
    min-height: 120px;
    resize: vertical;
  }
  
  /* Select — konzistentna strelica */
  select.form-control-con{
    appearance: none; -webkit-appearance: none; -moz-appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, #7a8598 50%),
      linear-gradient(135deg, #7a8598 50%, transparent 50%),
      linear-gradient(to right, transparent, transparent);
    background-position:
      calc(100% - 22px) calc(50% - 3px),
      calc(100% - 16px) calc(50% - 3px),
      100% 0;
    background-size: 6px 6px, 6px 6px, 2.5rem 100%;
    background-repeat: no-repeat;
    padding-right: 44px;
  }
  
  /* ===== FILE INPUT ===== */
  #project-files.form-control-con{
    padding: 8px 12px; /* malo kompaktniji da bude u ritmu */
  }
  #project-files.form-control-con::file-selector-button,
  #project-files.form-control-con::-webkit-file-upload-button{
    height: 32px;
    padding: 0 12px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #f3f5f8;
    color: #333;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
  }
  #project-files.form-control-con:hover::file-selector-button,
  #project-files.form-control-con:hover::-webkit-file-upload-button{
    background: #ebeff4;
    border-color: var(--border-hover);
  }
  
  /* ===== CHECKBOX + LABEL ===== */
  #privacy-policy-con {
    /* width: 18px; */
    height: 18px;
    vertical-align: middle;
    /* margin: 0 8px 0 0; */
    accent-color: var(--text);
}
  label[for="privacy-policy-con"]{
    display: inline-block; vertical-align: middle; margin: 0;
    color: var(--text);
  }
  
  /* ===== GUMB ===== */
  .btn-primary-con{
    display: inline-flex;
    width: 100%;
    justify-content: center; align-items: center;
    gap: .5rem;
    padding: 12px 16px;
    border-radius: var(--field-radius);
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--primary-text);
    font-weight: 700;
    letter-spacing: .02em;
    transition: filter .15s ease, transform .04s ease, box-shadow .15s ease;
    text-decoration: none;
  }
  .btn-primary-con:hover{
    filter: brightness(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    color: var(--primary-text);
  }
  .btn-primary-con:active{ transform: translateY(1px); }
  
  /* ===== VALIDACIJA (ako dodijeliš ove klase iz backenda/JS-a) ===== */
  .form-control-con.is-invalid,
  .textarea-control-con.is-invalid{
    border-color: #e25555;
    box-shadow: 0 0 0 4px rgba(226,85,85,.12);
  }
  .form-group-con .invalid-feedback{
    display:block; color:#c24141; font-size:.9rem; margin-top:6px;
  }
  
  /* ===== CAPTCHA/Turnstile blok ===== */
  #contactForm .cf-turnstile,
  #contactForm .cf-challenge,
  #contactForm .g-recaptcha{ margin-top: 8px; }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 575.98px){
    .form-container-con{ max-width: 100%; padding: 16px; border-radius: 10px; }
    .btn-primary-con{ width: 100%; }
  }
  










/* =====================================================
   PRIJAVA — moderan, čitljiv card stil (update)
   ===================================================== */
   :root{
    --log-card-bg:#fff;
    --log-text:#111;
    --log-muted:#6b7280;
    --log-border:#d7dce3;
    --log-border-hover:#c7ccd6;
    --log-focus:#6fa4ff;
    --log-primary:#6b5ce6;
    --log-primary-text:#fff;
    --log-radius:14px;
    --log-field-radius:10px;
    --log-shadow:0 10px 28px rgba(0,0,0,.08);
  }
  
  /* Layout: centriraj karticu u svojoj .container koloni */
  .loginFormContainer{
    padding-top:36px;
    padding-bottom:56px;
  }
  .loginFormContainer .row{
    justify-content:center;      /* centriraj kolone */
  }
  
  /* Kartica */
  .loginForm{
    background:var(--log-card-bg);
    border:1px solid rgba(0,0,0,.06);
    border-radius:var(--log-radius);
    box-shadow:var(--log-shadow);
    padding:22px 20px 24px;
    color:var(--log-text);
    max-width:560px;             /* fiksna širina kartice */
    margin:0 auto;               /* centriraj unutar kolone */
  }
  
  /* Unutar kartice neka "col-md-10" ne sužava polja */
  .loginForm .form-group[class*="col-"]{
    flex:0 0 100%;
    max-width:100%;
  }
  
  /* Label */
  .loginForm label{
    font-weight:600;
    margin-bottom:6px;
    color:var(--log-text);
  }
  
  /* Razmaci */
  .loginForm .form-group{ margin-bottom:14px; }
  
  /* Polja */
  .loginForm .form-control{
    min-height:46px;
    border:1px solid var(--log-border);
    border-radius:var(--log-field-radius);
    padding:12px 14px;
    font-size:16px;
    line-height:1.35;
    color:var(--log-text);
    background:#eef4ff1a;        /* blagi hint kao na slici */
    transition:border-color .15s, box-shadow .15s, background-color .15s;
  }
  .loginForm .form-control::placeholder{ color:#8b95a5; }
  .loginForm .form-control:hover{ border-color:var(--log-border-hover); }
  .loginForm .form-control:focus{
    outline:0;
    border-color:var(--log-focus);
    box-shadow:0 0 0 4px color-mix(in sRGB, var(--log-focus) 22%, transparent);
  }
  
  /* Oko u passwordu */
  .form-group.position-relative input#password{ padding-right:40px; }
  .toggle-password {
    position: absolute;
    right: 31px;
    top: 50%;
    /* transform: translateY(-50%); */
    cursor: pointer;
    color: #888;
    font-size: 16px;
    line-height: 1;
    height: 16px;
    /* width: 16px; */
}
  .toggle-password:hover{ color:#333; }
  
  /* Gumb */
  .loginForm .sendButton.btn-violet-big{
    background:var(--log-primary);
    border:1px solid var(--log-primary);
    color:var(--log-primary-text);
    font-weight:700;
    letter-spacing:.02em;
    padding:12px 16px;
    border-radius:var(--log-field-radius);
    min-width:160px;
    transition:filter .15s, transform .04s, box-shadow .15s;
  }
  .loginForm .sendButton.btn-violet-big:hover{
    filter:brightness(1.06);
    box-shadow:0 8px 18px rgba(0,0,0,.12);
    color:var(--log-primary-text);
  }
  .loginForm .sendButton.btn-violet-big:active{ transform:translateY(1px); }
  
  /* Link */
  .loginForm a{
    margin-left:12px;
    color:var(--log-muted);
    text-decoration:none;
  }
  .loginForm a:hover{ color:#333; text-decoration:underline; }
  
  /* Turnstile */
  #turnstile-widget{ margin-top:6px; margin-bottom:6px; }
  #turnstile-error{ font-size:.95rem; }
  
  /* PHP error poruka na vrhu */
  .dark-background h2{ margin:0; }
  
  /* Responsive */
  @media (max-width:575.98px){
    .loginForm{ padding:18px 16px; border-radius:12px; }
    .loginForm .sendButton.btn-violet-big{ width:100%; margin-bottom:6px; }
    .loginForm a{ display:inline-block; margin:6px 0 0; }
  }
  








  /* =====================================================
   REGISTRACIJA — čista kartica + “oko” u passwordima
   ===================================================== */
:root{
  --reg-card-bg:#fff;
  --reg-text:#111;
  --reg-muted:#6b7280;
  --reg-border:#d7dce3;
  --reg-border-hover:#c7ccd6;
  --reg-focus:#6fa4ff;
  --reg-primary:#6b5ce6;
  --reg-primary-text:#fff;
  --reg-radius:14px;
  --reg-field-radius:10px;
  --reg-shadow:0 10px 28px rgba(0,0,0,.08);
}

/* okvir i centriranje kartice */
.registerForm{
  background:var(--reg-card-bg);
  border:1px solid rgba(0,0,0,.06);
  border-radius:var(--reg-radius);
  box-shadow:var(--reg-shadow);
  padding:22px 20px 24px;
  color:var(--reg-text);
  max-width:560px;
  margin:0 auto;
}
.registerForm .form-group[class*="col-"]{ flex:0 0 100%; max-width:100%; }
.registerForm label{ font-weight:600; margin-bottom:6px; color:var(--reg-text); }
.registerForm .form-group{ margin-bottom:14px; }

/* polja */
.registerForm .form-control{
  min-height:46px;
  border:1px solid var(--reg-border);
  border-radius:var(--reg-field-radius);
  padding:12px 14px;
  font-size:16px;
  line-height:1.35;
  color:var(--reg-text);
  background:#fff;
  transition:border-color .15s, box-shadow .15s, background-color .15s;
}
.registerForm .form-control:hover{ border-color:var(--reg-border-hover); }
.registerForm .form-control:focus{
  outline:0; border-color:var(--reg-focus);
  box-shadow:0 0 0 4px color-mix(in sRGB, var(--reg-focus) 22%, transparent);
}
.registerForm .form-control::placeholder{ color:#8b95a5; }

/* oko u password inputima */
.registerForm .position-relative input#password,
.registerForm .position-relative input#password2{ padding-right:40px; }
.eye-toggle {
  position: absolute;
  right: 30px;
  top: 62%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 16px;
  line-height: 1;
  height: 16px;
  width: 16px;
}
.eye-toggle:hover{ color:#333; }

/* gumb */
.registerForm .sendButton.btn-violet-big{
  background:var(--reg-primary);
  border:1px solid var(--reg-primary);
  color:var(--reg-primary-text);
  font-weight:700; letter-spacing:.02em;
  padding:12px 16px; border-radius:var(--reg-field-radius);
  min-width:180px;
  transition:filter .15s, transform .04s, box-shadow .15s;
}
.registerForm .sendButton.btn-violet-big:hover{
  filter:brightness(1.06);
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  color:var(--reg-primary-text);
}
.registerForm .sendButton.btn-violet-big:active{ transform:translateY(1px); }

/* poruke/alert već imaš — ništa ne diram */

/* responsive */
@media (max-width:575.98px){
  .registerForm{ padding:18px 16px; border-radius:12px; }
  .registerForm .sendButton.btn-violet-big{ width:100%; }
}





.legal-page {
  padding: 80px 20px;
  background: #fff;
}

.legal-page__inner {
  max-width: 960px;
  margin: 0 auto;
}

.legal-page h1 {
  margin-bottom: 32px;
  font-size: 38px;
  line-height: 1.2;
}

.legal-page h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 24px;
}

.legal-page p,
.legal-page li {
  font-size: 17px;
  line-height: 1.7;
}

.legal-page ul {
  padding-left: 22px;
}






/* Hero */
.home-hero{
  position:relative;
  padding: 110px 0 72px; /* ispod fixed navbara */
  color:#fff;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.25)),
    var(--hero, none);
  background-size:cover;
  background-position:center;
}
.home-hero-inner{
  max-width: 760px;
}

/* Link “više” u naslovu sekcije */
.link-more{
  font-weight:600; color:#111; text-decoration:none;
}
.link-more:hover{ text-decoration:underline; }

/* Kartice usluga */
.svc-card{
  display:block; border:1px solid rgba(0,0,0,.08);
  border-radius:14px; overflow:hidden; background:#fff;
  text-decoration:none; color:inherit;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition: transform .12s ease, box-shadow .15s ease;
}
.svc-card:hover{
  transform: translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.svc-thumb{ aspect-ratio: 16/10; overflow:hidden; margin:0; }
.svc-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.svc-body{ padding:12px 14px; display:flex; align-items:center; justify-content:space-between; gap:.5rem; }
.svc-title{ font-weight:700; }
.svc-cta{ color:#6b7280; font-weight:600; }

/* Promo kartice (tipski / vlastiti) */
.promo-card{
  display:flex; gap:14px; border:1px solid rgba(0,0,0,.08);
  border-radius:14px; padding:12px; background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.promo-media{ width:44%; aspect-ratio: 16/11; overflow:hidden; border-radius:10px; margin:0; }
.promo-media img{ width:100%; height:100%; object-fit:cover; display:block; }
.promo-body{ flex:1 1 auto; }

/* Checklist */
.checklist{ margin:0 0 8px; padding:0; list-style:none; }
.checklist li{
  position:relative; padding-left:28px; margin: 6px 0; color:#374151;
}
.checklist li::before{
  content:"✓"; position:absolute; left:0; top:0; color:#0a0;
  font-weight:800;
}

/* CTA pojas */
.home-cta{
  background: linear-gradient(90deg, #111, #2a2a2a);
  color:#fff; padding: 26px 0;
  margin-top: 8px;
}
.home-cta-inner{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.home-cta .btn{ border-radius:10px; font-weight:700; }

/* Utility */
.object-fit-cover{ object-fit:cover; }

/* Responsive */
@media (max-width: 991.98px){
  .home-hero{ padding: 96px 0 56px; }
  .promo-card{ flex-direction:column; }
  .promo-media{ width:100%; }
}

