/**
* Template Name: Squadfree - v3.0.0
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #2C4854;
}

a {
  text-decoration: none;
  color: #35379D;
}

a:hover {
  color: #4083BF;
  text-decoration: underline;
}

h1 {
  font-family: "Raleway", sans-serif;
  white-space: normal!important;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2, h3 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  white-space: normal!important;
  font-weight: bold;
}

h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  white-space: normal!important;
  font-weight: bold;
}

.clear_both { clear: both; }
.height_10 { height: 10px; }
.max_width { max-width: 1280px; }
.padding_10 { padding: 10px; }
.stranice_crtica { border-bottom:3px #2A2A2A solid;float:left;width:100%;max-width:380px; margin-bottom: 25px; }
.text_stranice { font-size: 18px; line-height: 21px; }

.sort-container {
    display: flex;
    justify-content: flex-end;
    margin: -30px 0 10px 0;
    font-family: 'Segoe UI', sans-serif;
}

.sort-wrapper {
    display: flex;
    background-color: #f8f9fa;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    gap: 5px;
}

/* --- KLJUČNI DIO ZA MOBITEL --- */
@media (max-width: 768px) {
    .sort-container {
        justify-content: flex-start; /* Na mobitelu kreće od lijeva */
        overflow: hidden; /* Skriva višak koji strši */
        margin: 10px -15px; /* Proširuje rubove do kraja ekrana za bolji osjećaj */
        padding: 0 15px;
    }

    .sort-wrapper {
        overflow-x: auto; /* Omogućuje scroll prstom lijevo-desno */
        white-space: nowrap; /* Sprječava da gumbi odu u novi red */
        -webkit-overflow-scrolling: touch; /* Glatki scroll na iPhoneu */
        width: 100%;
        scrollbar-width: none; /* Skriva scrollbar na Firefoxu */
        padding: 8px; /* Malo više mjesta za prste */
    }

    .sort-wrapper::-webkit-scrollbar {
        display: none; /* Skriva scrollbar na Chromeu/Safariju da izgleda čišće */
    }

    .sort-item {
        flex: 0 0 auto; /* Gumbi se ne stišću, nego drže svoju širinu */
        padding: 10px 18px; /* Malo veći gumbi za lakši dodir prstom */
    }
}

/* Ostatak stila ostaje isti kao prije */
.sort-item {
    text-decoration: none;
    color: #555;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 7px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.sort-item.active {
    background-color: #00233d;
    color: #ffffff !important;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #EEEEEE, transparent);
    margin-bottom: 20px;
}

/* Responzivno za mobitele */
@media (max-width: 600px) {
    .sort-container {
        justify-content: center;
    }
    .sort-item {
        padding: 8px 10px;
        font-size: 12px;
    }
    .sort-item .icon {
        margin-right: 4px;
    }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.text_stranica table tr:nth-child(odd) td{
            background:#E7F0FD!important;
}
.text_stranica table tr:nth-child(even) td{
            background:#ffffff!important;
}
.text_stranica tr td:nth-child(1) {
   border-bottom:1px #356D9E solid!important; 
}
.text_stranica tr td:nth-child(2) {
   border-bottom:1px #356D9E solid!important; 
}
.text_stranica tr td:nth-child(3) {
   border-bottom:1px #356D9E solid!important; 
}
.text_stranica table { border:1px #356D9E solid!important; }


@media only screen and (min-width: 300px) and (max-width: 1000px) {
	.centar_ispis { margin-top:0px; }
	.trazilica { width:100%; display:block; background-color:#FFFFFF; }
	.trazilica_ispis { position:relative; width:100%; min-height:150px; background-color:#FFFFFF; font-size:12px; }
	.trazilica_prva { float:left; width:100%; }
	.trazilica_druga { float:left; width:100%; }
	.trazilica_druga ul li {  color:#FFFFFF; list-style:none; display:inline-block; margin-right:25px; margin-top:20px; }
	.glavni_meni { display:none; }
	.mobilni_meni {  display:block;  }
	.facebook_mobitel { display:block; }
	.facebook_desktop { display:none; }
	.velicina_trazilice_polja { width:140px!important; }
	.velicina_trazilice_polja2 { width:135px!important; }
}
@media only screen and (min-width: 1001px)  {
	.centar_ispis { margin-top:190px; }
	.trazilica { max-width:980px; margin-top:-190px; display:block; } 
	.trazilica_ispis { position:absolute; z-index:2; width:970px; border:5px #333333 solid; height:150px; background-color:#FFFFFF; font-size:12px; }
	.trazilica_prva { float:left; width:30%; }
	.trazilica_druga { float:left; width:100%; }
	.trazilica_druga ul li  { color:#FFFFFF; list-style:none; display:inline-block; margin-left:2%; }
	.glavni_meni { display:block; }
	.mobilni_meni {  display:none;  }
	.facebook_mobitel { display:none; }
	.facebook_desktop { display:block; }
	.velicina_trazilice_polja { width:180px!important; }
	.velicina_trazilice_polja2 { width:175px!important; }
}

.rub_20 { border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;  }
.rub { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;  }
.rub_gore { border-top-left-radius:10px; -moz-border-top-left-radius:10px; -webkit-border-top-left-radius:10px; border-top-right-radius:10px; -moz-top-right-top-radius:10px; -webkit-border-top-right-radius:10px;  }

.rub_dole_gore_desno { border-bottom-left-radius:10px; -moz-border-bottom-left-radius:10px; -webkit-border-bottom-left-radius:10px; border-top-right-radius:10px; -moz-border-top-right-radius:10px; -webkit-border-top-right-radius:10px; }

.za_sliku { opacity: 1.0;
    filter: alpha(opacity=100);  }
.za_sliku:hover { opacity: 0.6;
    filter: alpha(opacity=60); }  
	

.slikica_opcije { width:75px; height:83px; position:absolute; z-index:2; }
.slikica_opcije_text { width:75px; height:83px;  -webkit-transform: rotate(-47deg); 
    -moz-transform: rotate(-47deg); position:absolute; font-size:14px; margin-top:10px; margin-left:14px; color:#FFF!important; font-weight:700;}

.slikica_opcije_detalji { width:75px; height:83px; position:absolute; z-index:2; }
.slikica_opcije_text_detalji { width:75px; height:83px; -webkit-transform: rotate(-47deg); 
    -moz-transform: rotate(-47deg); position:absolute; font-size:14px; margin-top:10px; margin-left:14px; color:#FFF!important; font-weight:700; }

/* Glavni kontejner forme */
    .kontakt_agent_forma {
        background: #ffffff;
        padding-left: 25px;
		padding-right: 25px;
        border-radius: 12px;
        border: 1px solid #eef0f2;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        box-sizing: border-box;
    }

    /* Grupiranje labela i polja */
    .kontakt_agent_group {
        margin-bottom: 15px;
        text-align: left;
    }

    .kontakt_agent_label {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #00233d;
        margin-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Polja za unos */
    .kontakt_agent_input {
        width: 100%;
        padding: 12px 15px;
        border: 1.5px solid #e0e6ed;
        border-radius: 8px;
        font-size: 15px;
        color: #333;
        transition: all 0.3s ease;
        box-sizing: border-box;
        outline: none;
    }

    .kontakt_agent_input:focus {
        border-color: #00233d;
        box-shadow: 0 0 0 4px rgba(0, 35, 61, 0.05);
    }

    /* Textarea specifično */
    textarea.kontakt_agent_input {
        resize: vertical;
        min-height: 110px;
        font-family: inherit;
    }

    /* Gumb za slanje */
    .kontakt_agent_submit {
        width: 100%;
        background: #00233d;
        color: #ffffff;
        border: none;
        padding: 16px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .kontakt_agent_submit:hover {
        background: #004070;
    }

    /* Razmaci (umjesto tvojih height_10) */
    .kontakt_agent_spacer {
        height: 10px;
    }

.agent-card {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 20px;
        margin-top: 25px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .agent-photo {
        width: 80px;
        height: 80px;
        background: #00233d;
        border-radius: 50%;
        margin: 0 auto 15px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    .agent-name {
        color: #00233d;
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 5px;
        display: block;
    }

    .agent-title {
        color: #888;
        font-size: 0.85rem;
        margin-bottom: 15px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .agent-contact-info {
        text-align: left;
        border-top: 1px solid #f4f4f4;
        padding-top: 15px;
    }

    .agent-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #444;
        font-size: 0.95rem;
        margin-bottom: 10px;
        transition: 0.2s;
    }

    .agent-link:hover {
        color: #00233d;
    }

    .agent-icon {
        width: 24px;
        margin-right: 10px;
        color: #00233d;
        font-size: 1.1rem;
    }

    .agent-footer {
        margin-top: 15px;
        font-size: 0.8rem;
        color: #b89150; /* Zlatna/brončana za Platinum team */
        font-weight: bold;
        font-style: italic;
    }


/* Glavni kontejner */
    .platinum-property-details {
        color: #333;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px;
    }

    /* Naslov i lokacija */
    .property-header {
        margin-bottom: 25px;
        border-bottom: 2px solid #f4f4f4;
        padding-bottom: 15px;
    }

    .property-header h1 {
        color: #00233d; /* Tvoja plava */
        margin: 0;
        font-size: 2rem;
    }

    .property-location {
        color: #888;
        font-size: 1rem;
		font-weight: 600;
        margin-top: 5px;
    }

    /* Glavni layout: Slike lijevo, Info desno */
    .property-main-content {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 350px; /* Popravljeno da slider ne bježi */
        gap: 30px;
    }

    /* MODERNA GALERIJA - SLIDER */
    .property-gallery {
        background: #eee;
        border-radius: 8px;
        overflow: hidden;
        position: relative;
    }

    .mainSwiper {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .mainSwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: zoom-in;
    }

    .thumbSwiper {
        height: 80px;
        margin-top: 10px;
        box-sizing: border-box;
        padding: 5px 0;
    }

    .thumbSwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        cursor: pointer;
    }

    .thumbSwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .thumbSwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        border: 2px solid transparent;
    }

    .thumbSwiper .swiper-slide-thumb-active img {
        border-color: #00233d;
    }

    /* Sidebar s cijenom i ključnim info */
    .property-sidebar {
        background: #f9f9f9;
        padding: 25px;
        border-radius: 8px;
        border: 1px solid #eee;
        height: fit-content;
    }
	
	/* Miče okvir/prijelaz koji ostane nakon klika na sliku */
	.mainSwiper a, 
	.mainSwiper a:focus, 
	.mainSwiper a:active {
		outline: none !important;
		box-shadow: none !important;
		-webkit-tap-highlight-color: transparent; /* Za mobitele */
	}

	/* Dodatno za svaki slučaj da slike ne dobiju plavi rub u nekim browserima */
	.mainSwiper img {
		border: none;
		outline: none;
	}
	
	/* Ovo sprječava da se na mobitelu slike "razliju" */
    .property-left {
        min-width: 0; 
        width: 100%;
        overflow: hidden;
    }

    .mainSwiper {
        width: 100%;
        aspect-ratio: 16 / 9; /* Drži sliku u formatu, da ne skače */
        border-radius: 8px;
        background: #000;
    }

    .mainSwiper .swiper-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover; /* KLJUČNO: slika se ne rasteže nego se reže po okviru */
    }

    .thumbSwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .property-price {
        font-size: 1.8rem;
        font-weight: bold;
        color: #00233d;
        margin-bottom: 20px;
    }

    .quick-info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 25px;
    }

    .info-item {
        font-size: 0.9rem;
    }

    .info-item strong {
        display: block;
        color: #00233d;
        font-size: 1rem;
    }

    /* Gumb za kontakt */
    .btn-contact {
        display: block;
        width: 100%;
        background: #00233d;
        color: #fff;
        text-align: center;
        padding: 15px;
        text-decoration: none;
        border-radius: 6px;
        font-weight: bold;
        transition: 0.3s;
    }

    .btn-contact:hover {
        background: #004070;
    }

    /* Opis nekretnine */
    .property-description {
        margin-top: 30px;
        line-height: 1.8;
    }

    .property-description h3 {
        color: #00233d;
        border-left: 4px solid #00233d;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    /* Specifikacije (tablica/lista) */
    .specs-list {
        background: #fff;
        padding: 0px 0;
    }

    .spec-row {
        padding: 8px 0;
        border-bottom: 1px solid #f0f0f0;
		float: left;
        justify-content: space-between;
        padding-right: 20px;
    }

    /* Mobitel layout */
    @media (max-width: 992px) {
        .property-main-content {
            grid-template-columns: 1fr;
        }
        .property-sidebar {
            order: 1;
			margin-top: -50px;
        }
    }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #67b0d1;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 90px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

@media only screen and (min-width: 300px) and (max-width: 768px) { 
#header {
  transition: all 0.5s;
  z-index: 197;
  transition: all 0.5s;
  padding: 0px 0;
  background-color: #08273C;
  height:72px;
}
}
@media only screen and (min-width: 769px)  { 
#header {
  transition: all 0.5s;
  z-index: 197;
  transition: all 0.5s;
  padding: 0px 0;
  background-color: #08273C;
}
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background-color: #03293C;
  padding: 0;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0; 
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 0px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  background: rgba(255, 255, 255, 0.2);
}

.nav-menu a {
  display: block;
  position: relative;
  color: #2f4d5a;
  padding: 20px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.header-scrolled .nav-menu > ul > li {
  background: none;
}

.header .nav-menu > ul > li {
  background: none;
}
.header .nav-menu a {
  color: #fff;
   
}

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

.header-scrolled .nav-menu a:hover, .header-scrolled .nav-menu .active > a, .header-scrolled .nav-menu li:hover > a {
   background: rgba(255, 255, 255, 0.2);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 120px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  color: #08273C;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #67b0d1;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 198;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 199;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2f4d5a;
  font-size:18px;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #67b0d1;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 197;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 48, 56, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/slano.jpg") top center;
  background-size: cover;
  background-position:center;
  position: relative;
  margin-bottom: -90px;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-image: linear-gradient(#f4f9fc, #ffffff);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (min-width: 300px) and (max-width: 768px) { 
.section-title h2 {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  white-space: normal!important;
  margin-bottom: 25px;
  color: #2f4d5a;
  z-index: 2;
}
}
@media only screen and (min-width: 769px)  { 
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  white-space: normal!important;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}
}
 

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #67b0d1;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 72, 134, 0.8), rgba(53, 109, 158, 0.8)), url("../../images/wave.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(53, 109, 158, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(53, 109, 158, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #67b0d1 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  /*content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);*/
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #67b0d1 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 880px) { 
.max_height_slike { min-height:245px; }
.max_height_height { max-height:300px!important; width:auto!important; }
}
@media only screen and (min-width: 881px)  {
.max_height_slike { min-height:400px; }
.max_height_height { max-height:600px!important; width:auto!important; }
}

@media only screen and (min-width: 300px) and (max-width: 768px) { 
.prikazuj_objekte { cursor:pointer; height:200px; position:relative; margin-top:2px; }
.height_objekti { height:200px!important; }
}
@media only screen and (min-width: 769px)  { 
.prikazuj_objekte { cursor:pointer; float:left; width:33.33%; height:250px; position:relative; margin-top:2px; }
.height_objekti { height:250px!important; }
.height_desktop { height: 20px; }
}

@media only screen and (min-width: 300px) and (max-width: 768px) { 
.prikazuj_desktop { display:none; }
.prikazuj_mobile { display:block; }
.width_100 { width: 100%!important; }
}
@media only screen and (min-width: 769px)  { 
.prikazuj_desktop { display:block; }
.prikazuj_mobile { display:none; }
}

.crna_trensparent { 
 	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #111111 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(100%, #111111));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #111111 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #111111 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #111111 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #111111 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0); }


/*--------------------------------------------------------------
# FLOAT LEFT
# FLOAT LEFT
# FLOAT LEFT
--------------------------------------------------------------*/

@media only screen and (min-width: 300px) and (max-width: 768px) { 
.float_left_50_right { float:right; width:100%; margin-bottom:10px; }
.float_left_50 { float:left; width:100%; margin-bottom:10px; }
.float_left_25 { float:left; width:50%; margin-bottom:10px; }
.float_left_30 { float:left; width:100%; }
.float_left_33 { float:left; width:100%; }
.float_left_70 { float:left; width:100%; margin-top:10px; }
.mobile_height_meni { height:72px; }
.logo_size { height:45px!important; }
}
@media only screen and (min-width: 769px)  {
.float_left_50_right { float:right; width:50%; } 
.float_left_50 { float:left; width:50%; }
.float_left_25 { float:left; width:25%; margin-bottom:10px; }
.float_left_30 { float:left; width:30%; }
.float_left_33 { float:left; width:33%; }
.float_left_70 { float:left; width:65%; margin-right:5%; }
.mobile_height_meni { height:90px; }
.logo_size { height:60px!important; }
}

/*--------------------------------------------------------------
# FLOAT LEFT KRAJ
# FLOAT LEFT KRAJ
# FLOAT LEFT KRAJ
--------------------------------------------------------------*/


@media only screen and (min-width: 300px) and (max-width: 768px) { 
.galerija_slika_slike_div_manje{ float:left; width:46%; margin-left:2%; margin-right:2%; margin-top:10px; }
.galerija_slika_slike { width:100%; }

.text_stranica { color:#2C4854!important; }
.text_stranica div { color:#2C4854!important; }
.text_stranica p { color:#2C4854!important; }
.text_stranica strong { font-weight:600; }

.text_stranica ul { margin:0px; }
.text_stranica ul li { margin-left:25px; }
.mobile_height { margin-bottom:20px; }

}
@media only screen and (min-width: 769px)  { 
.galerija_slika_slike_div_manje{ float:left; width:24%; margin-left:-1%; margin-right:2%; margin-bottom:15px; }
.galerija_slika_slike { width:100%; }

.text_stranica { color:#2C4854!important; }
.text_stranica div { color:#2C4854!important; }
.text_stranica p { color:#2C4854!important; }
.text_stranica strong { font-weight:600; }

.text_stranica ul { margin:0px; }
.text_stranica ul li { list-style-position: inside; padding:0px; margin:0px }
.mobile_height { }

}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #2C4854;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #67b0d1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Glavni CSS za podnožje (Footer) */
        .footer {
            position: relative; /* Bitno za pozicioniranje pseudo-elemenata */
            z-index: 1; 
            padding: 80px 5%;
            color: #ffffff;
            font-size: 16px;
            overflow: hidden; /* Bitno za clip-path ili skew da radi kako treba */
        }
        
        
		.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    /* Koristimo linear-gradient s oštrim prijelazom (hard-stop) pod kutom */
    /* 175deg stvara blagi dijagonalni pad, slično tvom dizajnu */
    background: linear-gradient(175deg, #03293C 75%, #032738 30%);
    
    /* Ako želiš dodatno naglasiti "lom", možemo malo iskriviti element */
    transform: scale(1.2); /* Povećavamo da pokrijemo rubove zbog rotacije */
}


        /* Layout - Replikacija strukture na slici */
        .footer-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 1240px;
            margin: 0 auto;
            position: relative; /* Osigurava da je sadržaj iznad pseudo-elemenata */
            z-index: 2; /* Mora biti veći od z-index pseudo-elemenata */
        }
        .footer-logo-section {
            width: 100%;
            margin-bottom: 30px;
        }
        .footer-logo {
            font-size: 36px;
            font-weight: bold;
            display: inline-block;
        }
        .footer-logo img {
            vertical-align: middle;
            margin-right: 10px;
        }
        .footer-socials {
            display: inline-block;
            float: right; /* Postavljanje desno */
			margin-top: 20px;
        }
        .footer-socials a {
            color: #ffffff;
            font-size: 20px;
            margin-left: 15px;
            opacity: 0.8;
            transition: opacity 0.2s;
        }
        .footer-socials a:hover {
            opacity: 1;
            color: #f0c300; /* Boja brenda za hover */
        }
        .hrdiv {
            border: none;
            height: 1px;
            background-color: #F4F4F4!important;
			position: relative; 
    		z-index: 5; 
            margin: 40px 0 40px 0;
        }
        .footer-column {
            width: 23%;
            min-width: 200px;
            margin-bottom: 20px;
        }
        .footer-column h4 {
            font-size: 16px;
            color: #eeeeee;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 600;
        }
        .footer-column p, .footer-column a, .footer-column li {
            color: #cccccc;
            line-height: 1.8;
            text-decoration: none;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-column a:hover {
            text-decoration: underline;
            color: #ffffff;
        }
        /* Stilizacija za mobilni prikaz */
        @media (max-width: 768px) {
            .footer-column {
                width: 100%;
            }
            .footer-content {
                flex-direction: column;
            }
            .footer-socials {
                float: none;
                display: block;
                text-align: center;
                margin-top: 20px;
            }
        }