/* ---------------------------------------------------------
    * Name: 
    * Version: 2025
    * Author: BIMS Bijeljina
    * Author URI: https://www.bims.dev
	
	* Stringovi
	
    * Reset stilova
	
    * Komponente
	
    * Vidžeti
	
	Header
	Footer
	Tabs
	Button
	Range-slider
	Form
	Slider
	Pop-up
	Dashboard
	Blog
	Testimonial
	Accordion
	Map
	Nice-select
	Animation
	Color-themes
	
    * section
	
    * Responsive
------------------------------------------------------------------------------ */
/*--------- Stringovi ---------- */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
	--bg-body-color: #1f2124;
	--svijetla-pozadina: #fdfeff;
	--Black: #000000;
	--White: #ffffff;
	--Text-white: #ffffff;
	--Text: #5c5e61;
	--IkonicaDugme: rgba(255, 255, 255, 0.5);
	--Text-2: #161e2d;
	--Text-3: rgba(44, 46, 51, 0.6);
	--Text-4: rgba(44, 46, 51, 0.5);
	--Text-5: rgba(44, 46, 51, 0.5);
	--Heading: #2c2e33;
	--Heading-2: rgba(44, 46, 51, 0.5);
	--Note: #a8abae;
	--Note-2: #8e8e93;
	--Primary: #1877f2;
	--Primary-smjestaj: #f1913d;
	--Sub-primary-1: #f0f5fb;
	--Sub-primary-2: rgba(24, 119, 242, 0.15);
	--Sub-primary-3: rgba(24, 229, 242, 0.1);
	--shadown: rgba(24, 119, 242, 0.12);
	--Secondary: #2c2e33;
	--Color-1: #06a788;
	--Color-2: #f2695c;
	--Color-3: #c79e34;
	--Color-4: #7695ff;
	--Color-5: #1563df;
	--Color-6: #fdefe2;
	--Color-7: #25c55b;
	--Color-8: #ffa920;
	--Line: #ececec;
	--Line-tamnija: #cecece;
	--border: rgba(255, 255, 255, 0.1);
	--border-2: rgba(255, 255, 255, 0.8);
	--border-3: rgba(255, 255, 255, 0.5);
	--border-4: rgba(255, 255, 255, 0.6);
	--border-5: rgba(255, 255, 255, 0.7);
	--ticker-vijesti-bg: #f0f5fb;
	--glavni-meni-bg: rgb(255 255 255 / 80%); 
	--smjestaj-ikonice-pozadina: #f8f8f8;
	--procitaj-vise-fade: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	
}

.naslovdodatnapolja{
    border-top: 1px solid var(--Line);
}

/*---------- Reset stilova ----------- */


.section-agency-layout .title-heading {
		font-size: 40px;
    line-height: 50px;
	}

/* MOBILNI MENI SCROLL */

/* default: sakriven na desktopu */
.mobile-scroll-row{ display:none; }

@media (max-width: 1093px){
  .mobile-scroll-row{ display:block; }
  


  .mobile-scroll-nav{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
scroll-behavior: smooth;
    background: var(--glavni-meni-bg);
	
  }
  .mobile-scroll-nav::-webkit-scrollbar{ display:none; }

  .mobile-scroll-list{
    display:flex;
    gap:22px;
    margin:0;
    padding:0;
    list-style:none;
    white-space:nowrap;
  }

  .mobile-scroll-list a{
   display: inline-flex;
    align-items: center;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: var(--glavni-meni-bg);
    /* font-size: 12px; */
    letter-spacing: 0.5px;
    font-family: Rubik,sans-serif;
	
  }
 
  .mobile-scroll-list a.is-active{

	border-bottom-width: 3px;
    border-bottom-style: solid;
	border-bottom-color: var(--Primary);
	font-weight: 600
  }
}


@media (max-width: 1093px){
  .mobile-scroll-nav{ padding-left: 15px; padding-top: 2px;}
}


/*--- KLUB--- */

.naslovtemeKlubNaslovna {
	font-size: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--Line);
    padding-bottom: 15px;
	
}

.ultazmakdogadjaji .box-house {
	margin-bottom:15px;
}


.vrijemedogadjaja {
	font-size:17px;
	
}


/* Mobile collapse za opis */
@media (max-width: 767px) {
	
	/* kontejner koji kolapsiramo */
	.wg-property .content.opis-collapsed {
		position: relative;
		max-height: 400px;     /* prag koji si tražio */
		overflow: hidden;
	}
	
	/* fade overlay na dnu */
	.wg-property .content.opis-collapsed::after {
		content: "";
		position: absolute;
		left: 0; right: 0; bottom: 0;
		height: 90px;
		
		/* prilagodi boju pozadine ako ti nije bijela */
		background: var(--procitaj-vise-fade);
		pointer-events: none;
	}
	
	/* dugme */
	.wg-property .opis-toggle {
		margin-top: 10px;
		width: 100%;
		border-radius: 12px;
		padding: 10px 12px;
		border: 1px solid var(--Line);
		background: transparent;
		color: var(--Heading);
		font-weight: 600;
	}
	
	/* opcionalno: malo “inline” ikonice */
	.wg-property .opis-toggle::after {
		content: "keyboard_arrow_down";
		font-family: "Material Symbols Rounded";
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		margin-left: 6px;
		vertical-align: middle;
	}
	
	/* kad je expanded */
	.wg-property .content.opis-expanded {
		max-height: none;
		overflow: visible;
	}
	.wg-property .content.opis-expanded::after {
		display: none;
	}
	.wg-property .opis-toggle[aria-expanded="true"]::after {
		content: "keyboard_arrow_up";
	}
	
	/* smanji animacije ako user preferira */
	@media (prefers-reduced-motion: no-preference) {
		.wg-property .content {
			transition: max-height .25s ease;
		}
	}
}


.wrap-categories-sw .avatar {
	width: 74px;
    height: 74px;
    border-radius: 999px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--Line);
    padding: 6px;
}


.title-smjestaj {
	margin-bottom: 10px;
}

.viktornagrada {
	background-color: var(--White);
    padding: 8px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
	border-radius: 16px;
}	

.viktornagrada img {
    border-radius: 50%;
    width: 30px;
}	



.smjestajvazno{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 14px;
	align-items: stretch;
}

.smjestajvazno > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 6px;
	padding: 10px 8px;
	border-radius: 12px; /* opcionalno */
	border: 1px solid var(--Line);
	color: var(--Heading) !important;
	background: var(--smjestaj-ikonice-pozadina);
}

/* ikonice */
.smjestajvazno > div .material-symbols-rounded{
	font-size: 26px;
	line-height: 1;
	color: var(--Primary-smjestaj);
}

/* label */
.smjestajvazno > div span:nth-child(2){
	font-size: 13px;
	opacity: .75;
	line-height: 1.2;
}

/* vrijednost */
.smjestajvazno > div span:nth-child(3){
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}



/* Mali ekrani: bez preloma, horizontalni scroll */
@media (max-width: 767px){
	.smjestajvazno{
		grid-template-columns: none;              /* ugasi auto-fit kolone */
		grid-auto-flow: column;                  /* slaži u kolone (jednu do druge) */
		grid-auto-columns: 130px;                /* sve kartice iste širine */
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;                     /* malo prostora za scrollbar */
		scroll-snap-type: x mandatory;           /* opciono: “snap” */
	}
	
	.smjestajvazno > div{
		scroll-snap-align: start;                /* opciono */
	}
}

/* (opciono) uljepšaj scrollbar */
.smjestajvazno{
	scrollbar-width: thin;                     /* Firefox */
}
.smjestajvazno::-webkit-scrollbar{
	height: 6px;
}


/* smjestajvaznoLR (ikonica lijevo, tekst desno)
=============================================================================== */
.smjestajvaznoLR{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
	align-items: stretch;
}

.smjestajvaznoLR > div{
	display: flex;
	flex-direction: row;         /* L-R */
	align-items: center;
	gap: 10px;
	
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid var(--Line);
	color: var(--Heading) !important;
	background: var(--ticker-vijesti-bg);
}

/* ikonica */
.smjestajvaznoLR > div .material-symbols-rounded{
	font-size: 26px;
	line-height: 1;
	flex: 0 0 auto;
}

/* label + value desno (2. i 3. span) */
.smjestajvaznoLR > div span:nth-child(2),
.smjestajvaznoLR > div span:nth-child(3){
	display: block;              /* da budu jedno ispod drugog */
	line-height: 1.2;
}

/* label */
.smjestajvaznoLR > div span:nth-child(2){
	font-size: 13px;
	opacity: .75;
}

/* vrijednost */
.smjestajvaznoLR > div span:nth-child(3){
	font-size: 14px;
	font-weight: 500;
}

/* Mali ekrani: bez preloma, horizontalni scroll */
@media (max-width: 767px){
	.smjestajvaznoLR{
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: 170px;          /* sve kartice iste širine */
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
		scroll-snap-type: x mandatory;
	}
	
	.smjestajvaznoLR > div{
		scroll-snap-align: start;
	}
}

/* (opciono) uljepšaj scrollbar */
.smjestajvaznoLR{
	scrollbar-width: thin;
}
.smjestajvaznoLR::-webkit-scrollbar{
	height: 6px;
}


.parking-smjestaj {
	background: #0179c0;
    line-height: 1;
    color: #fff;
    padding: 3px 3px 1px 4px;
    border-radius: 4px;
}

.border-wiktor-prijedlog {
	white-space: pre-wrap;
    min-height: 80px;
    border: 1px solid var(--Line);
    background-color: var(--svijetla-pozadina);
    padding: 20px;
    border-radius: 16px;
}



/* Omotač oko textarea + dugme kod dodavanje oglasa u administraciji */ 
.textarea-with-preview {
    position: relative;
}

/* Tekstarea dobije malo više donjeg paddinga da ne “gazi” dugme */
.textarea-with-preview textarea {
    padding-bottom: 42px; /* prilagodi po potrebi */
    resize: vertical;     /* ako želiš da i dalje može da se ručno širi */
}

/* Dugme "Pregled" – vizuelno unutar textarea, donji lijevi ugao */
.btn-preview-inside {
	position: absolute !important;
    right: 16px;
    left: auto;
    bottom: 10px;
    padding: 0;
    border: none;
    background: none;
    font-size: 14px !important;
    line-height: 1;
	
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    gap: 4px;
	
}







.badge-cijena-po-m2 {
    padding: 8px 10px;
    line-height: 19.6px;
    border-radius: 99px;
    border: 1px solid var(--Line);
    font-size: 15px;
    vertical-align: middle;
    background: var(--Sub-primary-1);
    color: var(--Heading);
}


.badge-cijena-po-m2-mala {
	background: #00000059;
    padding: 3px 8px 4px 8px;
    border-radius: 7px;
    margin-left: -8px;
    font-size: 13px;
}



/*dogadjaji */
/* Kontejner slike da bude referenca za absolute elemente */
.event-card-image {
    position: relative;
    overflow: hidden; /* već vjerovatno imaš, ali ne škodi */
}

/* Osnovni stil za značku datuma (okrugli krug) */
.event-date-badge {
    position: absolute;
    top: 12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6); /* default, prepišemo po tipu */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
}

/* Početni datum (kao stari lijevi krug) */
.event-date-badge-start {
    left: 12px;
    background: var(--Primary); /* možeš staviti var(--Primary) ako želiš */
}

/* Završni datum (kao stari desni krug) */
.event-date-badge-end {
    left: 72px; /* ~60px + 12px razmaka, kao stari left:65px */
	background: rgb(24 119 242 / 47%);
}

/* Dan u znački */
.event-date-day {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
}

/* Mjesec u znački */
.event-date-month {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 2px;
}

/* Tekst "do" između dva kruga */
.event-date-range-label {
    position: absolute;
    top: 32px;
    left: 70px; /* fino između dva kruga */
    transform: translateX(0);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ZAVRŠENO badge u gornjem desnom uglu */
.event-status-badge {
    position: absolute;
    bottom: 18px;
    right: 16px;
    background: #dd6b6b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 7px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.2;
}

/* Po želji: malo smanji na manjim ekranima */
@media (max-width: 575px) {
    .event-date-badge {
        width: 52px;
        height: 52px;
        top: 8px;
	}
    .event-date-badge-end {
        left: 66px;
	}
    .event-date-day {
        font-size: 18px;
	}
    .event-date-month {
        font-size: 10px;
	}
    .event-date-range-label {
        top: 28px;
        left: 64px;
        font-size: 11px;
	}
}


.trembling-icon {
	/* Necessary for transforms to work correctly on inline elements like <i> or <span> */
	display: inline-block; 
	/* Apply the animation */
	animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) infinite;
	/* Optimization to prevent minor rendering glitches in some browsers */
	transform: translate3d(0, 0, 0); 
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	/* Define the movement at different stages of the animation */
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
	10% { transform: translate3d(0px, 0px, 0) rotate(-5deg); }
	50% { transform: translate3d(0px, 0px, 0) rotate(5deg); }
	90% { transform: translate3d(0px, 0px, 0) rotate(0deg); }
}


/*---------- Fix za gogole material ikonice da se ne razvuku previše dok nisu učitane ----------- */

.material-symbols-rounded {
	/*
		max-width: 40px !important;
		overflow: hidden !important;
		display: inline-block;
	*/
} 


.ikonicanaslova-frontend-size {
	  font-size: 12px;
}

.tekstnaslova-frontend-size {
	  font-size: 18px;
}

.ikonicanaslova {
	background: var(--Sub-primary-2);
    padding: 9px;
    border-radius: 10px;
    font-size: 20px;
}

.ikonicanaslova-smjestaj {
    padding: 9px;
    border-radius: 10px;
    font-size: 30px;
    border: 1px solid var(--Line);
    font-weight: 300;
	color: var(--Primary-smjestaj);
}

.ikonicanaslova-frontend {
	background: var(--Primary);
	color:#ffffff;
    padding: 9px;
    border-radius: 50px;
  
	
}

.ikonica-cijena-ulaznice{
	background: var(--ticker-vijesti-bg);
    color: var(--Heading);
    padding: 9px;
    border-radius: 50px;
    font-size: 20px;
}

.ikonicanaslova-frontend-crveno {
	background: var(--Color-2);
	color:#ffffff;
    padding: 9px;
    border-radius: 50px;
 
	
}




.ikonicanaslova-frontend-ljubicasto {
	background: #ad2ce4;
	color:#ffffff;
    padding: 9px;
    border-radius: 50px;
  
	
}

.ikonicanaslova-frontend-narandzasto {
	background: var(--Primary-smjestaj);
	color:#ffffff;
    padding: 9px;
    border-radius: 50px;
  
	
}


.ikonicanaslova-frontend-zuto {
	background: var(--Color-8);
	color:#ffffff;
    padding: 9px;
    border-radius: 50px;
  
	
}

.ikonicanaslova-frontend-zeleno {
	background: #4fa100;
	color:#ffffff;
    padding: 9px;
    border-radius: 50px;
   
	
}




/*---------- javna pitanja ----------- */
.reviews-list .review-card {
	border-bottom: 1px solid var(--Line);
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 6px;
}

/* âœ… Efekat na hover */
.reviews-list .review-card:hover {
	background-color: rgba(0, 0, 0, 0.04); /* diskretna svijetlosiva pozadina */
	
}

.reviews-list .review-card:last-child {
    border-bottom: none;
}

.reviews-list .komentar-kupca,
.reviews-list .owner-answer,
.reviews-list .no-answer {
    font-size: 15px;
}



.my-listings-ikonice {
	font-weight: 100 !important;
	font-size: 20px !important;
}


/* -----------------------------
	BDBOX dropdown / kebab menu
------------------------------ */

.bdbox-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.bdbox-dropdown-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	border: 1px solid var(--Line-tamnija);
	background: transparent;
	border-radius: 10px;
	cursor: pointer;
	padding: 0;
	line-height: 0;
	transition: background .15s ease, border-color .15s ease;
}

.bdbox-dropdown-toggle:hover {
	background: rgba(0,0,0,.06);
}

.bdbox-dropdown-toggle:focus {
	outline: none;
	box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
}

.bdbox-dropdown-toggle .material-symbols-rounded {
	font-size: 20px;
}

/* menu */
.bdbox-dropdown-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 190px;
	background: var(--White);
	border: 1px solid var(--Line-tamnija);
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	padding: 6px;
	z-index: 32;
	
	opacity: 0;
	transform: translateY(-6px) scale(.98);
	pointer-events: none;
	transition: opacity .12s ease, transform .12s ease;
}

/* open state */
.bdbox-dropdown.open .bdbox-dropdown-menu {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

/* items */
.bdbox-dropdown-item {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	padding: 8px 10px;
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.2;
	white-space: nowrap;
}

.bdbox-dropdown-item:hover {
	background: rgba(0,0,0,.06);
}

.bdbox-dropdown-item .material-symbols-rounded {
	font-size: 18px;
	opacity: .85;
}

/* separator */
.bdbox-dropdown-sep {
	height: 1px;
	background: var(--Line-tamnija);
	margin: 6px 4px;
	opacity: .7;
}

/* danger item */
.bdbox-dropdown-item.danger {
	color: #b3261e;
}
.bdbox-dropdown-item.danger:hover {
	background: rgba(179,38,30,.08);
}


/* =========================================================
	MY-LISTINGS – FILTER BAR (sort + status + grupa + search)
========================================================= */

/* Glavni kontejner svih filtera */
.right.right-filters,
.right-filters{
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-wrap: nowrap;     /* desktop: sve u jednoj liniji */
}

/* Wrapper za "sekundarne" kontrole: Grupa + Search */
.right-filters .right-secondary{
	display: flex;
	align-items: center;
	gap: .5rem;
	flex: 1 1 auto;        /* da može širiti search */
	min-width: 0;
}

/* =========================
	SEGMENTED (radio dugmići)
========================= */

.segmented{
	display: inline-flex;
	border: 1px solid var(--Line-tamnija);
	border-radius: 10px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: .5rem; /* tvoj original */
}

.segmented .seg-btn{
	border: 0;
	background: transparent;
	padding: 0.8rem 0.9rem;
	font-weight: 600;
	font-size: .9rem;
	cursor: pointer;
	line-height: 0;
	white-space: nowrap;
}

.segmented .seg-btn:hover{
	
	background: #1877f21f;
	
}

.segmented .seg-btn + .seg-btn{
	border-left: 1px solid var(--Line-tamnija);
}

.segmented .seg-btn.active{
	background: #1877f291;
	color: #fff;
}

.segmented .seg-btn:focus{
	outline: none;
	box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
}

/* Pošto koristimo flex gap, poništi margin-right da ne duplira razmak */
.right-filters .segmented{
	margin-right: 0;
}

/* =========================
	GRUPE SELECT (nice-select)
========================= */

.right-filters .list-group-filter{
	flex: 0 0 auto;
	min-width: 180px;   /* po želji */
	max-width: 260px;
	height: 38px;
    border-radius: 10px;
    padding-top: 10px;
}

.list-group-filter .nc-separator {
    border-top: 1px solid var(--Line-tamnija, #ddd);
    margin: 4px 0;
    pointer-events: none;
}


/* Ako želiš da select bude iste visine kao input:
	.right-filters .list-group-filter .current{
	display:flex;
	align-items:center;
	height:38px;
	}
*/

/* =========================
	SEARCH INPUT + CLEAR (X)
========================= */

.search-wrap{
	position: relative;
	display: inline-block;
	width: 100%;
}

.search-wrap input{
	padding-right: 2rem;
	width: 100%;
}

/* search X */
.search-clear{
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	font-size: 1.2rem;
	line-height: 1;
	opacity: .6;
	cursor: pointer;
	padding: 0;
}

.search-clear:hover{
	opacity: 1;
}

/* Search forma neka raste u širinu */
.right-filters .listings-search-form{
	flex: 1 1 260px;
	min-width: 220px;
}

/* =========================================================
	RESPONSIVE – mali ekrani
	Sort+Status gore, Grupa+Search dole jedno pored drugog
========================================================= */

@media (max-width: 768px){
	
	.right.right-filters,
	.right-filters{
		flex-wrap: wrap;     /* dozvoli prelazak u drugi red */
		gap: .5rem;
	}
	
	/* Sekundarne kontrole idu u novi red kao cjelina */
	.right-filters .right-secondary{
		width: 100%;
		order: 2;
	}
	
	.right-filters .segmented-sort,
	.right-filters .segmented-status{
		order: 1;
	}
	
	/* Na malom ekranu grupa + search ostaju jedno pored drugog */
	.right-filters .list-group-filter{
		flex: 1 1 140px;
		min-width: 140px;
		max-width: none;
	}
	
	.right-filters .listings-search-form{
		flex: 1 1 180px;
		min-width: 160px;
	}
}

/* Ako hoćeš još agresivnije slaganje na baš uskim ekranima */
@media (max-width: 420px){
	.right-filters .right-secondary{
		flex-wrap: wrap;
	}
	.right-filters .list-group-filter,
	.right-filters .listings-search-form{
		flex: 1 1 100%;
		min-width: 0;
	}
}


/* ===== Search control in filter bar ===== */
.search-control{
	display:flex;
	align-items:center;
	gap:.5rem;
}

/* lupa dugme */
.search-toggle{
	width:38px;
	height:38px;
	border:1px solid var(--Line-tamnija);
	border-radius:10px;
	background:transparent;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	line-height:0;
}
.search-toggle.active{
	background:#1877f291;
	color:#fff;
}

/* panel ispod filtera */
.search-panel{
	flex-basis:100%;
	width:100%;
	display:none;
	
}

.poljepretraga {
	height: 38px !important;
	border-radius: 10px !important;
}


.search-panel.open{ display:block; }

/* search X u inputu */
.search-wrap{ position:relative; display:block; }
.search-wrap input{ padding-right:2rem; width:100%; }

.search-clear{
    width: 22px;
    height: 22px;
    line-height: 0px;
    text-align: center;
    background: var(--Primary);
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    opacity: .7;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}
.search-clear:hover{ opacity:1; }


.filters-summary{
	margin-bottom:10px;
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	align-items:center;
	font-size:.9rem;
}

.filters-count{
	opacity:.8;
}

.filters-chips{
	display:flex;
	flex-wrap:wrap;
	gap:.4rem;
}

.filters-chips .chip{
	display:inline-flex;
	align-items:center;
	gap:.35rem;
	padding:.18rem .55rem;
	border:1px solid var(--Line-tamnija);
	
	border-radius:10px;
	line-height:1.2;
	white-space:nowrap;
}

.filters-chips .chip-x{
	overflow: hidden;
    border: none;
    display: inline-block;
	
    font-size: 13px;
    font-size: 22px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: .15s background;
    line-height: 15px;
    padding: 2px;
}

.filters-chips .chip-x:hover{
	opacity:1;
}




/* Dropdown opcije: labela levo, iznos desno u Dijelu Narudžbe*/
#filter-status + .nice-select .list .option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}
#filter-status + .nice-select .list .option .ns-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#filter-status + .nice-select .list .option .ns-amount {
	margin-left: auto;
	text-align: right;
	font-variant-numeric: tabular-nums;
	min-width: 7.5em;        /* fiksna širina da cifre “stoje” u koloni */
	opacity: .85;
}

/* Zatvoreni prikaz (current) takođe dvokolonski */
#filter-status + .nice-select .current {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .5rem;
}
#filter-status + .nice-select .current .ns-amount {
	margin-left: auto;
	text-align: right;
	font-variant-numeric: tabular-nums;
	min-width: 7.5em;
	opacity: .85;
}


.ikonicavrijemenarudzba {
	font-size: 17px !important;
    line-height: inherit !important;
}

.adresazadostavu {
	
    background-color: var(--svijetla-pozadina);
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
    border-radius: 16px;
	border: 1px solid var(--Line);
}

/* dodatne opcije u prikazu uglasa */
.chipOpcije-group {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-top: .5rem;
}
.chipOpcije { position: relative; }

.chipOpcije input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	inline-size: 0;
	block-size: 0;
}

.chipOpcije-label {
	display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid var(--Line);
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
    line-height: 1.1;
    white-space: nowrap;
}

.chipOpcije-price {
	font-weight: 500;
	opacity: .5;
}

.chipOpcije input[type="radio"]:focus + .chipOpcije-label {
	outline: 2px solid rgba(13,110,253,.25); /* suptilan focus */
	outline-offset: 2px;
}

.chipOpcije input[type="radio"]:checked + .chipOpcije-label {
	background: rgba(13,110,253,.08);     /* svijetla primarna pozadina */
	border-color: #0d6efd;                /* primarna bordura */
	color: #0d6efd;                       /* primarni tekst */
}

.chipOpcije-group.is-invalid .chipOpcije-label { border-color: #dc3545; }
.invalid-feedback.radio { font-size: 15px; }




.dodatneopcijeoglasa {
	border-bottom: 1px solid var(--Line-tamnija);
    padding-bottom: 20px;
}

#ukljucenaonlineprodaja {
	/*	background: #28d08405;*/
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #4cc98e4a;
    margin-bottom: 15px;
}


#chosenCatBadge .edit-icon { margin-left: .375rem; font-size: 15px;  vertical-align: text-top;}


/* Izbor kategorija kod dodavanja oglasa */
.cat-picker{
	/* podesive varijable */
	--cat-accent: #0d6efd;        /* primarna */
	--cat-text:   #111;
	--cat-muted:  #6c757d;
	--cat-bg:     #fff;
	--cat-hover:  #f5f7fb;
	--cat-active-bg:    #e9f2ff;
	--cat-active-border:#b6d4fe;
	--cat-border: #e5e7eb;
}

/* Kartice akordeona */
.cat-picker #catsAccordion .accordion-item{
	border: unset;
	background-color: unset;
    margin-bottom: 10px;
    overflow: hidden;
}
.cat-picker #catsAccordion .accordion-header .accordion-button{
	background: unset;
    color: var(--Heading);
    padding: 10px 0px;
    box-shadow: none;
    font-size: 16px;
	
}

.cat-picker #catsAccordion .accordion-header .accordion-button:hover{
	
    color: var(--Primary);
	
}

.cat-picker #catsAccordion .accordion-button:not(.collapsed){
	background: unset;
	color: var(--Primary);
	font-weight: 700 !important;
}
.cat-picker #catsAccordion .accordion-item.premium-root .accordion-button{
	font-size:16px;   /* veći naslov za premium */
	font-weight:500;
	letter-spacing:.2px;
	background: unset;
}
.cat-picker #catsAccordion .accordion-body{
	padding:8px 10px;
}

/* Lista podkategorija */
.cat-picker .list-group{
	display:flex;
	flex-direction:column;
	gap:4px;
}
.cat-picker .list-group-item{
	
    padding: 8px 10px;
	background: unset;
    transition: background .15s, border-color .15s;
	border-bottom: 1px solid var(--Line);
	color: var(--Heading);
	font-size: 15px;
}
.cat-picker .list-group-item:hover{
	background: var(--Primary);
	border-color: unset;
	color: #fff;
	border-bottom: 1px solid var(--Line);
}
.cat-picker .list-group-item.active{
	background: var(--Primary);
	border-color: unset;
	border-top-width: 0;
	color: #fff;
	border-bottom: 1px solid var(--Line);
}

/* Ikonica lock u stavci */
.cat-picker .list-group-item .material-symbols-rounded{
	font-size:18px;
	color:var(--cat-muted);
}

/* Dugme “Prikaži sve kategorije” (targetirano po ID-u da ne diraš globalni .btn) */
.cat-picker #btnShowAllCats{
	margin-top:4px;
	border-radius:999px;
	padding:6px 12px;
	font-weight:600;
}

/* Blagi reveal efekat za dodatne kategorije */
.cat-picker #catsOtherWrap{
	animation: cats-reveal .2s ease-in;
}
@keyframes cats-reveal {
	from { opacity:0; transform:translateY(-4px) }
	to   { opacity:1; transform:none }
}

/* Tanki lijevi border za uvučene grane */
.cat-picker .border-start{
	border-color: var(--cat-border) !important;
}

/* (opciono) bedž sa izabranom kategorijom van modala */
.cat-picker #chosenCatBadge{
	background:#eef5ff;
	color:var(--cat-accent);
	border:1px solid var(--cat-active-border);
}

/* Responsive sitnice */
@media (max-width: 576px){
	
	.cat-picker .list-group-item{
		padding:7px 9px;
	}
	
	
	
}


/*------ help dugmic -----*/
.helpdugmic {
	font-size: 16px !important;
    border-radius: 12px;
    cursor: pointer;
    color: #a7a7a7;
}

/* cijeli red zauzima 100%, bez prelamanja u novi red */
/* Neka cijela grupa zauzme 100% širine; input je fluidan */
.price-group {
	width: 100%;
}

.price-group .form-control {
	flex: 1 1 auto;   /* raste/skuplja se */
	min-width: 0;
}

/* Dugmići su u istom redu, visina se automatski poravna sa inputom */
/* dugmad u sklopu input-group-a: ista visina kao input + vert. centriranje teksta */
.price-group .btn-price{
	display:flex;
	align-items:center;       /* vertikalno centriranje */
	justify-content:center;   /* horizontalno centriranje */
	white-space: normal;      /* smije prelom u 2 reda na uskim ekranima */
	line-height: 1.2;
	padding: .375rem .6rem;   /* kompaktnije */
	font-size: 13px;
}



/* vizuelni lock za readonly stanje (izgleda kao disabled) */
#listing-price.is-locked[readonly]{
	background-color:var(--White);
	cursor:pointer;          /* nagovještaj da se može kliknuti za “otključaj” */
}




/* (opciono) vizuelno spajanje sa inputom — tanji “razmak” između */
.price-group .btn-price {
	border-left-width: 0;        /* spoji ivice s prethodnim elementom */
}
.price-group .btn-price:first-of-type {
	border-left-width: 1px;      /* prva odmah do inputa zadrži lijevu ivicu */
}








/*--- dodavanje slika u oglasu----*/
.main-pic-wrap { position: relative; display: inline-block; }
.main-pic-actions { position: absolute; top: 8px; right: 8px; display: flex; gap: 6px; z-index: 1;}
.main-pic-actions .btn { padding: 4px 8px; line-height: 1; }


.img-gallery {
	border-radius: 16px;
    border: 2px dashed var(--Line);
    height: 129px;
    padding: 8px;
	background: var(--svijetla-pozadina, #fafafa);
}

/* skrivanje/otkrivanje */
#sakriti-bez-naslovne { display: none; }
#sakriti-bez-naslovne.show { display: block; }

.img-gallery { display: none; }
.img-gallery.show { display: block; }

/* ====== SCROLLBAR (opciono) ====== */
.box-img-upload::-webkit-scrollbar { width: 8px; }
.box-img-upload::-webkit-scrollbar-thumb { background: #cfd6df; border-radius: 8px; }


/* link neka popuni pločicu */
.box-img-upload .item-upload .image-wrap {
	display: block;
	width: 100%;
	height: 100%;
}

/* disabled dugme */
.item-btn.disabled { pointer-events: none; opacity: .6; }



.okvirmenija {
	position: relative;
	display: inline-block;
}

.brojaciumeniju2 {
	position: absolute;
    top: -6px;
    right: -8px;
    min-width: 20px;
	
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 4px;
    border-radius: 50%;
    
    text-align: center;
	
}

/* po želji: centriraj ikonicu */
.okvirmenija .material-symbols-rounded {
	font-size: 24px;
	vertical-align: middle;
}



.tekstLmenu {
	/*display:none;	*/
}

/* ====== CHAT LAYOUT ====== */

/* Kontejner koji centrira messages-container horizontalno */
#chat-pane {
	display: flex;
	flex-direction: column;
	align-items: center;      /* centrira horizontalno sve unutar chat-pane */
	overflow-y: auto;
	padding: 16px;
	background: var(--svijetla-pozadina, #fafafa);
	border-radius: 16px;
}

/* Ograniči širinu sadržaja poruka */
#messages-container {
	width: 100%;
	max-width: 800px;
}

/* Chat školjka: header (auto), messages (flex:1; overflow), input (auto) */
.chat-shell {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 140px); /* prilagodi po potrebi */
}

/* Lokalni header (opciono) */
.chat-header {
	padding: 12px 16px;
	
}

/* Poruke: skrol samo ovdje */
.chat-messages {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 16px;
	background: #fafafa;
}

/* Input traka (sticky dole) */
.chat-input {
	padding: 12px 0px;
	
	
	position: sticky;
	bottom: 0;
	z-index: 99;
	background-color: var(--White);
}

/* ====== REDOVI I BALONČIĆI ====== */

.msg-row {
	display: flex;
	margin-bottom: 12px;
}

.msg-row.me {
	justify-content: flex-end;    /* red poravnaj desno */
}

.msg-row.them {
	justify-content: flex-start;  /* red poravnaj lijevo */
}

/* Opšti stil balončića */
.bubble {
	max-width: 70%;
	padding: 10px 12px;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/* Moje poruke (desno) */
.bubble-me {
	background: #e7f1ff;
	color: #0b2239;
	border-top-right-radius: 4px; /* “iskošen” ugao */
}

/* Njihove poruke (lijevo) */
.bubble-them {
	background: #ffffff;
	color: #1f1f1f;
	border: 1px solid #ececec;
	border-top-left-radius: 4px;
}

/* Sadržaj i meta */
.bubble .content {
	font-size: 15px;
	line-height: 1.35;
	
	/* --- DODANO: siguran wrap dugačkih nizova --- */
	/*white-space: pre-wrap;         /* poštuje nove redove */
	overflow-wrap: anywhere;       /* moderni soft-wrap */
	word-wrap: break-word;         /* fallback */
	word-break: break-word;        /* WebKit/Edge zaštita */
	hyphens: auto;                 /* lijepsi prijelomi gdje je moguće */
}

.bubble .meta {
	font-size: 12px;
	line-height: 1.2;
	color: #6c757d;
}

.bubble .meta a {
	color: inherit;
	text-decoration: underline;
}

.bubble .meta-name {
	font-weight: 600;
}

.meta-time {
	font-size: 12px;
}

/* ====== DESNI BLOK (MOJE PORUKE) ====== */

.poruka-desno {
	display: flex;
	flex-direction: column;
	align-items: flex-end;     /* sve desno */
	gap: 6px;
	width: 100%;
}

/* Dodatno osiguraj da je balončić priljubljen desno */
.poruka-desno .bubble-me {
	align-self: flex-end;
}

/* --- DODANO: spriječi širenje zbog dugih riječi u flex/gridu --- */
.poruka-desno .bubble {
	min-width: 0;
}

/* ====== LIJEVI BLOK (NJIHOVE PORUKE) ====== */

/* Grid: avatar lijevo, meta iznad, balon ispod na desnoj strani */
.poruka-lijevo {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr); /* avatar + sadržaj */
	grid-auto-rows: auto;
	column-gap: 8px;
	row-gap: 6px;
	align-items: start;
}


/* Avatar fiksne veličine, pokriva meta+balon po visini */
.avatarnaslov {
	
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}


/* Avatar fiksne veličine, pokriva meta+balon po visini */
.poruka-lijevo .avatar {
	grid-column: 1;
	grid-row: 1 / span 2;    /* proteže se preko meta + bubble */
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
}

.poruka-lijevo .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Meta (ime, vrijeme, opcionalni link) iznad balona */
.poruka-lijevo .meta {
	grid-column: 2;
	grid-row: 1;
	
	/* --- DODANO: dozvoli sužavanje u grid koloni --- */
	min-width: 0;
}

/* Balon ispod meta */
.poruka-lijevo .bubble {
	grid-column: 2;
	grid-row: 2;
	
	/* --- DODANO: dozvoli sužavanje u grid koloni --- */
	min-width: 0;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 575.98px) {
	.bubble { max-width: 95%; }
}

/* ====== SCROLLBAR (opciono) ====== */
.chat-messages::-webkit-scrollbar { width: 8px; }
.chat-messages::-webkit-scrollbar-thumb { background: #cfd6df; border-radius: 8px; }

/* Textarea koja se auto-širi, bez “skakanja” layouta */
.chat-textarea {
	resize: none;               /* korisnik ne “vuče” ručno */
	overflow: hidden;           /* ukloni skrol dok se širi */
	min-height: 38px;           /* visina kao tipični input */
	max-height: 180px;          /* dokle smije da se širi */
	line-height: 1.4;
}

/* Kad dosegne max visinu, tek tada pojavi skrol */
.chat-textarea.is-max {
	overflow-y: auto;
}


.chat-textarea.is-invalid {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.1);
}

.chat-input button#btn-send {
	flex-shrink: 0;           /* sprečava da dugme mijenja veličinu u flex kontejneru */
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}



.ikonica-transakcije {
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--Sub-primary-1);
	
}

.ikonica-transakcije-ikona {
    font-size: 30px !important;
    line-height: normal !important;
    font-weight: 100 !important;
    color: var(--Primary);
    color: var(--Color-8);
}


.counter-box-tokeni{
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: var(--svijetla-pozadina);
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
    border-radius: 16px;
	border: 1px solid var(--Line);
}

.counter-box-tokeni .number {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: var(--Heading);
}
.counter-box-tokeni .text {
	font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 11px;
}

.input-group-text {
	
    color: var(--Heading);
    background-color: var(--Sub-primary-1);
    border: var(--bs-border-width) solid var(--Line-tamnija);
	
}

.transaction-list .tx-item { 
	border-bottom: 1px solid var(--Line); 
	margin-bottom: 8px;
	padding-bottom: 8px;
	transition: background-color 0.2s ease; /* ✅ glatka promjena */
	border-radius: 6px; /* opciono, za malo mekši izgled */
}

/* ✅ Efekat na hover */
.transaction-list .tx-item:hover {
	background-color: rgba(0, 0, 0, 0.04); /* diskretna svijetlosiva pozadina */
	cursor: pointer;
}


.transaction-list .tx-toggle {
	background: transparent;
	border: 0;
	padding: 0; /* gap i py su preko BS klasa */
	cursor: pointer;
}

.transaction-list .tx-icon {
	flex: 0 0 40px;         /* fiksna širina za ikonicu */
	width: 40px;
	min-width: 40px;
	line-height: 1;
}

.transaction-list .tx-main .tx-title { 
	line-height: 1.2; 
	color: var(--Heading);
}

.transaction-list .tx-main .tx-meta { 
	line-height: 1.2; 
}

.transaction-list .tx-amount {
	flex: 0 0 110px;        /* fiksna kolona za iznos */
	min-width: 110px;
	font-variant-numeric: tabular-nums; /* poravnanje brojeva */
	display: flex;               /* ✅ vertikalno centriranje */
	align-items: center;         /* ✅ centriraj po visini */
	justify-content: flex-end;   /* ✅ poravnaj iznos desno */
	gap: 6px;                    /* razmak između iznosa i ikonice */
}

.transaction-list .tx-amount .amount { 
	font-weight: 600; 
	font-size: 16px; 
}

.transaction-list .tx-amount.is-pos .amount { 
	color: var(--bs-success, #198754); 
}

.transaction-list .tx-amount.is-neg .amount { 
	color: var(--bs-danger,  #dc3545); 
}

.transaction-list .tx-amount .chev {
	transition: transform .15s ease;
	display: inline-flex;      /* ✅ da se centriraju unutar sebe */
	align-items: center;
	justify-content: center;
	font-size: 30px;           /* ✅ veća ikonica */
	line-height: 1;            /* sprečava pomjeranje */
	position: relative;        /* opciono: malo fino podešavanje */
	top: 1px;                  /* vizuelno centrirano sa brojem */
}

.transaction-list .tx-toggle[aria-expanded="true"] .chev {
	transform: rotate(180deg);
}

.transaction-list .tx-details-inner {
	border-top: 1px dashed rgba(0,0,0,.08);
	margin-left: 40px;      /* poravnaj s početkom teksta (zaobiđi ikonu) */
	font-size: 16px;
}


.transaction-list .ikonicavrijeme {
	
    font-size: 17px !important;
    line-height: inherit !important;
}

@media (max-width: 576px) {
	.transaction-list .tx-amount { 
		min-width: 90px; 
		flex-basis: 90px; 
	}
	.transaction-list .tx-details-inner { 
		margin-left: 15px; 
	}
}




#loan-calculator .lc-row{margin-bottom:18px}
#loan-calculator .lc-label{display:block;margin-bottom:8px;font-weight:400}
#loan-calculator .lc-control{display:flex;gap:12px;align-items:center}
#loan-calculator .lc-slider{flex:1;min-width:150px}
#loan-calculator .lc-input-wrap{display:flex;align-items:center;gap:6px;min-width:125px}
#loan-calculator .lc-input{width:100px;text-align:right}
#loan-calculator .lc-sufiks{opacity:.7}
#loan-calculator .lc-minmax{display:flex;justify-content:space-between;font-size:.9em;opacity:.7;margin-top:4px}
#loan-calculator .lc-results{margin-top:16px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.15)}

.nemaslike-naslov {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    aspect-ratio: 16/9;
    background: #1877f2bf;
    border-radius: 16px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #333;
    padding: 20px;
    overflow: hidden;
    line-height: 3.2rem;
    color: #fff;
}

/* manji font na mobilnim uređajima */
@media (max-width: 768px) {
    .nemaslike-naslov {
        font-size: 2.4rem;
		line-height: 2.5rem;
        padding: 6px;
	}
}



.tf-favoriti-filter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 7px;
}


.tf-favoriti-btns-filter {
	position: relative;
	padding: 7px 7px 8px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tf-favoriti-btns-filter::after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--Primary);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tf-favoriti-btns-filter:hover {
	color: var(--Primary);
}
.tf-favoriti-btns-filter:hover::after {
	width: 100%;
}
.tf-favoriti-btns-filter.is--active {
	font-weight: 700;
	color: var(--Primary);
}
.tf-favoriti-btns-filter.is--active::after {
	width: 100%;
}


.mapaprofil {
    border-radius: 16px;
    width: 100%;
    height: 300px;
    z-index: 1;
}


/* MINI SELLER BAR */
#mini-seller-bar{
	position: fixed;
	top: env(safe-area-inset-top, 0);
	left: 0; right: 0;
	z-index: 1040; /* iznad sadržaja, ispod eventualnog offcanvas-a */
	padding: calc(10px + env(safe-area-inset-top, 0)) 12px 10px 12px;
	background: var(--White);
	border-bottom: 1px solid rgba(0,0,0,.06);
	box-shadow: 0 6px 16px rgba(0,0,0,.06);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	
	/* animacija ulaska/izlaska */
	transform: translateY(-120%);
	transition: transform .25s ease;
}

#mini-seller-bar.is-visible{
	transform: translateY(0);
}

/* lijevi dio: avatar + ime + grad */
#mini-seller-bar .mini-seller-left{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: inherit;
	min-width: 0; /* da bi name/city mogli da skraćuju */
	flex: 1 1 auto;
}

#mini-seller-bar img{
	width: 32px; 
	height: 32px;
	object-fit: cover;
	border-radius: 50%;
	flex: 0 0 36px;
	flex: none;
}

#mini-seller-bar .mini-seller-info{
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.mini-seller-name{
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--Heading);
}

.mini-seller-city{
	font-size: 12px;
	color: #666;
	line-height: 1.2;
	color: var(--Heading);
}

/* desno: dugmad */
.mini-seller-actions{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.mini-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px; height: 36px;
	border-radius: 50%;
	text-decoration: none;
	border: 1px solid var(--Line);
}

.mini-call{ background: var(--Sub-primary-1); }
.mini-msg{ background: var(--Sub-primary-1);}

.mini-btn .material-symbols-rounded{
	font-size: 20px;
	line-height: 1;
}

/* X dugme */
.mini-seller-close{
	appearance: none;
	border: 0; background: transparent;
	font-size: 22px; line-height: 1;
	margin-left: 4px;
	padding: 2px 4px;
	overflow: hidden;
}

/* na većim ekranima ga potpuno sakrij (ionako imaš desni box) */
@media (min-width: 768px){
	#mini-seller-bar{ display: none !important; }
	
	
	
}

/* opcionalno: kad je bar vidljiv, da ne preklapa sadržaj – doda se padding na body kroz JS */
.body-with-mini-bar{
	padding-top: calc(56px + env(safe-area-inset-top, 0));
}



.iconemail-16 {
	font-size:16px;
	line-height:1;
	display:inline-flex;
	align-items:center;
	vertical-align:middle;
}

.email-block {
	display: inline-flex;
    align-items: center;
    gap: 5px;
	
}

.agency-details .logo img {
	width:100%;
	height: 100%;
}


@media (max-width:576px){
	.email-block{ margin-left:0; } /* nema “rupe” kad pređe u novi red */
}


#wrapper {
	margin-top: 56px;
}

.profil-action a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 1px solid var(--Line);
	border-radius: 50%;
	background: var(--Sub-primary-1);
	
}


.profil-action a:hover {
	background-color: var(--Primary);
	color: #fff;
}


#profile-pic-wrapper {
	border-radius: 999px;
    width: 180px;
    height: 180px;
    overflow: hidden;
	
}

.korpastavka {
	
    border-bottom: 1px solid var(--Line);
    margin-bottom: 20px;
    padding-bottom: 22px;
    margin-top: 15px;
}


.is-complete {
	color: var(--Color-2) !important;
	font-weight: 800;
}

.image-wrap-korpa {
	max-width: 45px;
    height: 45px;
    flex: none;
    overflow: hidden;
    border-radius: 50%;
}

.timer div {
    display: inline-block;
    margin: 0;
    padding: 0;
	font-family: monospace, monospace; 
    font-variant-numeric: tabular-nums; 
}


.brojaciumeniju {
	min-width: 19px;
    height: 19px;
    padding: 0 4px;
	
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ship-logo {
	max-height: 56px;
	border: 1px solid #b5b5b5;
	border-radius: 7px;
	object-fit: contain;
	background: #fff;
}


.ship-logo-dodavanjeoglasa {
	height: auto;
    border: 1px solid #b5b5b5;
    border-radius: 7px;
    object-fit: contain;
    background: #fff;
    max-width: 155px;
}

.radio_item_poste{
	display: none !important;
}

.label_item_poste {
	opacity: 0.3;
}

.radio_item_poste:checked + label {
	opacity: 1;
}


/* ====== SCROLLBAR (opciono) ====== */
.postescroll::-webkit-scrollbar { height: 8px;     width: 3px; }
.postescroll::-webkit-scrollbar-thumb { background: var(--Line); border-radius: 8px;     width: 3px; }

.ikonicatekst-korisnik-avatar-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
	flex: none;
}


.ikonicatekst-korisnik-avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 25px;
    font-weight: bold;
}

.ikonicatekst-korisnik-avatar-javni-profil {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    font-size: 55px;
    font-weight: bold;
}


.ikonicatekst-korisnik-avatar-profil {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    font-size: 55px;
    font-weight: bold;
}


.ikonicatekst-oglas-pitanja {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
}


.ikonicatekst-poruke {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
}


.ikonicatekst-porukenaslov {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 13px;
    font-weight: bold;
}

.plaveikonice {
	color: var(--Primary);
}
.onlineprodaja {
    z-index: 2;
    position: absolute;
    bottom: 16px;
    right: 8px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 6px;
    /* height: 35px; */
    border-radius: 999px;
    background: #4fa100;
    cursor: default;
}


/* SHARE BOTTOM */

/* Stil kao top sheet, ali za donji */
#shareSheet .offcanvas-body{
	flex: 0 0 auto;
	overflow-y: visible;
	background-color: var(--White);
}





/* Grid za share dugmiće */
.share-grid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 12px;
}


.share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid var(--Line, #e6e6e6);
	border-radius: 12px;
	background: var(--White);
	text-decoration: none;
	cursor: pointer;
	color: var(--Heading);           /* ← kontrola boje teksta + ikone */
}

.share-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: currentColor;              /* ← ključ: ikonica prati .share-btn color */
	
}


.share-btn svg,
.share-btn svg * {
	fill: currentColor;
}


.share-btn span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}

.telefon-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: currentColor;              
	
}

/* Samo ikonica u brend boji, tekst ostaje po defaultu */
.share-wa svg { color: #25D366; }
.share-viber svg {  color: #7360F2;  }
.share-fb svg { color: #1877F2; }
.share-tg svg { color: #0088CC; }
.share-x  svg { color: #000000; }
.share-ig svg { color: #C13584; }
.share-web svg { color: #15b44c; }
.share-yt svg { color: #ce1312; }





.linkovi-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid var(--Line, #e6e6e6);
	border-radius: 12px;
	background: var(--White);
	text-decoration: none;
	cursor: pointer;
	color: var(--Heading);           /* ← kontrola boje teksta + ikone */
}

.linkovi-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: currentColor;              /* ← ključ: ikonica prati .share-btn color */
	
}


.linkovi-btn svg,
.linkovi-btn svg * {
	fill: currentColor;
}


.linkovi-btn span {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}




/* KONTEJNER: vertikalni flex, razmak se prilagođava visini */
.linkovioglasa {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* ključni dio */
    height: 100%;                   /* da popuni visinu kolone */
}

/* SAM LINK – bez donjeg margina, neka zauzme punu širinu */
.linkovi-btn-naslovna {
    display: flex;
    align-items: center;
    justify-content: space-between; /* lijevo tekst, desno strelica */
    gap: 8px;
    padding: 15px 12px;
    border: 1px solid var(--Line, #e6e6e6);
    border-radius: 12px;
    background: var(--White);
    text-decoration: none;
    cursor: pointer;
    color: var(--Heading);
    font-size: 16px;
    margin-bottom: 0;              /* bitno: više ne koristimo margin-bottom */
    width: 100%;
}

.linkovi-btn-naslovna:hover {
	background: var(--ticker-vijesti-bg);
}

/* Ako hoćeš mali “odmak” od gornje/donje ivice kontejnera */
.linkovioglasa {
    padding-block: 4px; /* gornji + donji padding */
}


/* SELECT 2 u popupu filter */
/* Osnovni izgled (single select) */
.select2-container--default .select2-selection--single {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--svijetla-pozadina);
    border: 1px solid var(--Line-tamnija);
    color: var(--Text);
    border-radius: 16px;          /* isto što i kod .nice-select */
    height: 54px;                 /* fiksna visina “kutije” */
    padding: 0 48px 0 16px;       /* lijevo 16 px kao kod tebe, desno ostavljamo mjesta za strelicu */
    box-sizing: border-box;
    cursor: pointer;
    font-size: 15px;
    line-height: 54px;            /* vertikalno centriranje teksta */
    transition: all linear 0.2s;
}

/* Tekst (što je izabrano ili placeholder) */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Text);
    line-height: 54px;
    padding-left: 0;              /* padding već imamo u roditelju */
}

/* Strelica (▼) */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    right: 16px;                  /* pomjerimo strelicu malo lijevo od ivice */
    width: 24px;                  /* širina “zona” za klik */
}

/* Hover / fokus efekat */
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.select2-selection--focus {
    border-color: var(--Primary); /* ili šta god želiš za aktivni rub */
    box-shadow: 0 0 0 2px rgba(var(--Primary-rgb), .15);
}

/* Disabled stanje */
.select2-container--default .select2-selection--single.select2-selection--disabled {
    background-color: var(--DisabledBg);
    color: var(--DisabledText);
    cursor: not-allowed;
}

/* Višestruki izbor (tagovi) */
.select2-container--default .select2-selection--multiple {
    background-color: var(--White);
    border: 1px solid var(--Line);
    border-radius: 16px;
    min-height: 54px;
    padding: 6px 8px;
    font-size: 15px;
    transition: all linear 0.2s;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--Primary);
    border: none;
    border-radius: 12px;
    color: #fff;
    padding: 4px 8px;
    margin-top: 4px;
    font-size: 14px;
}

/* Dropdown lista */
.select2-container--default .select2-dropdown {
    border: 1px solid var(--Primary);
    border-radius: 0px 0px 16px 16px;
    /* box-shadow: 0 4px 12px rgb(0 0 0 / 8%); */
    padding: 8px 10px 12px 10px;
	background-color: var(--svijetla-pozadina);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--Primary);
    color: #fff;
    border-radius: 9px;
    padding: 10px;
    font-size: 15px;
}

.select2-results__option {
	
	padding: 10px;
    font-size: 15px;
}

/* Search polje unutar dropdown‑a */
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid var(--Line);
    outline: none;
    background-color: var(--White);
    font-size: 16px;
}

/* osnovni izgled Select2 „kutije“ – treba nam relativni kontekst */
.select2-container--default .select2-selection--single {
    position: relative;           /*  ⬅︎  da “×” možemo pozicionirati absolutno */
}

/* „×“ dugme za čišćenje */
.select2-container--default .select2-selection--single .select2-selection__clear {
	float: none;
    position: absolute;
    right: 47px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: var(--Primary);
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}

/* hover / fokus efekat */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    background: var(--Color-2);
    color: #fff;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 0px;
    margin-bottom: 10px;
}




/*     ista klasa koju smo koristili za redove sa 2 kolone     */
.always-2 {
    --gap-x: 0.5rem;          /* mora se poklopiti s g-2 (0.5 rem) */
    gap: var(--gap-x);
}
.always-2 > * {
    flex: 0 0 calc(50% - var(--gap-x) / 2);
    max-width: calc(50% - var(--gap-x) / 2);
}

/* i dalje zadržavamo fallback na 1 kolonu ispod 350 px */
@media (max-width: 349.98px) {
    .always-2 > * {
        flex: 0 0 100%;
        max-width: 100%;
	}
}


/* da dropdown može “iskočiti” iz okvira modala */
.modal-dialog,
.modal-content,
.wd-search-form.style-3 {
    overflow: visible !important;
}

.checkbox-item.style-1 > label > .text-4 {
	font-weight: 400;     
	line-height: 23.6px;
}

.checkbox-item.style-1 label {
	line-height: 18.5px;
}

/* dodatno: nek’ svaki nice‑select razvuče punu širinu kolone */
.always-2 .nice-select { width: 100%; }

/* "Kompaktni" brojač unutar widget‑price */
.widget-price .caption-price {
    display: flex;               /* jedan red */
    align-items: center;
    gap: 0.5rem;                 /* razmak između "od", inputa, "do", inputa */
}

.widget-price .caption-price input {
    width: 90px;                 /* dovoljno za 4‑5 cifara */
    flex: 0 0 auto;              /* ostani na zadanoj širini */
    padding: 6px 8px;
    border: 1px solid var(--Line);
    border-radius: 8px;
    text-align: center;
    background: var(--White);
    font-size: 14px;
    line-height: 1.2;
}

.group-select.range-group .box-select .form-control {
    width: 100%;
}



.brojacoglasa {
	background: var(--Sub-primary-1);
    color: var(--Heading);
    padding: 2px 6px 2px 6px;
    font-weight: 500;
    border-radius: 15px;
    font-size: 15px;
    vertical-align: middle;
}


.brojfiltera {
	background-color: var(--Primary);
    color: var(--Text-white);
    padding: 0px 7px 0px 7px;
    border-radius: 10px;
}

/* ─────────────────────────────
	OSNOVNI KONTEJNER
───────────────────────────── */
.chip-wrap{
	
	display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    
    margin-bottom: 12px;
    border-radius: 10px;
   
	
}

/* ─────────────────────────────
	JEDAN ČIP
───────────────────────────── */
.chip{
    display: inline-flex;
    align-items: center;
    font: 14px/1.2 sans-serif;
    padding: 0.35rem 0.75rem 0.35rem 0.75rem;
    border-radius: 10px;
    border: 1px solid var(--Line);
    height: 40px;
    padding: 0 10px;
    gap: 8px;
	background-color: var(--White);
}

/* micanje čipa mišem (pointer) */
.chip{ cursor:default; }

/* ─────────────────────────────
	X dugme
───────────────────────────── */
.chip .close{
	overflow: hidden;
    border: none;
	display: inline-block;
    /* width: 16px; */
    /* height: 16px; */
    /* margin-left: 0.5rem; */
    font-size: 13px;
    font-size: 22px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: .15s background;
	line-height: 15px;
    padding: 2px;
}

.chip .close:hover{ background:rgba(255,255,255,.25); }

/* ─────────────────────────────
	TEMATSKE VARIJACIJE
───────────────────────────── */
.chip[data-variant="success"]{ --bg:#28a745; }
.chip[data-variant="warning"]{ --bg:#ffc107; --fg:#000; }
.chip[data-variant="danger"] { --bg:#dc3545; }

.category-title {
	font-size: 20px;
	line-height: 25px;
}

#searchCanvas .offcanvas-body{
    flex: 0 0 auto;     /* prestani rasti/skupljati se       */
    overflow-y: visible;/* nema vlastitog scrolla            */
	background-color: var(--White);
}



.offcanvas-top.custom-topsheet {
	
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    background-color: var(--White);
}

.status-poruka {
	
    color: #fff;
    padding: 0px 6px 0px 6px;
    font-weight: 700;
    border-radius: 15px;
    font-size: 11px;
    min-width: 19px;
    text-align: center;
}
.status-poruka-profil {
	background: red;
    position: absolute;
    top: -6px;
    left: 16px;
    min-width: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 4px;
    border-radius: 50%;
    text-align: center;
}

.profil-menu-separator {
	border-top: 1px solid var(--Line);
    margin: 4px 0;
    pointer-events: none;
}

.profil-menu-aktuelno {
	display: flex;
    font-size: 15px;
    padding: 8px 25px 6px 25px;
    width: 100%;
    position: relative;
}

.status-poruka-ukupno {
	background: var(--Sub-primary-1);
    color: var(--Heading);
    padding: 2px 6px 2px 6px;
    font-weight: 500;
    border-radius: 15px;
    font-size: 13px;
}	

.highcharts-background {
	fill: var(--White);
}

.highcharts-axis-labels {
    fill: var(--Heading);
    cursor: default;
    font-size: 14px; 
}

.highcharts-title {
	fill: var(--Heading);
    font-size: 15px;
    font-weight: bold;
}

.highcharts-tooltip {
	font-size: 15px; 
}


/* pretraga search input */



.twitter-typeahead {
	width: 100%;	
}

.typeahead,
.tt-query,
.tt-hint {
	width: 396px;
	height: 30px;
	padding: 8px 12px;
	font-size: 24px;
	line-height: 30px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}

.typeahead {
    background-color: var(--White);
}

.typeahead:focus {
	border: 1px solid #0097cf;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: var(--Heading);
}

.tt-menu {
	width: max-content;
	margin: 12px 0;
	padding: 10px 20px 10px 20px;
	background-color: var(--White);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 10px;
	color: var(--Heading);
	font-size: 15px;
	
}

.tt-suggestion:hover {
	background: var(--Sub-primary-1);
	cursor: pointer;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
	
}

.tt-suggestion p {
	margin: 5px;
}

.searchnaslov {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 17px;
	font-weight: 500;
	color: var(--Primary);
}

.tt-highlight {
	font-weight: bold;
    background: #f3ff3c80;
}


/*canvas za meni koji se prikazuje na desktopu */

.offcanvas-bottom.custom-bottomsheet {
	
	
    width: 100%;
    height: auto !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: var(--White);
	
}






/* 3️⃣  Osnovni stilovi – sve je „mobile-friendly“ po defaultu */
.action-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.action-list li + li {           /* razmak među stavkama */
	margin-top: .75rem;
}

.action-link {
	display: flex;                 /* ikonica + tekst u jednom redu */
	align-items: center;
	gap: .75rem;                   /* razmak između ikonice i teksta */
	padding: .9rem 1.1rem;
	border-radius: .75rem;
	text-decoration: none;
	font-size: 15px;
	transition: background .15s;
}

.action-link:hover {
	background: #f0f2f5;           /* svijetla „kartica“ */
}

.action-link .ikonicamodal {
	font-size: 1.6em;             /* ikonica malo veća */
	width: 1.5em;                  /* rezerviši širinu da sve poravna */
	text-align: center;
	font-weight: 100 !important;
}

.action-link .desnoaktivno {
 	pointer-events: none;        /* onemogući klik */
    opacity: .65;               /* vizualno “isključeno” */
    cursor: not-allowed;        /* kursor ruka → X */
}

.action-link .desnonacrt {
 	pointer-events: none;        /* onemogući klik */
    opacity: .65;               /* vizualno “isključeno” */
    cursor: not-allowed;        /* kursor ruka → X */
}

.action-link:hover {
	background: #e8eaed;
}

/* univerzalno za sve action-link-ove koje želiš ugasiti */
.action-link.disabled,
.action-link[aria-disabled="true"] {
    pointer-events: none;        /* onemogući klik */
    opacity: .45;               /* vizualno “isključeno” */
    cursor: not-allowed;        /* kursor ruka → X */
}

/* ako želiš i hover da ne mijenja pozadinu */
.action-link.disabled:hover,
.action-link[aria-disabled="true"]:hover {
    background: none;
}


.extra-label.disabled {
    pointer-events: none;   /* onemogući klik */
    opacity: .45;           /* vizuelno “isključeno” */
    cursor: not-allowed;    /* kursor X */
	color: var(--Heading);
}


/* desni badge (ikona + tekst) */
.extra-label{
    display:flex;              /* stavi u isti red          */
    align-items:center;        /* vertikalno poravnaj       */
    gap:.25rem;                /* razmak ikona–tekst        */
    font-size:14px;            /* ili po želji              */
}

/* (po želji) sredi i warning ikonu */
.extra-label .material-symbols-rounded{
    font-size:1.2em;           /* malo manja da stane       */
    line-height:1;             /* ukloni suvišni baseline   */
}


.dugme-promovisano {
	border: 0;
	
    font: inherit;
    border-radius: 9px;
    display: flex;
    gap: 0.25rem;
    align-items: center;
	cursor:pointer;	
	color: #222531;
}


.btn-status-promocija{
   	
	
    border: 0;
	
    font: inherit;
    border-radius: 9px;
    display: flex;
    gap: 0.25rem;
    align-items: center;
	cursor:pointer;
	color: var(--Primary);
}


.drag-handle {
	width: 36px;
	height: 4px;
	background-color: #ccc;
	border-radius: 2px;
}


.verifikovantel {
	color: var(--Color-7);
}

.max150 {
	max-width: 150px;
}

.lijevi-meni-razmak {
	border-bottom: 1px solid var(--Line);
	
}

.ikonica-kontrolna-t {
	font-size: 30px !important;
	line-height: normal !important;
	font-weight: 100 !important;
	color: var(--Primary);
	
}


.iskljucenoglas {
    opacity: 0.4;
    filter: grayscale(70%);
}

.status-oglasa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
	width: 100%;
}

.status-oglasa .btn-status-oglasa {
    padding: 2px 10px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: var(--White);
    background-color: #25c55b;
    display: inline-block;
}

.status-oglasa .btn-status-oglasa.pending {
    background-color: #ee6742;
}

.status-oglasa .btn-status-oglasa.sold {
    background-color: #6e55ff;
}

.status-oglasa .btn-toggle-status {
    font-size: 13px;
    text-decoration: none;
    color: var(--Heading);
    font-weight: 500;
}

.status-oglasa .btn-toggle-status i {
    margin-right: 4px;
    color: #666;
}
.modallinija {
	border-top: 1px solid var(--Line);
    padding-top: 13px;
    margin-top: 20px;
}


.linijarazmaka {
	border-top: 1px solid var(--Line);
    padding-top: 13px;
    margin-bottom: 12px;
}


.linijarazmaka-dole {
	border-bottom: 1px solid var(--Line);
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.popustkolone {
    border-top: 1px solid var(--Line);
    padding-top: 13px;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.modallinijaInfo{
    display:flex;          /* ikona i tekst u istom redu */
    gap:8px;               /* razmak između njih */
    align-items:flex-start;/* gornje poravnanje kod višerednog teksta */
	
    border-top:1px solid var(--Line);
    padding-top:13px;
    margin-top:20px;
    color:var(--Primary);
}


.modallinijaBlack{
    display:flex;          /* ikona i tekst u istom redu */
    gap:8px;               /* razmak između njih */
    align-items:flex-start;/* gornje poravnanje kod višerednog teksta */
	
    border-top:1px solid var(--Line);
    padding-top:13px;
    margin-top:20px;
    color: var(--Heading);
}


.modallinijaStatus{
	display: flex;
    gap: 8px;
    align-items: flex-start;
    border-bottom: 1px solid var(--Line);
    margin-bottom: 15px;
    padding-bottom: 13px;
    color: var(--Heading);
}

.modallinijaUpozorenje{
    display:flex;          /* ikona i tekst u istom redu */
    gap:8px;               /* razmak između njih */
    align-items:flex-start;/* gornje poravnanje kod višerednog teksta */
	
    border-top:1px solid var(--Line);
    padding-top:13px;
    margin-top:20px;
    color:var(--Color-2);
}


.modallinijaZeleno{
    display:flex;          /* ikona i tekst u istom redu */
    gap:8px;               /* razmak između njih */
    align-items:flex-start;/* gornje poravnanje kod višerednog teksta */
	
    border-top:1px solid var(--Line);
    padding-top:13px;
    margin-top:20px;
    color:var(--Color-1);
}

.modallinijaZelenoUska{
	display: flex;
    gap: 8px;
    align-items: flex-start;
    border-bottom: 1px solid var(--Line);
    padding-bottom: 13px;
    margin-bottom: 18px;
    color: var(--Color-1);
}


.modallinija2 {
	border-top: 1px solid var(--Line);
}

.bojaupozorenja {
	color: var(--Color-2);
}


.pozadinaupozorenja {
	background: #ff7b00;
}

.pozadinaljubicasta {
	background: #be62ff;
}



.pozadinasveok {
	background: var(--Color-1);
}

.pozadinaprimary {
	background: var(--Color-4);
}



.bojasveok {
	color: var(--Color-1);
}


.bojanacekanju {
	color: var(--Color-8);
}

.bojasvijetla {
	background-color: var(--Sub-primary-1);
}

/* zajednički stil za “akcijsko” dugme unutar .alert-a */
.alert .alert-action-btn{
	background: transparent;
    color: inherit;
    border: 1px solid currentColor;
    border-radius: 10px;
    padding: 6px 8px 7px 9px;
    line-height: 1;
}
.alert .alert-action-btn:hover,
.alert .alert-action-btn:focus{
	background: rgba(0,0,0,.06);  /* diskretni hover na svim alert-ima */
	text-decoration: none;
	outline: none;
}

.glowing-gradient {
	background: linear-gradient(45deg, #ff00006b, #ff99006b, #ffff006b, #33cc336b, #00ccff6b, #9933ff6b, #ff33cc6b);
	background-size: 400% 400%;
	animation: gradientAnimation 5s ease infinite;
}


@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.loaderBDBOX {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 10px solid;
	border-color: rgb(0 206 255 / 15%) rgb(2 162 255 / 25%) rgb(0 220 255 / 35%) rgb(0 208 255 / 50%);
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 


/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	margin-right: 0 !important;
	font-size: 62.5%;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: var(--svijetla-pozadina);
	line-height: 1;
}


html:has(body.no-smooth) { scroll-behavior: auto !important; }


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: none;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: "Lexend", sans-serif;
	font-size: 14px;
	line-height: 19.6px;
	font-weight: 400;
	color: var(--Text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: auto;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19.6px;
}

strong,
b,
cite {
	font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
	font-style: italic;
}

abbr,
acronym {
	border-bottom: 1px dotted #e0e0e0;
	cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}


kbd,
tt,
var,
samp,
pre {
	margin: 20px 0;
	padding: 4px 12px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	overflow-x: auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	border-radius: 0;
	height: auto;
}

svg,
svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

hr {
	margin-bottom: 20px;
	border: dashed 1px #ccc;
}

/* List */
ul,
ol {
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

li {
	list-style: none;
}

ul li,
ol li {
	padding: 0;
}

dl,
dd {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

del,
.disable {
	text-decoration: line-through;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 8px 12px;
}

/* Media */
embed,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
	line-height: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	line-height: inherit;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
	display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
}

input[type=checkbox],
input[type=radio] {
	padding: 0;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	vertical-align: sub;
	/* Addresses excess padding in IE8/9 */
}

input[type=search] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
	outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
	color: #171412;
}

::-moz-placeholder {
	color: #171412;
	opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
	color: #171412;
}


.flat-account .form-account {
	background-color: #ffffff;
}

/* Slike na oglasu swiper.js
-------------------------------------------------------------- */
/* 1 – sam kontejner */
.sw-thumbs-sigle {
	height: 300px !important;      /* fiksna visina swipera */
	overflow: hidden;              /* da ništa ne štrči */
}

/* 2 – swiper-wrapper mora znati da je 100 % visine kontejnera */
.sw-thumbs-sigle .swiper-wrapper {
	height: 100% !important;
}

/* 3 – svaki slide */
.sw-thumbs-sigle .swiper-slide {
	height: 100% !important;       /* popuni 500px */
	display: flex !important;      /* centriranje slike */
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* 4 –  link */
.sw-thumbs-sigle .image-wrap {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
}

/* 5 – sama  (lazyload ili obična) */
.sw-thumbs-sigle .image-wrap img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;  /* cropuje i popunjava */
	display: block;
}




/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Lexend", sans-serif;
	color: var(--Heading);
	margin: 0;
	text-rendering: optimizeLegibility;
	font-weight: 600;
}

h1,
.h1 {
	font-size: 68px;
	line-height: 88px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 50px;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 42px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 20px;
	line-height: 25px;
}

h6,
.h6 {
	font-size: 18px;
	line-height: 22.5px;
}

.text-display {
	font-size: 90px;
	line-height: 112.5px;
}

.text-display-2 {
	font-size: 70px;
	line-height: 87.5px;
}

.text-display-3 {
	font-size: 90px;
	line-height: 96px;
}

.text-display-4 {
	font-size: 56px;
	line-height: 70px;
}

.text-1 {
	font-size: 16px;
	line-height: 22.4px;
}

.text-2 {
	font-size: 12px;
	line-height: 16.8px;
}

.text-3 {
	font-size: 14px;
	line-height: 30px;
}

.text-4 {
	font-size: 14px;
	line-height: 19.6px;
}

.text-5 {
	font-size: 36px;
	line-height: 44px;
}

.text-6 {
	font-size: 36px;
	line-height: 33.6px;
}

.text-7 {
	font-size: 34px;
	line-height: 42.5px;
}

.text-8 {
	font-size: 26px;
	line-height: 32.5px;
}

.text-9 {
	font-size: 14px;
	line-height: 21px;
}

.text-10 {
	font-size: 20px;
	line-height: 24.2px;
}

.text-11 {
	font-size: 24px;
	line-height: 33.6px;
}

.text-12 {
	font-size: 14px;
	line-height: 22px;
}

.text-13 {
	font-size: 32px;
	line-height: 40px;
}

.text-14 {
	font-size: 20px;
	line-height: 28px;
}

.text-15 {
	font-size: 48px;
	line-height: 60px;
}

.text-16 {
	font-size: 15px;
	line-height: 21px;
}

.text-17 {
	font-size: 18px;
	line-height: 25.2px;
}

.fw-2 {
	font-weight: 200 !important;
}

.fw-3 {
	font-weight: 300 !important;
}

.fw-4 {
	font-weight: 400;
}

.fw-5 {
	font-weight: 500;
}

.fw-6 {
	font-weight: 600 !important;
}

.fw-7 {
	font-weight: 700;
}

.fs-24 {
	font-size: 24px;
}

.lh-16 {
	line-height: 16px;
}

.lh-18 {
	line-height: 18px;
}

.lh-20 {
	line-height: 20px;
}

.lh-22 {
	line-height: 22px;
}

.lh-28 {
	line-height: 28px;
}

.lh-30 {
	line-height: 30px;
}

/* link style
-------------------------------------------------------------- */
a {
	text-decoration: none;
	color: var(--Heading);
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: var(--Primary);
	outline: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link:hover {
	color: var(--Primary) !important;
}

.link-2:hover {
	color: var(--Heading) !important;
}

.link-3:hover {
	color: var(--White) !important;
}

/* link style
-------------------------------------------------------------- */
.bg-body-1 {
	background-color: var(--bg-body-color);
}

.bg-color-white {
	background-color: var(--White);
}

/* tf-container
-------------------------------------------------------------- */
.tf-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 1320px;
	max-width: 100%;
}
.tf-container .row {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.tf-container .row > * {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.tf-container.xl {
	width: 1848px;
}
.tf-container.lg {
	width: 1800px;
}
.tf-container.md {
	width: 1760px;
}
.tf-container.full {
	width: 1920px;
	padding-right: 24px;
	padding-left: 24px;
}

.tf-container-2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 1870px;
	max-width: 100%;
}

.row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row > * {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.tf-container-3 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 1750px;
	max-width: 100%;
}

.tf-container-xxl {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 1920px;
	max-width: 100%;
}

.tf-container-xl {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 1519px;
	max-width: 100%;
}

.slider-layout-right {
	width: calc(100vw - (100vw - 1309px) / 2) !important;
	margin-right: unset;
	max-width: 100%;
	margin-left: auto;
}

.slider-layout-left {
	width: calc(100vw - (100vw - 1328px) / 2) !important;
	margin-left: unset;
	max-width: 100%;
	margin-right: auto;
}

/* Extra classes
-------------------------------------------------------------- */
.hidden {
	display: none;
}

.block {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed !important;
}

.position-unset {
	position: unset !important;
}

.z-5 {
	z-index: 5;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.d-block {
	display: block;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center !important;
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.rounded-cycle {
	border-radius: 999px !important;
}

.rounded-4 {
	border-radius: 4 !important;
}

.mx-auto {
	margin: 0 auto;
}

.mt_-5 {
	margin-top: -5px;
}

.mt_-9 {
	margin-top: -9px;
}

.mt-4 {
	margin-top: 4px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-48 {
	margin-top: 48px;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-11 {
	margin-bottom: 11px !important;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-13 {
	margin-bottom: 13px !important;
}

.mb-14 {
	margin-bottom: 14px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-19 {
	margin-bottom: 19px !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-22 {
	margin-bottom: 22px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-27 {
	margin-bottom: 27px;
}

.mb-28 {
	margin-bottom: 28px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-31 {
	margin-bottom: 31px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-33 {
	margin-bottom: 33px;
}

.mb-34 {
	margin-bottom: 34px;
}

.mb-39 {
	margin-bottom: 39px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-44 {
	margin-bottom: 44px;
}

.mb-46 {
	margin-bottom: 46px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-49 {
	margin-bottom: 49px;
}

.mb-53 {
	margin-bottom: 53px;
}

.mb-54 {
	margin-bottom: 54px;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-56 {
	margin-bottom: 56px !important;
}

.mb-57 {
	margin-bottom: 57px;
}

.mb-58 {
	margin-bottom: 58px;
}

.mb-62 {
	margin-bottom: 62px;
}

.mb-68 {
	margin-bottom: 68px;
}

.mb-74 {
	margin-bottom: 74px;
}

.px-16 {
	padding-left: 16px;
	padding-right: 16px;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

.tf-gap-5 {
	gap: 5px;
}

.gap-6 {
	gap: 6px;
}

.gap-8 {
	gap: 8px;
}

.gap-10 {
	gap: 10px;
}

.gap-11 {
	gap: 11px !important;
}

.gap-12 {
	gap: 12px;
}

.gap-16 {
	gap: 16px;
}

.gap-24 {
	gap: 24px !important;
}

.gap-30 {
	gap: 30px !important;
}

.gap-32 {
	gap: 32px !important;
}

.gap-33 {
	gap: 33px !important;
}

.w-full {
	width: 100% !important;
}

.text_white {
	color: var(--Text-white) !important;
}

.text-color-primary {
	color: var(--Primary);
}

.text-color-heading {
	color: var(--Heading) !important;
}

.text-color-heading-2 {
	color: var(--Heading-2) !important;
}

.text-color-note {
	color: var(--Note) !important;
}

.text-color-default {
	color: var(--Text) !important;
}

.text-color1 {
	color: var(--border-2) !important;
}

.text-color2 {
	color: var(--border-3) !important;
}

.text-color3 {
	color: var(--border-4) !important;
}

.bg-main {
	background-color: var(--Primary);
}


.bg-main-providno {
	background-color: var(--Primary-smjestaj);
}

.bg-main-sub-2 {
	background-color: var(--Sub-primary-2);
}

.bg-1 {
	background-color: var(--Heading);
}

.bg-2 {
	background-color: var(--Color-2);
}

.bg-3 {
	background-color: rgba(0, 0, 0, 0.4);
}

.bg-4 {
	background-color: rgb(247, 247, 247);
}

.bg-dashboard {
	background-color: #f7f7f7;
}

.overflow-x-auto {
	overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
	height: 3px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
	background: var(--Border);
	border-radius: 999px;
}

.font-manrope {
	font-family: "Manrope", sans-serif;
}

.font-poppins {
	font-family: "Poppins", sans-serif;
}

.font-mulish {
	font-family: "Mulish", sans-serif;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.w-60 {
	width: 60px;
}

.sticky-sidebar {
	position: sticky;
	top: 10px;
}

.parallax-mirror {
	z-index: 0 !important;
}

.z-31 {
	z-index: 31;
}

.split-text {
	overflow: hidden;
}

.okvir-linija {
	border: 1px solid var(--Line);
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
.tf-top-bar {
	border-bottom: 1px solid var(--Line);
	background: var(--ticker-vijesti-bg);
}
.tf-top-bar .top-bar-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 13px 0 12px;
}
.tf-top-bar .top-bar-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 30px;
}
.tf-top-bar .top-bar-info li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 6px;
}
.tf-top-bar .top-bar-info li i {
	font-size: 16px;
}
.tf-top-bar .top-bar-info li a {
	color: var(--Text);
}
.tf-top-bar .top-bar-info li a:hover {
	color: var(--Primary);
}
.tf-top-bar .wrap-social {
	gap: 14px;
}


/* neka lijevi blok (logo + tekst) zauzima koliko mu treba, a vijesti mogu da se šire */
.tf-top-bar .top-bar-info {
    flex: 1 1 auto;
    min-width: 0; /* da dopuštamo skupljanje */
}

/* prvi li (Bijeljina Danas) neka se ne širi beskonačno */
.tf-top-bar .top-bar-info li:first-child {
    flex-shrink: 0;
}

/* LI sa tickerom treba da se širi i da unutar njega imamo label + swiper */
.tf-top-bar .top-bar-info li.top-bar-news {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
}

/* labela "Vijesti:" */
.tf-top-bar .top-bar-news-label {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

/* sam Swiper container u top baru */
.tf-top-bar .top-bar-news .news-ticker {
    flex: 1 1 auto;
    overflow: hidden;
}

/* neka wrapper bude poravnat po sredini */
.tf-top-bar .top-bar-news .news-ticker .swiper-wrapper {
    align-items: center;
}

/* svaki slide je jedna linija naslova */
.tf-top-bar .top-bar-news .news-ticker .swiper-slide {
    white-space: nowrap;
}

/* link u tickeru */
.tf-top-bar .top-bar-news .ticker-link {
    display: block;
    font-size: 13px;
    color: inherit;
    text-decoration: none;
}

.tf-top-bar .top-bar-news .ticker-link:hover {
    text-decoration: underline;
}


/* Ticker u top baru – vertikalni */
.tf-top-bar .top-bar-news .news-ticker {
    flex: 1 1 auto;
    overflow: hidden;
    max-height: 22px;          /* prilagodi po izgledu */
}

/* Wrapper u koloni (Swiper će to ionako raditi za vertical, ali ovim forsiramo) */
.tf-top-bar .top-bar-news .news-ticker .swiper-wrapper {
    flex-direction: column;
}

/* Svaki slajd centriran po vertikali */
.tf-top-bar .top-bar-news .news-ticker .swiper-slide {
    display: flex;
    align-items: center;
}

/* Link u tickeru – jedna linija, bez prelamanja */
.tf-top-bar .top-bar-news .ticker-link {
    display: block;
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tf-top-bar .top-bar-news .ticker-link:hover {
    text-decoration: underline;
}


.header {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
}
.header .header-inner-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 999;
}
.header .header-right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}
.header .header-right .bdtokeni {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 8px;
}


.header .header-right .bdporuke {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dugmeheader {
	padding: 5px 2px 5px 2px;
    border-radius: 13px;
}

.dugmeheader:hover {
	background: #e3e3e34a;
	
}


.header .header-right .bdtokeni p {
	font-size: 16px;
	line-height: 20px;
	color: var(--Heading);
	display: flex;
    align-items: center;
}

.header .header-right .bdtokeni .material-symbols-rounded {
	color: var(--Color-8);
}


.header .header-right .bdporuke p {
	font-size: 16px;
	line-height: 20px;
	color: var(--Heading);
	display: flex;
    align-items: center;
}

.header .header-right .bdporuke .material-symbols-rounded {
	/* color: var(--Color-8); */
}


.header .header-right .user {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.header .header-right .user img {
	
	border-radius: 50%;
	
}

.header .header-right .user.active .menu-user {
	opacity: 1;
	visibility: visible;
}
.header .header-right .box-user {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 12px;
	align-items: center;
	cursor: pointer;
}
.header .header-right .box-user .name {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
	line-height: 20px;
	align-items: center;
	gap: 6px;
	color: var(--Heading);
}
.header .header-right .box-user .name i {
	font-size: 20px;
}
.header .header-right .box-user.active .menu-user {
	opacity: 1;
	visibility: visible;
}
.header .mobile-button {
	display: none;
	font-size: 25px;
	color: var(--Heading);
}

.header .search-button {
	
	font-size: 25px;
    color: var(--Heading);
    margin-left: 15px;
}


.header .header-logo {
	padding: 18px 0px 18px 0px;
}
.header .header-logo img {
	/* width: 136px;*/
	height: 20px;
}
.header .tf-btn {
	height: 30px;
	border-radius: 12px;
}
.header .icons svg path {
	stroke: var(--Primary);
}
.header.style-2 .header-inner {
	position: relative;
	z-index: 999;
	margin-bottom: -78px;
}
.header.style-2 .header-logo {
	padding: 17px 0px 15px;
}
.header.style-2 .main-menu .navigation > li > a {
	color: var(--White);
}
.header.style-2 .main-menu li a:hover {
	color: var(--Primary);
}
.header.style-2 .header-right .bdtokeni p {
	color: var(--White);
}

.header.style-2 .header-right .bdporuke p {
	color: var(--White);
}

.header.style-2 .header-right .user {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.1);
}
.header.style-2 .header-right .user > svg path {
	stroke: var(--White);
}
.header.style-3 .main-menu .navigation > li > a {
	color: var(--White);
}
.header.style-3 .main-menu li a:hover {
	color: var(--Primary);
}
.header.style-3 .header-right .bdtokeni p {
	color: var(--White);
}

.header.style-3 .header-right .bdporuke p {
	color: var(--White);
}

.header.style-3 .header-right .box-user .name {
	color: var(--White);
}
.header.style-3 .header-right .user {
	border-color: rgba(255, 255, 255, 0.1);
}
.header.style-3 .header-right .user svg path {
	stroke: var(--Primary);
}
.header.style-4 {
	box-shadow: unset;
}
.header.style-4 .header-logo {
	padding: 16px 0px 15px;
}
.header.style-5 {
	box-shadow: unset;
	margin-bottom: -82px;
}
.header.style-5 .left {
	display: flex;
	align-items: center;
}
.header.style-5 .main-menu .navigation {
	margin-left: 143px;
}
.header.style-5 .tf-btn {
	color: var(--White);
	border-radius: 999px;
	background-color: var(--Primary);
}
.header.style-5 .tf-btn:hover {
	color: var(--White) !important;
}
.header.style-5 .btn-find {
	background-color: var(--Primary);
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 24px;
	color: var(--White);
}
.header.style-5 .btn-find:hover {
	color: var(--White);
	background-color: var(--Heading);
}
.header.style-6 .header-inner-wrap {
	border-bottom: 1px solid var(--border);
}
.header.style-6 .main-menu .navigation {
	margin-left: 0 !important;
}
.header.style-6 .main-menu .navigation > li > a {
	padding: 41px 20px 36px 0;
	color: var(--White);
}
.header.style-6 .main-menu li a:hover {
	color: var(--Primary);
}
.header.style-6.v1 .main-menu .navigation > li > a {
	padding: 36px 20px 36px 0;
	color: var(--White);
}
.header.style-7 .header-inner {
	max-width: 1920px;
	padding: 0 16px;
	margin-left: auto;
	margin-right: auto;
}
.header.style-7 .main-menu .navigation > li > a {
	padding-top: 40px;
}
.header .logo-1 {
	display: none;
}
.header.dashboard {
	position: fixed !important;
	border-bottom: 1px solid rgb(236, 236, 236);
	box-shadow: unset;
	z-index: 9999;
	left: 0;
	background-color: var(--White);
	right: 0;
	top: 0 !important;
	background-color: var(--White);
}
.header.no-shadow {
	box-shadow: none;
}



/* osnova */
.header.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--glavni-meni-bg);
    z-index: 1000;
    transition: transform .6s cubic-bezier(.24,.74,.58,1), opacity .6s;
    will-change: transform, opacity;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}


.header.header-sticky.style-border {
	background-color: var(--Heading);
}
.header.header-sticky.style-border .header-inner-wrap {
	border-bottom: none;
}
.header.header-sticky.style-2 {
	background-color: var(--Heading);
	height: 78px;
}
.header.header-sticky.style-5 {
	height: 78px;
}
.header.header-sticky.style-5 .header-inner-wrap {
	padding: 0;
}
.header.header-sticky.style-5 .main-menu .navigation {
	margin-left: 0px;
}
.header.header-sticky.style-5 .btn-find {
	background-color: var(--Primary);
	color: var(--White);
}
.header.header-sticky.style-5 .btn-find:hover {
	color: var(--White);
	background-color: var(--Heading);
}
.header.header-sticky.style-5 .tf-btn {
	background-color: var(--Primary);
	color: var(--White);
}
.header.header-sticky.style-6 {
	background-color: var(--Heading);
}
.header.header-sticky.style-6 .header-inner {
	padding: 0;
}
.header.header-sticky.style-6 .header-inner-wrap {
	border-bottom: none;
}
.header.header-sticky.style-6 .header-inner-wrap .navigation > li > a {
	padding: 20px 20px;
}

/* skriven dok skrolujemo nadole */
.header.header-sticky.is-hidden {
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
}

/* placeholder sprečava skok */
.header-placeholder {
    height: var(--header-h,80px);     /* default, JS postavlja tačnu */
}

.menu-user {
	position: absolute;
	width: 280px;
	overflow: hidden;
	border-radius: 16px;
	background-color: var(--White);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	top: calc(100% + 25px);
	right: 0;
	border: none;
	opacity: 0;
	visibility: hidden;
	padding: 8px;
}
.menu-user .dropdown-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 12px;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 24px;
	width: 100%;
	position: relative;
	color: var(--Heading);
	border-radius: 10px;
}
.menu-user .dropdown-item:not(:last-child) {
	margin-bottom: 5px;
}
.menu-user .dropdown-item.current, .menu-user .dropdown-item:hover {
	background-color: var(--Primary);
	color: #ffffff;
}
.menu-user .dropdown-item.current svg path, .menu-user .dropdown-item:hover svg path {
	stroke: var(--White);
}
.menu-user .dropdown-item.current .wrap-login a, .menu-user .dropdown-item:hover .wrap-login a {
	color: var(--White);
}
.menu-user .dropdown-item.current .wrap-login a:hover, .menu-user .dropdown-item:hover .wrap-login a:hover {
	color: var(--Heading);
}
.menu-user .dropdown-item .wrap-login {
	gap: 4px;
}
.menu-user .dropdown-item .wrap-login span {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-user .dropdown-item .wrap-login a {
	color: var(--Heading);
}

/* main-nav
============================================================================*/
.main-menu {
	position: relative;
	margin-left: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 10px;
}
.main-menu .navigation {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 14px;
}
.main-menu .navigation > li.current-menu > a {
	color: var(--Primary) !important;
	font-weight: 700;
}
.main-menu .navigation > li > a {
	padding: 29px 0px;
}
.main-menu .navigation > li.has-child > a::after {
	right: 0;
}
.main-menu .navigation > li > .submenu {
	position: absolute;
	z-index: 999;
	z-index: 1;
	padding: 25px 20px 30px;
	top: calc(100% + 16px);
}
.main-menu .navigation > li > .submenu::before {
	content: "";
	position: absolute;
	bottom: calc(100% - 14px);
	left: 45px;
	border-top: 20px solid var(--White);
	border-right: 20px solid transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.main-menu .navigation > li > .submenu::after {
	content: "";
	position: absolute;
	background-color: transparent;
	left: 0;
	right: 0;
	height: 35px;
	top: -25px;
}
.main-menu .navigation > li > .submenu > li {
	position: relative;
}
.main-menu .navigation > li > .submenu > li:hover::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 20%;
}
.main-menu .navigation > li > .submenu > li:hover a::after {
	transform: rotate(-90deg);
}
.main-menu .navigation > li > .submenu > li a {
	padding: 9px 0;
	width: 100%;
}
.main-menu .navigation > li > .submenu > li > .submenu {
	position: absolute;
	left: calc(100% + 20px);
	top: -25px;
	opacity: 0;
	visibility: hidden;
}
.main-menu .navigation > li:hover > ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}
.main-menu .navigation > li:hover > ul > li:hover > .submenu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.navigation {
	position: relative;
}
.navigation li.has-child > a {
	position: relative;
	padding-right: 20px;
}
.navigation li.has-child > a::after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 0;
	font-family: "icomoon";
	content: "\e902";
	font-size: 14px;
	cursor: pointer;
}
.navigation li a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: var(--Heading);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navigation li:hover ul li {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transition-delay: 70ms;
	-moz-transition-delay: 70ms;
	-ms-transition-delay: 70ms;
	-o-transition-delay: 70ms;
	transition-delay: 70ms;
}
.navigation li:hover ul li:nth-child(2) {
	-webkit-transition-delay: 140ms;
	-moz-transition-delay: 140ms;
	-ms-transition-delay: 140ms;
	-o-transition-delay: 140ms;
	transition-delay: 140ms;
}
.navigation li:hover ul li:nth-child(3) {
	-webkit-transition-delay: 210ms;
	-moz-transition-delay: 210ms;
	-ms-transition-delay: 210ms;
	-o-transition-delay: 210ms;
	transition-delay: 210ms;
}
.navigation li:hover ul li:nth-child(4) {
	-webkit-transition-delay: 280ms;
	-moz-transition-delay: 280ms;
	-ms-transition-delay: 280ms;
	-o-transition-delay: 280ms;
	transition-delay: 280ms;
}
.navigation li:hover ul li:nth-child(5) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.navigation li:hover ul li:nth-child(6) {
	-webkit-transition-delay: 420ms;
	-moz-transition-delay: 420ms;
	-ms-transition-delay: 420ms;
	-o-transition-delay: 420ms;
	transition-delay: 420ms;
}
.navigation li:hover ul li:nth-child(7) {
	-webkit-transition-delay: 490ms;
	-moz-transition-delay: 490ms;
	-ms-transition-delay: 490ms;
	-o-transition-delay: 490ms;
	transition-delay: 490ms;
}
.navigation li:hover ul li:nth-child(8) {
	-webkit-transition-delay: 560ms;
	-moz-transition-delay: 560ms;
	-ms-transition-delay: 560ms;
	-o-transition-delay: 560ms;
	transition-delay: 560ms;
}
.navigation li:hover ul li:nth-child(9) {
	-webkit-transition-delay: 630ms;
	-moz-transition-delay: 630ms;
	-ms-transition-delay: 630ms;
	-o-transition-delay: 630ms;
	transition-delay: 630ms;
}
.navigation li:hover ul li:nth-child(10) {
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.navigation .submenu {
	position: absolute;
	z-index: 999;
	width: max-content;
	z-index: 1;
	width: 280px;
	padding: 25px 30px 30px 30px;
	border-radius: 16px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: var(--White);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.navigation .submenu > li > .submenu {
	position: absolute;
	left: 100%;
	top: 0px;
	opacity: 0;
	visibility: hidden;
}
.navigation .submenu li {
	opacity: 0;
	transform: translateY(11px);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.navigation .submenu li a,
.navigation .submenu2 li a {
	display: inline-block;
	padding: 5px 0;
	width: 100%;
}
.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a,
.navigation .submenu2 li.current-item > a,
.navigation .submenu2 li:hover > a {
	color: var(--Primary) !important;
}
.navigation .submenu li.current-item ul, .navigation .submenu li:hover ul,
.navigation .submenu2 li.current-item ul,
.navigation .submenu2 li:hover ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.has-child.style-2 > .submenu {
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	min-width: 800px;
}
.has-child.style-2 > .submenu::before {
	left: 105px !important;
}
.has-child.style-2 > .submenu > li > a {
	font-size: 20px;
	font-weight: 600;
	padding-left: 0 !important;
	color: var(--Heading) !important;
}
.has-child.style-2 > .submenu > li > .submenu2 > li {
	width: 250px;
}
.has-child.style-2 > .submenu > li > .submenu2 > li > a {
	color: var(--Text);
}
.has-child.style-2 > .submenu > li > .submenu2 > li > a:hover {
	color: var(--Primary);
}

/* nenu-moblie
============================================================================*/



.mobile-nav-wrap {
	z-index: 99999;
	background: var(--White);
	
}
.mobile-nav-wrap .top-nav-mobile {
	padding-bottom: 0px;
}
.mobile-nav-wrap .top-nav-mobile .icon-close {
	font-size: 18px;
}
.mobile-nav-wrap .offcanvas-title img {
	margin-left: 5px;
    margin-top: 7px;
	height: 20px;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
	width: 0px;
}

.inner-mobile-nav {
	padding: 15px;
	position: relative;
}
.inner-mobile-nav .top-nav-mobile {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.inner-mobile-nav .top-nav-mobile #mobile-logo_header {
	width: 150px;
}
.inner-mobile-nav .top-nav-mobile .mobile-nav-close {
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-mobile-nav .mb-body {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding-bottom: 30px;
	gap: 30px;
}
.inner-mobile-nav .mb-body .support .text-need {
	   font-weight: 400;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
}
.inner-mobile-nav .mb-body .support .mb-info li {
	color: rgb(134, 134, 134);
	font-size: 14px;
	line-height: 24px;
}
.inner-mobile-nav .mb-body .support .mb-info li span {
	margin-left: 5px;
	font-weight: 600;
	color: var(--Heading);
}
.inner-mobile-nav .mb-body .support .mb-info li a {
	margin-left: 5px;
	font-weight: 400;
	color: var(--Heading);
}
.inner-mobile-nav #menu-mobile-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--Line);
	padding-top: 15px;
}
.inner-mobile-nav #menu-mobile-menu > li {
	position: relative;
	cursor: pointer;
	color: var(--Primary);
	border-bottom: 1px solid var(--Line);
}
.inner-mobile-nav #menu-mobile-menu li a {
	font-weight: 400;
	font-size: 16px;
	min-height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	color: var(--Heading);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a::after {
	content: "\e902";
	position: absolute;
	font-family: "icomoon";
	font-weight: 300;
	position: absolute;
	font-size: 20px;
	right: 0;
	top: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a:not(.collapsed)::after {
	transform: rotate(-180deg);
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 {
	position: relative;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a::after {
	content: "\e902";
	position: absolute;
	font-family: "icomoon";
	font-weight: 300;
	position: absolute;
	font-size: 20px;
	right: 0;
	top: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a:not(.collapsed)::after {
	transform: rotate(-180deg);
}
.inner-mobile-nav #menu-mobile-menu li .sub-mobile {
	margin-bottom: 26px;
	border-left: 1px solid var(--Line);
}
.inner-mobile-nav #menu-mobile-menu li .sub-mobile > li {
	padding-left: 15px;
}
.inner-mobile-nav .wrap-social {
	gap: 5px;
}
.inner-mobile-nav .wrap-social .tf-social {
	gap: 10px;
}

#menu-mobile-menu li.current-menu-item > a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
	color: var(--Primary);
}

/*------------ footer ---------------- */
#footer {
	background-color: var(--svijetla-pozadina);
	
}
#footer.style-2 {
	background-color: #161618;
}
#footer.style-2 .footer-menu-list ul li a {
	background-color: #161618 !important;
}
#footer .footer-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	flex-wrap: wrap;
	gap: 30px 20px;
}
#footer .footer-main {
	padding: 40px 0 22px;
	
	border-top: 1px solid var(--Line);
}
#footer .footer-menu-list .title {
	margin-bottom: 24px;
	font-size:17px;
}
#footer .footer-menu-list ul li:not(:last-child) {
	margin-bottom: 15px;
}
#footer .footer-menu-list ul li a {
	font-size: 16px;
	line-height: 22.4px;
	color: var(--Text);
	position: relative;
}
#footer .footer-menu-list ul li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	background-color: var(--Primary);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .footer-menu-list ul li:hover a {
	color: var(--Primary);
}
#footer .footer-menu-list ul li:hover a::before {
	width: 100%;
}
#footer .footer-menu-list.style-2 ul li a {
	padding-left: 20px;
	position: relative;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 3;
}
#footer .footer-menu-list.style-2 ul li a::after {
	content: "\e909";
	position: absolute;
	font-family: "icomoon";
	font-size: 16px;
	color: var(--Primary);
	font-size: 12px;
	margin-right: 11px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
#footer .footer-menu-list.style-2 ul li:hover a::before {
	width: 87%;
}


#footer .footer-menu-list.style-search ul li a {
	padding-left: 20px;
	position: relative;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 3;
}
#footer .footer-menu-list.style-search ul li a::after {
	content: "\e955";
	position: absolute;
	font-family: "icomoon";
	font-size: 16px;
	color: var(--Primary);
	font-size: 12px;
	margin-right: 11px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
#footer .footer-menu-list.style-search ul li:hover a::before {
	width: 87%;
}

#footer .footer-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0 24px;
	border-top:  1px solid var(--Line);
	gap: 10px 20px;
	flex-wrap: wrap;
}
#footer .footer-bottom p a {
	color: var(--Text);
}
#footer .footer-bottom p a:hover {
	color: var(--Primary);
}
#footer .wrap-social {
	gap: 16px;
}
#footer .footer-logo img {
	width: 100px;
	
}

.wrap-contact-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px 48px;
	flex-wrap: wrap;
}
.wrap-contact-item .contact-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 33px;
}
.wrap-contact-item .contact-item i {
	font-size: 48px;
	color: var(--Primary);
}
.wrap-contact-item .contact-item svg path {
	stroke: var(--Primary);
}
.wrap-contact-item .contact-item .content {
	position: relative;
}
.wrap-contact-item .contact-item .content .title {
	color: var(--Note);
	margin-bottom: 4px !important;
}
.wrap-contact-item .contact-item .content h6 a {
	color: var(--Text-white);
}
.wrap-contact-item .contact-item .content h6 a:hover {
	color: var(--Primary);
}
.wrap-contact-item .contact-item .content::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 51px;
	background-color: rgba(255, 255, 255, 0.07);
	top: 0;
	left: -18px;
}

.footer-col-block .title-mobile {
	display: none;
	position: relative;
}
.footer-col-block .title-mobile::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 1px;
	background-color: var(--Text);
	transition: 0.25s ease-in-out;
}
.footer-col-block .title-mobile::before {
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 12px;
	background-color: var(--Text);
	transition: 0.25s ease-in-out;
}
.footer-col-block.open .title-mobile::before {
	opacity: 0;
}
.footer-col-block.open .title-mobile::after {
	transform: translate(0%, -50%) rotate(-180deg);
}

/*------------ tabs ---------------- */
.flat-animate-tab {
	overflow: hidden;
}
.flat-animate-tab .tab-content {
	position: relative;
}
.flat-animate-tab .tab-pane {
	display: block;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition-timing-function: ease-in;
	transition-duration: 0.2s;
}
.flat-animate-tab .tab-pane.active {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	position: relative;
	z-index: 2;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}

.widget-tabs .widget-menu-tab {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.widget-tabs .item-title {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.widget-tabs.style-1 .widget-menu-tab {
	margin-bottom: 29px;
	gap: 10px;
}
.widget-tabs.style-1 .widget-menu-tab .item-title {
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	width: 122px;
	height: 32px;
	font-weight: 600;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--White);
	border-radius: 16px;
	color: var(--Heading);
}
.widget-tabs.style-1 .widget-menu-tab .item-title.active, .widget-tabs.style-1 .widget-menu-tab .item-title:hover {
	color: var(--White);
	background-color: var(--Primary);
	position: relative;
}
.widget-tabs.style-1 .widget-menu-tab .item-title.active::after, .widget-tabs.style-1 .widget-menu-tab .item-title:hover::after {
	content: "";
	bottom: -9px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid var(--Primary);
	transform: rotate(180deg);
}
.widget-tabs.style-1.color-2 .item-title.active {
	background-color: var(--Color-2);
}
.widget-tabs.style-1.color-2 .item-title.active::after {
	border-bottom: 5px solid var(--Color-2);
}
.widget-tabs.style-1.color-3 .item-title.active {
	background-color: var(--Color-3);
}
.widget-tabs.style-1.color-3 .item-title.active::after {
	border-bottom: 5px solid var(--Color-3);
}
.widget-tabs.style-2 .widget-menu-tab {
	gap: 12px;
	padding-top: 40px;
	margin-top: -40px;
}
.widget-tabs.style-2 .item-title {
	padding: 8px 20px;
	width: 126px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid var(--Line);
	font-size: 16px;
	line-height: 22.4px;
}
.widget-tabs.style-2 .item-title:hover, .widget-tabs.style-2 .item-title.active {
	background-color: var(--Primary);
	color: var(--White);
	font-weight: 700;
}
.widget-tabs.style-2.style-border-primary .item-title {
	border-color: var(--Primary);
	color: var(--Primary);
}
.widget-tabs.style-2.style-border-primary .item-title:hover, .widget-tabs.style-2.style-border-primary .item-title.active {
	color: var(--White);
}

/*------------ button ---------------- */
.tf-btn {
	font-size: 16px;
	line-height: 22.4px;
	height: 50px;
	background-color: var(--White);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 10px;
	color: var(--Text-white);
	width: max-content;
	gap: 10px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.tf-btn:disabled {
	
	color: var(--Text-white);
	opacity: 0.3;
	
}


.tf-btn::after {
	content: "";
	position: absolute;
	background-color: var(--Secondary);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 0;
	height: 100%;
	left: -5%;
	border-radius: 12px;
	z-index: -1;
}
.tf-btn i {
	font-size: 24px;
}
.tf-btn.pd-1 {
	padding: 0 23.5px;
}
.tf-btn.pd-2 {
	padding: 0 26.5px;
}
.tf-btn.pd-3 {
	padding: 0 40px;
}
.tf-btn.pd-4 {
	padding: 0 28px;
}
.tf-btn.pd-5 {
	padding: 0 41.5px;
}
.tf-btn.pd-6 {
	padding: 0 28.5px;
}
.tf-btn.pd-7 {
	padding: 0 44.5px;
}
.tf-btn.pd-8 {
	padding: 0 24px;
}
.tf-btn.pd-9 {
	padding: 0 20.5px;
}
.tf-btn.pd-10 {
	padding: 0 20px;
}
.tf-btn.pd-11 {
	padding: 0 26px;
}
.tf-btn.pd-12 {
	padding: 0 52px;
}
.tf-btn.pd-13 {
	padding: 0 31.5px;
}
.tf-btn.pd-14 {
	padding: 0 57px;
}
.tf-btn.pd-15 {
	padding: 0 27px;
}
.tf-btn.pd-16 {
	padding: 0 70px;
}
.tf-btn.pd-17 {
	padding: 0 56px;
}
.tf-btn.pd-18 {
	padding: 0 64px;
}
.tf-btn.pd-19 {
	padding: 0 48px;
}
.tf-btn.pd-20 {
	padding: 0 33.5px;
}
.tf-btn.pd-21 {
	padding: 0 32.5px;
}
.tf-btn.pd-22 {
	padding: 0 19.5px;
}
.tf-btn.pd-23 {
	padding: 0 23px;
}
.tf-btn.pd-24 {
	padding: 0 18.5px;
}
.tf-btn.pd-25 {
	padding: 0 29.5px;
}
.tf-btn.pd-26 {
	padding: 0 24px;
}
.tf-btn.pd-27 {
	padding: 0 36px;
}
.tf-btn.pd-50 {
	padding: 0 50px;
}

.tf-btn.btn-border {
	border: 1px solid var(--Primary);
}
.tf-btn.bg-color-primary {
	background-color: var(--Primary);
}

.tf-btn.bg-color-upozorenje {
	background-color: var(--Color-2);
}

.tf-btn.bg-color-zuto {
	background-color: var(--Color-8);
}

.tf-btn.bg-color-zeleno {
	background-color: #4fa100;
}

.tf-btn.bg-color-smjestaj {
	background-color: var(--Primary-smjestaj);
}

.tf-btn.bg-color-white {
	background-color: var(--White);
	color: var(--Primary);
}
.tf-btn.bg-color-secondary {
	background-color: var(--Secondary);
}

.tf-btn.bg-color-ugaseno {
	background-color: #a8abae78;
}
.tf-btn.style-border-svijetli {
	border: 1px solid var(--Line);
    color: var(--Text);
    background-color: transparent;
    background: var(--ticker-vijesti-bg);
}	

.tf-btn.style-border-svijetli::after {
	background-color: var(--Primary);
}
.tf-btn.style-border-svijetli:hover {
	color: var(--Text-white) !important;
}
.tf-btn.style-border-svijetli:hover svg path {
	stroke: var(--Text-white);
}


.tf-btn.style-border-smjestaj {
	border: 1px solid var(--Primary-smjestaj);
    color: var(--Primary-smjestaj);
    background-color: transparent;
	
}	

.tf-btn.style-border-smjestaj::after {
	background-color: var(--Primary-smjestaj);
}
.tf-btn.style-border-smjestaj:hover {
	color: var(--Text-white) !important;
}
.tf-btn.style-border-smjestaj:hover svg path {
	stroke: var(--Text-white);
}


.tf-btn.style-border {
	border: 1px solid var(--Primary);
	color: var(--Primary);
	background-color: transparent;
}
.tf-btn.style-border::after {
	background-color: var(--Primary);
}
.tf-btn.style-border:hover {
	color: var(--Text-white) !important;
}
.tf-btn.style-border:hover svg path {
	stroke: var(--Text-white);
}
.tf-btn.style-border.color-white {
	color: var(--Text-white);
	border-color: var(--Text-white);
}
.tf-btn.style-border.color-white:hover {
	border-color: var(--Primary);
	color: var(--Text-white);
}
.tf-btn.style-border.color-white:hover svg path {
	stroke: var(--Text-white);
}
.tf-btn.style-border.color-white:hover i {
	color: var(--Text-white);
}
.tf-btn.style-border.border2 {
	border-color: rgba(255, 255, 255, 0.1);
}
.tf-btn.style-2 {
	background-color: var(--Text-white);
	color: var(--Primary);
}
.tf-btn.btn-border {
	border: 1px solid var(--Primary);
}
.tf-btn:hover {
	background-color: transparent;
	color: var(--Text-white) !important;
}
.tf-btn:hover::after {
	width: 115%;
}

.tf-btn-link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: var(--Primary);
	gap: 8px;
	width: max-content;
}
.tf-btn-link span {
	position: relative;
}
.tf-btn-link span::after {
	position: absolute;
	content: "";
	width: 0;
	left: 0;
	bottom: -1px;
	background: var(--Primary);
	height: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tf-btn-link i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-delay: 0.2s;
}
.tf-btn-link:hover span::after {
	width: 100%;
}
.tf-btn-link:hover i {
	transform: translateX(4px);
}
.tf-btn-link.style-hover-rotate:hover svg {
	transform: rotate(-90deg);
}

.malodugme {
	font-size: 15px;
	height: 30px;
	padding: 0 7.5px;
}


.malodugme-vece {
	font-size: 16px;
	height: 30px;
	padding: 0 7.5px;
}

.malodugme-vece .material-symbols-rounded {
	font-size: 16px;
	
}

/*------------ range slider ---------------- */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background: var(--Line);
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
	height: 8px;
}

.noUi-horizontal .noUi-handle {
	position: relative;
	width: 22px !important;
	height: 22px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--Primary);
	border: 2px solid var(--White);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.caption {
	margin-bottom: 10px;
}

/* Styling; */
.noUi-background {
	background: var(--Line);
}

.noUi-connect {
	background: var(--Primary);
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 0px;
}

.noUi-target {
	width: 100%;
	padding-right: 10px;
}

/* Handles and cursors;
*/
.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	cursor: default;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/* Disabled state; */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

.slider-labels .caption {
	font-weight: 500;
	font-size: 16px;
}

.widget-price .box-title-price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 4px;
}
.widget-price .box-title-price span {
	font-size: 14px;
	line-height: 19.6px;
	color: var(--Heading);
}
.widget-price .caption-price .value {
	color: var(--Primary);
}
.widget-price.style-2 .box-title-price {
	color: rgb(92, 94, 97);
}
.widget-price.style-2 .box-title-price span {
	font-size: 14px;
	line-height: 22px;
	color: rgb(92, 94, 97);
}

/*------------ form ---------------- */
form {
	position: relative;
	z-index: 30;
}
form .input.input-nl,
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 13px 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	background-color: var(--svijetla-pozadina);
	border: 1px solid var(--Line-tamnija);
	border-radius: 16px;
	color: var(--Text);
	overflow: hidden;
	height: 54px;
	margin-bottom: 0;
}
form .input.input-nl::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	color: #8b8b8b8f;
}
form .input.input-nl.style-default,
form textarea.style-default,
form input[type=text].style-default,
form input[type=password].style-default,
form input[type=datetime].style-default,
form input[type=datetime-local].style-default,
form input[type=date].style-default,
form input[type=month].style-default,
form input[type=time].style-default,
form input[type=week].style-default,
form input[type=number].style-default,
form input[type=email].style-default,
form input[type=url].style-default,
form input[type=search].style-default,
form input[type=tel].style-default,
form input[type=color].style-default {
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background-color: transparent;
}
form .input.input-nl.style-1,
form textarea.style-1,
form input[type=text].style-1,
form input[type=password].style-1,
form input[type=datetime].style-1,
form input[type=datetime-local].style-1,
form input[type=date].style-1,
form input[type=month].style-1,
form input[type=time].style-1,
form input[type=week].style-1,
form input[type=number].style-1,
form input[type=email].style-1,
form input[type=url].style-1,
form input[type=search].style-1,
form input[type=tel].style-1,
form input[type=color].style-1 {
	font-size: 15px;
	border-radius: 0;
	padding: 18px 0 3px;
	border: 0;
	border-bottom: 2px solid var(--Border);
	color: var(--Soft-Text);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
	background-color: transparent;
	overflow: hidden;
	padding: 0;
}
form textarea {
	font-size: 16px;
	line-height: 22.4px;
	height: 148px;
}
form .cols {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 24px;
	width: 100%;
	margin-bottom: 18px;
}
form .cols fieldset {
	width: 100%;
}
form label {
	font-size: 16px;
	line-height: 22.5px;
	font-weight: 600;
	color: var(--Heading);
	margin-bottom: 12px;
}

.form-control:disabled {
    background-color: var(--svijetla-pozadina);
    opacity: 1;
	border: 1px solid var(--Line);
}

.input-group .btn {
    position: relative;
    z-index: 2;
    border-radius: 16px;
	border: 1px solid var(--Line-tamnija);
}

.form-search {
	position: relative;
}
.form-search fieldset input {
	padding-left: 46px;
}
.form-search .button-submit {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 18px;
}
.form-search .button-submit i {
	font-size: 18px;
	color: var(--Note);
	font-weight: 700;
}
.form-search.style-2 fieldset input {
	height: 81px;
	background-color: var(--Heading);
	border: none;
	padding-left: 57px;
	color: var(--Text-white);
}
.form-search.style-2 fieldset input::placeholder {
	color: var(--Text-white);
}
.form-search.style-2 .button-submit {
	right: 8px;
	left: unset;
	top: 50%;
}
.form-search.style-2 .tf-btn {
	height: 65px;
	border-radius: 16px;
	border: 1px solid var(--Primary);
	gap: 12px;
}
.form-search.style-2 .tf-btn i {
	font-size: 24px;
	color: var(--White);
}
.form-search.style-2 .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 32px;
}




.box-send .heading-box {
	margin-bottom: 24px;
}
.box-send .heading-box .title {
	margin-bottom: 11px;
}
.box-send label {
	color: var(--Heading);
	margin-bottom: 12px;
}
.box-send .message {
	margin-bottom: 18px;
}
.box-send .checkbox-item {
	margin-bottom: 20px;
}
.box-send .checkbox-item label {
	padding-left: 29px;
	color: var(--Text);
	margin-bottom: 0;
}

.form-pre-approved .cols {
	margin-bottom: 30px;
}
.form-pre-approved .cols .wrap-input {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.form-pre-approved .cols .percent {
	width: 64px;
	flex: none;
	margin-top: 31px;
}
.form-pre-approved .cols .input-percent {
	padding: 16px 14px;
}
.form-pre-approved .cols .select {
	width: 50%;
}
.form-pre-approved .cols .interest-rate {
	width: 50%;
}
.form-pre-approved > p {
	margin-bottom: 33px;
	color: rgba(44, 46, 51, 0.6);
}
.form-pre-approved > p span {
	color: var(--Primary);
	font-weight: 700;
}
.form-pre-approved .wrap-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px 24px;
	flex-wrap: wrap;
}
.form-pre-approved .nice-select {
	color: var(--Heading);
}
.form-pre-approved .nice-select::after {
	width: 20px;
	height: 20px;
	background-image: url(../icons/arrow-down-2.svg);
	right: 15px;
}
.form-pre-approved fieldset input::placeholder {
	color: var(--Heading);
}

.form-contact {
	padding: 39px;
	border: 1px solid var(--Line);
	border-radius: 16px;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
	background-color: var(--White);
}
.form-contact .heading-section {
	margin-bottom: 48px;
}
.form-contact .cols {
	margin-bottom: 32px;
	gap: 33px;
}
.form-contact fieldset input::placeholder {
	color: var(--Note);
}
.form-contact textarea {
	border-radius: 16px;
	margin-bottom: 32px;
}
.form-contact .phone {
	width: 50%;
}
.form-contact .select {
	width: 50%;
}
.form-contact .nice-select {
	color: var(--Heading);
}

.form-contact-agent {
	padding: 28px 30px 29px;
	border-radius: 16px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
}
.form-contact-agent .wrap-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 24px;
}
.form-contact-agent fieldset {
	margin-bottom: 12px;
}
.form-contact-agent fieldset input,
.form-contact-agent fieldset textarea,
.form-contact-agent fieldset input::placeholder,
.form-contact-agent fieldset textarea::placeholder {
	font-size: 14px;
	line-height: 22px;
}
.form-contact-agent textarea {
	height: 130px;
	margin-bottom: 18px;
}
.form-contact-agent.style-2 {
	box-shadow: unset;
	border: 1px solid var(--Line);
}

.form-contact-seller {
	background-color: var(--White);
	padding: 30px;
	border-radius: 16px;
	border: 1px solid var(--Line);
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
}
.form-contact-seller .seller-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 19px;
	margin-bottom: 28px;
}
.form-contact-seller .seller-info .avartar {
	border-radius: 999px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	flex: none;
}

.form-contact-seller .seller-info .avartar a{
    display:block;     /* iz inline u block */
    width:100%;
    height:100%;
}

.form-contact-seller .seller-info .avartar img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* ispuni okvir i cropuj višak */
    display: block;      /* ukloni “razmak” ispod slike */
}


.form-contact-seller .seller-info .name {
	margin-bottom: 12px;
}
.form-contact-seller .seller-info .contact li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--Text);
}
.form-contact-seller .seller-info .contact li:not(:last-child) {
	margin-bottom: 6px;
}
.form-contact-seller .seller-info .contact li i {
	font-size: 16px;
}
.form-contact-seller .seller-info .contact li span {
	line-height: 19.6px;
	/* color: var(--Primary); */
}

.form-contact-seller .seller-info .contact .hover-tooltip .tooltip {
   	color: var(--White);
}

.form-contact-seller .seller-info .contact li a {
	/*color: var(--Text);*/
}
.form-contact-seller .seller-info .contact li a:hover {
	color: var(--Primary);
}
.form-contact-seller fieldset input,
.form-contact-seller fieldset textarea,
.form-contact-seller fieldset textarea::placeholder,
.form-contact-seller fieldset input::placeholder {
	font-size: 14px;
	line-height: 22px;
}
.form-contact-seller textarea {
	height: 130px;
}

.form-add-review .checkbox-item label {
	font-size: 14px;
	line-height: 19.6px;
	font-weight: 400;
}

.form-advanced-search {
	padding: 30px;
	border-radius: 16px;
	border: 1px solid rgb(236, 236, 236);
	background-color: var(--White);
}
.form-advanced-search fieldset {
	position: relative;
}
.form-advanced-search fieldset input,
.form-advanced-search fieldset input::placeholder {
	font-size: 14px;
	line-height: 22px;
}
.form-advanced-search fieldset .icon {
	position: absolute;
	font-size: 16px;
	right: 16px;
	top: 57%;
	transform: translateY(-50%);
}
.form-advanced-search .nice-select {
	font-size: 14px;
	line-height: 22px;
}

.sib-form {
	padding: 0;
	font-family: "Lexend", sans-serif;
}
.sib-form #sib-container,
.sib-form .sib-form-block {
	background-color: transparent;
	padding: 0;
}

.sib-form fieldset .input.input-nl {
	padding: 0 18px;
	max-width: 100%;
	border-radius: 10px;
	background-color: transparent;
}
.sib-form .clickable__icon {
	height: 1.5rem;
	vertical-align: bottom;
	width: 1.5rem;
}
.sib-form .sib-text-form-block {
	margin-bottom: 16px;
}
.sib-form .entry__error {
	font-size: 12px;
	line-height: 16.8px;
}
.sib-form .form__label-row {
	margin-top: 10px;
}
.sib-form .tf-btn {
	height: 54px;
	border-radius: 10px;
	margin-bottom: 16px;
	border: 1px solid var(--Primary) !important;
}
.sib-form .tf-btn:hover {
	border: 1px solid var(--Primary);
}
.sib-form .checkbox-item label .btn-checkbox::after {
	top: -2px;
}
.sib-form .checkbox-item span {
	color: var(--Text);
}

.form-get-in-touch {
	padding: 20px;
	border-radius: 16px;
	display: grid;
	gap: 20px;
	background-color: var(--White);
}
.form-get-in-touch .grid-2 {
	gap: 15px;
}
.form-get-in-touch fieldset input {
	border-radius: 999px;
}
.form-get-in-touch.style-2 {
	background-color: var(--Heading);
}
.form-get-in-touch.style-2 fieldset input,
.form-get-in-touch.style-2 textarea {
	background: rgba(255, 255, 255, 0.1215686275);
	border: none;
	color: var(--Note);
}
.form-get-in-touch.style-2 fieldset input::placeholder,
.form-get-in-touch.style-2 textarea::placeholder {
	color: var(--Note);
}

/*------------ slider ---------------- */
.style-pagination {
	position: relative;
}
.style-pagination .swiper-pagination {
	position: unset;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}
.style-pagination .swiper-pagination.pagination-layout {
	display: none;
}
.style-pagination .swiper-pagination.pagination-testimonial-1 {
	display: none;
}
.style-pagination .swiper-pagination-bullet {
	position: relative;
	background: rgb(228, 228, 228);
	border-radius: 2px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.style-pagination .swiper-pagination-bullet::after {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	border-radius: 999px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--Primary);
	width: 15px;
}
.style-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	border-radius: 999px;
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.style-pagination.dot-white .swiper-pagination-bullet {
	position: relative;
	background: var(--Heading);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.style-pagination.dot-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--White);
}
.style-pagination.dot-white .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	border: 1px solid var(--White);
}

.sw-wrap-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.sw-wrap-btn .sw-pagination {
	width: max-content;
}

.sw-button {
	position: unset;
	border-radius: 999px;
	color: var(--White);
	background-color: var(--White);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 58px;
	width: 58px;
	border: 1px solid var(--Line);
	margin-top: unset;
	top: 50%;
}
.sw-button i {
	font-size: 24px;
	color: var(--IkonicaDugme);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sw-button:hover {
	background-color: var(--Primary);
}
.sw-button:hover i {
	color: var(--White);
}
.sw-button:hover svg path {
	stroke: var(--White);
}
.sw-button.style-2 {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 67px;
	width: 67px;
	border: none;
	background: rgba(0, 0, 0, 0.5);
	font-size: 24px;
	transform: translateY(-50%);
}
.sw-button.style-2.swiper-button-prev {
	left: 16px;
}
.sw-button.style-2.swiper-button-next {
	right: 16px;
}
.sw-button.style-3 {
	width: 98px;
	height: 98px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
	background-color: var(--Primary);
}
.sw-button.style-3 svg path {
	stroke: var(--White);
}
.sw-button.style-3:hover {
	background-color: var(--White);
}
.sw-button.style-3:hover svg path {
	stroke: var(--Heading);
}
.sw-button.style-3.swiper-button-disabled {
	opacity: 1;
	background-color: var(--White);
}
.sw-button.style-3.swiper-button-disabled svg path {
	stroke: var(--Heading);
}
.sw-button.style-3.swiper-slide-thumb-active {
	background-color: var(--Primary);
}
.sw-button.style-3.swiper-slide-thumb-active svg path {
	stroke: var(--White);
}
.sw-button.style-4 {
	background-color: var(--White);
	border: none;
}
.sw-button.style-4:hover {
	background-color: var(--Primary);
}
.sw-button.style-4:hover svg path {
	stroke: var(--White);
}
.sw-button.style-5 {
	border: 1px solid var(--border);
	background-color: var(--Heading);
}
.sw-button.style-5:hover {
	background-color: var(--White);
}
.sw-button.style-5:hover i {
	color: var(--Heading);
}

.swiper-button-prev::after {
	display: none;
}

.swiper-button-next::after {
	display: none;
}

.thumbs-sw-pagi .swiper-slide {
	width: auto;
}
.thumbs-sw-pagi .img-thumb-pagi {
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	height: 80px;
}

.img-thumb-pagi img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* ispuni i zadrži proporcije           */
    object-position: center; /* zadrži centar kad cropuje         */
    display: block;        /* uklanja mali “razmak” ispod slike   */
}

.thumbs-sw-pagi.style-2 {
	max-width: 963px;
	margin: -64px auto 0;
}

.sw-thumbs-sigle .image-wrap img,
.sw-single .image-wrap img {
	width: 100%;
}

.tf-slider.style-1 .thumbs-sw-pagi-2 {
	max-width: 496px;
	margin-right: 0;
	margin-left: 0;
}
.tf-slider.style-1 .pagination-thumbs {
	max-width: 496px;
}
.tf-slider.style-1 .hero-thumbs-1 {
	max-width: 1074px;
}
.tf-slider.style-1 .hero-thumbs-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tf-slider.style-1 .img-thumb-pagi {
	width: 240px;
	height: 110px;
	border-radius: 999px;
	overflow: hidden;
}
.tf-slider.style-1 .img-thumb-pagi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tf-slider.style-1 .wrap-pagination {
	margin-top: -96px;
}
.tf-slider.style-1 .pagination {
	position: relative;
	cursor: pointer;
}
.tf-slider.style-1 .bot {
	display: flex;
	justify-content: space-between;
	gap: 20px 0;
}
.tf-slider.style-2 .wrap-pagination-thumbs {
	position: relative;
	max-width: 620px;
}
.tf-slider.style-2 .swiper-slide {
	height: auto;
	max-height: max-content;
}
.tf-slider.style-2 .sw-button {
	position: absolute;
	transform: translateY(-50%);
	z-index: 299;
}
.tf-slider.style-2 .sw-button.sw-thumbs-prev-2 {
	left: -29px;
}
.tf-slider.style-2 .sw-button.sw-thumbs-next-2 {
	right: -29px;
}
.tf-slider.style-3 {
	display: flex;
	gap: 32px;
}
.tf-slider.style-3 .thumbs-sw-pagi-3 {
	width: 100%;
	max-width: 908px;
	max-height: 357px;
	margin-left: 0;
	margin-right: 0;
}
.tf-slider.style-3 .thumbs-sw-pagi-3 .swiper-wrapper {
	max-height: 357px;
}
.tf-slider.style-3 .thumbs-sw-pagi-3 .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
	border-radius: 24px;
}
.tf-slider.style-3 .thumbs-sw-pagi-3 .swiper-slide .slide-inner {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tf-slider.style-3 .hero-thumbs-1 {
	max-width: 830px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}
.tf-slider.style-3 .hero-thumbs-2 {
	width: 100%;
	max-width: 924px;
	border-radius: 24px;
	height: 100%;
}
.tf-slider.style-3 .hero-thumbs-2 .swiper-slide {
	height: auto;
}
.tf-slider.style-3 .hero-thumbs-2 .property-wrap {
	height: 100%;
}
.tf-slider.style-3 .hero-thumbs-2 .property-wrap .slide-inner {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*------------ off canvas ---------------- */
/*form-login, register
===============================================================================*/
.flat-account {
	display: flex;
	border-radius: 30px;
	overflow: hidden;
}
.flat-account .banner-account {
	max-width: 340px;
	width: 100%;
	flex-shrink: 0;
}
.flat-account .banner-account img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flat-account .form-account {
	flex-grow: 1;
	padding: 30px;
}
.flat-account .form-account .box:not(:last-child) {
	margin-bottom: 30px;
}
.flat-account .form-account .box-fieldset:not(:last-child) {
	margin-bottom: 30px;
}
.flat-account .form-account .box-fieldset label {
	margin-bottom: 10px;
}
.flat-account .form-account .box-fieldset .text-forgot {
	margin-top: 18px;
}
.flat-account .form-account .ip-field {
	position: relative;
}
.flat-account .form-account .ip-field .icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.flat-account .form-account .ip-field input {
	padding-left: 46px;
}
.flat-account .box-btn .text {
	margin-top: 18px;
}
.flat-account .group-btn {
	display: flex;
	gap: 20px;
}
.flat-account .group-btn .btn-social {
	width: 50%;
	font-weight: 600;
	color: #3a3a3c;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
	border: 1px solid var(--Line);
	border-radius: 999px;
}
.flat-account .group-btn .btn-social:hover,
.flat-account .group-btn .btn-social.active {
	color: var(--White);
	background-color: var(--Primary);
}

.flat-account .group-btn {
    flex-direction: column;   /* dugmad jedno ispod drugog */
}

.flat-account .group-btn .btn-social {
    width: 100%;              /* da zauzmu punu širinu wrapper-a */
}

.modal {
	z-index: 9999;
}
.modal .title-box {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modal .title-box .close-modal {
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.modal .title-box .close-modal:hover {
	transform: rotate(90deg);
	color: var(--Primary);
}

.modal-content {
	border-radius: 15px;
	overflow: hidden;
}

.popup-setting {
	position: fixed;
	right: -150px;
	top: 150px;
	width: 150px;
	background-color: var(--White);
	z-index: 999;
	box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	direction: ltr;
}
.popup-setting.show {
	right: 0;
}
.popup-setting .btn-setting {
	background-color: var(--Primary);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -50px;
	top: 0;
	outline: 0;
}
.popup-setting .btn-setting a {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--White);
	-webkit-animation: rotate 1s infinite linear;
	animation: rotate 3s infinite linear;
	font-size: 26px;
}
.popup-setting .popup-setting-container {
	padding: 15px 0 15px 15px;
}
.popup-setting .popup-setting-container .title {
	display: block;
}

.offcanvas-search {
	height: max-content !important;
	background-color: var(--White);
	z-index: 99999;
}
.offcanvas-search > .btn-close-search {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	background-color: transparent;
	border: 1px solid var(--Primary);
	color: var(--Primary);
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.offcanvas-search > .btn-close-search:hover {
	background-color: var(--Primary);
	color: var(--Text-white);
}
.offcanvas-search .offcanvas-body {
	padding: 60px 0;
}
.offcanvas-search .form-search-courses {
	overflow: hidden;
	border-radius: 4px;
}
.offcanvas-search .form-search-courses .button-submit button {
	position: absolute;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border-radius: 4px;
}
.offcanvas-search fieldset input {
	border-radius: 4px;
}

/*------------ dashboard ---------------- */
.page-layout {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.page-layout .main-content {
	padding-left: 280px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page-layout .main-content-admin {
	padding-left: 280px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



.page-layout .main-content-inner {
	padding: 35px 56px 0;
}
.page-layout .main-content-inner.style-2 {
	width: 100%;
}
.page-layout .main-content-inner.style-3 {
	height: 100vh;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-layout .main-content-inner .box-btn {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.page-layout .flat-counter-v2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.page-layout .flat-counter-v2 .counter-box {
	display: flex;
	gap: 10px;
	align-items: center;
	background-color: var(--White);
	padding: 8px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
	border-radius: 16px;
}

.page-layout .flat-counter-v2 .counter-box:hover {
	
	background-color: #1877f20f;
	
}

.page-layout .flat-counter-v2 .counter-box .box-icon {
	flex-shrink: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: var(--Sub-primary-2);
}
.page-layout .flat-counter-v2 .counter-box .box-icon svg path {
	color: var(--Primary);
}
.page-layout .flat-counter-v2 .counter-box .title-count {
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 2px;
	font-weight: 600;
	color: var(--Heading);
}
.page-layout .flat-counter-v2 .counter-box .number {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: var(--Heading);
}
.page-layout .flat-counter-v2 .box-count .text {
	font-size: 14px;
	line-height: 27px;
	font-weight: 500;
	margin-left: 6px;
}
.page-layout .footer-dashboard {
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.page-layout .footer-dashboard p {
	color: var(--Text-5);
	font-weight: 600;
	opacity: 0.5;
	font-family: "Manrope", sans-serif;
}
.page-layout .footer-dashboard .list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 12px;
}
.page-layout .footer-dashboard .list li a {
	color: var(--Text-5);
	font-family: "Manrope", sans-serif;
	opacity: 0.5;
	line-height: 19.6px;
}
.page-layout .footer-dashboard .list li a:hover {
	color: var(--Primary);
}
.page-layout .footer-dashboard .list li:not(:last-child) {
	position: relative;
}
.page-layout .footer-dashboard .list li:not(:last-child)::after {
	position: absolute;
	content: "/";
	color: var(--Text-5);
	opacity: 0.5;
	right: -10px;
}

.sidebar-menu-dashboard {
	position: fixed;
	min-width: 304px;
	background: var(--svijetla-pozadina);
	
	padding: 32px;
	overflow-y: auto;
	z-index: 998;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translateX(0);
}

.sidebar-menu-dashboard-admin {
	position: fixed;
	min-width: 304px;
	background: var(--svijetla-pozadina);
	
	padding: 32px;
	overflow-y: auto;
	z-index: 998;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translateX(0);
}


.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:not(:last-child) {
	margin-bottom: 6px;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link {
	background-color: var(--Primary);
	/*color: var(--White) !important;*/
	color: #ffffff !important;
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item:hover .nav-menu-link svg path, .sidebar-menu-dashboard .box-menu-dashboard .nav-menu-item.active .nav-menu-link svg path {
	stroke: var(--White);
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
	display: flex;
	align-items: center;
	gap: 12px;
	border-radius: 16px;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 15px;
	color: var(--Heading);
}
.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar-menu-dashboard::-webkit-scrollbar {
	width: 2px;
}

.sidebar-menu-dashboard-admin::-webkit-scrollbar {
	width: 2px;
}

.overlay-dashboard {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(22, 30, 45, 0.3);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	opacity: 0;
}

.show-mb {
	margin-bottom: 10px;
	display: none;
}

.show-mb-admin {
	margin-bottom: 10px;
	display:none;
	
}

.widget-box-2 {
	padding: 30px;
	border-radius: 16px;
	background-color: var(--White);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
}
.widget-box-2 .title {
	margin-bottom: 20px;
}
.widget-box-2 .box-agent-account {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid var(--Line);
}
.widget-box-2 .box-agent-account h6 {
	margin-bottom: 15px;
}
.widget-box-2 .box-agent-account .note {
	font-size: 18px;
	line-height: 28px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff3cd;
	margin-bottom: 15px;
}
.widget-box-2 .box-agent-avt {
	display: flex;
	align-items: center;
	gap: 30px;
}
.widget-box-2 .box-agent-avt .avatar {
	flex-shrink: 0;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	overflow: hidden;
}
.widget-box-2 .box-agent-avt p {
	margin-bottom: 15px;
}
.widget-box-2 .box-agent-avt .box-ip {
	border-radius: 16px;
	border: 1px solid var(--Line);
	padding: 10px;
	width: 100%;
	max-width: 340px;
	margin-bottom: 15px;
}
.widget-box-2 .box-agent-avt .box-ip input {
	width: 100%;
}
.widget-box-2 .box-agent-avt .img-poster {
	width: 100%;
	max-width: 350px;
}
.widget-box-2 .box:not(:last-child) {
	margin-bottom: 30px;
}
.widget-box-2 .flat-pricing {
	max-width: 366px;
}
.widget-box-2 .btn-add-floor {
	margin-top: 20px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid var(--Primary);
	color: var(--Primary);
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.widget-box-2 .btn-add-floor:hover {
	background-color: var(--Primary);
	color: var(--White);
}
.widget-box-2.style-2 {
	box-shadow: unset;
	background-color: unset;
}
.widget-box-2 .nice-select {
	font-size: 16px;
	line-height: 22.4px;
}


.widget-box-bdbox {
	padding: 0px;
	
}

.widget-box-bdbox .title {
	margin-bottom: 20px;
}

.widget-box-bdbox .box:not(:last-child) {
	margin-bottom: 15px;
}

.wrap-table {
	margin-top: 20px;
}
.wrap-table thead tr {
	background-color: var(--svijetla-pozadina);
}
.wrap-table thead tr th {
	
	font-size: 15px;
	line-height: 19.6px;
	font-weight: 600;
	padding: 8px 14px;
	padding-right: 30px;
}
.wrap-table thead tr th:nth-child(1) {
	/*width: 55%;*/
}
.wrap-table thead tr th:not(:last-child) {
	position: relative;
}
.wrap-table thead tr th:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	background-color: rgba(255, 255, 255, 0.1);
	width: 1px;
}
.wrap-table thead tr th:not(:first-child) {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap-table thead tr th:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.wrap-table thead tr th:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.wrap-table table tbody td {
	padding: 10px;
	align-content: start;
	border-bottom: 1px solid var(--Line);
	font-size:15px;
}
.wrap-table table tbody td:first-child {
	padding-left: 0;
}
.wrap-table table tbody td:not(:last-child) {
	position: relative;
}
.wrap-table table tbody td:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 16px;
	bottom: 16px;
	background-color: var(--Line);
	width: 1px;
}
.wrap-table table tbody td:not(:first-child) {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap-table .listing-box {
	display: flex;
	gap: 20px;
}
.wrap-table .listing-box .images {
	width: 168px;
	border-radius: 8px;
	overflow: hidden;
}
.wrap-table .listing-box .content .title {
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 21.86px;
	font-weight: 600;
}
.wrap-table .listing-box .content .text-date {
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 16px;
	color: var(--Text-5);
}
.wrap-table .status-wrap .btn-status {
	width: 78px;
	padding: 0px 6px;
	border-radius: 999px;
	font-size: 13px;
	line-height: 23px;
	height: 23px;
	font-weight: 800;
	color: var(--White);
	background-color: #25c55b;
	text-align: center;
}
.wrap-table .status-wrap .btn-status.pending {
	background-color: #ee6742;
}
.wrap-table .status-wrap .btn-status.sold {
	background-color: #6e55ff;
}
.wrap-table .list-action li:not(:last-child) {
	margin-bottom: 8px;
}
.wrap-table .list-action .item {
	display: flex;
	gap: 8px;
	align-items: center;
	font-weight: 600;
}
.wrap-table .list-action .item .icon {
	font-size: 20px;
}
.wrap-table .wd-navigation {
	padding-top: 16px;
}

.wd-filter {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.wd-filter input,
.wd-filter .nice-select {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0 18px;
	color: var(--Heading);
	height: 54px;
}
.wd-filter input:focus,
.wd-filter .nice-select:focus {
	border-color: var(--Line);
}
.wd-filter .ip-group.icon-left {
	position: relative;
}
.wd-filter .ip-group.icon-left input {
	padding-left: 46px;
}
.wd-filter .ip-group.icon-left .icon {
	position: absolute;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	color: var(--Heading);
}

.wd-chart .wd-filter-date {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.wd-chart .wd-filter-date .left {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.wd-chart .wd-filter-date .right {
	display: flex;
	gap: 14px;
	flex-grow: 1;
	flex-wrap: wrap;
}
.wd-chart .wd-filter-date .right form {
	width: calc(50% - 14px);
}
.wd-chart .wd-filter-date .dates {
	padding: 10px 18px;
	text-align: center;
	min-width: 86px;
	border-radius: 999px;
	border: 1px solid var(--Line);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
	line-height: 22.4px;
	cursor: pointer;
}
.wd-chart .wd-filter-date .dates:hover {
	background-color: var(--Primary);
	color: var(--White);
}
.wd-chart .wd-filter-date .ip-group {
	flex-grow: 1;
}
.wd-chart .wd-filter-date .ip-group input {
	padding: 10px 16px;
}
.wd-chart .wd-filter-date .ip-group input:focus {
	border-color: var(--Line);
}

.mess-box .title {
	margin-bottom: 14px;
}
.mess-box .mess-item {
	display: grid;
	gap: 12px;
}
.mess-box .mess-item .user-box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.mess-box .mess-item .user-box .avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
}
.mess-box .mess-item .user-box .content {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.mess-box .mess-item:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.mess-box .list-star {
	gap: 2px;
}
.mess-box .list-star .icon {
	font-size: 14px;
}





.mess-box-veliki .title {
	margin-bottom: 14px;
}
.mess-box-veliki .mess-item {
	display: grid;
	gap: 12px;
}
.mess-box-veliki .mess-item .user-box {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px;
}
.mess-box-veliki .mess-item .user-box:hover {
	background-color: rgba(0, 0, 0, 0.04); /* diskretna svijetlosiva pozadina */;
}



.mess-box-veliki .mess-item .user-box .avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.mess-box-veliki .mess-item .user-box .content {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.mess-box-veliki .mess-item:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.mess-box-veliki .list-star {
	gap: 2px;
}
.mess-box-veliki .list-star .icon {
	font-size: 14px;
}

.flat-dashboard .titles {
	margin-bottom: 13px;
}
.flat-dashboard .tf-new-listing {
	width: 100%;
	margin-right: 20px;
}
.flat-dashboard .tf-new-listing .wrap-listing tbody tr td {
	padding: 16px 30px 16px 12px;
}

thead tr {
	background-color: var(--Text-5);
	
	border-radius: 8px;
}

table.table-save-search tr th {
	width: 15%;
}
table.table-save-search tr th:nth-child(1) {
	width: 15%;
	padding-left: 14px;
}
table.table-save-search tr th:nth-child(2) {
	width: 40%;
}

.box-uploadfile .uploadfile {
	border-radius: 16px;
	border: 2px dashed var(--Line);
	background: var(--svijetla-pozadina);
	/*padding: 95px 30px;*/
}

.box-img-upload {
	display: flex;
	gap: 20px;
	overflow: auto;
}
.box-img-upload .item-upload {
	flex-shrink: 0;
	border-radius: 10px;
	width: 194px;
	height: 109px;
	overflow: hidden;
	position: relative;
}
.box-img-upload .item-upload img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-img-upload .item-upload .icon {
	position: absolute;
	right: 37px;
	top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}


.box-img-upload .item-upload .icon-delete {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}

.main-pic-funkcije {
	position: absolute;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.main-pic-desnorazmak-rotate {
	right: 80px; 
}

.main-pic-desnorazmak-replace {
	right: 40px; 
}

.main-pic-desnorazmak-delete {
	right: 0px; 
}

.uploadfile {
	width: 100%;
	margin-bottom: 14px;
}
.uploadfile .icon {
	margin-bottom: 8px;
	font-size: 80px;
	color: var(--Primary);
}
.uploadfile .btn-upload {
	position: relative;
	margin-bottom: 15px;
}
.uploadfile .btn-upload .ip-file {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}
.uploadfile.style-1 .icon {
	color: var(--Line);
}

.box-fieldset label {
	margin-bottom: 8px;
}
.box-fieldset .nice-select {
	padding: 15px 18px;
}
.box-fieldset .box-ip {
	position: relative;
}
.box-fieldset .box-ip .btn-location {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.box-fieldset .box-ip .btn-location .icon {
	font-size: 20px;
}
.box-fieldset .map {
	margin-top: 20px;
	height: 456px;
	border-radius: 16px;
	overflow: hidden;
}
.box-fieldset .textarea {
	height: 130px;
}

.box-amenities-property {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
}
.box-amenities-property .title-amenities {
	margin-bottom: 20px;
}
.box-amenities-property .list-amenities {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.box-amenities-property .amenities-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.box-amenities-property .amenities-item input {
	flex-shrink: 0;
}
.box-amenities-property .amenities-item .text-cb-amenities {
	font-weight: 400;
}

.box-floor-property {
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 16px;
}
.box-floor-property .box-floor-img {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	padding: 38px 30px;
	background-color: var(--White);
	border-radius: 12px;
	margin-bottom: 0;
}
.box-floor-property .box-floor-img .btn-upload {
	margin-bottom: 0;
}
.box-floor-property .top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.box-floor-property .top .icon {
	font-size: 20px;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	white-space: nowrap !important;
	transition: all 0.3s ease;
}

.show-mb  {
	
	font-size: 14px;
	line-height: normal;
	align-items: center; /* Vertikalno centriranje */
	gap: 6px; /* Razmak između ikone i teksta (po potrebi) */
	cursor: pointer;
}

.show-mb-admin  {
	
	font-size: 14px;
	line-height: normal;
	align-items: center; /* Vertikalno centriranje */
	gap: 6px; /* Razmak između ikone i teksta (po potrebi) */
	cursor: pointer;
}

/*------------ blog ---------------- */
.blog-article-item {
	padding-bottom: 31px;
	border-bottom: 1px solid var(--Line);
}
.blog-article-item .image-wrap {
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 28px;
	position: relative;
	aspect-ratio: 16 / 9;  
	
}
.blog-article-item .image-wrap a {
	width: 100%;
    height: 100%;
}
.blog-article-item .image-wrap a img {
	width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}

/* 4) Poželjno: pregazi ovo staro pravilo da ne pravi haos */
.blog-article-item.style-2 .image-wrap img {
    min-height: 0;       /* ili samo izbaci taj stari CSS ako možeš */
}

.blog-article-item .box-tag {
	position: absolute;
	background-color: var(--Primary);
	padding: 4px 12px;
	border-radius: 999px;
	left: 8px;
	top: 8px;
}
.blog-article-item .time {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
}
.blog-article-item .time p {
	color: var(--Heading);
}
.blog-article-item .time i {
	font-size: 18px;
}
.blog-article-item .title {
	margin-bottom: 18px;
	letter-spacing: -0.2px;
}
.blog-article-item .description {
	margin-bottom: 18px;
}
.blog-article-item .tf-btn-link i {
	font-size: 20px;
}
.blog-article-item.style-2 {
	padding-bottom: 0;
	border-bottom: unset;
}
.blog-article-item.style-2 .image-wrap {
	border-radius: 16px;
	margin-bottom: 20px;
}
.blog-article-item.style-2 .image-wrap img {
	min-height: 163px;
}
.blog-article-item.style-3 {
	padding-bottom: 0;
	border-bottom: unset;
}
.blog-article-item.style-3 .title {
	margin-bottom: 31px;
}
.blog-article-item.style-3 .image-wrap {
	border-radius: 16px;
	margin-bottom: 33px;
}
.blog-article-item.style-3 .time {
	margin-bottom: 16px;
}
.blog-article-item.style-3 .box-tag {
	right: 24px;
	bottom: -16px;
	left: unset;
	top: unset;
}

.tf-sidebar .sidebar-item {
	margin-bottom: 40px;
}
.tf-sidebar .sidebar-item .sidebar-title {
	margin-bottom: 22px;
}
.tf-sidebar .sidebar-categories ul li a {
	padding: 8px 0 10px;
}
.tf-sidebar .sidebar-categories ul li:not(:last-child) {
	padding-bottom: 6px;
	border-bottom: 1px solid var(--Line);
	margin-bottom: 8px;
}
.tf-sidebar .sidebar-featured > ul > li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.tf-sidebar .sidebar-featured.style-2 {
	padding: 30px;
	border: 1px solid var(--Line);
	border-radius: 16px;
	background-color: var(--White);
}

.dark-theme:not(.dark-theme.default-dark) .tf-sidebar .sidebar-featured.style-2 {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .categories-item {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .categories-item-smjestaj {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .categories-item-online {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .select2-container--default.select2-container--disabled .select2-selection--single  {
	background: var(--svijetla-pozadina);
}


.dark-theme:not(.dark-theme.default-dark) .section-agency-details .box-description {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .linkovi-btn {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .bubble-them {
	background: #3f3f3f;
    color: #ffffff;
    border: 1px solid #000000;
	
}

.dark-theme:not(.dark-theme.default-dark) .bubble-me {
	background: #3b506d;
    color: #ffffff;
}


.dark-theme:not(.dark-theme.default-dark) #loading {
	background-color: #00000094;
	
}

.tf-sidebar .sidebar-newslatter .sidebar-title {
	margin-bottom: 19px;
}
.tf-sidebar .sidebar-newslatter p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 21px;
	color: var(--Text);
}
.tf-sidebar .sidebar-newslatter fieldset input {
	padding-left: 15px;
}
.tf-sidebar .sidebar-newslatter .button-submit {
	right: 18px;
	left: unset;
}
.tf-sidebar .sidebar-newslatter .button-submit i {
	color: var(--Primary);
}
.tf-sidebar .sidebar-tags .sidebar-title {
	margin-bottom: 39px;
}
.tf-sidebar .sidebar-tags .tags-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.tf-sidebar .sidebar-tags .tags-item {
	display: inline-block;
	padding: 10px 16px;
	color: var(--Text);
	line-height: 19.6px;
	border-radius: 99px;
	border: 1px solid var(--Line);
}
.tf-sidebar .sidebar-tags .tags-item:hover {
	background-color: var(--Primary);
	color: var(--White);
}
.tf-sidebar .sidebar-location .wrap-box-location {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.tf-sidebar .sidebar-ads {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.tf-sidebar .sidebar-ads .image-wrap img {
	width: 100%;
	object-fit: cover;
}
.tf-sidebar .sidebar-ads .logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 136px;
	height: 42px;
}
.tf-sidebar .sidebar-ads .box-ads {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 30px;
}
.tf-sidebar .sidebar-ads .box-ads .content {
	margin-bottom: 20px;
}
.tf-sidebar .sidebar-ads .box-ads .title {
	margin-bottom: 20px;
}
.tf-sidebar .sidebar-ads .box-ads .title a {
	color: var(--Text-white);
}
.tf-sidebar .sidebar-ads .box-ads p {
	color: var(--Text-white);
}
.tf-sidebar .sidebar-ads::after {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0%, #582900 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tf-sidebar .box-contact-agent {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 16px;
	align-items: center;
}
.tf-sidebar .box-contact-agent .avatar {
	height: 65px;
	width: 65px;
}
.tf-sidebar .box-contact-agent .content h6 {
	line-height: 25.2px;
}
.tf-sidebar .box-contact-agent .content a {
	color: var(--Text);
}
.tf-sidebar .box-contact-agent .content a:hover {
	color: var(--Primary);
}
.tf-sidebar .wrap-contact-agents .box-contact-agent:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}

.box-listings {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 16px;
}
.box-listings .image-wrap {
    width: 112px;
    flex: none;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;   /* fiksan odnos stranica */
}

.box-listings .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* crop, ne rastezanje */
    display: block;         /* uklanja eventualne razmake ispod slike */
}

@media (max-width: 576px) {
    .box-listings .image-wrap {
        width: 140px;
	}
}




.box-listings .title {
	margin-bottom: 10px;
}
.box-listings p {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	line-height: 16.8px;
	color: var(--Note);
}
.box-listings p i {
	font-size: 16px;
}



.box-listings-korpa {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 16px;
	justify-content: space-between; /* razvuče content i korpadesno */
    align-items: center; /* vertikalno centrirano */
    flex-wrap: wrap;     /* omogućava da se prebaci ispod na malim ekranima */
}

.box-listings-korpa .content {
    flex: 1; /* zauzima sav preostali prostor između slike i desnog bloka */
}

.box-listings-korpa .image-wrap {
	width: 112px;
	flex: none;
	border-radius: 12px;
	overflow: hidden;
}
.box-listings-korpa .title {
	margin-bottom: 10px;
}
.box-listings-korpa p {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	line-height: 16.8px;
	color: var(--Note);
}
.box-listings-korpa p i {
	font-size: 16px;
}


.korpadesno {
    display: flex;
    align-items: center;
    gap: 20px;        /* razmak između količine, cijene i dugmeta */
    text-align: right;
}

.korpadesno .col-1 {
    flex: none; /* spriječi da se dugme razvlači */
}


.korpadesno-final {
    display: flex;
    align-items: center;
    gap: 20px;        /* razmak između količine, cijene i dugmeta */
    text-align: right;
}

.box-listings.style-2 {
	gap: 12px;
}
.box-listings.style-2 .image-wrap {
	/* height: 80px; */
}
.box-listings.style-2 .title {
	margin-bottom: 6px;
}
.box-listings.style-2 .meta-list {
	margin-bottom: 10px;
}
.box-listings.style-2 .price {
	color: var(--Primary);
}
.box-listings.style-2 .content a {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.box-listings-korpa.style-2 {
	gap: 12px;
}
.box-listings-korpa.style-2 .image-wrap {
	/* height: 80px; */
}
.box-listings-korpa.style-2 .title {
	margin-bottom: 6px;
}
.box-listings-korpa.style-2 .meta-list {
	margin-bottom: 10px;
}
.box-listings-korpa.style-2 .price {
	color: var(--Primary);
}




.box-listings.style-3 {
	background-color: var(--White);
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-listings.style-3 p {
	font-size: 16px;
	line-height: 22.4px;
	gap: 8px;
}
.box-listings.style-3 p i {
	font-size: 18px;
}
.box-listings.style-3 .heading {
	margin-bottom: 30px;
}
.box-listings.style-3 .info {
	gap: 20px;
	margin-bottom: 30px;
}
.box-listings.style-3 .img-style {
	border-radius: 24px;
	overflow: hidden;
}
.box-listings.style-3 .img-style img {
	width: 100%;
	object-fit: cover;
}

.wrap-blog-list .blog-article-item:not(:last-child) {
	margin-bottom: 32px;
}

.section-blog-list {
	margin-bottom: 80px;
}
.section-blog-list .tf-sidebar .sidebar-tags .sidebar-title {
	margin-bottom: 18px;
}
.section-blog-list .wg-pagination {
	margin-top: 25px;
}

.box-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.box-title .group-layout {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px;
}
.box-title .right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px;
}

.box-title .right-klub {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px;
}

.box-title .btn-layout {
	border-radius: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 1px solid var(--Line);
}
.box-title .btn-layout:hover, .box-title .btn-layout.active {
	background-color: var(--Primary);
}
.box-title .btn-layout:hover svg path, .box-title .btn-layout.active svg path {
	stroke: var(--White);
}
.box-title .filter-popup {
	background-color: var(--White);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 10px;
	gap: 8px;
	font-size: 14px;
	line-height: 21px;
	color: var(--Heading);
	border-radius: 10px;
	border: 1px solid var(--Line);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.box-title .filter-popup:hover {
	background-color: var(--Primary);
	color: var(--White);
}

.box-title .filter-popup:hover svg path {
	stroke: var(--White);
}

.box-title .search-dugme {
	background-color: var(--White);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 10px;
	gap: 8px;
	font-size: 14px;
	line-height: 21px;
	color: var(--Heading);
	border-radius: 10px;
	border: 1px solid var(--Line);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.box-title .search-dugme:hover {
	background-color: var(--Primary);
	color: var(--White);
}


#pretraga-inpage {
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	height: 40px;
	padding: 0 10px;
	
	font-size: 14px;
	line-height: 21px;
	color: var(--Heading);
	border-radius: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	  
}


.box-title .nice-select {
	width: 140px;
	height: 40px;
	border-radius: 10px;
	padding: 0 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.box-title .nice-select::after {
	right: 18px;
}
.box-title .nice-select > span {
	font-size: 14px;
	line-height: 21px;
	color: var(--Heading);
}
.box-title.style-2 .nice-select {
	height: 54px;
	width: 100%;
	padding: 0 16px;
	border-radius: 16px;
}

.section-blog-grid {
	margin-bottom: 80px;
}
.section-blog-grid .grid-layout-3 {
	gap: 56px 40px;
	margin-bottom: 56px;
}
.section-blog-grid .wg-pagination {
	/* padding-top: 26px;
	border-top: 1px solid var(--Line); */
}

.section-blog-details {
	/* margin-bottom: 75px; */
}
.section-blog-details .heading {
	padding-bottom: 30px;
	
}

.section-blog-details .blog-post-tekst p {
	font-size: 16px;
    padding-bottom: 20px;
    font-family: Arial;
    line-height: 25px;
    word-break: break-word;
}

.section-blog-details .blog-post-tekst a {
	color: var(--Primary); 
}

.section-blog-details .blog-post-tekst H1 {
	font-size: 21px;
    margin-bottom: 11px;
	line-height: 25px;
}

.section-blog-details .blog-post-tekst H2 {
	font-size: 20px;
    margin-bottom: 11px;
	line-height: 24px;
}

.section-blog-details .blog-post-tekst H3 {
	font-size: 17px;
    margin-bottom: 11px;
	line-height: 20px;
}

.section-blog-details .blog-post-tekst H4 {
	font-size: 16px;
    margin-bottom: 11px;
	line-height: 18px;
}



.section-blog-details .heading .title-heading {
	margin-bottom: 16px;
	
	
}

.section-agency-layout .title-heading {
	margin-bottom: 16px;
}




.section-blog-details .meta {
	gap: 16px;
	flex-wrap: wrap;
}
.section-blog-details .meta .meta-item {
	gap: 6px;
}
.section-blog-details .image-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.section-blog-details .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-blog-details .quote {
	padding: 27px 25px 26px;
	background-color: var(--Color-6);
	border-left: 4px solid var(--Primary);
	border-radius: 10px;
	margin-bottom: 20px;
}
.section-blog-details .quote p {
	color: var(--Primary);
}
.section-blog-details .quote .author {
	font-weight: 600;
	margin-top: 20px;
}
.section-blog-details .group-image {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}
.section-blog-details .group-image .image-wrap {
	width: 100%;
}
.section-blog-details .tag-wrap {
	padding-top: 17px;
	border-top: 1px solid var(--Line);
	margin-bottom: 50px;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.section-blog-details .tag-wrap .tags {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 12px;
}
.section-blog-details .tag-wrap .tags a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 89px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid var(--Line);
}
.section-blog-details .tag-wrap .tags a:hover {
	color: var(--White);
	background-color: var(--Primary);
}
.section-blog-details .tag-wrap .wrap-social {
	gap: 9px;
}

.section-related-posts {
	margin-bottom: 80px;
}
.section-related-posts .heading {
	line-height: 33.6px;
	margin-bottom: 24px;
}
.section-related-posts .grid-layout-3 {
	gap: 40px;
}

/*------------ testimonial ---------------- */
.wg-testimonial {
	background-color: var(--White);
	padding: 24px 24px 21px;
	border: 1px solid var(--Line);
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wg-testimonial .avatar {
	width: 45px;
	height: 45px;
	border-radius: 999px;
	overflow: hidden;
	margin: 0 auto 16px;
}

.wg-testimonial .avatar2 {
	grid-column: 1;
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
	
}


.wg-testimonial .ratings {
	margin-bottom: 26px;
}
.wg-testimonial .ratings i {
	color: rgb(255, 168, 0);
}
.wg-testimonial .description {
	margin-bottom: 21px;
	min-height: 45px;
}
.wg-testimonial .author .name {
	margin-bottom: 3px;
}
.wg-testimonial.has-bg {
	background: var(--Sub-primary-3);
}
.wg-testimonial.has-bg .author .name {
	margin-bottom: 5px;
}
.wg-testimonial:hover {
	box-shadow: 0 4px 24px 0 rgb(0 0 0 / 17%), 0 1px 2px 0 rgb(0 0 0 / 12%);
}
.wg-testimonial.style-2 {
	padding: 24px 23px 24px;
}
.wg-testimonial.style-2 .author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 12px;
}
.wg-testimonial.style-2 .ratings {
	margin-bottom: 15px;
}
.wg-testimonial.style-2 .description {
	margin-bottom: 22px;
}
.wg-testimonial.style-2 .avatar {
	width: 60px;
	height: 60px;
	margin: 0;
}
.wg-testimonial.style-2 .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wg-testimonial.style-3 {
	padding: 32px;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wg-testimonial.style-3:hover {
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}
.wg-testimonial.style-4 {
	padding: 31px 27px 30px;
}
.wg-testimonial.style-4 .avatar {
	width: 100px;
	height: 100px;
	margin-bottom: 31px;
}
.wg-testimonial.style-4 .description {
	margin-bottom: 31px;
}
.wg-testimonial.style-4 .ratings {
	margin-bottom: 16px;
}
.wg-testimonial.style-4 .author .name {
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 24.2px;
}
.wg-testimonial.style-5 {
	border: 1px solid var(--border);
	background-color: var(--Heading);
	padding: 32px 32px 21px;
}
.wg-testimonial.style-5 .avatar {
	margin: 0;
	height: 56px;
	width: 56px;
}
.wg-testimonial.style-5 .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wg-testimonial.style-5 .description {
	margin-bottom: 56px;
}
.wg-testimonial.style-5 .author {
	display: flex;
	gap: 16px;
	align-items: center;
}
.wg-testimonial.style-5.style-bg-white {
	background-color: var(--White);
	border: 1px solid var(--Line);
}
.wg-testimonial.style-6 {
	padding: 48px 47px;
	background-color: var(--White);
	border: none;
}
.wg-testimonial.style-6 .description {
	color: var(--Text);
	line-height: 25.2px;
	font-weight: 400;
}
.wg-testimonial.style-6 P,
.wg-testimonial.style-6 .ratings i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wg-testimonial.style-6:hover {
	background-color: var(--Primary);
}
.wg-testimonial.style-6:hover p,
.wg-testimonial.style-6:hover .ratings i,
.wg-testimonial.style-6:hover a {
	color: var(--White) !important;
}
.wg-testimonial.style-no-boder {
	border: none;
	padding: 32px 24px 21px;
}
.wg-testimonial.style-no-boder .avatar {
	width: 100px;
	height: 100px;
	margin-bottom: 31px;
}
.wg-testimonial.style-no-boder .description {
	margin-bottom: 31px;
}
.wg-testimonial.style-no-boder .author .name {
	font-size: 20px;
	line-height: 24.2px;
}
.wg-testimonial.style-no-boder .ratings {
	margin-bottom: 16px;
}

/*------------ accordion ---------------- */
.tf-faq .faq-item {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--Line);
}
.tf-faq .faq-header {
	display: inline-block;
	line-height: 25.2px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tf-faq .faq-header i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tf-faq .faq-header:not(.collapsed) {
	color: var(--Primary);
}
.tf-faq .faq-header:not(.collapsed) i {
	transform: rotate(-180deg);
}
.tf-faq .faq-body {
	padding-top: 16px;
	line-height: 22.4px;
}

/*------------ map ---------------- */
.map-marker-container {
	position: absolute;
	margin-top: 10px;
	transform: translate3d(-50%, -100%, 0);
}

.marker-container {
	position: relative;
	top: 25px;
	left: 10px;
	width: 26px;
	height: 26px;
	z-index: 999;
	border-radius: 50%;
	cursor: pointer;
	-webkit-perspective: 1000;
}

.marker-card .face {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	color: #fff;
	z-index: 100;
	background: var(--Primary);
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: content-box;
	background-clip: content-box;
	line-height: 46px;
	font-size: 24px;
}

.marker-card .face::before,
.marker-card .face::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 9999px;
	-webkit-animation: ripple 2s infinite;
	animation: ripple 2s infinite;
}

.marker-card .face::before {
	content: "";
	position: absolute;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.marker-card .face::after {
	content: "";
	position: absolute;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.marker-card .face > div {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 99;
}

#singleListingMap .marker-container {
	cursor: default;
}

#singleListingMap .marker-container {
	cursor: default;
}

.marker-card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	position: absolute;
	z-index: 1;
}

.mapboxgl-popup-content {
	padding: 0 !important;
	width: 310px;
	border-radius: 16px !important;
	overflow: hidden;
}

/*------------ nice-select ---------------- */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--svijetla-pozadina);
	border: 1px solid var(--Line-tamnija);
	color: var(--Text);
	border-radius: 3px;
	height: 54px;
	padding: 16px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	font-size: 15px;
	line-height: 18.75px;
	font-weight: 400;
	outline: none;
	position: relative;
	transition: all linear 0.2s;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border-radius: 16px;
	position: relative;
}
.nice-select::after {
	content: "\e926";
	font-family: "icomoon";
	right: 10px;
	font-size: 8px;
	top: 50%;
	color: var(--Heading);
	position: absolute;
	transform: translateY(-50%) rotate(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.nice-select > span {
	font-weight: 400;
}
.nice-select > .list {
	position: absolute;
	background-color: var(--svijetla-pozadina);
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
	font-size: 14px;
	max-height: 155px;
	overflow: auto;
	z-index: 1;
}
.nice-select > .list::-webkit-scrollbar {
	width: 6px;
	height: 4px;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-thumb {
	background-color: #a7a7a7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list .option {
	width: 100%;
	padding: 10px 10px;
	color: var(--Text);
	position: relative;
	cursor: pointer;
}
.nice-select > .list .option:hover {
	background-color: rgba(0, 0, 0, 0.12);
}
.nice-select > .list .option.selected {
	color: var(--Main-color);
	background-color: rgba(0, 0, 0, 0.12);
}
.nice-select > .list .option.selected::after {
	/*
		position: absolute;
		font-family: "icomoon" !important;
		content: "\e918";
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
	*/
}
.nice-select.open {
	border-color: var(--Line) !important;
	z-index: 99;
}
.nice-select.open::after {
	transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
	opacity: 1;
	visibility: visible;
	z-index: 10;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	width: 100%;
	-moz-transform: scale(1) translateY(0);
	-o-transform: scale(1) translateY(0);
}
.nice-select.select-sort {
	padding-right: 30px !important;
}
.nice-select.select-sort::after {
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
}
.nice-select.select-sort.open::after {
	transform: translateY(-50%) rotate(-180deg);
}
.nice-select.select-sort.style-2 > .list {
	right: 0;
	left: unset;
}


/* Fix za required + jQuery Nice Select u formi za dodavanje/uređivanje oglasa */
select.nice-select-src {
    display: block !important;
    margin: 0;
    border: 0;
    padding: 0;
    height: 1px;
    opacity: 0;
    position: relative;
    top: 30px; /* koliko ti već najbolje legne */
    pointer-events: none; /* da ga korisnik nikad “ne pogodi” klikom */
}

select.nice-select-src:invalid + .nice-select {
	/*   border-color: #dc3545;*/
}
select.nice-select-src:invalid + .nice-select .current {
    /* color: #dc3545;*/ 
}





/*------------ animation ---------------- */
.effec-icon .icon i,
.effec-icon .icon svg,
.effec-icon .tf-icon i,
.effec-icon .tf-icon svg {
	transition: all 0.6s ease-in-out;
}
.effec-icon:hover .icon i,
.effec-icon:hover .icon svg,
.effec-icon:hover .tf-icon i,
.effec-icon:hover .tf-icon svg {
	transform: rotateY(360deg);
}

.ani1 {
	-webkit-animation: ani1 10s infinite ease-in-out alternate;
	animation: ani1 10s infinite ease-in-out alternate;
}

.ani2 {
	-webkit-animation: ani2 10s infinite ease-in-out alternate;
	animation: ani2 10s infinite ease-in-out alternate;
}

.ani3 {
	-webkit-animation: ani3 4s infinite ease-in-out alternate;
	animation: ani3 4s infinite ease-in-out alternate;
}

.ani4 {
	-webkit-animation: ani4 7s infinite ease-in-out alternate;
	animation: ani4 7s infinite ease-in-out alternate;
}

.ani5 {
	-webkit-animation: ani5 7s infinite ease-in-out alternate;
	animation: ani5 7s infinite ease-in-out alternate;
}

.ani6 {
	-webkit-animation: ani6 7s infinite ease-in-out alternate;
	animation: ani6 7s infinite ease-in-out alternate;
}

.ani7 {
	-webkit-animation: ani7 7s infinite ease-in-out alternate;
	animation: ani7 7s infinite ease-in-out alternate;
}

.ani8 {
	-webkit-animation: ani8 2000ms infinite ease-in-out alternate;
	animation: ani8 2000ms infinite ease-in-out alternate;
}

@keyframes ani1 {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(-73px, 1px) rotate(-36deg);
		transform: translate(-73px, 1px) rotate(-36deg);
	}
	40% {
		-webkit-transform: translate(-141px, -72px) rotate(-72deg);
		transform: translate(-141px, -72px) rotate(-72deg);
	}
	60% {
		-webkit-transform: translate(-83px, -122px) rotate(-108deg);
		transform: translate(-83px, -122px) rotate(-108deg);
	}
	80% {
		-webkit-transform: translate(40px, -72px) rotate(-144deg);
		transform: translate(40px, -72px) rotate(-144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes ani2 {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(20px, 1px) rotate(36deg);
		transform: translate(20px, 1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(100px, 72px) rotate(72deg);
		transform: translate(100px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(40px, 72px) rotate(144deg);
		transform: translate(40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes ani3 {
	0% {
		transform: scale(0.8, 0.8);
	}
	50% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(0.8, 0.8);
	}
}
@keyframes ani4 {
	0%, 100% {
		transform: translateX(0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	50% {
		transform: translateX(-20px);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
@keyframes ani5 {
	0%, 100% {
		transform: translateX(0);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	50% {
		transform: translateX(10px);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
@keyframes ani6 {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(-13px, 1px) rotate(-6deg);
		transform: translate(-13px, 1px) rotate(-6deg);
	}
	40% {
		-webkit-transform: translate(-41px, -22px) rotate(-22deg);
		transform: translate(-41px, -22px) rotate(-22deg);
	}
	60% {
		-webkit-transform: translate(-33px, -22px) rotate(-50deg);
		transform: translate(-33px, -22px) rotate(-50deg);
	}
	80% {
		-webkit-transform: translate(40px, -72px) rotate(-50deg);
		transform: translate(40px, -72px) rotate(-50deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes ani7 {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes ani8 {
	from {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	to {
		-webkit-transform: translateY(-7px);
		-moz-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}
@keyframes rotate1 {
	from {
		transform: rotate(-360deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 var(--Sub-primary-2);
	}
	50% {
		box-shadow: 0 0 0 20px var(--Sub-primary-2);
	}
	100% {
		box-shadow: 0 0 0 0 var(--Sub-primary-2);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
		box-shadow: 0 2px 0 var(--Primary);
	}
	50% {
		transform: rotate(180deg);
		box-shadow: 0 2px 0 var(--Primary);
	}
	100% {
		transform: rotate(360deg);
		box-shadow: 0 2px 0 var(--Primary);
	}
}
.img-custom-anim-left {
	animation: img-anim-left 1.1s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	opacity: 0;
}

@keyframes img-anim-left {
	0% {
		transform: translateX(-5%);
		clip-path: inset(0 100% 0 0);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}
.img-custom-anim-right {
	animation: img-anim-right 1.1s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
	opacity: 0;
}

@keyframes img-anim-right {
	0% {
		transform: translateX(-5%);
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}
.clip-text-bg-Horizontal {
	-webkit-animation: BackgroundAnimatedHorizontal 70s linear infinite;
	-moz-animation: BackgroundAnimatedHorizontal 70s linear infinite;
	-ms-animation: BackgroundAnimatedHorizontal 70s linear infinite;
	-o-animation: BackgroundAnimatedHorizontal 70s linear infinite;
	animation: BackgroundAnimatedHorizontal 70s linear infinite;
}

@keyframes BackgroundAnimatedHorizontal {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: -400% 50%;
	}
}
.scroll-effect .text-change-color div {
	background-clip: text;
	color: transparent;
	background: linear-gradient(to right, var(--White) 50%, var(--Note) 50%) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 200% 100%;
	background-position-x: 100%;
	transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.75s;
}

/*------------ hover ---------------- */
.hover-tooltip {
	position: relative;
}
.hover-tooltip .tooltip {
	position: absolute;
	white-space: nowrap;
	padding: 0px 8.5px;
	height: 25px;
	border-radius: 2px;
	bottom: calc(100% + 7px);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	color: var(--White);
	max-width: 250px;
	width: max-content;
	background-color: var(--Heading);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	z-index: 5;
	font-size: 12px;
	line-height: 22px;
}
.hover-tooltip .tooltip::before {
	content: "";
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	top: 20px;
	position: absolute;
	background: var(--Heading);
	width: 8px;
	height: 8px;
	z-index: -1;
}
.hover-tooltip.style-2 .tooltip {
	z-index: 202;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	left: unset;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.hover-tooltip.style-2 .tooltip::before {
	left: unset;
	right: -3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.hover-tooltip:hover .tooltip {
	opacity: 1;
	visibility: visible;
}

.hover-img .image-wrap,
.hover-img .img-style {
	overflow: hidden;
}
.hover-img .image-wrap img,
.hover-img .img-style img {
	object-fit: cover;
	-webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image-wrap img,
.hover-img:hover .img-style img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.hover-image-2 .img-style,
.hover-image-2 .image-wrap {
	position: relative;
	overflow: hidden;
}
.hover-image-2 .img-style:after,
.hover-image-2 .image-wrap:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}
.hover-image-2 .img-style img,
.hover-image-2 .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}
.hover-image-2:hover .img-style:after,
.hover-image-2:hover .image-wrap:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.hover-image-2:hover .img-style img,
.hover-image-2:hover .image-wrap img {
	transform: scale(1.05);
}

.hover-img-rotate .image-wrap {
	overflow: hidden;
	border-radius: 8px;
}
.hover-img-rotate .image-wrap img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hover-img-rotate:hover .image-wrap img {
	transform: scale(1.1) rotate(3deg);
}

.hover-img-wrap {
	position: relative;
}
.hover-img-wrap::before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgb(0, 0, 0);
	transition: 0.25s;
	z-index: 3;
	opacity: 0.1;
}
.hover-img-wrap::after {
	content: "";
	position: absolute;
	bottom: -100%;
	right: 0;
	width: 50%;
	height: 100%;
	background: rgb(0, 0, 0);
	transition: 0.25s;
	z-index: 3;
	opacity: 0.1;
}
.hover-img-wrap:hover::after {
	bottom: 0;
	transition-delay: 0.25s;
}
.hover-img-wrap:hover::before {
	top: 0;
}

/*------------ themes-color ---------------- */
.theme-color-1 {
	--Primary: #06a788;
	--Sub-primary-1: rgba(215, 241, 236, 1);
	--Sub-primary-2: rgba(6, 167, 136, 0.16);
}


.theme-color-3 {
	--Primary: #c79e34;
	--Sub-primary-1: rgba(246, 239, 222, 1);
	--Sub-primary-2: rgba(199, 158, 52, 0.16);
}

.theme-color-4 {
	--Primary: #7695ff;
	--Sub-primary-1: rgba(242, 245, 255, 1);
	--Sub-primary-2: rgba(118, 149, 255, 0.16);
	--Sub-primary-3: rgba(118, 149, 255, 0.1);
}

/*------------ darkmode ---------------- */
.dark-theme:not(.dark-theme.default-dark) {
	--White: #222531;
	--Heading: #ffff;
	--Heading-2: rgba(255, 255, 255, 0.5);
	--Text: rgba(255, 255, 255, 0.5);
	--IkonicaDugme: rgba(255, 255, 255, 0.5);
	--Text-2: #fff;
	--Text-3: rgba(255, 255, 255, 0.8);
	--Text-4: rgba(255, 255, 255, 0.5);
	--Text-5: rgba(255, 255, 255, 0.4);
	--Sub-primary-1: #2c2e33;
	--Line: rgba(255, 255, 255, 0.1);
	--Line-tamnija: rgba(255, 255, 255, 0.3);
	--bg-body-color: #2c2e33;
	--svijetla-pozadina: #0d1421;
	--ticker-vijesti-bg: #0d131e;
	--glavni-meni-bg:  rgb(34 37 49 / 80%);
	--smjestaj-ikonice-pozadina: #0d131e;
	--procitaj-vise-fade: linear-gradient(to bottom, rgb(34 37 49 / 0%), rgb(34 37 49));
	
	
}

.dark-theme:not(.dark-theme.default-dark) .alert-warning {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #694f00;
    --bs-alert-border-color: unset;
    --bs-alert-link-color: #ffffff;
}

.dark-theme:not(.dark-theme.default-dark) .alert-primary {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #154ea4;
    --bs-alert-border-color: unset;
    --bs-alert-link-color: #ffffff;
}

.dark-theme:not(.dark-theme.default-dark) .alert-success {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #12805f;
    --bs-alert-border-color: unset;
    --bs-alert-link-color: #ffffff;
}


.dark-theme:not(.dark-theme.default-dark) .alert-danger {
    --bs-alert-color: #ffffff;
    --bs-alert-bg: #6e121a;
    --bs-alert-border-color: unset;
    --bs-alert-link-color: #6e121a;
}

.dark-theme:not(.dark-theme.default-dark) .header,
.dark-theme:not(.dark-theme.default-dark) .wd-search-form {
	--bg-body-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .wrap-top {
	background-color: #222531;
}
.dark-theme:not(.dark-theme.default-dark) .header .header-right .user svg path {
	stroke: var(--Line);
}
.dark-theme:not(.dark-theme.default-dark) .header.style-2, .dark-theme:not(.dark-theme.default-dark) .header.style-3 {
	--White: #ffffff;
	--Text: #5c5e61;
	--Heading: #2c2e33;
	--border: rgba(255, 255, 255, 0.1);
}
.dark-theme:not(.dark-theme.default-dark) .header.style-6 {
	--bg-body-color: #222531;
}
.dark-theme:not(.dark-theme.default-dark) .header.style-6 .main-menu .navigation > li > a {
	--White: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .header.dashboard {
	border-color: rgba(255, 255, 255, 0.1);
	--White: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .header.header-sticky {
	box-shadow: 0px 4px 18px rgb(0 0 0 / 38%);
}
.dark-theme:not(.dark-theme.default-dark) .header.header-sticky.style-6 {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .page-layout {
	
	
}
.dark-theme:not(.dark-theme.default-dark) .flat-account .group-btn .btn-social {
	color: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .flat-account .form-account {
	background-color: var(--White);
}
.dark-theme:not(.dark-theme.default-dark) .tf-btn.bg-color-primary::after {
	background-color: white;
}
.dark-theme:not(.dark-theme.default-dark) .tf-btn.bg-color-primary:hover {
	color: var(--Primary) !important;
}
.dark-theme:not(.dark-theme.default-dark) .tf-btn.bg-color-primary:hover svg path {
	stroke: var(--Primary);
}
.dark-theme:not(.dark-theme.default-dark) .okvir-linija {
	
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .form-contact {
	
	border: unset;
}




.dark-theme:not(.dark-theme.default-dark) .section-property-detail .wg-property .nice-select {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .single-property-floor .floor-item .faq-body .box-img {
	background-color: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .bg-4 {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .page-title.home10 .property-info .tf-btn,
.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn {
	--Heading: #2c2e33;
	color: var(--Heading);
}
.dark-theme:not(.dark-theme.default-dark) .page-title.home10 .property-info .tf-btn::after,
.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn::after {
	background-color: var(--Primary);
}
.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn {
	color: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .box-help .tf-btn:hover {
	background-color: var(--Primary) !important;
}
.dark-theme:not(.dark-theme.default-dark) .single-property-floor .floor-item .floor-header .inner-left .icon {
	color: var(--Heading);
}
.dark-theme:not(.dark-theme.default-dark) .single-property-floor .floor-item .floor-header .inner-right li {
	--Text: #5c5e61;
}

.dark-theme:not(.dark-theme.default-dark) .section-property-detail.style-2 .wg-property {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .wg-testimonial {
	border: unset;
}

.dark-theme:not(.dark-theme.default-dark) .box-house.style-8 {
	border: 1px solid rgb(13 20 33 / 61%);
}

.dark-theme:not(.dark-theme.default-dark) .box-house.style-list {
	border: 1px solid rgb(13 20 33 / 61%);
}

.dark-theme:not(.dark-theme.default-dark) .linkovi-btn-naslovna {
	border: unset;
}


.dark-theme:not(.dark-theme.default-dark) .box-floor-property,
.dark-theme:not(.dark-theme.default-dark) .form-contact-seller,
.dark-theme:not(.dark-theme.default-dark) .form-contact-agent {
	border: unset;
}
.dark-theme:not(.dark-theme.default-dark) .form-pre-approved .nice-select {
	background-color: #1f2124;
}
.dark-theme:not(.dark-theme.default-dark) .form-pre-approved > p {
	color: var(--Text);
}
.dark-theme:not(.dark-theme.default-dark) .section-testimonials.style-1 .tf-grid-layout::after,
.dark-theme:not(.dark-theme.default-dark) .section-testimonials.style-4 .wrap::after,
.dark-theme:not(.dark-theme.default-dark) .section-testimonials.style-4 .wrap::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0% 0%, #1f2124 100%);
}
.dark-theme:not(.dark-theme.default-dark) .icons-box.style-2 {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .icons-box.style-8:hover {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .section-selling-home,
.dark-theme:not(.dark-theme.default-dark) .form-control {
	color: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .section-selling-home:focus,
.dark-theme:not(.dark-theme.default-dark) .form-control:focus {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) textarea {
	color: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .widget-video.style-2 .textcircle textPath {
	stroke: #fff;
	fill: #fff;
}
.dark-theme:not(.dark-theme.default-dark) .icons-box.style-4.v2 .tf-icon {
	--Sub-primary-1: rgba(255, 255, 255, 0.1);
}
.dark-theme:not(.dark-theme.default-dark) .box-service .box-item {
	border-color: rgba(255, 255, 255, 0.8);
}
.dark-theme:not(.dark-theme.default-dark) .form-search.style-2 .tf-btn i {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dark-theme:not(.dark-theme.default-dark) .form-search.style-2 .tf-btn:hover i {
	color: var(--Primary);
}
.dark-theme:not(.dark-theme.default-dark) .form-search.style-2 fieldset input {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .box-house.style-list.v2 .content {
	background-color: #2c2e33;
}
.dark-theme:not(.dark-theme.default-dark) .offcanvas-filter,
.dark-theme:not(.dark-theme.default-dark) .project-slider .featured-post {
	--Black: #000000;
	--White: #ffffff;
	--Text-white: #ffffff;
	--Text: #5c5e61;
	--Heading: #2c2e33;
	--Note: #a8abae;
	--Line: #ececec;
	--border: rgba(255, 255, 255, 0.1);
}
.dark-theme:not(.dark-theme.default-dark) .page-title.career .form-title,
.dark-theme:not(.dark-theme.default-dark) .wg-testimonial:hover,
.dark-theme:not(.dark-theme.default-dark) .menu-user,
.dark-theme:not(.dark-theme.default-dark) .navigation .submenu {
	box-shadow: 0px 30px 60px rgb(0 0 0 / 37%);
}
.dark-theme:not(.dark-theme.default-dark) .banner-container .banner-stripe.style-2,
.dark-theme:not(.dark-theme.default-dark) .wd-search-form {
	background-color: var(--White);
}
.dark-theme:not(.dark-theme.default-dark) .noUi-background,
.dark-theme:not(.dark-theme.default-dark) .widget-box-2 .box-agent-account .note, .dark-theme:not(.dark-theme.default-dark) .modal-content {
	background-color: #1f2124;
}
.dark-theme:not(.dark-theme.default-dark) .form-advanced-search {
	border-color: var(--Line);
}
.dark-theme:not(.dark-theme.default-dark) .wg-filter.style-4 .line {
	height: 24px;
	width: 1px;
	background-color: var(--border);
	margin: 23px 15px;
}
.dark-theme:not(.dark-theme.default-dark) .box-floor-property {
	background-color: rgba(255, 255, 255, 0.05);
}

.light-theme.default-dark {
	--bg-body-color: #fff;
	--White: #1f2124;
	--Text-white: #2c2e33;
	--border: #ececec;
	--border-2: #5c5e61;
	--border-3: #5c5e61;
	--Secondary: #fef7f1;
}
.light-theme.default-dark .form-get-in-touch.style-2 {
	background-color: #fff;
	border: 1px solid var(--Line);
}
.light-theme.default-dark .form-get-in-touch.style-2 fieldset input,
.light-theme.default-dark .form-get-in-touch.style-2 textarea {
	border: 1px solid var(--border);
}
.light-theme.default-dark .sw-button.style-3.style-3 {
	background-color: var(--Primary);
}
.light-theme.default-dark .sw-button.style-3.style-3 svg path {
	stroke: #fff;
}
.light-theme.default-dark .sw-button.style-3.style-3:hover {
	background-color: #fff;
}
.light-theme.default-dark .sw-button.style-3.style-3:hover svg path {
	stroke: #2c2e33;
}
.light-theme.default-dark .sw-button.style-3.style-3.swiper-button-disabled {
	opacity: 1;
	background-color: #fff;
}
.light-theme.default-dark .sw-button.style-3.style-3.swiper-button-disabled svg path {
	stroke: #2c2e33;
}
.light-theme.default-dark .sw-button.style-3.style-3.swiper-slide-thumb-active {
	background-color: var(--Primary);
}
.light-theme.default-dark .sw-button.style-3.style-3.swiper-slide-thumb-active svg path {
	stroke: #fff;
}
.light-theme.default-dark .service-item.style-1 .icon {
	border-color: #fff;
	color: #fff;
}
.light-theme.default-dark .form-search.style-2 fieldset input {
	background-color: #fff;
	border: 1px solid var(--border);
}
.light-theme.default-dark .form-search.style-2 .icon svg path {
	stroke: #2c2e33;
}
.light-theme.default-dark .header.style-6 .tf-btn {
	border: 1px solid var(--Primary) !important;
	color: #2c2e33;
}
.light-theme.default-dark .header.style-6.header-sticky {
	background-color: #fff;
}
.light-theme.default-dark #footer {
	--Black: #000000;
	--White: #ffffff;
	--Text-white: #ffffff;
	--Text: #5c5e61;
	--Heading: #2c2e33;
	--Note: #a8abae;
	--Line: #ececec;
	--Secondary: #2c2e33;
}
.light-theme.default-dark .project-item.style-1 {
	--Text-white: #fff;
}
.light-theme.default-dark .project-item.style-1 .tf-btn {
	--Heading: #2c2e33;
	--White: #fff;
}
.light-theme.default-dark .project-item.empty .tf-btn::after {
	background-color: #fff;
}
.light-theme.default-dark .project-item.empty .tf-btn:hover {
	background-color: #fff;
	color: #2c2e33 !important;
}
.light-theme.default-dark .navigation .submenu {
	--White: #fff;
}
.light-theme.default-dark .popup-setting,
.light-theme.default-dark .toggle-switch .switch-label .slider::before {
	background-color: #fff;
	box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.light-theme.default-dark .tf-btn {
	--Text-white: #fff;
	border: none !important;
	--Secondary: #2c2e33;
}
.light-theme.default-dark .tf-btn:hover {
	color: #fff !important;
}
.light-theme.default-dark .agent-item.style-4 .list-social a i {
	color: #fff;
}
.light-theme.default-dark .style-pagination.dot-white .swiper-pagination-bullet {
	background-color: #2c2e33;
}
.light-theme.default-dark .section-testimonials.style-2 {
	--Heading: #fff;
}
.light-theme.default-dark .box-contact .list-info li .icon svg path {
	stroke: #5c5e61;
	stroke-opacity: 1;
	fill-opacity: 1;
	fill: #5c5e61;
}
.light-theme.default-dark .box-contact .list-info li .icon svg.no-fill path {
	fill: unset;
}
.light-theme.default-dark .sib-form .tf-btn {
	border: 1px solid var(--Primary) !important;
}

.toggle-switch {
	position: relative;
	width: 65px;
	height: 35px;
}
.toggle-switch .switch-label {
	position: absolute;
	width: 100%;
	height: 35px;
	background-color: var(--Heading);
	border-radius: 25px;
	cursor: pointer;
	border: 3px solid var(--Heading);
}
.toggle-switch .switch-label input {
	opacity: 0;
}
.toggle-switch .switch-label .checkbox {
	position: absolute;
	display: none;
}
.toggle-switch .switch-label .slider {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.toggle-switch .switch-label .checkbox:checked ~ .slider {
	background-color: var(--Heading);
}
.toggle-switch .switch-label .slider::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 1px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: var(--White);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.toggle-switch .switch-label .checkbox:checked ~ .slider::before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	background-color: var(--Heading);
	-webkit-box-shadow: inset 12px -4px 0px 0px var(--White);
	box-shadow: inset 12px -4px 0px 0px var(--White);
}

/*------------ rtl ---------------- */
#toggle-rtl {
	width: 40px;
	height: 40px;
	min-width: 30px;
	text-transform: uppercase;
	z-index: 999;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-style-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 14px 15px;
	border-radius: 999px;
	background-color: var(--Primary);
	color: var(--White);
	letter-spacing: 0.1em;
	border: 0;
}
.btn-style-2:hover {
	background-color: var(--Primary);
	color: var(--White);
}
.btn-style-2.btn-lg {
	padding: 16px 40px;
}
.btn-style-2.btn-lg-2 {
	padding: 15px;
}

.rtl .split-text {
	direction: ltr;
}
.rtl .split-text .split-line {
	text-align: end !important;
}
.rtl .heading-section {
	text-align: end;
}
.rtl .heading-section p {
	text-align: start;
}
.rtl .heading-section.text-center .split-line {
	text-align: center !important;
}
.rtl .heading-section.text-center p {
	text-align: center !important;
}
.rtl .nice-select::after {
	right: unset !important;
	left: 10px;
}
.rtl .nice-select > .list .option.selected::after {
	right: unset;
	left: 18px;
}
.rtl .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile > a::after,
.rtl .inner-mobile-nav #menu-mobile-menu li.menu-item-has-children-mobile ul > .menu-item-has-children-mobile-2 > a::after {
	right: unset;
	left: 0;
}
.rtl .navigation li.has-child > a::after {
	left: 0;
	right: unset;
}
.rtl .main-menu .navigation > li > .submenu > li > .submenu {
	right: calc(100% + 20px);
	left: unset;
}
.rtl .main-menu .navigation > li > .submenu::before {
	right: 45px;
	left: unset;
}
.rtl .navigation li.has-child > a {
	padding-left: 20px;
	padding-right: 0;
}
.rtl .page-title.home06 .heading {
	direction: rtl;
}
.rtl .page-title.home07 .sub .split-line {
	text-align: center !important;
}
.rtl .page-title.home09 .content, .rtl .page-title.home08 .content {
	text-align: end;
}
.rtl .page-title.home10 .title-main {
	text-align: end;
}
.rtl .page-title.home10 .hero-thumbs-1 .heading {
	direction: rtl;
}
.rtl .page-title.home10 .property-info {
	direction: rtl;
}
.rtl .form-search.style-2 .button-submit {
	right: unset;
	left: 8px;
}
.rtl .form-search.style-2 fieldset input {
	padding-left: 15px;
	padding-right: 57px;
}
.rtl .form-search.style-2 .icon {
	left: unset;
	right: 32px;
}
.rtl .form-get-in-touch {
	text-align: start;
}
.rtl .section-CTA:not(.style-2) .content-inner .content {
	padding-left: 0;
	padding-right: 134px;
}
.rtl .form-advanced-search fieldset .icon {
	right: unset !important;
	left: 16px;
}
.rtl .project-item.style-1 .content {
	left: unset;
	right: 16px;
}
.rtl .infiniteslide_wrap {
	direction: ltr;
}
.rtl .wg-appraisal .content {
	padding: 112px 69px 111px 0;
}
.rtl .wg-appraisal .content .person {
	right: unset !important;
	left: 103px;
}
.rtl .section-CTA.style-2 .person {
	right: unset !important;
	left: 103px;
}
.rtl .box-benefits .image.img-2 {
	right: unset;
	left: 61px;
}
.rtl .box-house .content {
	direction: rtl;
}
.rtl .blog-article-item .article-content {
	direction: rtl;
}
.rtl .section-trusted .item {
	left: 34px;
	right: unset;
}
.rtl .section-trusted .person {
	left: 167px;
	right: unset;
}
.rtl .box-location .content {
	direction: rtl;
}
.rtl .counter-item .counter-number {
	direction: ltr;
}
.rtl .section-box-team .image-wrap.img-2 {
	right: unset;
	left: 0;
}
.rtl .section-download .content {
	padding: 123px 69px 123px 0;
}
.rtl .section-download .image-wrap {
	right: unset;
	left: 0;
}
.rtl .section-download .image-wrap img {
	transform: rotateY(180deg);
}
.rtl .widget-video.style-2 .textcircle {
	direction: ltr;
}
.rtl .box-about.style-1 .right .content {
	text-align: end;
}
.rtl .box-contact.style-1 .list-info li .icon::after,
.rtl .box-contact .list-info li .icon::after {
	left: -17px;
	right: unset;
}
.rtl .stack-element {
	direction: rtl;
}
.rtl .wrap-pagination .wg-pagination {
	direction: ltr;
}
.rtl .box-amenities .wrap-feature .box-feature ul {
	padding-left: 0;
	padding-right: 15px;
}
.rtl .project-slider .featured-post {
	left: unset;
	right: 15.2%;
	direction: rtl;
}
.rtl .project-slider .featured-post .wrap-btn {
	direction: ltr;
	justify-content: end;
}
.rtl .page-layout .main-content {
	padding-left: 0;
	padding-right: 280px;
}
.rtl .flat-pricing .box .check li::before {
	margin-right: 0;
	margin-left: 15px;
}
.rtl .tf-sidebar .sidebar-newslatter .button-submit {
	right: unset;
	left: 18px;
}
@media (min-width: 992px) {
	.rtl .page-title.home06 .right .swiper {
		margin-left: 0;
		margin-right: auto;
	}
	.rtl .page-title.home09 .description {
		margin-left: unset;
		margin-right: auto;
		direction: rtl;
	}
	.rtl .page-title.home09 .img-wrap {
		margin-left: unset;
		margin-right: auto;
	}
	.rtl .text-with-img.style-1 .img-style {
		margin-left: 0;
		margin-right: auto;
	}
	.rtl .box-project-details .right {
		padding-right: 40px;
		padding-left: 0;
	}
}
@media (min-width: 1380px) {
	.rtl #header-main .main-menu .navigation {
		gap: 25px;
		margin-right: 221px;
		margin-left: 0;
	}
	
	
	
}
@media (min-width: 1440px) {
	.rtl .box-house.style-3 .content {
		margin: 104px 80px 104px auto;
	}
}
@media (max-width: 1399px) {
	.rtl .page-layout .main-content {
		padding-right: 0;
	}
	.rtl .page-layout .sidebar-menu-dashboard {
		/*	transform: translateX(100%);*/
		transform: translateX(-10%);
		
	}
	.tekstLmenu {
		display: none;
	}
	
	.sidebar-menu-dashboard {
		min-width:unset;
	}
	
	
}
@media (max-width: 991px) {
	.rtl .text-with-img.style-2 .sub {
		right: unset;
		left: 0%;
	}
	.rtl .section-CTA:not(.style-2) .content-inner .content {
		padding-right: 0px;
	}
	.rtl .box-benefits .image.img-2 {
		left: 0;
	}
}


/* Samo desktop: malo lijevo odmakni dugme */
@media (min-width: 768px) {
	.order-item > a.tf-btn {
		margin-left: 30px; /* ili koliko ti odgovara */
		
		
	}
}

@media (max-width: 767px) {
	
	
	.section-blog-details .heading .title-heading {
		font-size: 26px;
		line-height: 30px
	}
	
	
	.section-agency-layout .title-heading {
		font-size: 26px;
		line-height: 30px
	}
	
	
	.show-mb-admin {
		display:flex;
	}
	
	
	/* Desni blok – neka bude flex row i na mobilnom */
	.order-item > .d-flex.flex-column.flex-sm-row {
		flex-direction: row !important;
		justify-content: space-between;
		width: 100%;
		margin-top: 20px;
	}
	
	/* Prva dva elementa (Cijena+ID i Status) – po 50% */
	.order-item > .d-flex.flex-column.flex-sm-row > div {
		
		max-width: 50%;
	}
	
	/* Desni element poravnan desno */
	.order-item > .d-flex.flex-column.flex-sm-row > div:last-child {
		text-align: right;
	}
	
	.order-item > a.tf-btn {
		width: 100%;
		height: auto; /* smanji visinu ako treba */
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	
	
	
	
	
	
	
	.rtl #header-main .box-user .menu-user {
		left: unset;
		right: -154px;
	}
	.rtl .wg-appraisal .content {
		padding: 70px 15px;
	}
	.rtl .section-property-detail .wg-property.box-amenities {
		padding-right: 15px !important;
	}
	.rtl .project-slider .featured-post {
		left: 0;
		right: 0;
	}
}

.swiper {
	direction: ltr;
}

/*------------ widgets ---------------- */
.wg-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	gap: 16px;
	flex-wrap: wrap;
}


.wg-pagination li {
	height: max-content;
	overflow: hidden;
	border-radius: 10px;
	flex: none;
}


.wg-pagination li a {
	
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 30px;
	color: var(--Heading);
	background-color: var(--Sub-primary-1);
	font-size: 15px;
	line-height: 22.86px;
	
}



.wg-pagination li span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 44px;
	color: var(--Heading);
	font-size: 16px;
	line-height: 22.86px;
}


.wg-pagination li.arrow {
	border: 1px solid var(--Line);
}
.wg-pagination li:hover a, .wg-pagination li.active a {
	color: var(--White);
	background-color: var(--Primary);
}

.radio-item label {
	padding-left: 30px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	color: var(--Text);
}
.radio-item label input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.radio-item label input:checked ~ .btn-radio {
	background-color: var(--Primary);
}
.radio-item label input:checked ~ .btn-radio::after {
	display: block;
}
.radio-item label .btn-radio {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid var(--Primary);
}
.radio-item label .btn-radio::after {
	content: "\e918";
	font-family: "icomoon";
	position: absolute;
	display: none;
	font-weight: 600;
	font-size: 14px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--White);
}

.checkbox-item label {
	padding-left: 30px;
	cursor: pointer;
	position: relative;
}
.checkbox-item label input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.checkbox-item label input:checked ~ .btn-checkbox {
	border: 1px solid var(--Primary);
	background-color: var(--Primary);
}
.checkbox-item label input:checked ~ .btn-checkbox:after {
	display: block;
}
.checkbox-item label .btn-checkbox {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-color: var(--svijetla-pozadina);
	border-radius: 6px;
	border: 1px solid rgb(163 163 163 / 67%);
}
.checkbox-item label .btn-checkbox:after {
	content: "\e918";
	font-family: "icomoon" !important;
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	top: 0px;
	left: 1px;
	color: var(--White);
	display: none;
}
.checkbox-item.style-1 label {
	align-items: center;
}
.checkbox-item.style-1 label .btn-checkbox {
	/*border: 1px solid var(--Line);*/
}

.wrap-social {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.tf-social {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 8px;
}
.tf-social:not(.tf-social.style-2) li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	
	height: 44px;
	width: 44px;
	border: 1px  solid var(--Line);
	border-radius: 999px;
}
.tf-social:not(.tf-social.style-2) li:hover a {
	background-color: var(--Primary);
	color: #fff;
	
}
.tf-social.style-1 li a {
	border-color: var(--Line) !important;
	color: var(--Note) !important;
}
.tf-social.style-1 li:hover a {
	color: var(--White) !important;
}
.tf-social.style-2 {
	gap: 20px;
}
.tf-social.style-2 li a {
	font-size: 14px;
	color: var(--Text);
}
.tf-social.style-2 li:hover a {
	color: var(--Primary);
}
.tf-social.style-3 {
	padding: 16px 15.5px;
	background-color: var(--Black);
	justify-content: space-between;
	border-radius: 16px;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 3;
}
.tf-social.style-3 li a {
	color: var(--White);
	font-size: 18px;
	position: relative;
	height: unset !important;
	width: unset !important;
	border: none !important;
	background-color: unset !important;
}
.tf-social.style-3 li a::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.2);
	right: -16px;
}
.tf-social.style-3 li a:hover {
	color: var(--Primary);
}

.ratings {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 4px;
}
.ratings i {
	font-size: 14px;
	color: var(--Primary);
}

.wrap-comment {
	/*
		padding-bottom: 40px;
		border-bottom: 1px solid var(--Line);
		margin-bottom: 51px;
	*/
}
.wrap-comment .tf-btn {
	display: flex;
	align-items: center;
	gap: 2px;
}
.wrap-comment .tf-btn i {
	font-size: 16px;
}
.wrap-comment .title {
	line-height: 33.6px;
	margin-bottom: 24px;
}
.wrap-comment .comment-list {
	margin-bottom: 25px;
}
.wrap-comment .comment-list li:not(:last-child) {
	margin-bottom: 27px;
}
.wrap-comment .comment-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}
.wrap-comment .comment-item .image-wrap {
    max-width: 45px;
    height: 45px;
    flex: none;
    overflow: hidden;
    border-radius: 50%;
}
.wrap-comment .comment-item .user {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.wrap-comment .comment-item .author .name {
	line-height: 25.2px;
	color: var(--Text-2);
	margin-bottom: 4px;
	font-size: 16px;
}
.wrap-comment .comment-item .author .time {
	font-size: 14px;
	line-height: 16px;
	color: var(--Note);
}
.wrap-comment .comment-item .comment {
	padding-bottom: 28px;
	border-bottom: 1px solid var(--Line);
}
.wrap-comment .comment-item .comment p {
	margin-bottom: 16px;
}
.wrap-comment .comment-item .comment .group-image {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px 16px;
	margin-bottom: 14px;
	flex-wrap: wrap;
}
.wrap-comment .comment-item .comment .group-image img {
	max-width: 141px;
	border-radius: 10px;
}
.wrap-comment .ratings {
	gap: 5px;
	margin-top: 5px;
}
.wrap-comment .action {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 16px;
}
.wrap-comment .action .action-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
.wrap-comment .action .action-item svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wrap-comment .action .action-item .text-2 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wrap-comment .action .action-item:hover svg path, .wrap-comment .action .action-item.active svg path {
	stroke: var(--Primary);
}
.wrap-comment .action .action-item:hover .text-2, .wrap-comment .action .action-item.active .text-2 {
	color: var(--Primary);
}

.tf-dropdown-sort .btn-select {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}
.tf-dropdown-sort .btn-select i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tf-dropdown-sort .text-sort-value {
	font-size: 18px;
	line-height: 22.5px;
	color: var(--Heading);
	font-weight: 600;
}
.tf-dropdown-sort .dropdown-menu {
	border: none;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
	padding: 20px 10px;
}
.tf-dropdown-sort .select-item .text-value-item {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 18px;
	color: var(--Text);
}
.tf-dropdown-sort .select-item:hover {
	background-color: var(--Line);
}
.tf-dropdown-sort .select-item.active .text-value-item {
	color: var(--Primary);
}
.tf-dropdown-sort.show .btn-select i {
	transform: rotate(-180deg);
}

.wd-search-form {
	background-color: var(--White);
	padding: 28px 20px;
	border-radius: 16px;
}
.wd-search-form .title-box {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--Line);
	margin-bottom: 30px;
}
.wd-search-form .group-price {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}
.wd-search-form .group-price .box-title-price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}
.wd-search-form .group-select {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;
	margin-bottom: 30px;
}
.wd-search-form .group-amenities {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}
.wd-search-form .group-checkbox {
	text-align: start;
}
.wd-search-form .group-checkbox .title {
	margin-bottom: 14px;
}
.wd-search-form.style-2 .group-amenities {
	grid-template-columns: repeat(3, 1fr);
}
.wd-search-form.style-3 .group-amenities {
	grid-template-columns: repeat(3, 1fr);
}
.wd-search-form.style-3 .group-select {
	grid-template-columns: repeat(2, 1fr);
}
.wd-search-form.style-4 {
	padding: 0;
}
.wd-search-form.style-4 .group-price,
.wd-search-form.style-4 .group-amenities,
.wd-search-form.style-4 .group-select {
	grid-template-columns: repeat(1, 1fr);
}
.wd-search-form.style-4 .group-amenities {
	gap: 14px;
}
.wd-search-form.style-4 .group-select {
	gap: 30px;
}
.wd-search-form.style-4 .checkbox-item label {
	font-weight: 400;
	color: var(--Text);
}
.wd-search-form.style-4 .checkbox-item label .btn-checkbox:after {
	top: -2px;
}
.wd-search-form.style-4 .nice-select {
	font-size: 16px;
	line-height: 22.4px;
}
.wd-search-form.style-4 .box-select.style-2 .nice-select {
	font-size: 14px;
	line-height: 22px;
}
.wd-search-form.style-4 .bot {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.wd-search-form.style-4 .bot a:hover svg path {
	stroke: var(--Primary);
}
.wd-search-form .box-search {
	position: relative;
}
.wd-search-form .box-search input,
.wd-search-form .box-search input::placeholder {
	font-size: 14px;
	line-height: 22px;
}
.wd-search-form .box-search .icon {
	position: absolute;
	font-size: 16px;
	right: 16px;
	top: 57%;
	transform: translateY(-50%);
}



/*--------- Dodatna polja dodavanje oglasa ---------- */

.dodavanje-oglasa-custom-form {
	
}
.dodavanje-oglasa-custom-form .title-box {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--Line);
	margin-bottom: 30px;
}
.dodavanje-oglasa-custom-form .group-price {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}
.dodavanje-oglasa-custom-form .group-price .box-title-price {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}
.dodavanje-oglasa-custom-form .group-select {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;
	margin-bottom: 30px;
}
.dodavanje-oglasa-custom-form .group-amenities {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 7px;
}
.dodavanje-oglasa-custom-form .group-checkbox {
	text-align: start;
}
.dodavanje-oglasa-custom-form .group-checkbox .title {
	margin-bottom: 14px;
}
.dodavanje-oglasa-custom-form.style-2 .group-amenities {
	grid-template-columns: repeat(3, 1fr);
}
.dodavanje-oglasa-custom-form.style-3 .group-amenities {
	grid-template-columns: repeat(2, 1fr);
}
.dodavanje-oglasa-custom-form.style-3 .group-select {
	grid-template-columns: repeat(1, 1fr);
}
.dodavanje-oglasa-custom-form.style-4 {
	padding: 0;
}
.dodavanje-oglasa-custom-form.style-4 .group-price,
.dodavanje-oglasa-custom-form.style-4 .group-amenities,
.dodavanje-oglasa-custom-form.style-4 .group-select {
	grid-template-columns: repeat(1, 1fr);
}
.dodavanje-oglasa-custom-form.style-4 .group-amenities {
	gap: 14px;
}
.dodavanje-oglasa-custom-form.style-4 .group-select {
	gap: 30px;
}
.dodavanje-oglasa-custom-form.style-4 .checkbox-item label {
	font-weight: 400;
	color: var(--Text);
}
.dodavanje-oglasa-custom-form.style-4 .checkbox-item label .btn-checkbox:after {
	top: -2px;
}
.dodavanje-oglasa-custom-form.style-4 .nice-select {
	font-size: 16px;
	line-height: 22.4px;
}
.dodavanje-oglasa-custom-form.style-4 .box-select.style-2 .nice-select {
	font-size: 14px;
	line-height: 22px;
}
.dodavanje-oglasa-custom-form.style-4 .bot {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.dodavanje-oglasa-custom-form.style-4 .bot a:hover svg path {
	stroke: var(--Primary);
}
.dodavanje-oglasa-custom-form .box-search {
	position: relative;
}
.dodavanje-oglasa-custom-form .box-search input,
.dodavanje-oglasa-custom-form .box-search input::placeholder {
	font-size: 14px;
	line-height: 22px;
}
.dodavanje-oglasa-custom-form .box-search .icon {
	position: absolute;
	font-size: 16px;
	right: 16px;
	top: 57%;
	transform: translateY(-50%);
}



.offcanvas-filter {
	max-width: 380px;
}
.offcanvas-filter .offcanvas-header {
	padding: 30px 30px 0;
}
.offcanvas-filter .offcanvas-body {
	padding: 30px;
}
.offcanvas-filter .offcanvas-body::-webkit-scrollbar {
	width: 6px;
	height: 4px;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.offcanvas-filter .offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #a7a7a7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.offcanvas-filter .offcanvas-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.map-listing-item .infoBox-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 6;
	cursor: pointer;
	font-size: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.map-listing-item .infoBox-close:hover {
	color: var(--White);
}
.map-listing-item .box-house {
	position: relative;
	border: none;
	max-width: max-content;
	font-family: "Lexend", sans-serif;
}
.map-listing-item .box-house .image-wrap {
	max-width: 310px;
}
.map-listing-item .box-house .image-wrap img {
	max-width: 100% !important;
}

.meta-list {
	gap: 0px 16px;
	flex-wrap: wrap;
}
.meta-list li {
	align-items: center;
	gap: 4px;
	color: var(--Text-4);
}
.meta-list li span {
	color: var(--Heading);
}

.meta-list .smjestaj-ikonica {
	color: var(--Primary-smjestaj);
}

.box-house {
	border-radius: 16px;
	border: 1px solid var(--Line);
	overflow: hidden;
	background-color: var(--White);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-house .image-wrap {
	position: relative;
	overflow: hidden;
}
.box-house .image-wrap > a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}
.box-house .image-wrap > a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-house .image-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.box-house .box-tag,
.box-house .status {
	z-index: 2;
	position: absolute;
	top: 7px;
	left: 8px;
}
.box-house .box-tag .flat-tag,
.box-house .status .flat-tag {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 12px;
	height: 28px;
	border-radius: 999px;
}

.box-house .box-tag .flat-tag i,
.box-house .status .flat-tag i {
	font-size: 12px;
}

.box-house .box-tag .sale,
.box-house .status .sale {
	background: rgba(0, 0, 0, 0.4);
}
.box-house .status {
	left: unset;
	right: 8px;
}
.box-house .list-btn {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box-house .list-btn .btn-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	
	background-color: var(--White);
	border-radius: 999px;
	font-size: 20px;
	transform: translateY(12px);
	opacity: 0;
	visibility: hidden;
}
.box-house .list-btn .btn-icon:hover {
	background-color: var(--Secondary);
}
.box-house .list-btn .save {
	transition-delay: 0s;
}
.box-house .list-btn .find {
	transition-delay: 0.1s;
}
.box-house .content {
	position: relative;
	padding: 23px 24px 24px;
}


.box-house .content .title {
	font-size: 16px;
    line-height: 17px;
	margin-bottom: 15px;
}

.box-house.style-dogadjaj .content .title {
	font-size: 20px;
    line-height: 25px;
}

.box-house.style-klub .content .title {
	font-size: 20px;
    line-height: 25px;
}

.box-house .content .location {
	margin-bottom: 16px;
}
.box-house .content .location i {
	margin-right: 4px;
}
.box-house .meta-list {
	border-bottom: 1px solid var(--Line);
	padding-bottom: 16px;
	margin-bottom: 15px;
	gap: 9px;
}
.box-house .meta-list i {
	font-size: 20px;
}
.box-house .tag-catefories {
	color: var(--Color-8);
	font-size: 12px;
	line-height: 19.6px;
	width: 93px;
	height: 23px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	position: absolute;
	z-index: 2;
	background-color: var(--White);
	border-radius: 999px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0588235294);
	right: 8px;
	top: -17px;
}
.box-house .price {
	color: var(--Primary);
}

.box-house .price-smjestaj {
	color: var(--Primary-smjestaj);
}

.box-house .wrap-btn {
	gap: 7px;
}
.box-house .wrap-btn .compare:hover svg path {
	fill: var(--Primary);
}
.box-house .tf-btn {
	height: 44px;
	border-radius: 12px;
}
.box-house:hover {
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0705882353);
}
.box-house:hover .btn-icon {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.box-house:hover .image-wrap a::after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.box-house.style-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-shadow: unset;
}
.box-house.style-list .image-wrap {
	max-width: 290px;
	flex: none;
}



.box-house.style-list .image-wrap .box-tag {
	top: 8px;
}
.box-house.style-list .content {
	padding: 24px;
	width: 100%;
}
.box-house.style-list .content .location {
	margin-bottom: 23px;
}
.box-house.style-list .meta-list {
	gap: 8px 20px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.box-house.style-list .meta-list .meta-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 8px;
}
.box-house.style-list .meta-list .meta-item > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 8px;
}
.box-house.style-list.v2 .image-wrap {
	max-width: 312px;
	width: 100%;
}
.box-house.style-list.v2 .image-wrap img {
	height: 100%;
	object-fit: cover;
}
.box-house.style-list.v2 .tag-catefories {
	position: unset;
	width: 102px;
	height: 34px;
	background-color: var(--Sub-primary-1);
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 24px;
}
.box-house.style-list.v2 .tag-catefories i {
	font-size: 18px;
}
.box-house.style-list.v2 .content {
	background-color: var(--Heading);
}
.box-house.style-list.v2 .content .location {
	margin-bottom: 19px;
}
.box-house.style-list.v2 .meta-list {
	gap: 8px 17px;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-color: var(--border);
}
.box-house.style-list.v2 .meta-list li {
	gap: 3px;
	color: var(--border-3);
}
.box-house.style-list.v2 .meta-list li span {
	color: var(--Text-white);
}
.box-house.style-list.v2 .meta-list li i {
	color: var(--Primary);
}
.box-house.style-list.v2 .avatar {
	width: 36px;
	overflow: hidden;
	border-radius: 999px;
}
.box-house.style-list.v2 .bot {
	flex-wrap: wrap;
	gap: 10px;
}
.box-house.style-3 {
	border: none;
	border-radius: unset;
	display: grid;
	grid-template-columns: 0.96fr 1fr;
}
.box-house.style-3 .box-tag {
	position: unset;
	margin-bottom: 16px;
}
.box-house.style-3 .image-wrap {
	max-width: 940px;
}
.box-house.style-3 .image-wrap a {
	width: 100%;
	height: 100%;
	position: relative;
}
.box-house.style-3 .image-wrap a::after {
	content: "";
	position: absolute;
	width: 50%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.2);
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
	bottom: 0;
}
.box-house.style-3 .image-wrap a::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 0%;
	background-color: rgba(0, 0, 0, 0.2);
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-house.style-3 .image-wrap a:hover::after {
	height: 100%;
}
.box-house.style-3 .image-wrap a:hover::before {
	height: 100%;
}
.box-house.style-3 .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-house.style-3 .meta-list {
	gap: 10px 37px;
	margin-bottom: 16px;
	padding-bottom: 0;
	border-bottom: none;
}
.box-house.style-3 .meta-list .meta-item div {
	line-height: 21px;
	color: rgb(58, 58, 60);
}
.box-house.style-3 .content {
	width: unset;
	margin: 104px 15px 104px 30px;
	padding: 0;
}
.box-house.style-3 .content .title {
	margin-bottom: 16px;
}
.box-house.style-3 .content .location {
	margin-bottom: 40px;
}
.box-house.style-3 .author {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 12px;
	align-items: center;
}
.box-house.style-3 .author .avatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 999px;
}
.box-house.style-3 .author .name {
	line-height: 25.2px;
}
.box-house.style-3 .bot {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid var(--Line);
	gap: 10px;
	flex-wrap: wrap;
}
.box-house.style-3 .bot .price {
	color: var(--Heading);
}
.box-house.style-3 .bot .price span {
	color: #5c6368;
}
.box-house.style-4 {
	border: none;
	box-shadow: unset;
}
.box-house.style-4 .image-wrap {
	margin-bottom: 32px;
	border-radius: 16px;
}
.box-house.style-4 .content {
	padding: 0;
}
.box-house.style-5 {
	border: none;
	box-shadow: unset;
	position: relative;
	transition: unset;
}
.box-house.style-5:not(:last-child) {
	padding-bottom: 30px;
}
.box-house.style-5 .image-wrap {
	border-radius: 16px;
}
.box-house.style-5 .image-wrap > a::after {
	display: none;
}
.box-house.style-5 .content {
	padding: 24px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 44px;
	background-color: var(--White);
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 16px;
}
.box-house.style-5 .content .title {
	margin-bottom: 6px;
}
.box-house.style-5 .content .location {
	margin-bottom: 0;
}
.box-house.style-5 .meta-list {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	gap: 20px;
}
.box-house.style-5 .meta-list i {
	font-size: 16px;
	color: var(--Primary);
}
.box-house.style-5 .location i {
	font-size: 18px;
	margin-left: 0;
}
.box-house.style-5 .heading {
	display: flex;
	justify-content: space-between;
	padding-bottom: 19px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--Line);
}
.box-house.style-5 .bot .left {
	display: flex;
	align-items: center;
	gap: 48px;
}
.box-house.style-5 .tag {
	height: max-content;
	padding: 7px 12px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--Primary);
	font-weight: 600;
	background-color: rgb(254, 247, 241);
}
.box-house.style-6, .box-house.style-8 {
	/*border: none;
		box-shadow: none;
	*/
}

.box-house.style-6, .box-house.style-dogadjaj {
	background: var(--ticker-vijesti-bg);
}

.box-house.style-klub {
	background: var(--White);
}

.box-house.style-6 .price, .box-house.style-dogadjaj .price {
	position: absolute;
	bottom: 16px;
	left: 13px;
    z-index: 1;
    font-size: 16px;
	pointer-events: none;
	/* NOVO: vertikalni raspored badge + cijena */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* poravnanje lijevo */
	text-shadow: 2px 2px 2px #0000004d;
	
}

.box-house.style-6 .price, .box-house.style-8 .price {
	position: absolute;
	bottom: 16px;
	left: 13px;
    z-index: 1;
    font-size: 15px;
	pointer-events: none;
	/* NOVO: vertikalni raspored badge + cijena */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* poravnanje lijevo */
	
}
.box-house.style-6 .image-wrap, .box-house.style-8 .image-wrap {
	border-radius: 16px;
}
.box-house.style-6 .image-wrap::after, .box-house.style-8 .image-wrap::after, .box-house.style-list .image-wrap::after {
	position: absolute;
	content: "";
	pointer-events: none;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.73%, rgba(0, 0, 0, 0.8) 100%);
}

.iskljuciklik .image-wrap::after {
	pointer-events: unset !important;
}

.box-house.style-6 .image-wrap img {
	height: 267px;
	object-fit: cover;
}
.box-house.style-6 .content, .box-house.style-8 .content, .box-house.style-dogadjaj .content, , .box-house.style-klub .content  {
	padding: 16px;
}
.box-house.style-6.none-overlay .image-wrap::after, .box-house.style-8.none-overlay .image-wrap::after {
	display: none;
}
.box-house.style-7 {
	box-shadow: none;
	border: none;
}
.box-house.style-7 .image-wrap {
	border-radius: 16px;
}
.box-house.style-7 .content {
	padding-left: 15px;
	padding-right: 15px;
}
.box-house.style-7 .tag {
	color: var(--Primary);
	display: flex;
	align-items: center;
	gap: 8px;
}
.box-house.style-7 .tag i {
	font-size: 18px;
	color: var(--Text);
}
.box-house.style-7 .meta-list {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	gap: 22px;
}
.box-house.style-7 .meta-list i {
	font-size: 16px;
	color: var(--Primary);
}
.box-house.style-7 .bot {
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid var(--Line);
}
.box-house.style-8 {
	/*  box-shadow: 0 0px 7px 0 rgb(0 0 0 / 17%), 0 0px 0px 0 rgb(0 0 0 / 12%);*/
}
.box-house.style-8 .image-wrap {
	border-radius: unset;
}
.box-house.style-8 .image-wrap img {
	height: 165px;
	object-fit: cover;
}

.box-house.style-8 .content {
	padding: 10px 10px;
}


.box-house.style-8 .content .location {
	margin-bottom: 1px;
}

.box-house.style-8 .content .location .ikonicavrijeme {
	font-size: 16px !important;
}

.box-house.style-list .content .location .ikonicavrijeme {
	font-size: 16px !important;
}

.box-house.style-8 .bot {
	padding-top: 24px;
	border-top: 1px solid var(--Line);
}
.box-house.style-8 .info-agent {
	gap: 16px;
}
.box-house.style-8 .avatar {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 999px;
}


.box-house.style-dogadjaj {
	/*  box-shadow: 0 0px 7px 0 rgb(0 0 0 / 17%), 0 0px 0px 0 rgb(0 0 0 / 12%);*/
}
.box-house.style-dogadjaj .image-wrap {
	margin: 18px 18px 0px 18px;
    border-radius: 15px;
}
.box-house.style-dogadjaj .image-wrap img {
	height: 165px;
	object-fit: cover;
}

.box-house.style-dogadjaj .content {
	padding: 23px 23px;
}
.box-house.style-dogadjaj .content .location {
	margin-bottom: 1px;
}

.box-house.style-dogadjaj .content .location .ikonicavrijeme {
	font-size: 16px !important;
}



.box-house.style-dogadjaj .bot {
	padding-top: 24px;
	border-top: 1px solid var(--Line);
}
.box-house.style-dogadjaj .info-agent {
	gap: 16px;
}
.box-house.style-dogadjaj .avatar {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 999px;
}



.box-house.style-klub {
	/*  box-shadow: 0 0px 7px 0 rgb(0 0 0 / 17%), 0 0px 0px 0 rgb(0 0 0 / 12%);*/
}
.box-house.style-klub .image-wrap {
	margin: 18px 18px 0px 18px;
    border-radius: 15px;
}
.box-house.style-klub .image-wrap img {
	height: 165px;
	object-fit: cover;
}

.box-house.style-klub .content {
	padding: 23px 23px;
}
.box-house.style-klub .content .location {
	margin-bottom: 1px;
}

.box-house.style-klub .content .location .ikonicavrijeme {
	font-size: 16px !important;
}



.box-house.style-klub .bot {
	padding-top: 24px;
	border-top: 1px solid var(--Line);
}
.box-house.style-klub .info-agent {
	gap: 16px;
}
.box-house.style-klub .avatar {
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 999px;
}

.icons-box {
	padding: 24px;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: var(--White);
}
.icons-box .tf-icon {
	margin-bottom: 32px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icons-box .title {
	margin-bottom: 24px;
}
.icons-box p {
	margin-bottom: 30px;
}
.icons-box:hover {
	box-shadow: 0px 30px 60px var(--Sub-primary-2);
}
.icons-box.default {
	padding: 24px 30px;
}
.icons-box.default .tf-icon svg path:not(:first-child) {
	fill: var(--Primary);
}
.icons-box.default:hover .tf-btn {
	background-color: var(--Primary);
	color: var(--White);
}
.icons-box.style-1 .heading {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}
.icons-box.style-1 .tf-icon {
	margin-bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: var(--Sub-primary-2);
	border-radius: 16px;
	flex-shrink: 0;
}
.icons-box.style-1 .tf-icon svg:not(.icons-box.style-1 .tf-icon svg.stroke) path {
	fill: var(--Primary);
}
.icons-box.style-1 .tf-icon .stroke path {
	stroke: var(--Primary);
}
.icons-box.style-1 .title {
	margin-bottom: 0;
}
.icons-box.style-1 .title a:hover {
	color: var(--Color-1);
}
.icons-box.style-1 p {
	margin-bottom: 24px;
}
.icons-box.style-1:hover {
	box-shadow: 0px 30px 60px rgba(6, 167, 136, 0.12);
}
.icons-box.style-1:hover .tf-icon {
	background-color: var(--Primary);
}
.icons-box.style-1:hover .tf-icon svg:not(.icons-box.style-1:hover .tf-icon svg.stroke) path {
	fill: var(--White);
}
.icons-box.style-1:hover .tf-icon .stroke path {
	stroke: var(--White);
}
.icons-box.style-2 {
	background-color: rgb(254, 247, 247);
}
.icons-box.style-2 .tf-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	width: 68px;
	height: 68px;
	background-color: var(--White);
	box-shadow: 0px 8px 18px var(--Sub-primary-2);
	margin-bottom: 24px;
}
.icons-box.style-2 .tf-icon svg path:not(:last-child) {
	fill: var(--Primary);
}
.icons-box.style-2 .tf-icon .change path:nth-last-child(1), .icons-box.style-2 .tf-icon .change path:nth-last-child(2) {
	fill: #2c2e33;
}
.icons-box.style-2 .title {
	margin-bottom: 23px;
}
.icons-box.style-2 .title a:hover {
	color: var(--White);
}
.icons-box.style-2 p {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 0;
}
.icons-box.style-2:hover {
	background-color: var(--Primary);
}
.icons-box.style-2:hover .title a {
	color: var(--White);
}
.icons-box.style-2:hover p {
	color: var(--White);
}
.icons-box.style-3 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 24px;
}
.icons-box.style-3 .tf-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 76px;
	width: 76px;
	font-size: 40px;
	margin-bottom: 0;
	color: var(--Primary);
	background-color: var(--Sub-primary-2);
	border-radius: 16px;
	flex-shrink: 0;
}
.icons-box.style-3 .title,
.icons-box.style-3 p {
	margin-bottom: 16px;
}
.icons-box.style-3:hover {
	box-shadow: 0px 30px 60px var(--Sub-primary-1);
}
.icons-box.style-3:hover .tf-icon {
	background-color: var(--Primary);
	color: var(--White);
}
.icons-box.style-4, .icons-box.style-5, .icons-box.style-8 {
	flex-grow: 0;
}
.icons-box.style-4 .tf-icon, .icons-box.style-5 .tf-icon, .icons-box.style-8 .tf-icon {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	margin: 0 auto 24px;
	background-color: var(--Sub-primary-1);
}
.icons-box.style-4 .line, .icons-box.style-5 .line, .icons-box.style-8 .line {
	display: block;
	background-color: var(--Line);
	width: 80px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.icons-box.style-4 p, .icons-box.style-5 p, .icons-box.style-8 p {
	margin-bottom: 0;
}
.icons-box.style-4:hover, .icons-box.style-5:hover, .icons-box.style-8:hover {
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
}
.icons-box.style-4:hover .tf-icon, .icons-box.style-5:hover .tf-icon, .icons-box.style-8:hover .tf-icon {
	background-color: var(--Primary);
}
.icons-box.style-4:hover .tf-icon svg .change, .icons-box.style-5:hover .tf-icon svg .change, .icons-box.style-8:hover .tf-icon svg .change {
	fill: var(--White);
}
.icons-box.style-4:hover .line, .icons-box.style-5:hover .line, .icons-box.style-8:hover .line {
	background-color: var(--Primary);
}
.icons-box.style-4 {
	padding: 30px 30px 30px;
}
.icons-box.style-4 .tf-icon svg path:not(:last-child) {
	fill: var(--Primary);
}
.icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(1), .icons-box.style-4 .tf-icon.style-2 svg path:nth-last-child(2) {
	fill: var(--Heading) !important;
}
.icons-box.style-4 .title {
	margin-bottom: 15px;
}
.icons-box.style-4.v2 .title {
	margin-bottom: 25px;
}
.icons-box.style-4.v2 .line {
	margin-bottom: 24px;
}
.icons-box.style-4:hover .tf-icon svg path:not(:last-child) {
	fill: var(--White);
}
.icons-box.style-5 {
	position: relative;
	padding: 34px 31px 30px;
}
.icons-box.style-5 .tf-icon {
	background-color: var(--Sub-primary-1);
}
.icons-box.style-5 .title {
	margin-bottom: 15px;
}
.icons-box.style-5 p {
	margin-bottom: 24px;
}
.icons-box.style-5:hover {
	box-shadow: 0px 30px 60px var(--shadown);
}
.icons-box.style-5:hover .tf-icon {
	background-color: var(--Sub-primary-1);
}
.icons-box.style-5:hover .tf-icon svg .change {
	fill: unset;
}
.icons-box.style-5:hover .line {
	background-color: var(--Line);
}
.icons-box.style-6 .title a:hover {
	color: var(--Color-3);
}
.icons-box.style-6:hover {
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
}
.icons-box.style-7 .tf-icon {
	margin-bottom: 23px;
}
.icons-box.style-7 .tf-icon svg .change {
	color: var(--Primary);
}
.icons-box.style-7 p {
	margin-bottom: 23px;
}
.icons-box.style-7:hover {
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}
.icons-box.style-8 {
	border: 1px solid var(--Line);
	padding: 47px 34px 45px;
}
.icons-box.style-8 .tf-icon {
	font-size: 60px;
}
.icons-box.style-8 .tf-icon i {
	color: var(--Primary);
}
.icons-box.style-8 .line {
	margin-bottom: 24px;
}
.icons-box.style-8:hover {
	border-color: transparent;
}
.icons-box.style-8:hover .tf-icon i {
	color: var(--White);
}

.wrap-partners {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wrap-partners:hover .partner-item:not(:hover),
.wrap-partners:hover .marquee-item:not(:hover) {
	filter: brightness(0.9) saturate(0) contrast(1.2) blur(2px);
}

.partner-item {
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-right: 40px;
}
.partner-item:hover svg path {
	fill: var(--Primary);
}
.partner-item.style-2 {
	display: flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	width: 180px;
	height: 100px;
	border-radius: 16px;
}
.partner-item.style-2:hover {
	border-color: var(--Primary);
}

.agent-item {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.agent-item .image-wrap {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 16px;
	position: relative;
}
.agent-item .image-wrap > a {
	display: block;
	position: relative;
	width: 100%;
}
.agent-item .image-wrap > a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.12);
	bottom: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.agent-item .image-wrap > a img {
	width: 100%;
}
.agent-item .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.agent-item .content .name {
	margin-bottom: 2px;
}
.agent-item .wrap-btn-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 8px;
}
.agent-item .btn-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	border-radius: 999px;
	border: 1px solid var(--Line);
	color: var(--Text);
}
.agent-item .btn-icon:hover {
	background: var(--Primary);
	color: var(--White);
}
.agent-item .tf-social {
	max-width: 202px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	z-index: 1;
}
.agent-item .tf-social a {
	color: var(--White);
	font-size: 18px;
	position: relative;
}
.agent-item .tf-social a::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.2);
	right: -16px;
}
.agent-item .tf-social a:hover {
	color: var(--Primary);
}
.agent-item:hover .tf-social {
	opacity: 1;
	visibility: visible;
	bottom: 32px;
}
.agent-item:hover .image-wrap a::after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.agent-item.style-2 {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.agent-item.style-2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.29%, #000000 100%);
}
.agent-item.style-2 .image-wrap {
	margin-bottom: 0;
}
.agent-item.style-2 .content {
	position: absolute;
	bottom: 14px;
	max-width: 186px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.agent-item.style-2 .content .name a {
	color: var(--Text-white);
}
.agent-item.style-2 .content p {
	color: var(--Text-white);
}
.agent-item.style-2 .wrap-btn-icon {
	position: absolute;
	right: 16px;
	top: 16px;
	flex-direction: column;
	gap: 8px;
	z-index: 1;
}
.agent-item.style-2 .btn-icon {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
	border: none;
	color: var(--White);
}
.agent-item.style-2 .btn-icon.phone {
	transition-delay: 0.1s;
}
.agent-item.style-2 .btn-icon.message {
	transition-delay: 0.2s;
}
.agent-item.style-2 .btn-icon:hover {
	background-color: var(--Color-4);
}
.agent-item.style-2 .tf-social {
	bottom: 32px;
}
.agent-item.style-2:hover .tf-social {
	bottom: 88px;
}
.agent-item.style-3 .image-wrap {
	margin-bottom: 25px;
}
.agent-item.style-3 .tf-social {
	bottom: 16px;
}
.agent-item.style-3:hover .tf-social {
	bottom: 32px;
}
.agent-item.style-4 {
	border-radius: 24px;
	overflow: hidden;
}
.agent-item.style-4 .image-wrap {
	border-radius: unset;
	margin-bottom: 0;
	max-width: 100% !important;
}
.agent-item.style-4 .image-wrap > a::after {
	background-color: rgba(0, 0, 0, 0.6);
}
.agent-item.style-4 .content {
	padding: 24px;
	gap: 3px;
	flex-direction: column;
	align-items: start;
	background-color: var(--bg-body-color);
}
.agent-item.style-4 .list-social {
	display: flex;
	gap: 8px;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.agent-item.style-4 .list-social a {
	transform: translateY(18px);
}
.agent-item.style-4 .list-social a i {
	font-size: 24.55px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.3);
	color: var(--White);
}
.agent-item.style-4 .list-social a:nth-child(1) {
	transition-delay: 0s;
}
.agent-item.style-4 .list-social a:nth-child(2) {
	transition-delay: 0.1s;
}
.agent-item.style-4 .list-social a:nth-child(3) {
	transition-delay: 0.2s;
}
.agent-item.style-4 .list-social a:nth-child(4) {
	transition-delay: 0.3s;
}
.agent-item.style-4 .list-social a:hover i {
	background-color: var(--Primary);
	color: var(--White);
}
.agent-item.style-4:hover .list-social {
	opacity: 1;
	visibility: visible;
}
.agent-item.style-4:hover .list-social a {
	transform: translateY(0);
}
.agent-item.style-5 {
	position: relative;
}
.agent-item.style-5 .image-wrap {
	margin-bottom: 0;
}
.agent-item.style-5 .content {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 8px;
	z-index: 2;
	background-color: var(--bg-body-color);
	padding: 24px;
	border-radius: 16px;
}
.agent-item.style-5 .btn-icon {
	border-color: rgba(255, 255, 255, 0.1);
	color: var(--Text-white);
}

.agent-details {
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 30px;
}
.agent-details .image-wrap {
	flex: none;
	position: relative;
	max-width: 348px;
	border-radius: 16px;
	overflow: hidden;
}
.agent-details .image-wrap > a {
	width: 100%;
	height: 100%;
}
.agent-details .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.agent-details .tf-social {
	max-width: 202px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.agent-details .author {
	margin-bottom: 20px;
}
.agent-details .author .name {
	margin-bottom: 2px;
}
.agent-details .author p {
	color: var(--Note-2);
}
.agent-details .info {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--Line);
	margin-bottom: 30px;
}
.agent-details .info li {
	font-size: 16px;
	line-height: 22.4px;
}
.agent-details .info li:not(:last-child) {
	margin-bottom: 6px;
}
.agent-details .info span {
	color: var(--Color-8);
	letter-spacing: -1px;
}
.agent-details .info a {
	color: var(--Text);
}
.agent-details .info a:hover {
	color: var(--Primary);
}
.agent-details .info svg {
	margin-right: 3px;
}
.agent-details .content .title {
	margin-bottom: 10px;
}
.agent-details .content p {
	margin-bottom: 12px;
}
.agent-details .content .tf-btn-link svg {
	transform: rotate(90deg);
}
.agent-details .content .tf-btn-link:hover svg {
	transform: rotate(0deg);
}
.agent-details:hover .image-wrap .tf-social {
	bottom: 16px;
	opacity: 1;
}

.wrap-neighborhoods {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 1fr;
	gap: 11px 12px;
	grid-template-areas: "aa bb cc dd" "ee ff ff gg";
}
.wrap-neighborhoods .item-1 {
	grid-area: aa;
}
.wrap-neighborhoods .item-2 {
	grid-area: bb;
}
.wrap-neighborhoods .item-3 {
	grid-area: cc;
}
.wrap-neighborhoods .item-4 {
	grid-area: dd;
}
.wrap-neighborhoods .item-5 {
	grid-area: ee;
}
.wrap-neighborhoods .item-6 {
	grid-area: ff;
}
.wrap-neighborhoods .item-7 {
	grid-area: gg;
}

.box-location {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-location.h-450 .image-wrap img {
	height: 450px;
}
.box-location .image-wrap {
	overflow: hidden;
	min-height: 245px;
}
.box-location .image-wrap img {
	width: 100%;
	min-height: 245px;
	object-fit: cover;
}
.box-location .image-wrap a {
	position: relative;
}
.box-location .image-wrap a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.29%, #000000 100%);
	left: 0;
	top: 0;
}
.box-location .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	z-index: 5;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: 0 15px;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.box-location .tf-btn {
	gap: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 17px 23px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	font-weight: 700;
	color: var(--White);
}
.box-location .tf-btn:hover {
	background-color: var(--Primary);
}
.box-location.style-2 {
	border-radius: 8px;
	position: relative;
}
.box-location.style-2::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
	inset: 0;
	z-index: 1;
}
.box-location.style-2 .image-wrap {
	min-height: unset;
}
.box-location.style-2 .image-wrap img {
	min-height: unset;
}
.box-location.style-2 .content {
	flex-direction: column;
	align-items: start;
}
.box-location.style-2 .content p {
	color: var(--Text-white);
}

.box-contact {
	padding: 66.5px 0;
}
.box-contact .list-info li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 41px;
}
.box-contact .list-info li .icon {
	position: relative;
}
.box-contact .list-info li .icon::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--Line);
	right: -20px;
}
.box-contact .list-info li .sub {
	font-size: 14px;
	line-height: 21px;
	color: var(--Note);
	font-weight: 500;
	margin-bottom: 2px;
}
.box-contact .list-info li p {
	font-size: 16px;
	line-height: 24px;
	color: var(--Heading);
}
.box-contact .list-info li .phone {
	font-size: 30px;
	line-height: 37.5px;
	color: var(--Primary);
	font-weight: 700;
}
.box-contact .list-info li a {
	font-size: 16px;
	line-height: 24px;
	color: var(--Primary);
}
.box-contact .list-info li a:hover {
	color: var(--Heading);
}
.box-contact .list-info li:not(:last-child) {
	margin-bottom: 30px;
}
.box-contact .image-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.box-contact.style-1 .list-info li {
	gap: 34px;
}
.box-contact.style-1 .list-info li:not(:last-child) {
	margin-bottom: 34px;
}
.box-contact.style-1 .list-info li .phone {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: var(--Heading);
}
.box-contact.style-1 .list-info li .icon::after {
	right: -17px;
}

.wrap-counter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 24px;
}

.counter-item span {
	font-family: "Lexend", sans-serif;
}
.counter-item .counter-number {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: max-content;
	max-height: max-content;
}
.counter-item .odometer-formatting-mark {
	display: none;
}
.counter-item .odometer .odometer-value {
	width: 100%;
	text-align: right !important;
}
.counter-item .odometer .odometer-digit {
	vertical-align: unset !important;
}
.counter-item .sub {
	position: relative;
	top: -2px;
	left: -2px;
}
.counter-item .sub.plus {
	top: -14px;
	font-size: 40px;
}
.counter-item.style-1 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 290px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.counter-item.style-1 span {
	font-size: 80px;
	line-height: 100px;
	font-weight: 600;
	color: var(--Text-white);
}
.counter-item.style-2 {
	width: 135px;
}
.counter-item.style-2 .icons {
	font-size: 50px;
	color: var(--Primary);
	margin-bottom: 15px;
}
.counter-item.style-2 span {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: var(--Heading);
}
.counter-item.style-2 .sub.plus {
	top: -9px;
	left: 2px;
	font-size: 25px;
}
.counter-item.style-3 span {
	font-size: 64px;
	font-weight: 100;
	line-height: 80px;
	color: var(--White);
}
.counter-item.style-3 .sub {
	left: -2px;
}
.counter-item.style-3 p {
	color: var(--border-3);
}
.counter-item.style-4 span {
	font-size: 72px;
	font-weight: 300;
	line-height: 90px;
	color: var(--Heading);
}
.counter-item.style-5 span {
	font-size: 80px;
	font-weight: 500;
	line-height: 100px;
	color: var(--Heading);
}

.wg-filter .form-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background-color: var(--White);
	gap: 10px;
	border-radius: 16px;
}
.wg-filter .form-title .wrap-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 8px;
}
.wg-filter .form-title .wrap-btn .tf-btn {
	height: 54px;
}
.wg-filter .form-title .btn-filter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 54px;
	border-radius: 16px;
	background: var(--Sub-primary-2);
	cursor: pointer;
	flex: none;
}
.wg-filter .form-title .btn-filter svg path {
	stroke: var(--Primary);
}
.wg-filter .form-title.style-2 .nice-select,
.wg-filter .form-title.style-2 form fieldset input,
.wg-filter .form-title.style-2 form fieldset input::placeholder {
	font-size: 15px;
	line-height: 18.75px;
}
.wg-filter .wd-search-form {
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 100%;
	width: 1280px;
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wg-filter .wd-search-form.show {
	display: block;
	margin-top: 8px;
	opacity: 1;
	visibility: visible;
}
.wg-filter.style-3 form, .wg-filter.style-2 form {
	max-width: 390px;
	width: 100%;
	flex-shrink: 0;
}
.wg-filter.style-3 form fieldset input, .wg-filter.style-2 form fieldset input {
	font-size: 15px;
	line-height: 18.75px;
}
.wg-filter.style-3 .form-title, .wg-filter.style-2 .form-title {
	gap: 12px;
}
.wg-filter.style-3 .nice-select:after, .wg-filter.style-2 .nice-select:after {
	right: 18px;
}
.wg-filter.style-3 .nice-select .list, .wg-filter.style-2 .nice-select .list {
	width: 170px;
}
.wg-filter.style-3 .wrap-btn, .wg-filter.style-2 .wrap-btn {
	gap: 16px;
}
.wg-filter.style-3 form {
	max-width: 215px;
}
.wg-filter.style-3 .wrap-btn {
	gap: 10px;
}
.wg-filter.style-4 .form-title {
	gap: 0;
	padding-left: 8px;
	padding-right: 8px;
}
.wg-filter.style-4 .line {
	height: 24px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 23px 15px;
}
.wg-filter.style-4 .nice-select {
	padding-left: 10px;
	padding-right: 10px;
}

.single-property-gallery {
	margin-bottom: 40px;
}
.single-property-gallery .sw-single {
	border-radius: 16px;
	margin-bottom: 12px;
}
.single-property-gallery .sw-thumbs-sigle {
	border-radius: 16px;
	margin-bottom: 12px;
}

.box-overview .heading {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--Line);
	flex-wrap: wrap;
	gap: 10px 15px;
}
.box-overview .heading .price span {
	margin-left: -10px;
}

.box-overview .heading-smjestaj {
	
	margin-bottom: 30px;
	
	flex-wrap: wrap;
	gap: 10px 15px;
}
.box-overview .heading-smjestaj .price span {
	margin-left: -10px;
}


.box-overview .info {
	
	flex-wrap: wrap;
	gap: 15px;
}
.box-overview .info .location {
	margin-bottom: 7px;
}
.box-overview .info .meta-list {
	gap: 17px;
}
.box-overview .list-action {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 8px;
}
.box-overview .list-action a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 1px solid var(--Line);
	border-radius: 50%;
	background: var(--Sub-primary-1);
	
}


.box-overview .list-action a:hover {
	background-color: var(--Primary);
	color: #fff;
}

.box-overview .info-detail {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}
.box-overview .info-detail .wrap-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.box-overview .box-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 12px;
}
.box-overview .box-icon .icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid var(--Line);
	border-radius: 8px;
	font-size: 24px;
}
.box-overview .box-icon .content div:last-child {
	font-weight: 500;
}
.box-overview.style-2 {
	border-radius: 0 0 16px 16px !important;
}

.box-property-detail .content {
	margin-bottom: 26px;
}
.box-property-detail .description {
	margin-bottom: 16px;
}
.box-property-detail .box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	gap: 5px;
	flex-wrap: wrap;
}
.box-property-detail .box ul {
	width: calc(50% - 10px);
}
.box-property-detail ul li:not(:last-child) {
	margin-bottom: 12px;
}
.box-property-detail ul li p:first-child {
	color: var(--Text-5);
	width: 76px;
}

.widget-video.style-1 {
	position: relative;
}
.widget-video.style-1 img {
	border-radius: 16px;
	width: 100%;
}
.widget-video.style-1 .popup-youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: var(--White);
	border-radius: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.widget-video.style-1 .popup-youtube i {
	color: var(--Primary);
	font-size: 18px;
	margin-left: 4px;
}
.widget-video.style-1 .popup-youtube::after, .widget-video.style-1 .popup-youtube::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 9999px;
	animation: ripple 3s infinite;
}
.widget-video.style-1 .popup-youtube::after {
	animation-delay: 0.5s;
}
.widget-video.style-1 .popup-youtube::before {
	animation-delay: 0.9s;
}
.widget-video.style-2 {
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.widget-video.style-2 .wrap-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.widget-video.style-2 .text-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.widget-video.style-2 .textcircle {
	animation: rotate 10s linear infinite;
	width: 265px;
	height: 265px;
}
.widget-video.style-2 .textcircle textPath {
	font-size: 30.47px;
	font-weight: 300;
}
.widget-video.style-2 .video-icon {
	width: 86px;
	height: 86px;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background-color: var(--Primary);
	z-index: 1;
}
.widget-video.style-2 .video-icon i {
	color: #fff;
}
.widget-video.style-2 .video-icon:hover {
	background-color: var(--Heading);
}

.box-amenities .wrap-feature {
	display: flex;
	gap: 80px;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: 52px;
}
.box-amenities .wrap-feature .box-feature ul {
	padding-left: 15px;
	list-style: disc;
}
.box-amenities .wrap-feature .box-feature ul li {
	list-style: disc;
	font-size: 16px;
}
.box-amenities .wrap-feature .box-feature ul li::marker {
	color: var(--Primary);
}
.box-amenities .wrap-feature .box-feature ul li:not(:last-child) {
	margin-bottom: 11px;
}
.box-amenities .wrap-feature .box-feature .feature-item {
	gap: 8px;
}

.box-about.style-1 .img-style {
	border-radius: 16px;
	overflow: hidden;
}
.box-about.style-1 .widget-video {
	margin-top: -43px;
	margin-left: -43px;
	margin-bottom: 90px;
}
.box-about.style-1 .left .img-style {
	max-width: 440px;
}

.single-property-map .map {
	border-radius: 16px;
	width: 100%;
	height: 420px;
	z-index: 1;
}
.single-property-map .info-map {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
}
.single-property-map .info-map li {
	display: flex;
	gap: 10px;
}
.single-property-map .info-map li:not(:last-child) {
	margin-bottom: 12px;
}
.single-property-map .info-map li .label {
	color: var(--Text-5);
	width: 110px;
}

.single-property-floor .floor-item {
	padding: 0px 20px;
	background-color: var(--svijetla-pozadina);
	border-radius: 12px;
	border-bottom: 2px solid var(--Line);
}
.single-property-floor .floor-item:not(:last-child) {
	margin-bottom: 24px;
}
.single-property-floor .floor-item .floor-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	padding: 19px 0px 17px;
}
.single-property-floor .floor-item .floor-header .inner-left {
	display: flex;
}
.single-property-floor .floor-item .floor-header .inner-left span {
	color: var(--Heading);
	font-size: 16px;
	line-height: 21.86px;
	
	
}
.single-property-floor .floor-item .floor-header .inner-left .icon {
	flex-shrink: 0;
	margin-right: 9px;
	margin-top: -2px;
	display: inline-block;
	transform: rotate(0);
	font-size: 21px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.single-property-floor .floor-item .floor-header .inner-right {
	display: flex;
	gap: 28px;
}
.single-property-floor .floor-item .floor-header .inner-right li {
	color: var(--Text);
}
.single-property-floor .floor-item .floor-header .inner-right .icon {
	font-size: 20px;
	color: #a3abb0;
}
.single-property-floor .floor-item .floor-header:not(.collapsed) .inner-left .icon {
	transform: rotate(-180deg);
}
.single-property-floor .floor-item .faq-body {
	padding: 17px 0px;
	border-top: 1px solid #e4e4e4;
}
.single-property-floor .floor-item .faq-body .box-img {
	background-color: var(--White);
	border-radius: 12px;
	overflow: hidden;
}

.box-attachments .attachments-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.box-attachments .attachments-item .box-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #f7f7f7;
	width: 60px;
	height: 60px;
}
.box-attachments .attachments-item .box-icon img {
	max-width: 40px;
}
.box-attachments .attachments-item .icon {
	font-size: 24px;
}
.box-attachments .attachments-item span {
	color: var(--Text);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-attachments .attachments-item:hover span {
	color: var(--Primary);
}

.box-virtual-tour .image-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.box-virtual-tour .image-wrap .box-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box-virtual-tour .image-wrap .box-icon .icons {
	font-size: 60px;
	color: var(--White);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-animation: rotate1 5s infinite ease-in-out;
	animation: rotate1 5s infinite ease-in-out;
}

.single-property-nearby .box-nearby {
	margin-top: 25px;
}
.single-property-nearby .box-nearby .item-nearby:not(:last-child) {
	margin-bottom: 8px;
}
.single-property-nearby .item-nearby {
	display: flex;
	gap: 4px;
}
.single-property-nearby .item-nearby .label {
	width: 180px;
	color: var(--Heading);
	
}

.single-property-nearby .item-nearby-smjestaj .label {
	/*width: 180px;*/
	color: var(--Heading);
	
}

.agencies-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 30px;
	padding: 30px;
	border: 1px solid var(--Line);
	border-radius: 16px;
}
.agencies-item .logo-wrap {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid var(--Line);
	flex-shrink: 0;
}
.agencies-item .info {
	margin-bottom: 19px;
}
.agencies-item .info .name {
	margin-bottom: 5px;
}
.agencies-item .info .location {
	color: var(--Note);
}
.agencies-item .contact {
	padding-top: 20px;
	border-top: 1px solid var(--Line);
	margin-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.agencies-item .contact .list-link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 7px;
}
.agencies-item .contact .list-link a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: rgba(241, 145, 61, 0.1019607843);
	color: var(--Primary);
	border-radius: 999px;
	font-size: 18px;
}
.agencies-item .contact .list-link a:hover {
	color: var(--Secondary);
}
.agencies-item .contact .tf-btn {
	height: 44px;
	border-radius: 12px;
}
.agencies-item.style-2 {
	flex-direction: column;
	gap: 0;
	border: 1px solid var(--Line);
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
}
.agencies-item.style-2 .bg-image img {
	width: 100%;
}
.agencies-item.style-2 .content-inner {
	margin-top: -44px;
	padding: 0 23px 23px;
}
.agencies-item.style-2 .logo-wrap {
	border: none;
	border-radius: 999px;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
	margin-bottom: 17px;
}
.agencies-item.style-2 .info {
	margin-bottom: 15px;
}
.agencies-item.style-2 .info .name {
	margin-bottom: 1px;
}
.agencies-item.style-2 .info .location {
	color: var(--Text);
}
.agencies-item.style-2 .list-info li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px;
}
.agencies-item.style-2 .list-info li:not(:last-child) {
	margin-bottom: 12px;
}
.agencies-item.style-2 .list-info li span {
	font-size: 14px;
	line-height: 21px;
}
.agencies-item.style-2 .list-info li span:first-child {
	font-weight: 500;
	width: 76px;
	color: var(--Heading);
}
.agencies-item.style-2 .contact {
	padding-top: 16px;
	margin-top: 16px;
}

.career-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 29px;
	justify-content: space-between;
	border-radius: 16px;
	border: 1px solid var(--Line);
	flex-wrap: wrap;
	gap: 10px;
}
.career-item .name {
	margin-bottom: 10px;
}
.career-item .list-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
}
.career-item .list-info li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 6px;
}
.career-item .list-info li:not(:last-child) {
	font-weight: 300;
}
.career-item .list-info li i {
	font-size: 18px;
}
.career-item .tf-btn {
	height: 44px;
	border-radius: 12px;
}

.wg-appraisal .content {
	
	padding: 40px 0 40px 69px;
	position: relative;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.wg-appraisal .wg-zuto {
	background-color: rgb(255 169 32 / 33%);
}

.wg-appraisal .wg-plavo {
	background-color: rgb(24 119 242 / 17%);
}

.wg-appraisal .wg-smjestaj {
	background-color: rgb(241 145 61 / 29%);
}

.wg-appraisal .wg-zeleno {
	background-color: rgb(79 161 0 / 16%);
}




.wg-appraisal .content::after {
	content: "";
	position: absolute;
	background-image: url(../images/section/cta-1.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.wg-appraisal .content .person {
	position: absolute;
	bottom: 0;
	right: 103px;
	z-index: 2;
}
.wg-appraisal.style-2 {
	margin-top: 0;
}
.wg-appraisal.style-2 .content {
	background-image: url(../images/section/section-appraisal.jpg);
}
.wg-appraisal.style-2 .content::after {
	display: none;
}
.wg-appraisal.style-2 .content .person {
	right: 87px;
}
.wg-appraisal.style-3 {
	margin-top: 0;
	padding-bottom: 0;
}
.wg-appraisal.style-3 .content .heading-section {
	max-width: 591px;
}
.wg-appraisal.style-3 .content::after {
	background-image: url(../images/section/cta-2.png);
	bottom: 0;
	top: unset;
	background-size: cover;
}
.wg-appraisal.style-3 .content .person {
	right: 69px;
}





.loadmore-item .fl-item {
	display: none;
}

.loadmore-item-1 .fl-item-1 {
	display: none;
}

.loadmore-item-3 .fl-item-3 {
	display: none;
}

.loadmore-item-4 .fl-item-4 {
	display: none;
}

.loadmore-item-5 .fl-item-5 {
	display: none;
}

.loadmore-item-6 .fl-item-6 {
	display: none;
}

.loadmore-item-7 .fl-item-7 {
	display: none;
}

.wrap-map #map {
	height: 100%;
	width: 100%;
}

.wrap-pagination {
	margin-top: 32px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 10px;
}
.wrap-pagination .wg-pagination {
	margin-top: 0;
}
.wrap-pagination .wg-pagination li a {
	font-weight: 600;
}

.tag-property {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 21px;
	position: absolute;
	bottom: 16px;
	left: 16px;
	background-color: var(--Primary);
	border-radius: 999px;
}

.agency-details .image-wrap {
	border-radius: 16px;
	overflow: hidden;
	
}
.agency-details .image-wrap img {
	width: 100%;
}
.agency-details .logo {
	width: 190px;
	border-radius: 999px;
	overflow: hidden;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
}
.agency-details .content {
	display: flex;
	flex-direction: column;     /* prelomi u kolonu */
	align-items: flex-start;    /* poravnaj ulijevo */
	gap: 15px;                  /* malo manji razmak na mobilnom */
	margin-top: 0;              /* ukloni negativnu marginu na mobilnom */
	margin-left: 0;
	margin-top: -95px;
}
.agency-details .content .spustidole {
	margin-bottom: -10px;
}

.agency-details .content .info {
	flex: 1;
	width:100%;
}


.agency-details .content .name {
	margin-bottom: 6px;
}
.wg-listing .heading{
	display:flex; 
	align-items:center; 
	justify-content:space-between; 
	margin-bottom:32px;
	
	
}

.heading--filter .nice-select {
    height: 38px;
    padding: 8px 28px 8px 12px; /* desni padding povećan (28px) */
    font-size: 14px;
    line-height: 1.4;
    border-radius: 8px;
    width: auto;
    display: flex;
    align-items: center;
}


td .nice-select {
    height: 38px;
    padding: 8px 11px 9px 8px; /* desni padding povećan (28px) */
    font-size: 14px;
    line-height: 1.4;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
}


/* Omotač NE skroluje – na njega stavljamo fade */
.wg-listing .tf-filter-wrap{
	position: relative;
	overflow: hidden;           /* sakrij višak + fiksiraj fade */
	flex: 1 1 auto;             /* po želji rastegni da popuni prostor */
	margin-right: 12px;         /* mali razmak od "Oglasi" naslova */
}

/* Unutrašnji scroller */
.wg-listing .tf-houese-filter{
	display:flex; gap:7px;
	overflow-x:auto; flex-wrap:nowrap;
	-webkit-overflow-scrolling:touch;
}

/* Stavke */
.wg-listing .tf-btns-filter{ position:relative; padding:7px 7px 8px; cursor:pointer; transition:all .3s; flex:0 0 auto; }
/* … (tvoje postojeće :hover, .is--active, underline, itd. ostaju iste) */

/* Scrollbar hide */
.wg-listing .tf-houese-filter::-webkit-scrollbar{ display:none; }
.wg-listing .tf-houese-filter{ -ms-overflow-style:none; scrollbar-width:none; }

/* Fade postavljamo NA OMOTAČ, pa ne “putuje” */
.wg-listing .tf-filter-wrap::before,
.wg-listing .tf-filter-wrap::after{
	content:""; position:absolute; top:0; bottom:0; width:30px; pointer-events:none; z-index:2;
}

/* Usaglasi boju sa pozadinom tvoje sekcije umjesto #fff po potrebi */
.wg-listing .tf-filter-wrap::before{
	left:0;
	background: linear-gradient(to right, rgba(253,254,255,1), rgba(253,254,255,0));
}
.wg-listing .tf-filter-wrap::after{
	right:0;
	background: linear-gradient(to left, rgba(253,254,255,1), rgba(253,254,255,0));
}


/* Fade za tamnu temu */
.dark-theme .wg-listing .tf-filter-wrap::before {
    background: linear-gradient(to right, rgba(13,20,33,1), rgba(13,20,33,0));
}
.dark-theme .wg-listing .tf-filter-wrap::after {
    background: linear-gradient(to left, rgba(13,20,33,1), rgba(13,20,33,0));
}

/* Prikazuj fade samo kad ima šta da se skroluje s te strane */
.wg-listing .tf-filter-wrap:not(.fade-left)::before{ display:none; }
.wg-listing .tf-filter-wrap:not(.fade-right)::after{ display:none; }


.wg-listing .tf-btns-filter::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--Primary);
    transition: all 0.3s ease;
    z-index: 3; /* NOVO – iznad fade efekta */
}

.wg-listing .tf-btns-filter:hover {
    color: var(--Primary);
}

.wg-listing .tf-btns-filter:hover::after {
    width: 100%;
}

.wg-listing .tf-btns-filter.is--active {
    font-weight: 700;
    color: var(--Primary);
}

.wg-listing .tf-btns-filter.is--active::after {
    width: 100%;
}



.box-calculate {
	border-radius: 16px;
	overflow: hidden;
}
.box-calculate form {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: var(--Line);
	padding: 40px;
	border-radius: 0 0 16px 16px;
}

.box-benefits {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
}
.box-benefits .wrap-image {
	flex: 0 0 auto;
	width: 50%;
}
.box-benefits .image {
	border-radius: 16px;
	overflow: hidden;
	width: 62.4%;
}
.box-benefits .image.img-1 {
	position: relative;
	z-index: 1;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
}
.box-benefits .image.img-2 {
	position: absolute;
	bottom: 0;
	right: 61px;
}
.box-benefits .content {
	padding: 78.5px 0;
}
.box-benefits .content > .title {
	margin-bottom: 32px;
}
.box-benefits .content .description {
	margin-bottom: 32px;
}
.box-benefits .content .wrap-icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}
.box-benefits .content .wrap-icon .box-icon {
	position: relative;
}
.box-benefits .content .wrap-icon .box-icon:not(:last-child)::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--Line);
	top: 0;
	right: -25px;
}
.box-benefits .box-icon {
	width: 174px;
	flex: none;
}
.box-benefits .box-icon .icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	height: 90px;
	width: 90px;
	background-color: var(--Sub-primary-1);
	border-radius: 16px;
	color: var(--Primary);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

.box-review {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 72px;
}
.box-review .content-left {
	max-width: 546px;
	padding: 186.5px 0;
}
.box-review .box-author {
	position: absolute;
	top: 137px;
	left: 6px;
	max-width: max-content;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border-radius: 16px;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
	background-color: var(--White);
}
.box-review .box-author .title {
	margin-bottom: 31px;
}
.box-review .box-author .avatar {
	height: 60px;
	width: 60px;
	border-radius: 999px;
	overflow: hidden;
}
.box-review .box-author .name {
	margin-bottom: 4px;
}
.box-review .content-right {
	position: relative;
	width: 100%;
}
.box-review .content-right::after {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 999px;
	background-color: #99cccd57;
	left: 98px;
	top: 80px;
	z-index: -1;
}
.box-review .content-right > .ratings {
	position: absolute;
	top: 223px;
	right: 15px;
	padding: 16px;
	border-radius: 16px;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
	background-color: var(--White);
	max-width: max-content;
	font-size: 22px;
}
.box-review .content-right .person {
	margin-left: 53px;
}
.box-review .wg-testimonial {
	padding: 24px 23px 21px;
	position: absolute;
	max-width: 510px;
	background-color: var(--White);
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
	bottom: 0;
	right: 57px;
}
.box-review .wg-testimonial .description {
	margin-bottom: 25px;
}

.box-password {
	position: relative;
}
.box-password .form-control {
	padding-right: 40px;
}
.box-password .show-pass,
.box-password .show-pass2,
.box-password .show-pass3 {
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
}
.box-password .show-pass .icon-pass,
.box-password .show-pass2 .icon-pass,
.box-password .show-pass3 .icon-pass {
	font-size: 20px;
}
.box-password .show-pass .icon-view,
.box-password .show-pass2 .icon-view,
.box-password .show-pass3 .icon-view {
	display: none;
}
.box-password .show-pass.active .icon-view,
.box-password .show-pass2.active .icon-view,
.box-password .show-pass3.active .icon-view {
	display: inline-block;
}
.box-password .show-pass.active .icon-hide,
.box-password .show-pass2.active .icon-hide,
.box-password .show-pass3.active .icon-hide {
	display: none;
}

.flat-pricing .box {
	background: var(--White);
	padding: 41px 30px 30px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}
.flat-pricing .box:hover {
	transform: translateY(-12px);
}
.flat-pricing .box .sub-title {
	margin-bottom: 14px;
}
.flat-pricing .box .text-sub {
	margin-bottom: 31px;
}
.flat-pricing .box .title-price {
	margin-bottom: 15px;
}
.flat-pricing .box .title-price h2 {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flat-pricing .box .title-price .month {
	margin-left: 5px;
	margin-top: 26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flat-pricing .box .texts {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--Line);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flat-pricing .box .check {
	margin-bottom: 24px;
}
.flat-pricing .box .check li {
	margin-bottom: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.flat-pricing .box .check-2 li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* ovo gura naziv lijevo, span desno */
}

.flat-pricing .box .check-2 li span {
    font-weight: 600; /* malo istakni vrijednost */
	color: var(--Heading);
}

.check-2 li span.da .material-symbols-rounded {
	color: #0c9a30; /* zelena */
	font-size: 20px;
}

.check-2 li span.ne .material-symbols-rounded {
	color: #ce5b5b; /* crvena */
	font-size: 20px;
}


.flat-pricing .box .check li::before {
	content: "\e918";
	font-family: "icomoon";
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	margin-right: 13px;
	width: 17px;
	height: 17px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--Primary);
	border-radius: 50%;
	flex: none;
}
.flat-pricing .box .button-pricing a {
	width: 100%;
	text-align: center;
}

.wow {
	visibility: hidden;
}

.progress-wrap {
	position: fixed;
	bottom: 20px;
	right: 60px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	background: var(--White);
	border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.progress-wrap::after {
	position: absolute;
	content: "\e946";
	font-family: "icomoon";
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: var(--Primary);
	height: 40px;
	width: 40px;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	box-sizing: border-box;
	stroke: var(--Primary);
	stroke-width: 4;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 0.4s;
	transition-timing-function: linear;
}



.tamnatema-wrap {
	position: fixed;
	bottom: 40px;
	right: 15px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	z-index: 98;
	
	
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	background: var(--White);
	border: 1.2px solid rgba(134, 134, 134, 0.12);
}


.listazelja-wrap {
	position: fixed;
	bottom: 40px;
	left: 15px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	z-index: 98;
	transform: translateY(20px);
	transition: all 400ms linear;
	background: var(--White);
	border: 1.2px solid rgba(134, 134, 134, 0.12);
}

/* Pozicioniranje brojčanika */
.listazelja-wrap span {
	position: absolute;
	top: -4px;      /* malo iznad ruba */
	right: -4px;    /* malo desno od ruba */
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	background: var(--Color-1);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-shadow: 0 0 0 2px var(--White); /* bijeli rub oko badge-a */
}

/* Ikonica */
.listazelja-wrap a {
	color: var(--Heading);
	font-size: 22px;
	text-decoration: none;
}

.ulistizeljaDA {
	color: var(--Color-2);
    font-weight: 600 !important;
}




.korpa-wrap {
	position: fixed;
	bottom: 40px;
	left: 60px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	z-index: 98;
	transform: translateY(20px);
	transition: all 400ms linear;
	background: var(--White);
	border: 1.2px solid rgba(134, 134, 134, 0.12);
}

/* Pozicioniranje brojčanika */
.korpa-wrap span {
	position: absolute;
	top: -4px;      /* malo iznad ruba */
	right: -4px;    /* malo desno od ruba */
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	background: var(--Primary);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-shadow: 0 0 0 2px var(--White); /* bijeli rub oko badge-a */
}

/* Ikonica */
.korpa-wrap a {
	color: var(--Heading);
	font-size: 22px;
	text-decoration: none;
}



.izbor-smjestaja-modal-ikonice {
	padding: 30px 24px 24px 24px;
	background-color: var(--svijetla-pozadina);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	z-index: 1;
	border: 1px solid var(--Line);
	position: relative;
	overflow: hidden;
}

.izbor-smjestaja-modal-ikonice:hover, .izbor-smjestaja-modal-ikonice.active {
	background-color: var(--Primary);
	
	
}

.izbor-smjestaja-modal-ikonice .content {
	color: var(--Heading);
}

.izbor-smjestaja-modal-ikonice:hover .content,  .izbor-smjestaja-modal-ikonice.active .content{
	color: #ffffff;
}

.izbor-smjestaja-modal-ikonice .icon {
	font-size: 45px;
	color: var(--Primary);
}

.izbor-smjestaja-modal-ikonice:hover .icon, .izbor-smjestaja-modal-ikonice.active .icon{
	color: #ffffff;
	
}


.categories-item {
	padding: 30px 24px 24px 24px;
	background-color: var(--White);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	z-index: 1;
	border: 1px solid var(--Line);
	position: relative;
	overflow: hidden;
}



.categories-item::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--Primary);
	transform: scale(1, 0);
	transition: transform 400ms ease;
	transform-origin: bottom center;
	z-index: -1;
	border-radius: 16px;
}
.categories-item .icon-box {
	overflow: hidden;
}
.categories-item .icon-box .icon {
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 50px !important;
    font-weight: 100 !important;
	color: var(--Primary);
}

.categories-item .icon-box .icon-smjestaj {
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 50px !important;
    font-weight: 100 !important;
	color: var(--Primary-smjestaj);
}

.categories-item .content {
	position: relative;
	z-index: 5;
}
.categories-item .content h5,
.categories-item .content p {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.categories-item.active::after, .categories-item:hover::after {
	transform: scale(1, 1);
	transform-origin: top center;
}
.categories-item.active .icon-box .icon, .categories-item:hover .icon-box .icon {
	color: #ffffff;
}
.categories-item.active .content h5,
.categories-item.active .content p, .categories-item:hover .content h5,
.categories-item:hover .content p {
	color: #ffffff;
}
.categories-item.style-2 {
	flex-direction: row;
	padding: 16px;
	border: none;
	gap: 16px;
}
.categories-item.style-2::after {
	display: none;
}
.categories-item.style-2 .icon-box {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 101px;
	width: 101px;
	border-radius: 16px;
	border: 1px solid rgb(236, 236, 236);
}
.categories-item.style-2 .icon-box .icon {
	font-size: 50px;
}
.categories-item.style-2 p {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	gap: 4px;
}
.categories-item.style-2:hover {
	background-color: unset;
}
.categories-item.style-2:hover .icon-box {
	background-color: var(--Primary);
}
.categories-item.style-2:hover .content h5 {
	color: var(--Primary);
}
.categories-item.style-2:hover .content p {
	color: var(--Text);
}






.categories-item-smjestaj {
	padding: 30px 24px 24px 24px;
	background-color: var(--White);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	z-index: 1;
	border: 1px solid var(--Line);
	position: relative;
	overflow: hidden;
}



.categories-item-smjestaj::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--Primary-smjestaj);
	transform: scale(1, 0);
	transition: transform 400ms ease;
	transform-origin: bottom center;
	z-index: -1;
	border-radius: 16px;
}
.categories-item-smjestaj .icon-box {
	overflow: hidden;
}
.categories-item-smjestaj .icon-box .icon {
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 50px !important;
    font-weight: 100 !important;
	color: var(--Primary-smjestaj);
}



.categories-item-smjestaj .content {
	position: relative;
	z-index: 5;
}
.categories-item-smjestaj .content h5,
.categories-item-smjestaj .content p {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.categories-item-smjestaj.active::after, .categories-item-smjestaj:hover::after {
	transform: scale(1, 1);
	transform-origin: top center;
}
.categories-item-smjestaj.active .icon-box .icon, .categories-item-smjestaj:hover .icon-box .icon {
	color: #ffffff;
}
.categories-item-smjestaj.active .content h5,
.categories-item-smjestaj.active .content p, .categories-item-smjestaj:hover .content h5,
.categories-item-smjestaj:hover .content p {
	color: #ffffff;
}






.categories-item-online {
	padding: 30px 24px 24px 24px;
	background-color: var(--White);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 27px;
	z-index: 1;
	border: 1px solid var(--Line);
	position: relative;
	overflow: hidden;
}



.categories-item-online::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #4fa100;
	transform: scale(1, 0);
	transition: transform 400ms ease;
	transform-origin: bottom center;
	z-index: -1;
	border-radius: 16px;
}
.categories-item-online .icon-box {
	overflow: hidden;
}
.categories-item-online .icon-box .icon {
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 50px !important;
    font-weight: 100 !important;
	color: #4fa100;
}



.categories-item-online .content {
	position: relative;
	z-index: 5;
}
.categories-item-online .content h5,
.categories-item-online .content p {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.categories-item-online.active::after, .categories-item-online:hover::after {
	transform: scale(1, 1);
	transform-origin: top center;
}
.categories-item-online.active .icon-box .icon, .categories-item-online:hover .icon-box .icon {
	color: #ffffff;
}
.categories-item-online.active .content h5,
.categories-item-online.active .content p, .categories-item-online:hover .content h5,
.categories-item-online:hover .content p {
	color: #ffffff;
}



#loading {
	background-color: #ffffff94;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	right: 0px;
	z-index: 999999;
}

#loading #loading-center {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#loading #loading-center .loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
#loading #loading-center .loader-container .wrap-loader {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loading #loading-center .loader-container .wrap-loader .icon {
	position: absolute;
	max-width: 80px;
}
#loading #loading-center .loader-container .loader {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
#loading .icon {
	width: 42px;
	height: 42px;
}

.clip-color-text {
	display: flex;
	justify-content: center;
}
.clip-color-text div {
	font-size: 510px;
	line-height: 538px;
	font-weight: 900;
	background-image: url(../images/page-title/bg-text.jpg);
	background-repeat: repeat;
	background-size: 200%;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	width: max-content;
}

.service-item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--White);
	background-color: var(--Primary);
	border-radius: 999px;
}
.service-item .img-style {
	border-radius: 24px;
	overflow: hidden;
}
.service-item .img-style img {
	width: 100%;
	height: 194px;
    object-fit: cover;
}
.service-item.style-1 .icon {
	width: 154px;
	height: 154px;
	border: 5px solid var(--Heading);
	font-size: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -80px;
	position: relative;
	z-index: 2;
}
.service-item.style-1 .img-style {
	margin-bottom: 32px;
}
.service-item.style-2 {
	padding: 24px 26px 20px;
	border-radius: 16px;
	display: grid;
	gap: 20px;
	background: var(--ticker-vijesti-bg);
	border: 1px solid var(--Line);
}
.service-item.style-2 .heading {
	gap: 24px;
	min-height: 50px;
}
.service-item.style-2 .icon {
	height: 68px;
	width: 68px;
	font-size: 40px;
	flex-shrink: 0;
}

.wrap-top {
	border-radius: 0 0 16px 16px;
	padding-bottom: 16px;
}

.project-item.style-1 {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.project-item.style-1::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.17%, #000000 100%);
	inset: 0;
}
.project-item.style-1 .img-style img {
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	object-position: center center;
}
.project-item.style-1 .content {
	position: absolute;
	z-index: 1;
	bottom: 16px;
	left: 16px;
}
.project-item.style-1 .tf-btn {
	position: absolute;
	z-index: 1;
	height: 65px;
	width: 65px;
	top: 7px;
	right: 8px;
	color: var(--Heading);
	background-color: var(--White);
	font-size: 24px;
	border-radius: 999px;
}
.project-item.style-1 .tf-btn:hover {
	background-color: var(--Primary);
	color: var(--White);
}
.project-item.empty {
	padding-left: 19px;
	padding-right: 18px;
	padding: 120px 23px 24px;
	background-color: var(--Heading);
	border-radius: 16px;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.project-item.empty .content {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.project-item.empty .logo {
	width: 136px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 19px;
}
.project-item.empty .tf-btn {
	max-width: 211px;
	width: 100%;
}

.marquee-item.style-1 {
	opacity: 0.2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.marquee-item.style-1:hover {
	opacity: 1;
}
.marquee-item.style-1:hover svg path {
	fill: var(--Primary);
}

.box-help {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}
.box-help img {
	width: 100%;
	object-fit: cover;
}
.box-help .content {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 8px;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
	padding: 24px 15px;
	border-radius: 16px;
}
.box-help .tf-btn {
	position: absolute;
	right: 8px;
	top: 8px;
	color: var(--Heading);
	height: 40px;
	width: 40px;
	border-radius: 999px;
	font-size: 24px;
}
.box-help .tf-btn:hover {
	background-color: var(--Heading);
	color: var(--White);
}

.box-service .box-item {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 30px 0 28px;
	border-bottom: 1px solid var(--Black);
	position: relative;
}
.box-service .box-item .title,
.box-service .box-item .number {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-service .box-item .title {
	color: var(--Heading);
}
.box-service .box-item .image {
	position: absolute;
	right: 34px;
	transform: rotate(-9deg) scale(0.2);
	bottom: -58px;
	border-radius: 16px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.box-service .box-item .number {
	z-index: 3;
	color: var(--Note);
	position: relative;
}
.box-service .box-item .number::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -62px;
	width: 30px;
	height: 1px;
	background-color: var(--Primary);
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-service .box-item:first-child {
	border-top: 1px solid var(--Black);
}
.box-service .box-item:hover .title,
.box-service .box-item:hover .number {
	color: var(--Primary);
}
.box-service .box-item:hover .title {
	margin-left: 40px;
}
.box-service .box-item:hover .number::before {
	opacity: 1;
}
.box-service .box-item:hover .image {
	opacity: 1;
	visibility: visible;
	transform: rotate(-9deg) scale(1);
}

.area-cursor-custom {
	position: relative;
	cursor: none;
}
.area-cursor-custom .custom-cursor {
	position: fixed;
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 1000;
	display: block;
}
.area-cursor-custom .custom-cursor.style-1 img {
	border-radius: 16px;
	transform: rotate(-9.26deg);
}
.area-cursor-custom .custom-cursor.style-2 {
	pointer-events: none;
	cursor: none;
	margin-left: -60px;
	margin-top: -60px;
	width: 120px;
	height: 120px;
	color: #fff;
	border-radius: 999px;
	cursor: grab;
	background: rgba(0, 0, 0, 0.5019607843);
	backdrop-filter: blur(4px);
	box-sizing: border-box;
	z-index: 10000000;
	opacity: 0;
	transition: all 0.1s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	font-weight: 500;
	gap: 7px;
}
.area-cursor-custom .custom-cursor.style-2 i {
	font-size: 32px;
}

.banner-container .banner-stripe {
	position: relative;
	background-color: var(--Primary);
	transform: rotate(3.16deg) translateY(-50%);
	top: 50%;
	z-index: 2;
	overflow: hidden;
}
.banner-container .banner-stripe .banner-text {
	color: var(--Text-white);
	white-space: nowrap;
}
.banner-container .banner-stripe .text-container {
	display: flex;
	align-items: center;
	gap: 37.18px;
	padding: 16px 0;
}
.banner-container .banner-stripe.style-2 {
	margin-top: -84px;
	background-color: var(--Heading);
	transform: rotate(-3.16deg) translateY(-50%);
	z-index: 1;
}

.box-dream-home {
	display: flex;
	gap: 40px;
}
.box-dream-home .left {
	flex: 54%;
}
.box-dream-home .left .title {
	margin-bottom: 40px;
}
.box-dream-home .left .description {
	margin-bottom: 58px;
}
.box-dream-home .right {
	flex: 54%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
}
.box-dream-home .right .title {
	margin-bottom: 31px;
}
.box-dream-home .right .description {
	margin-bottom: 39px;
}
.box-dream-home .center {
	flex: 60.4%;
}
.box-dream-home .center .img-style {
	height: 100%;
}
.box-dream-home .center .simpleParallax {
	height: 100%;
}
.box-dream-home .img-style {
	overflow: hidden;
	border-radius: 24px;
}
.box-dream-home .img-style img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.box-dream-home .wrap-contact-item {
	gap: 24px;
	margin-bottom: 48px;
}
.box-dream-home .list-check {
	display: grid;
	gap: 12px;
}
.box-dream-home .list-check li {
	display: flex;
	align-items: center;
	gap: 8px;
}
.box-dream-home .list-check i {
	color: var(--Primary);
	font-size: 24px;
}

.scroll-tranform {
	transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.text-with-img.style-1 .img-style {
	border-radius: 24px;
	overflow: hidden;
}
.text-with-img.style-1 .right .img-style {
	margin-left: auto;
	height: 100%;
}
.text-with-img.style-1 .right .img-style img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.text-with-img.style-2 .img-style img {
	border-radius: 24px;
	width: 100%;
	object-fit: cover;
}
.text-with-img.style-2 .main {
	width: 88.71%;
}
.text-with-img.style-2 .sub {
	border: 16px solid var(--White);
	background-color: var(--White);
	position: absolute;
	border-radius: 38px;
	width: 52%;
	right: -3%;
	bottom: -29%;
}
.text-with-img.style-2 .sub img {
	border-radius: 24px;
}
.text-with-img.style-2 .content {
	padding: 39px 0 123px;
}
.text-with-img.style-3 .widget-video {
	position: absolute;
	bottom: 45px;
	left: 48px;
}
.text-with-img.style-3 .img-style {
	border-radius: 16px;
	overflow: hidden;
}
.text-with-img.style-3 .img-style img {
	max-height: 483px;
	width: 100%;
	object-fit: cover;
}

.text-with-form.style-1, .text-with-form.style-2 {
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 32px;
	overflow: hidden;
	min-height: 871px;
}
.text-with-form.style-1 .sw-single img, .text-with-form.style-2 .sw-single img {
	min-height: 871px;
	object-fit: cover;
}
.text-with-form.style-1 img, .text-with-form.style-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-with-form.style-1 .content, .text-with-form.style-2 .content {
	max-width: 620px;
	padding: 32px;
	background-color: var(--White);
	border-radius: 24px;
	width: 100%;
	top: 90px;
	right: 90px;
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
.text-with-form.style-1 .info, .text-with-form.style-2 .info {
	gap: 51px;
}
.text-with-form.style-1 .location i, .text-with-form.style-2 .location i {
	font-size: 18px;
}
.text-with-form.style-1 .info-agent, .text-with-form.style-2 .info-agent {
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid var(--Line);
	display: flex;
	gap: 24px;
	align-items: center;
}
.text-with-form.style-1 .avatar, .text-with-form.style-2 .avatar {
	width: 80px;
	height: 80px;
	border-radius: 999px;
	overflow: hidden;
	flex-shrink: 0;
}
.text-with-form.style-1 .btn-main, .text-with-form.style-2 .btn-main {
	height: 85px;
	border-radius: 999px;
	flex-direction: column;
	gap: 0;
}
.text-with-form.style-2 {
	border-radius: 24px;
	min-height: 703px;
}
.text-with-form.style-2 .sw-single img {
	height: 703px;
	min-height: unset;
	object-fit: cover;
}
.text-with-form.style-2 .content {
	max-width: 594px;
	top: 16px;
	right: 16px;
}

.box-project-details .image {
	border-radius: 24px;
	overflow: hidden;
}
.box-project-details .list-info {
	margin-bottom: 56px;
}
.box-project-details .list-info li {
	display: flex;
	align-items: center;
}
.box-project-details .list-info li:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 23px;
	border-bottom: 1px solid var(--Line);
}
.box-project-details .list-info li span {
	min-width: 180px;
}
.box-project-details .heading {
	margin-bottom: 30px;
}
.box-project-details .description {
	margin-bottom: 32px;
}
.box-project-details .group-agent {
	margin-bottom: 53px;
}
.box-project-details .info-agent {
	gap: 24px;
}
.box-project-details .wrap-price {
	margin-bottom: 55px;
}
.box-project-details .btn-main {
	height: 85px;
	gap: 0;
}
.box-project-details .avatar {
	width: 80px;
	overflow: hidden;
	border-radius: 999px;
}

.box-home-layout .list-info li {
	display: flex;
	align-items: center;
}
.box-home-layout .list-info li:not(:last-child) {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--Line);
}
.box-home-layout .list-info li span {
	min-width: 180px;
}
.box-home-layout .info {
	gap: 115px;
}
.box-home-layout .info .item {
	position: relative;
}
.box-home-layout .info .item:not(:last-child)::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--Line);
	top: 0;
	right: -61px;
}

.project-slider {
	position: relative;
	overflow: hidden;
	border-radius: 32px;
}
.project-slider .featured-post {
	position: absolute;
	max-width: 618px;
	width: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	position: absolute;
	top: 30px;
	left: 15.2%;
}
.project-slider .wrap-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 32px;
	margin-top: 29px;
	border-top: 1px solid var(--Line);
}
.project-slider .wrap-btn .sw-button {
	height: 65px;
	width: 65px;
}
.project-slider .sub {
	margin-bottom: 32px;
	display: block;
}
.project-slider .heading {
	margin-bottom: 32px;
}
.project-slider .heading h2 {
	margin-bottom: 12px;
}
.project-slider .img-style img {
	min-height: 564px;
	object-fit: cover;
}

.box-photo-gallery .slide-inner {
	border-radius: 24px;
	overflow: hidden;
}

.tf-compare-table {
	overflow-x: scroll;
}
.tf-compare-table::-webkit-scrollbar {
	height: 4px;
}
.tf-compare-table::-webkit-scrollbar-thumb {
	background: var(--Line);
}
.tf-compare-table sup {
	top: -6px;
}

.tf-compare-row {
	display: flex;
}
.tf-compare-row:nth-child(2n+2) > div {
	background-color: var(--Sub-primary-1);
}
.tf-compare-row .tf-compare-col:first-child {
	min-width: 229px;
}
.tf-compare-row:not(:first-child) .tf-compare-col:first-child {
	border-left: 1px solid var(--Line);
}
.tf-compare-row:first-child .tf-compare-col:first-child {
	border: 0;
}
.tf-compare-row:first-child .tf-compare-col:not(:first-child) {
	border-top: 1px solid var(--Line);
}
.tf-compare-row:first-child .tf-compare-col:nth-child(2) {
	border-left: 1px solid var(--Line);
	border-top-left-radius: 8px;
}
.tf-compare-row:first-child .tf-compare-col:last-child {
	border-top-right-radius: 8px;
}
.tf-compare-row:nth-child(2) .tf-compare-col:first-child {
	border-top-left-radius: 8px;
	border-top: 1px solid var(--Line);
}
.tf-compare-row:last-child .tf-compare-col:first-child {
	border-bottom-left-radius: 8px;
}
.tf-compare-row:last-child .tf-compare-col:last-child {
	border-bottom-right-radius: 8px;
}

.tf-compare-col {
	min-width: 350px;
	border-right: 1px solid var(--Line);
	border-bottom: 1px solid var(--Line);
	flex-grow: 1;
	position: relative;
}

.tf-compare-item {
	padding: 15px 20px;
}
.tf-compare-item .tf-compare-image {
	border-radius: 8px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.tf-compare-item .tf-compare-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tf-compare-item .tf-compare-content {
	display: grid;
	margin-top: 16px;
	gap: 4px;
}

.tf-compare-field {
	padding: 15px;
}

.tf-compare-value {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tf-compare-stock {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 500;
	color: #83b735;
}
.tf-compare-stock .icon {
	width: 16px;
	height: 16px;
	background-color: #83b735;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tf-compare-stock .icon i {
	color: var(--White);
	font-size: 7px;
}

.btn-view-cart {
	padding: 3px 20px;
	border-radius: 8px;
	background-color: var(--Onsurface);
	color: var(--White);
	font-size: 14px;
	line-height: 22px;
	border-radius: 99px;
	text-transform: capitalize;
}
.btn-view-cart:hover {
	background-color: var(--Primary);
}

.list-compare-color {
	display: flex;
	gap: 8px;
}
.list-compare-color .item {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid transparent;
}
.list-compare-color .item.active {
	border-color: var(--Onsurface);
}

.tf-compare-rate {
	display: flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
}
.tf-compare-rate .list-star {
	display: flex;
	align-items: center;
}
.tf-compare-rate .list-star .icon {
	font-size: 16px;
	color: var(--Primary);
}
.tf-compare-rate .list-star .icon:last-child {
	color: var(--Note);
}

/*------------ sections ---------------- */
/* spacing
===============================================================================*/
.tf-spacing-1 {
	padding-top: 104px;
	padding-bottom: 104px;
}

.tf-spacing-2 {
	padding-top: 72px;
	padding-bottom: 104px;
}

.tf-spacing-3 {
	padding-top: 64px;
	padding-bottom: 80px;
}

.tf-spacing-4 {
	padding-top: 0;
	padding-bottom: 77px;
}

.tf-spacing-5 {
	padding-top: 69px;
	padding-bottom: 104px;
}

.tf-spacing-6 {
	padding-top: 0;
	padding-bottom: 80px;
}

.tf-spacing-7 {
	padding-top: 130px;
	padding-bottom: 130px;
}

.tf-spacing-8 {
	padding-top: 130px;
	padding-bottom: 127px;
}

.tf-spacing-9 {
	padding-top: 130px;
	padding-bottom: 200px;
}

.tf-spacing-10 {
	padding-top: 160px;
	padding-bottom: 130px;
}

.tf-spacing-11 {
	padding-top: 132px;
	padding-bottom: 130px;
}

.tf-spacing-12 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.tf-spacing-13 {
	padding-top: 96px;
	padding-bottom: 128px;
}

.tf-spacing-14 {
	padding-top: 125px;
	padding-bottom: 128px;
}

.tf-spacing-15 {
	padding-top: 96px;
	padding-bottom: 128px;
}

.section-style.style-border-top {
	background: var(--Secondary);
	border-radius: 156px 156px 0px 0px;
}

/* layout
===============================================================================*/

.grid-layout-1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

.grid-layout-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.tf-grid-layout {
	display: grid;
	gap: 20px;
	
}


.tf-grid-layout-smjestaj {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
	
}

.tf-grid-layout-smjestaj-naslovna {
	display: grid;
	gap: 20px;
	
}


.tf-grid-layout-2 {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}


.tf-grid-layout-kategorije {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(1, 1fr);
}

.tf-grid-layout-bdbox {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}

.tf-grid-layout-dogadjaj {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(1, 1fr);
}

.tf-grid-layout-3 {
	display: grid;
	gap: 20px;
}

.grid-layout-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.grid-layout-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

/* heading-section
===============================================================================*/
.heading-section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 12px;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.heading-section p {
	color: var(--Text-3);
}

/* page-title
===============================================================================*/
.page-title {
	position: relative;
	z-index: 10;
	background-position: center;
	background-attachment: fixed;
}
.page-title::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.page-title .heading-title {
	text-align: center;
}
.page-title .heading-title .title {
	color: var(--Text-white);
	margin-bottom: 16px;
}
.page-title .heading-title p {
	color: var(--Text-white);
	line-height: 25.2px;
}
.page-title form fieldset input::placeholder {
	color: rgb(124, 127, 132);
	font-weight: 400;
}
.page-title.home01, .page-title.home05, .page-title.career {
	background-image: url(../images/section/page-title-1.jpg);
	background-attachment: fixed;
	padding: 154px 0 258px;
	background-size: cover;
}
.page-title.home01 .heading-title, .page-title.home05 .heading-title, .page-title.career .heading-title {
	margin-bottom: 45px;
}
.page-title.home01 .tf-dropdown-sort, .page-title.home05 .tf-dropdown-sort, .page-title.career .tf-dropdown-sort {
	padding-right: 30px;
	border-right: 1px solid var(--Line);
}
.page-title.home01 form, .page-title.home05 form, .page-title.career form {
	flex: 1;
}
.page-title.home01 form fieldset input, .page-title.home05 form fieldset input, .page-title.career form fieldset input {
	border: none;
}
.page-title.home01 .form-title, .page-title.home05 .form-title, .page-title.career .form-title {
	padding: 8px 8px 8px 24px;
}
.page-title.home01 .btn-filter, .page-title.home05 .btn-filter, .page-title.career .btn-filter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 54px;
	border-radius: 16px;
	cursor: pointer;
}
.page-title.home02 {
	background-image: url(../images/section/page-title-2.jpg);
	padding: 232px 0 294px;
	background-size: cover;
	background-attachment: fixed;
}
.page-title.home02 .heading-title {
	margin-bottom: 80px;
}
.page-title.home02 .form-title {
	padding: 16px;
	gap: 12px;
}
.page-title.home02 form {
	flex-grow: 1;
}
.page-title.home02 .nice-select {
	flex-grow: 1;
}
.page-title.home02 .btn-filter {
	background: var(--Sub-primary-2);
}
.page-title.home02 .btn-filter svg path {
	stroke: var(--Primary);
}
.page-title.home02 .checkbox-item label input:checked ~ .btn-checkbox {
	background-color: var(--Primary);
	border-color: var(--Primary);
}
.page-title.home03 {
	background-image: url(../images/section/page-title-3.jpg);
	background-size: cover;
	padding: 200px 0 310px;
}
.page-title.home03 .heading-title {
	text-align: start;
	margin-bottom: 74px;
}
.page-title.home03 .widget-tabs .widget-menu-tab {
	justify-content: start;
}
.page-title.home03 .form-title {
	padding: 16px;
	gap: 12px;
}
.page-title.home04 {
	background-image: url(../images/section/page-title-4.jpg);
	padding: 112px 0 207px;
	background-size: cover;
}
.page-title.home04 .heading-title {
	margin-bottom: 63px;
}
.page-title.home04 .form-title {
	padding: 16px;
	gap: 12px;
}
.page-title.home04 form {
	flex-grow: 1;
}
.page-title.home04 .nice-select {
	flex-grow: 1;
}
.page-title.home05 {
	background-image: url(../images/section/page-title-5.jpg);
	padding: 237px 0 300px;
	background-size: cover;
}
.page-title.home05 .heading-title {
	margin-bottom: 45px;
}
.page-title.style-2 {
	padding: 132px 0 232px;
	background-image: url(../images/section/page-title-loan.jpg);
	background-size: cover;
}
.page-title.style-2::after {
	display: none;
}
.page-title.style-2 .heading-title .title {
	color: var(--Heading);
}
.page-title.home06::after {
	display: none;
}
.page-title.home06 .heading {
	background-color: var(--bg-body-color);
	height: 100%;
}
.page-title.home06 .heading .title {
	background-image: linear-gradient(-225deg, var(--Note) 50%, var(--White) 50%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 14s linear infinite;
	display: inline-block;
}
.page-title.home06 .heading .title span {
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: var(--White);
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
.page-title.home06 .item {
	display: flex;
	gap: 12px 30px;
}
.page-title.home06 .item .img-wrap {
	border-radius: 24px;
	overflow: hidden;
	flex-shrink: 0;
}
.page-title.home06 .item .content {
	padding-top: 11px;
}
.page-title.home06 .item .content p {
	color: var(--border-2);
	margin-bottom: 24px;
}
.page-title.home06 .right {
	overflow: hidden;
}
.page-title.home06 .right .slide-inner {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
}
.page-title.home06 .right .swiper {
	border-radius: 24px;
}
.page-title.home06 .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-title.home06 .left .hero-thumbs-1 {
	width: 100%;
}
.page-title.home06 .wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 34px;
}
.page-title.home06 form fieldset input {
	border-radius: 999px;
}
.page-title.home07 {
	background-color: var(--White);
}
.page-title.home07::after {
	display: none;
}
.page-title.home07 .heading {
	margin-bottom: 14px;
}
.page-title.home07 .sub {
	margin-left: auto;
	margin-right: auto;
	max-width: 936px;
	margin-bottom: 20px;
}
.page-title.home08 {
	margin-top: 18px;
}
.page-title.home08::after {
	display: none;
}
.page-title.home08 .tf-slider {
	margin-left: 16px;
	margin-right: 16px;
}
.page-title.home08 .hero-thumbs-2 {
	border-radius: 32px;
}
.page-title.home08 .img-thumb-pagi {
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.page-title.home08 .content-inner {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 4;
}
.page-title.home08 .row {
	gap: 40px;
}
.page-title.home08 .image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.page-title.home08 .image-wrap img {
	width: 100%;
	min-height: 450px;
	object-fit: cover;
}
.page-title.home08 .image-wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.page-title.home09 {
	margin-top: 30px;
}
.page-title.home09::after {
	display: none;
}
.page-title.home09 .description {
	color: var(--border-2);
}
.page-title.home09 .left {
	max-width: 1091px;
}
.page-title.home09 .right .description {
	margin-bottom: 24px;
}
.page-title.home09 .right .img-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.page-title.home09 .content {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 30px;
}
.page-title.home09 .form-search {
	margin-bottom: 15px;
}
.page-title.home09 .img-wrap {
	max-width: 100%;
}
.page-title.home09 .img-wrap img {
	width: 100%;
	height: 244px;
	object-fit: cover;
}
.page-title.home09 img {
	object-fit: cover;
}
.page-title.home09 .thumbs-main {
	border-radius: 16px;
	overflow: hidden;
}
.page-title.home09 .thumbs-main img {
	min-height: 300px;
}
.page-title.home10 {
	width: 1920px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.page-title.home10::after {
	display: none;
}
.page-title.home10 .location {
	margin-bottom: 32px;
}
.page-title.home10 .info {
	display: flex;
}
.page-title.home10 .info .item:not(:last-child) {
	padding-right: 56px;
	border-right: 1px solid var(--Line);
}
.page-title.home10 .info .item:not(:first-child) {
	padding-left: 56px;
}
.page-title.home10 .title-main {
	margin-bottom: 38px;
}
.page-title.home10 .title {
	margin-bottom: 13px;
}
.page-title.home10 .property-info {
	position: absolute;
	padding: 8px;
	border-radius: 16px;
	display: flex;
	gap: 24px;
	bottom: 16px;
	left: 16px;
	background-color: var(--White);
}
.page-title.home10 .property-info .img-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.page-title.home10 .property-info .img-wrap img {
	height: 100%;
	object-fit: cover;
}
.page-title.home10 .property-info .tf-btn {
	height: 32px;
	width: 32px;
	border-radius: 999px;
	background-color: var(--Heading);
}
.page-title.home10 .property-info .tf-btn svg {
	width: 20px;
}
.page-title.home10 .property-info .tf-btn:hover {
	background-color: var(--Primary);
}
.page-title.home10 .right,
.page-title.home10 .left {
	width: 100%;
}
.page-title.home10 .left {
	padding-top: 145px;
}
.page-title.career {
	background-image: url(../images/section/page-title-career.jpg);
	background-size: cover;
	padding: 384px 0 0;
	background-repeat: no-repeat;
}
.page-title.career .heading-title {
	margin-bottom: 56px;
}
.page-title.career .heading-title .title {
	line-height: 70px;
}
.page-title.career .content-inner {
	margin-bottom: -35px;
}
.page-title.career .form-title {
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.07);
}
.page-title .wd-search-form {
	max-width: calc(100vw - 30px);
}

/* title-inner 
===============================================================================*/
.flat-title {
	margin-bottom: 20px;
	padding-top: 20px;
}
.flat-title .title-inner {
	/*padding-top: 34px;*/
}
.flat-title.style-2 .title-inner {
	padding-top: 34px;
	margin-bottom: 30px;
}
.flat-title.style-3 {
	margin-bottom: 0;
	margin-left: 16px;
	margin-right: 16px;
}
.flat-title.style-3 .heading-section {
	margin-bottom: 0 !important;
}
.flat-title.style-3 .title-inner {
	padding-top: 40px;
}
.flat-title.style-3 .img-style {
	border-radius: 16px;
	overflow: hidden;
}
.flat-title.style-3 .wg-filter {
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
}

/* breadcrumb 
===============================================================================*/
/* Omotač: fiksira fade, ne skroluje */
.breadcrumb-wrap{
	position: relative;
	overflow: hidden;
	/* po želji širina 100% od roditelja */
}

/* Unutrašnji skrol kontejner */
.breadcrumb{
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	
	overflow-x: auto;
	flex-wrap: nowrap;                /* bez preloma */
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;          /* fino pomjeranje */
	
	/* sakrij scrollbar */
	scrollbar-width: none;            /* Firefox */
}
.breadcrumb::-webkit-scrollbar{ display:none; }

.breadcrumb li{ flex: 0 0 auto; }   /* svaka stavka fiksne širine */
.breadcrumb li a{ color: var(--Primary); white-space: nowrap; }
.breadcrumb li a:hover{ color: var(--Secondary); }

/* separator */
.breadcrumb li:not(:last-child){ position: relative; padding-right: 14px; }
.breadcrumb li:not(:last-child)::after{
	content: "\e909";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "icomoon";
	color: var(--Text);
	font-size: 8px;
	line-height: 1;
}

/* Fade na krajevima – na OMOTAČU da ne “putuje” */
.breadcrumb-wrap::before,
.breadcrumb-wrap::after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	width: 30px;
	pointer-events: none;
	z-index: 2;
}
.breadcrumb-wrap::before{
	left: 0;
	background: linear-gradient(to right, rgba(253,254,255,1), rgba(253,254,255,0));
}
.breadcrumb-wrap::after{
	right: 0;
	background: linear-gradient(to left, rgba(253,254,255,1), rgba(253,254,255,0));
}

/* Sakrij fade kad nema šta da se skroluje s te strane (kontroliše JS) */
.breadcrumb-wrap:not(.fade-left)::before{ display: none; }
.breadcrumb-wrap:not(.fade-right)::after{ display: none; }

/* Dark tema fade (prilagodi boju pozadine) */
.dark-theme .breadcrumb-wrap::before{
	background: linear-gradient(to right, rgba(13,20,33,1), rgba(13,20,33,0));
}
.dark-theme .breadcrumb-wrap::after{
	background: linear-gradient(to left, rgba(13,20,33,1), rgba(13,20,33,0));
}

/* Aktivni breadcrumb (po želji) */
.breadcrumb li.is-active a{ color: var(--Text); font-weight: 600; }







/* section-CTA
===============================================================================*/
.section-CTA:not(.style-2) {
	background-color: var(--Primary);
}
.section-CTA:not(.style-2) .content-inner {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 34px 0;
	gap: 10px;
}
.section-CTA:not(.style-2) .content-inner img {
	max-width: 170px;
	position: absolute;
	bottom: 0;
}
.section-CTA:not(.style-2) .content-inner .content {
	padding-left: 195px;
}
.section-CTA:not(.style-2) .content-inner .tf-btn {
	height: 54px;
	padding: 0 29.5px;
}
.section-CTA.style-2 .content-inner {
	overflow: hidden;
	background-color: rgb(241, 145, 61);
	position: relative;
	padding: 32px;
	border-radius: 16px;
}
.section-CTA.style-2 .content-inner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../images/section/cta-4.png);
	left: 0;
	top: 0;
}
.section-CTA.style-2 .content-inner::before {
	content: "";
	position: absolute;
	height: 484px;
	width: 484px;
	background-color: rgb(247, 129, 25);
	border-radius: 999px;
	right: 32px;
	bottom: -245px;
}
.section-CTA.style-2 .logo {
	margin-bottom: 33px;
	width: 136px;
	height: 42px;
}
.section-CTA.style-2 .content {
	position: relative;
	z-index: 5;
}
.section-CTA.style-2 .person {
	max-width: 300px;
	position: absolute;
	bottom: 0;
	right: 175px;
	z-index: 2;
}
.section-CTA.style-2 .tf-btn {
	height: 54px;
}

/*section-realty
===============================================================================*/
.section-realty {
	background-image: url(../images/section/section-realty.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
}
.section-realty::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
}
.section-realty .heading-section {
	margin-bottom: 46px;
	position: relative;
	z-index: 5;
}
.section-realty .counter-item {
	position: relative;
	z-index: 5;
}

/*section-property-detail
===============================================================================*/
.section-property-detail .wg-property {
	background-color: var(--White);
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
	margin-bottom: 20px;
}
.section-property-detail .wg-property.single-property-floor, .section-property-detail .wg-property.box-attachments, .section-property-detail .wg-property.box-property-detail {
	padding: 30px 30px 37px;
}
.section-property-detail .wg-property.box-amenities {
	/* padding-right: 133px !important; */
}
.section-property-detail .wg-property.single-property-floor {
	padding: 30px 30px 32px;
}
.section-property-detail .wg-property.box-virtual-tour {
	padding: 23px 29px 34px;
}
.section-property-detail .wg-property.box-loan {
	padding: 32px 30px 30px;
}
.section-property-detail .wg-property.box-loan .wrap-btn {
	margin-top: 23px;
}
.section-property-detail .wg-property.box-loan .wrap-btn p {
	margin-top: 0;
}
.section-property-detail .wg-property.box-loan .wrap-btn span {
	color: var(--Primary);
}
.section-property-detail .wg-property.single-property-nearby {
	padding: 32px 30px 30px;
}
.section-property-detail .wg-property.box-property-detail .box ul li {
	gap: 10px;
}
.section-property-detail .wg-property.box-comment {
	padding: 30px;
}
.section-property-detail .wg-property.spacing-1 {
	padding: 24px 24px 39px;
}
.section-property-detail .wg-property.spacing-2 {
	padding: 22px 24px 23px;
}
.section-property-detail .wg-property.spacing-3 {
	padding: 25px 24px 20px;
}
.section-property-detail .wg-property.spacing-4 {
	padding: 25px 23px 35px;
}
.section-property-detail .wg-property.spacing-5 {
	padding: 24px 23px 35px;
}
.section-property-detail .wg-property.spacing-6 {
	padding: 23px 23px 34px;
}
.section-property-detail .wg-property.spacing-7 {
	padding: 24px 23px 37px;
}
.section-property-detail .wg-property.spacing-8 {
	padding: 23px 23px 35px;
}
.section-property-detail .wg-property.spacing-9 {
	padding: 27px 24px 21px;
}
.section-property-detail .wg-property.spacing-10 {
	padding: 26px 24px 23px;
}
.section-property-detail .wg-property.spacing-11 {
	padding: 27px 24px 23px;
}
.section-property-detail .wg-property .wrap-comment {
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.section-property-detail .wg-property .wrap-comment .comment-item .author .name {
	margin-bottom: 6px;
}
.section-property-detail .wg-property .wrap-comment .comment-item p {
	margin-bottom: 15px;
}
.section-property-detail .wg-property form .tf-btn {
	gap: 1px;
}
.section-property-detail .wg-property form .tf-btn i {
	font-size: 16px;
}
.section-property-detail .wg-title {
	margin-bottom: 24px;
}
.section-property-detail .sw-thumbs-sigle, .section-agency-layout .sw-thumbs-sigle {
	border-radius: 16px 16px 16px 16px;
	margin-bottom: 14px;
}
.section-property-detail .single-property-gallery {
	margin-bottom: 40px;
}
.section-property-detail .single-property-gallery.style-1 .sw-button {
	top: calc(50% - 55px);
}
.section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-next {
	right: 16px;
}
.section-property-detail .single-property-gallery.style-1 .sw-button.swiper-button-prev {
	left: 16px;
}
.section-property-detail .form-pre-approved .cols {
	margin-bottom: 32px;
}
.section-property-detail .form-pre-approved .cols:nth-last-child(2) {
	margin-bottom: 0;
}
.section-property-detail.style-2 .wg-property {
	border: 1px solid var(--Line);
	/*	
		box-shadow: unset;
		border: 1px solid var(--Line);
	*/
}

/*section-property-image
===============================================================================*/
/* section-property-image
=============================================================================== */
.section-property-image {
	margin-bottom: 30px;
}

/* glavni layout */
.section-property-image .wrap-image {
	display: flex;
	gap: 14px;
	align-items: stretch; /* desna kolona će se razvuci do visine lijeve */
}

/* svi boksovi */
.section-property-image .wrap-image .image {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background: #e9e9e9; /* opcionalno: da se ne vidi "prazno" dok se učitava */
}

/* lijeva velika slika diktira visinu cijelog mozaika */
.section-property-image .wrap-image .image.img-1 {
	flex: 1.65;              /* širinski odnos lijevo vs desno */
	aspect-ratio: 16 / 10;   /* promijeni po ukusu: 16/9, 4/3... */
}

/* desna kolona */
.section-property-image .wrap-image .wrap-image-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	height: auto;
}

/* gornja desna slika (pola visine desne kolone) */
.section-property-image .wrap-image .wrap-image-right .image.img-2 {
	flex: 1;
	min-height: 0;
}

/* donji red (druga polovina visine) */
.section-property-image .wrap-image .wrap-image-right .bot {
	flex: 1;
	display: flex;
	gap: 14px;
	min-height: 0;
}

/* dvije donje slike po pola širine */
.section-property-image .wrap-image .wrap-image-right .bot .image {
	flex: 1;
	min-height: 0;
}

/* KLIK + SLIKA: bez display:block na <a>, nego a pokriva boks */
.section-property-image .wrap-image .image > a.image-wrap {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.section-property-image .wrap-image .image > a.image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;       /* ključ: slika popunjava boks bez deformacije */
	object-position: center;
	display: block;
}

/* overlay tag (1/xx) iznad svega + da ne blokira klik */
.section-property-image .wrap-image .image .tag-property {
	position: absolute;
	left: 16px;   /* po potrebi */
	bottom: 16px; /* po potrebi */
	z-index: 2;
	pointer-events: none;
}

.section-property-image .more-photos-overlay{
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	
	background: rgba(0,0,0,.45);
	backdrop-filter: blur(1px); /* ako nećeš, slobodno izbriši */
	pointer-events: none;       /* da klik ide na <a> ispod */
}



/* MOBILE: prva, druga full width, pa dvije male 50/50 */
@media (max-width: 767px) {
	.section-property-image .wrap-image {
		flex-direction: column; /* umjesto flex-wrap */
	}
	
	.section-property-image .wrap-image .image.img-1 {
		flex: none;
		aspect-ratio: 16 / 9;
	}
	
	.section-property-image .wrap-image .wrap-image-right {
		height: auto;
	}
	
	.section-property-image .wrap-image .wrap-image-right .image.img-2 {
		flex: none;
		aspect-ratio: 16 / 9;
	}
	
	.section-property-image .wrap-image .wrap-image-right .bot {
		flex-direction: row;
	}
	
	.section-property-image .wrap-image .wrap-image-right .bot .image {
		aspect-ratio: 1 / 1; /* kvadrati */
	}
}


/*section-listing
===============================================================================*/
.section-listing .heading-section {
	margin-bottom: 47px;
}

/*section-help 
===============================================================================*/
.section-help {
	background-color: var(--Sub-primary-1);
}
.section-help .heading-section {
	margin-bottom: 48px;
}
.section-help .widget-tabs {
	margin-bottom: 48px;
}
.section-help .widget-tabs .widget-menu-tab {
	margin-bottom: 48px;
}
.section-help .text {
	color: var(--Text-3);
}
.section-help .text a {
	color: var(--Primary);
	text-decoration: underline;
	margin-left: 6px;
}
.section-help .text a:hover {
	color: var(--Heading);
}
.section-help.style-1 {
	background-color: var(--White);
}
.section-help.style-1 .heading-section {
	margin-bottom: 55px;
}
.section-help.style-2 {
	background-color: var(--White);
}
.section-help.style-2 .icons-box:hover {
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
}

/*section-pre-approved
===============================================================================*/
.section-pre-approved .content {
	margin: 88px 0;
}
.section-pre-approved .heading-section {
	margin-bottom: 47px;
}
.section-pre-approved .image-wrap {
	border-radius: 24px;
	overflow: hidden;
}
.section-pre-approved .image-wrap img {
	width: 100%;
}
.section-pre-approved.style-2 .content {
	margin: 31px 0;
}
.section-pre-approved.style-2 .image-wrap {
	max-width: 550px;
	margin-left: auto;
}
.section-pre-approved.style-2 .form-pre-approved p {
	margin-top: 34px;
}

/*section-work-together
===============================================================================*/
.section-work-together .wg-partner {
	background-color: var(--Secondary);
	padding-bottom: 328px;
}
.section-work-together .wg-appraisal {
	margin-top: calc(-11% - 13px);
	padding-bottom: 104px;
}
.section-work-together.style-2 .wg-partner {
	background-color: unset;
	padding-bottom: unset;
}

/*section-testimonials
===============================================================================*/
.section-testimonials .box-testimonials {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 38px;
}
.section-testimonials.style-1 .tf-grid-layout {
	padding: 40px;
	margin: -40px;
	position: relative;
	max-height: 86rem;
	overflow: hidden;
}
.section-testimonials.style-1 .tf-grid-layout .tf-btn {
	position: absolute;
	bottom: 60px;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	height: 40px;
	padding: 0 15px;
	font-weight: 500;
}
.section-testimonials.style-1 .tf-grid-layout.active {
	max-height: 100%;
}
.section-testimonials.style-1 .tf-grid-layout.active::after {
	display: none;
}
.section-testimonials.style-1 .tf-grid-layout::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	width: 100%;
	height: 64%;
	bottom: 0;
}
.section-testimonials.style-2 {
	overflow: hidden;
}
.section-testimonials.style-2 .heading-section {
	margin-bottom: 87px;
}
.section-testimonials.style-2 .sw-fipcard {
	max-width: 619px;
	width: 100%;
}
.section-testimonials.style-2 .sw-button {
	position: absolute;
	top: 32%;
}
.section-testimonials.style-2 .sw-fipcard-prev {
	left: 10%;
}
.section-testimonials.style-2 .sw-fipcard-next {
	right: 10%;
}
.section-testimonials.style-3 {
	margin-left: 15px;
	margin-right: 15px;
	background-color: var(--Sub-primary-1);
	border-radius: 24px;
}
.section-testimonials.style-3 .swiper-slide {
	height: auto;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.section-testimonials.style-3 .swiper-slide-prev,
.section-testimonials.style-3 .swiper-slide-active,
.section-testimonials.style-3 .swiper-slide-next {
	opacity: 1;
}
.section-testimonials.style-3 .wg-testimonial {
	height: 100%;
}
.section-testimonials.style-4 .infiniteslide_wrap {
	height: 896px !important;
}
.section-testimonials.style-4 .wg-testimonial {
	margin-bottom: 40px;
}
.section-testimonials.style-4 .img-group {
	display: flex;
}
.section-testimonials.style-4 .img-group li {
	width: 64px;
	border-radius: 999px;
	overflow: hidden;
}
.section-testimonials.style-4 .img-group li:not(:first-child) {
	margin-left: -24px;
}

/*section-trusted
===============================================================================*/
.section-trusted {
	background-color: var(--Sub-primary-1);
}
.section-trusted .heading-section span {
	position: relative;
	margin-right: 11px;
}
.section-trusted .heading-section span::after {
	position: absolute;
	content: "+";
	top: -8px;
	font-size: 22px;
}
.section-trusted .person {
	bottom: -105px;
	right: 167px;
	z-index: 2;
}
.section-trusted .item {
	bottom: -104px;
	right: 34px;
}

/*section-neighborhoods
===============================================================================*/
.section-neighborhoods.style-2 .wrap-neighborhoods {
	display: flex;
	gap: unset;
}

/*section-featured
===============================================================================*/
.section-featured {
	max-width: 1920px;
	margin: 0 auto;
}
.section-featured .box-house {
	background: rgba(242, 105, 92, 0.0509803922);
}
.section-featured .box-house .image-wrap {
	max-width: 100%;
}

/*section-why
===============================================================================*/
.section-why p a {
	color: var(--Primary);
}
.section-why .tf-btn {
	height: 54px;
}

/*section-box-team
===============================================================================*/
.section-box-team .wrap-image {
	position: relative;
	height: 100%;
}
.section-box-team .image-wrap {
	border-radius: 16px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.section-box-team .image-wrap.img-1 {
	position: relative;
	max-width: 400px;
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.section-box-team .image-wrap.img-2 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.section-box-team .image-wrap.img-2:hover {
	z-index: 2;
}
.section-box-team .content-inner {
	padding: 62.5px 0;
}
.section-box-team.style-1 .swiper {
	margin-bottom: 40px;
}
.section-box-team.style-2 .content-inner {
	padding: 52.5px 0 47.5px;
}

/*section-categories-neighborhoods{
===============================================================================*/
.section-categories-neighborhoods .wrap-neighborhoods {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 0;
}
.section-categories-neighborhoods .swiper {
	border-radius: 16px;
}

/*section-appraisal
===============================================================================*/
.section-appraisal.style-2 .wg-appraisal .content::after {
	background-image: url(../images/section/cta-3.png);
}

/*section-sale
===============================================================================*/
.section-sale .box-sale {
	padding-top: 104px;
	padding-bottom: 323px;
	background-color: var(--Secondary);
	position: relative;
}
.section-sale .box-sale::after {
	content: "";
	position: absolute;
	background-image: url(../images/section/section-sale.png);
	width: 100%;
	height: 100%;
	top: 0;
}
.section-sale .box-sale .heading-section,
.section-sale .box-sale .tf-btn {
	position: relative;
	z-index: 5;
}
.section-sale .box-sale .tf-btn {
	border: 1px solid var(--Primary);
}
.section-sale .box-sale .tf-btn:hover {
	border: 1px solid var(--Primary);
}
.section-sale .tf-grid-layout {
	margin-top: -219px;
}

/*section-selling-home
===============================================================================*/
.section-selling-home {
	background-color: rgb(247, 247, 247);
}
.section-selling-home.style-2 {
	background-color: var(--Sub-primary-1);
	padding-bottom: 358px;
}
.section-selling-home.style-2 .wrap-box .number {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	border: 1px dashed var(--Primary);
	color: var(--Primary);
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto 32px;
	position: relative;
	z-index: 1;
	background-color: var(--Sub-primary-1);
}
.section-selling-home.style-2 .tf-grid-layout {
	position: relative;
}
.section-selling-home.style-2 .tf-grid-layout::after {
	content: "";
	position: absolute;
	max-width: 1128px;
	border: 1px dashed var(--Primary);
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 32px;
}
.section-selling-home.style-3 {
	background-color: unset;
	position: relative;
	z-index: 1;
}

/*section-selling-home
===============================================================================*/
.section-download .heading-section {
	margin-bottom: 30px;
}
.section-download .content {
	background-color: var(--Sub-primary-1);
	padding: 123px 0 123px 69px;
	border-radius: 24px;
}
.section-download .wrap-download {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 11px;
}
.section-download .wrap-download a {
	display: inline-block;
	border-radius: 12px;
	overflow: hidden;
	max-width: 148px;
}
.section-download .wrap-download a.ch-play {
	max-width: 168px;
}
.section-download .image-wrap {
	position: absolute;
	top: -15px;
	right: 0;
}

/*section-property-layout
===============================================================================*/
.section-property-layout {
	margin-bottom: 61px;
}
.section-property-layout .wg-filter {
	margin-bottom: 64px;
}
.section-property-layout.style-1 {
	margin-bottom: 81px;
}
.section-property-layout.style-1 .box-house .image-wrap img {
	height: 264px;
}
.section-property-layout.style-1 .box-house .content {
	padding: 30px 0 0;
}
.section-property-layout.style-1 .box-house .content .location {
	margin-bottom: 2px;
}
.section-property-layout.style-1 .wrap-pagination {
	padding-top: 40px;
	margin-top: 36px;
	border-top: 1px solid var(--Line);
}

/*section-property
===============================================================================*/
.section-property .box-title {
	margin-bottom: 33px;
}

/*section-property-map 
===============================================================================*/
.section-property-map {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}
.section-property-map .wg-filter {
	margin-bottom: 39px;
}
.section-property-map .wg-filter form.w-215 {
	max-width: 215px;
}
.section-property-map .wg-filter form.w-226 {
	max-width: 226px;
}
.section-property-map .content-right {
	padding: 39px 56px 47px 34px;
}
.section-property-map .wrap-map {
	height: 100vh;
	width: 81.9%;
	position: sticky;
	top: 0;
}
.section-property-map .wrap-map #map {
	height: 100%;
	width: 100%;
}
.section-property-map .grid-layout-3 {
	gap: 32px;
}
.section-property-map .wg-pagination {
	gap: 10px;
}
.section-property-map.list .wrap-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.section-property-map.list .wrap-map {
	height: 100vh;
	position: sticky;
	top: 0;
}
.section-property-map.list .content-right {
	padding: 39px 58px 48px 18px;
	width: 50%;
}
.section-property-map.list .box-house .content .location {
	margin-bottom: 20px;
}
.section-property-map.list .box-house .meta-list {
	gap: 8px 37px;
}
.section-property-map.list .wrap-pagination {
	margin-top: 29px;
}

/*section-top-map {
===============================================================================*/
.section-top-map .wrap-map {
	width: 100%;
	height: 800px;
}
.section-top-map .wrap-filter {
	padding: 32px 0;
	background-color: var(--Secondary);
}
.section-top-map .wg-filter .form-title {
	background-color: var(--Secondary);
}
.section-top-map.style-2 .wrap-map {
	height: 855px;
}
.section-top-map.style-2 .box {
	margin-top: -180px;
}

/*section-agent
===============================================================================*/
.section-agent {
	margin-bottom: 79px;
}
.section-agent .box-title {
	flex-direction: column;
	align-items: unset;
	gap: 0;
	margin-bottom: 47px;
}
.section-agent .box-title h2 {
	margin-bottom: 24px;
}
.section-agent .wrap-sort {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 24px;
}
.section-agent .wrap-sort form {
	min-width: 290px;
	flex-shrink: 0;
}
.section-agent .wrap-sort .nice-select {
	max-width: 290px;
}
.section-agent .wrap-sort .nice-select > span {
	font-size: 16px;
	line-height: 22.4px;
}
.section-agent .wrap-sort .select-sort {
	max-width: 100%;
}
.section-agent .wrap-sort .select-sort > span {
	font-size: 14px;
	line-height: 21px;
}
.section-agent .wrap-pagination {
	padding-top: 48px;
	border-top: 1px solid var(--Line);
	margin-top: 40px;
}
.section-agent .wrap-pagination .wg-pagination li a {
	font-weight: 400;
}

/*section-faq
===============================================================================*/
.section-faq {
	margin-bottom: 39px;
}
.section-faq .heading-section {
	gap: 0;
}

/*section-contact-help
===============================================================================*/
.section-contact-help .logo {
	position: absolute;
	z-index: 1;
	top: 31px;
	left: 52px;
	width: 136px;
	height: 42px;
}
.section-contact-help .image-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.section-contact-help .image-wrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(88, 41, 0, 0) 0%, #582900 100%);
	top: 0;
	left: 0;
}
.section-contact-help .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	max-width: 1216px;
	margin: 0 32px;
	z-index: 2;
	gap: 20px;
}
.section-contact-help .wrap-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 13px;
}

/*section-agency
===============================================================================*/
.section-agency .wrap-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 23px;
}

/*section-agency-details
===============================================================================*/
.section-agency-details .box-description {
	padding: 30px 30px 26px;
	border: 1px solid var(--Line);
	border-radius: 16px;
    background-color: var(--White);
}
.section-agency-details .box-description .widget .title {
	padding-bottom: 11px;
	border-bottom: 1px solid var(--Line);
	margin-bottom: 11px;
}
.section-agency-details .box-description .about {
	margin-bottom: 30px;
}
.section-agency-details .map {
	height: 360px;
	width: 100%;
}
.section-agency-details .wg-pagination {
	/*margin-top: 40px;*/
}

/*section-calculate
===============================================================================*/
.section-calculate {
	margin-top: -254px;
}
.section-calculate form .cols {
	gap: 10px 32px;
	margin-bottom: 31px;
}

/*section-contact
===============================================================================*/
.section-contact .image-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.section-contact.style-1 .list-info li .phone {
	font-weight: 700;
	font-size: 30px;
	line-height: 37.5px;
	color: var(--Primary);
}
.section-contact.style-1 .list-info li .icon::after {
	background: var(--border);
}
.section-contact.style-2, .section-contact.style-3 {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 58px;
	padding-bottom: 61px;
	background-image: url(../images/section/banner-1.jpg);
	border-radius: 24px;
	background-size: cover;
}
.section-contact.style-2 form, .section-contact.style-3 form {
	margin-right: 0px;
}
.section-contact.style-3 {
	margin-left: 16px;
	margin-right: 16px;
}

/*section-local-agent
===============================================================================*/
.section-local-agent .tf-btn {
	height: 54px;
}

/*section-featured-listings
===============================================================================*/
.section-featured-listings .widget-tabs .widget-menu-tab {
	gap: 15px;
}
.section-featured-listings .widget-tabs .item-title {
	max-width: max-content;
	white-space: nowrap;
}
.section-featured-listings .widget-content-inner > .tf-btn {
	margin: 47px auto 0;
}

/*section-agents-details
===============================================================================*/
.section-agents-details .wg-pagination {
	margin-top: 41px;
}

/*section-agency-grid 
===============================================================================*/
.section-agency-layout  {
	margin-bottom: 61px;
	}


.section-agency-layout .box-title {
	margin-bottom: 15px;
}
.section-agency-layout .grid-layout-2 {
	gap: 39px;
}
.section-agency-layout .wg-pagination {
	/*margin-top: 32px;*/
}
.section-agency-layout .wrap-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/*section-property-layout
===============================================================================*/
.section-property-layout .wrap-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/*section-categories
===============================================================================*/
.section-categories.style-2 .tf-layout-mobile-sm {
	gap: 24px;
}

/*section-best-property
===============================================================================*/
.section-best-property .heading-title {
	font-size: 145.54px;
	line-height: 134.54px;
	font-weight: 900;
	color: var(--Heading);
	margin-bottom: -21px;
}

/*section-highlight
===============================================================================*/
.section-highlight {
	background-color: var(--White);
}
.section-highlight .wrap {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	height: 814px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section-highlight .wrap::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.89%, #000000 91.54%);
	top: 0;
}
.section-highlight .tag {
	display: flex;
	gap: 4px;
	left: 0;
	right: 0;
	top: 24px;
	justify-content: center;
	z-index: 1;
	flex-wrap: wrap;
	margin-top: 24px;
}
.section-highlight .tag li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 28px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 999px;
	white-space: nowrap;
}
.section-highlight .content {
	text-align: center;
	z-index: 1;
	padding: 0 15px 40px;
}
.section-highlight .content .img-group {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.section-highlight .content .img-group li {
	width: 64px;
	border-radius: 999px;
	overflow: hidden;
}
.section-highlight .content .img-group li:not(:first-child) {
	margin-left: -24px;
}

/*section-gallery
===============================================================================*/
.section-gallery .swiper-slide {
	border-radius: 24px;
	overflow: hidden;
}

/*section-service
===============================================================================*/
.section-service.style-1 {
	background-color: var(--Sub-primary-1);
}

.wrap-section.style-1 {
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
}
.wrap-section.style-1::after {
	content: "";
	inset: 0;
	position: absolute;
	background-color: var(--bg-body-color);
	border-radius: 24px;
	height: 1459px;
}


/* samo mobilni (Bootstrap 5: <576px) KLUB SKROL POSTOVA HORIYONTALNO */
@media (max-width: 575.98px) {
  #post-container {
    overflow-x: auto;
    overflow-y: visible;      /* ili hidden, ako ti pravi vertikalni skrol bar */
    -webkit-overflow-scrolling: touch;
  }
}

/* od 576px naviše - bez horizontalnog skrola */
@media (min-width: 576px) {
  #post-container {
    overflow-x: visible;
  }
}



/*-------------- Responsive Desktop korekcije Mobilni ----------------- */
@media (min-width: 576px) {
	
	
.ikonicanaslova-frontend-size {
    font-size: 20px;
}
	
	.tekstnaslova-frontend-size {
	  font-size: 24px;
}
	
	#wrapper{ margin-top: 66px; }
	
	.tf-grid-layout-kategorije {
		
		grid-template-columns: repeat(2, 1fr);
	}
	
	
	.dodavanje-oglasa-custom-form.style-3 .group-select {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.page-layout .flat-counter-v2 .counter-box .title-count {
		
		line-height: 24px;
		
	}
	
	.page-layout .flat-counter-v2 .counter-box .number {
		font-size: 36px;
		line-height: 44px;
	}
	
	.page-layout .flat-counter-v2 .counter-box .box-icon {
		
		width: 80px;
		height: 80px;
		
	}
	
	
	.ikonica-kontrolna-t {
		font-size: 40px !important;
		
		
	}
	
	.page-layout .flat-counter-v2 .counter-box {
		
		padding: 20px;
		
	}
	
	
	
	.dodavanje-oglasa-custom-form .group-amenities {
		
		gap: 16px;
	}
	
	.dodavanje-oglasa-custom-form.style-3 .group-amenities {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.group-amenities.has-error {
		outline: 1px solid #dc3545;
		border-radius: 8px;
		padding: 8px 10px;
	}
	
	
	
	
	.chip-wrap{
		
		margin-bottom: 20px;
		
	}
	
	.category-title {
		font-size: 30px;
	}
	
	
	.dugmeheader {
		
		padding: 5px 8px 5px 8px;
		border-radius: 13px;
	}
	
	
	.header .header-right {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		gap: 10px;
		margin-left: auto;
	}
	
	.header .search-button {
		
		margin-left: 30px;
		margin-right: 10px;
	}
	
	.pretragapolje {
		
		width:70%;
		margin-left:auto;   /* ili kraće: margin:0 auto; */
        margin-right:auto;
	}
	
	.header .header-logo img {
		
		height: 30px;
		
		
	}
	
	
	.header .tf-btn {
		height: 44px;
		border-radius: 12px;
	}
	
	.wg-pagination li a {
		width: 40px;
		font-size: 16px;
	}
	
	.wg-pagination {
		gap: 9px;
	}
	
	.offcanvas-bottom.custom-bottomsheet {
		top: 50% !important;
		bottom: auto !important;
		transform: translateY(-50%) !important;
		margin: 0 auto;
		border-radius: 15px;
		padding: 16px 16px 10px 16px;
		max-width: 800px;
		width: 100%;
		height: auto !important;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		background-color: var(--White);
		
	}
	
	
	
	
	.offcanvas-backdrop.show {
		opacity: 0.5;
	}
	
	.drag-handle {
		display: none;
	}
	
	.page-layout .widget-box-bdbox {
		padding: 30px;
		border-radius: 16px;
		background-color: var(--White);
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0392156863);
		
	}
	
	
	.single-property-floor .floor-item {
		padding: 0px 20px;
		
	}
	
	.thumbs-sw-pagi .img-thumb-pagi {
		
		height: 100px;
	}
	
	.sw-thumbs-sigle {
		height: 500px !important;      /* fiksna visina swipera */
		overflow: hidden;              /* da ništa ne štrči */
	}
	
	
	.box-house .box-tag .flat-tag i,
	.box-house .status .flat-tag i {
		font-size: 15px;
	}
	
	.box-house.style-8 .content {
		padding: 23px 23px;
	}
	
	.box-house.style-dogadjaj .content {
		padding: 23px 23px;
	}
	
	.box-house.style-klub .content {
		padding: 23px 23px;
	}
	
	.box-house.style-8 .content .title, .box-house.style-list .content .title  {
		font-size: 20px;
		line-height: 25px;
	}
	
	.box-house.style-dogadjaj .content .title, .box-house.style-klub .content .title, .box-house.style-list .content .title  {
		font-size: 20px;
		line-height: 25px;
	}
	
	.box-house.style-8 .price {
		
		left: 24px;
		font-size: 20px;
	}
	
	.box-house .tag-catefories {
		font-size: 14px;
		width: 110px;
		height: 34px;
		right: 24px;
	}
	
	.tf-grid-layout {
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.tf-grid-layout-smjestaj {
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
		
	}
	
	.tf-grid-layout-smjestaj-naslovna {
		gap: 15px;
		
		
	}
	
	.tf-grid-layout-3 {
		display: grid;
		gap: 15px;
	}
	.d-md-none {
		display: none !important;
	}
	.tf-layout-mobile-sm.sm-col-4,
	.tf-grid-layout-2.sm-col-4,
	.tf-grid-layout-bdbox.sm-col-4,
	.tf-grid-layout-dogadjaj.sm-col-4,
	.tf-grid-layout-3.sm-col-4,
	.tf-grid-layout.sm-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.tf-layout-mobile-sm.sm-col-3,
	.tf-grid-layout-2.sm-col-3,
	.tf-grid-layout-bdbox.sm-col-3,
	.tf-grid-layout-dogadjaj.sm-col-3,
	.tf-grid-layout-3.sm-col-3,
	.tf-grid-layout.sm-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.tf-layout-mobile-sm.sm-col-2,
	.tf-grid-layout-2.sm-col-2,
	.tf-grid-layout-bdbox.sm-col-2,
	.tf-grid-layout-dogadjaj.sm-col-2,
	.tf-grid-layout-3.sm-col-2,
	.tf-grid-layout.sm-col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.box-amenities-property {
		grid-template-columns: 1fr 1fr;
	}
	.tf-layout-mobile-sm {
		display: grid;
		gap: 15px;
	}
	.page-title.home06 .heading {
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	
    .korpadesno {
        width: 100%;
        justify-content: flex-end; /* desno poravnanje */
		
	}
	
	.korpadesno-final {
		
        justify-content: flex-end; /* desno poravnanje */
        
	}
	
	.d-none-mobile {
        display: none;
	}
}

@media (min-width: 768px) {
	#wrapper{ margin-top: 66px; }
	
	
	.agency-details .content {
		flex-direction: row;      /* jedno pored drugog */
		align-items: flex-end;
		gap: 26px;
		margin-top: -95px;
		margin-left: 30px;
	}
	.agency-details .logo { flex: 0 0 auto; }  /* logo fiksne širine */
	.agency-details .info { flex: 1 1 auto; }  /* info popunjava desni dio */
	
	#vise-opcija {
        display: none;
	}
	
	.box-amenities-property {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.tf-layout-mobile-sm.md-col-4,
	.tf-grid-layout-2.md-col-4,
	.tf-grid-layout-bdbox.md-col-4,
	.tf-grid-layout-dogadjaj.md-col-4,
	.tf-grid-layout-3.md-col-4,
	.tf-layout-mobile-md.md-col-4,
	.tf-grid-layout.md-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.tf-layout-mobile-sm.md-col-3,
	.tf-grid-layout-2.md-col-3,
	.tf-grid-layout-bdbox.md-col-3,
	.tf-grid-layout-dogadjaj.md-col-3,
	.tf-grid-layout-3.md-col-3,
	.tf-layout-mobile-md.md-col-3,
	.tf-grid-layout.md-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.tf-layout-mobile-sm.md-col-2,
	.tf-grid-layout-2.md-col-2,
	.tf-grid-layout-bdbox.md-col-2,
	.tf-grid-layout-dogadjaj.md-col-2,
	.tf-grid-layout-3.md-col-2,
	.tf-layout-mobile-md.md-col-2,
	.tf-grid-layout.md-col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.tf-layout-mobile-md {
		display: grid;
		gap: 40px;
	}
	.tf-layout-mobile-sm {
		gap: 20px;
	}
	.wg-filter.style-4 .nice-select {
		padding-left: 16px;
		padding-right: 16px;
		border: none;
	}
	.section-selling-home.style-3 .tf-layout-mobile-sm {
		gap: 15px;
	}
	
	
	
	
}
@media (min-width: 992px) {
	
	#wrapper{ margin-top: 66px; }
	
	.d-lg-none {
		display: none;
	}
	.tf-layout-mobile-xl.lg-col-4,
	.tf-grid-layout-2.lg-col-4,
	.tf-grid-layout-bdbox.lg-col-4,
	.tf-grid-layout-dogadjaj.lg-col-4,
	.tf-grid-layout-3.lg-col-4,
	.tf-layout-mobile-md.lg-col-4,
	.tf-layout-mobile-lg.lg-col-4,
	.tf-layout-mobile-sm.lg-col-4,
	.tf-grid-layout.lg-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.tf-layout-mobile-xl.lg-col-3,
	.tf-grid-layout-2.lg-col-3,
	.tf-grid-layout-bdbox.lg-col-3,
	.tf-grid-layout-dogadjaj.lg-col-3,
	.tf-grid-layout-3.lg-col-3,
	.tf-layout-mobile-md.lg-col-3,
	.tf-layout-mobile-lg.lg-col-3,
	.tf-layout-mobile-sm.lg-col-3,
	.tf-grid-layout.lg-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.tf-layout-mobile-xl.lg-col-2,
	.tf-grid-layout-2.lg-col-2,
	.tf-grid-layout-bdbox.lg-col-2,
	.tf-grid-layout-dogadjaj.lg-col-2,
	.tf-grid-layout-3.lg-col-2,
	.tf-layout-mobile-md.lg-col-2,
	.tf-layout-mobile-lg.lg-col-2,
	.tf-layout-mobile-sm.lg-col-2,
	.tf-grid-layout.lg-col-2,
	.tf-grid-layout-smjestaj-naslovna.lg-col-2
	
	
	{
		grid-template-columns: repeat(2, 1fr);
	}
	
	
	
	.tf-layout-mobile-lg {
		display: grid;
		gap: 40px;
	}
	.tf-grid-layout,
	.tf-grid-layout-2 {
		gap: 20px;
	}
	
	.tf-grid-layout-bdbox {
		gap: 20px;
	}
	.tf-grid-layout-dogadjaj {
		gap: 20px;
	}
	
	.tf-layout-mobile-sm {
		gap: 40px;
	}
	.tf-layout-mobile-xl {
		display: grid;
		gap: 40px;
	}
	.tf-btn.height-1 {
		height: 65px;
	}
	.tf-btn.height-2 {
		height: 56px;
	}
	.tf-btn.height-3 {
		height: 54px !important;
	}
	.section-listing .tf-layout-mobile-lg {
		gap: 38px 40px;
	}
	.modal-account {
		--bs-modal-width: 920px;
	}
	.modal-filter {
		--bs-modal-width: 544px;
	}
	.header.style-5 .header-inner-wrap {
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.header.style-5 .tf-btn {
		height: 54px;
		background-color: var(--White);
		color: var(--Heading);
	}
	.header.style-5 .btn-find {
		background-color: var(--White);
		height: 54px;
		width: 54px;
		color: var(--Heading);
	}
	.header.style-5 .header-right {
		gap: 13px;
	}
	.flat-title.style-3 .title-inner {
		padding-top: 78px;
	}
	.page-title.home06 .wrap {
		display: flex;
		flex-direction: row;
		padding-top: 90px;
	}
	.page-title.home06 .item {
		gap: 64px;
	}
	.page-title.home06 .item .content {
		max-width: 627px;
	}
	.page-title.home06 .left {
		width: 61.6666666667%;
		overflow: hidden;
		padding-top: 25px;
	}
	.page-title.home06 .left .title {
		margin-bottom: 46px;
		max-width: 987px;
	}
	.page-title.home06 .right {
		width: 41.6666666667%;
	}
	.page-title.home06 .right .swiper {
		max-width: 688px;
		margin-right: 0;
	}
	.page-title.home06 .right .img-wrap {
		max-width: 688px;
		margin-left: auto;
	}
	.page-title.home06 .bot {
		margin-top: 40px;
	}
	.page-title.home06 .wrap-counter {
		gap: 48px;
	}
	.page-title.home06 .tf-btn {
		gap: 18px;
	}
	.page-title.home07 .sub {
		margin-bottom: 51px;
	}
	.page-title.home07 .tf-btn {
		max-width: 233px;
		width: 100%;
	}
	.page-title.home08 .hero-thumbs-2 {
		height: 940px;
	}
	.page-title.home08 .heading {
		margin-bottom: 90px;
		max-width: 627px;
	}
	.page-title.home08 .row {
		gap: 0;
	}
	.page-title.home08 .image-wrap img {
		min-height: 1000px;
	}
	.page-title.home08 .content-inner {
		top: 161px;
	}
	.page-title.home08 .content {
		padding-top: 30px;
	}
	.page-title.home08 .form-get-in-touch {
		gap: 31px;
	}
	.page-title.home08 .form-get-in-touch .title-form {
		margin-bottom: 16px;
	}
	.page-title.home08 .form-get-in-touch textarea {
		height: 150px;
	}
	.page-title.home09 {
		margin-top: 95px;
	}
	.page-title.home09 .content {
		flex-direction: row;
		margin-bottom: 57px;
	}
	.page-title.home09 .content .left {
		width: 58.3333333333%;
	}
	.page-title.home09 .content .right {
		width: 41.6666666667%;
		text-align: end;
		margin-top: 26px;
	}
	.page-title.home09 .content .img-wrap {
		height: 224px;
	}
	.page-title.home09 .description {
		max-width: 453px;
		margin-left: auto;
	}
	.page-title.home09 .img-wrap {
		margin-left: auto;
		max-width: 690px;
	}
	.page-title.home10 {
		padding-left: 40px;
		padding-right: 16px;
	}
	.page-title.home10 .right,
	.page-title.home10 .left {
		width: 50%;
	}
	.page-title.home10 .property-info .tf-btn {
		width: 48px;
		height: 48px;
	}
	.page-title.home10 .property-info .tf-btn svg {
		width: 24px;
	}
	.form-get-in-touch {
		padding: 20px;
		gap: 30px;
	}
	.form-get-in-touch .title-form {
		margin-bottom: 12px;
	}
	.wrap-layout {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 16px;
		align-items: center;
	}
	.wrap-layout .wrap-project {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.section-testimonials.style-2 .sw-pagination {
		margin-top: 87px;
	}
	.section-testimonials.style-3 {
		overflow: hidden;
		margin-left: 40px;
		margin-right: 40px;
	}
	.section-testimonials.style-3 .swiper-wrapper {
		margin-bottom: 54px !important;
	}
	.section-testimonials.style-4 .left {
		padding-top: 123px;
	}
	.section-testimonials.style-4 .wrap {
		position: relative;
	}
	.section-testimonials.style-4 .wrap::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 303px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
		transform: matrix(1, 0, 0, -1, 0, 0);
	}
	.section-testimonials.style-4 .wrap::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 303px;
		bottom: 0;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
		z-index: 1;
	}
	.box-listings.style-3 .heading {
		margin-bottom: 32px;
	}
	.box-listings.style-3 .info {
		gap: 30px;
		margin-bottom: 46px;
	}
	.box-dream-home .left {
		padding-top: 26px;
	}
	.box-dream-home .left .description {
		max-width: 526px;
	}
	.box-help .content {
		padding: 24px;
	}
	.box-help .tf-btn {
		right: 24px;
		top: 24px;
		height: 65px;
		width: 65px;
	}
	.section-box-team.style-1 .swiper {
		margin-bottom: 56px;
	}
	.section-contact .wrap {
		display: flex;
	}
	.section-contact .left {
		width: 50%;
		padding-left: 58px;
		padding-right: 10px;
	}
	.section-contact .box-contact.style-1 {
		padding-top: 169.5px;
	}
	.section-contact .right {
		width: 55.8333333333%;
	}
	.section-contact form {
		gap: 31px;
	}
	.section-contact .tf-btn {
		margin-top: 3px;
		height: 54px;
		gap: 16px;
	}
	.section-contact.style-2 {
		margin-left: 40px;
		margin-right: 40px;
		background-attachment: fixed;
	}
	.text-with-img.style-1 {
		gap: 32px;
		display: flex;
		padding-bottom: 130px;
		border-bottom: 1px solid var(--Line);
	}
	.text-with-img.style-1 .heading-section {
		max-width: 830px;
	}
	.text-with-img.style-1 .left {
		width: 55.4166666667%;
	}
	.text-with-img.style-1 .right {
		width: 42.9166666667%;
	}
	.text-with-img.style-1 .img-style {
		max-width: 790px;
		margin-left: auto;
	}
	.text-with-img.style-1 .bot {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.text-with-img.style-1 .bot .img-style {
		margin-top: 8px;
	}
	.text-with-img.style-3 .widget-video {
		bottom: -47px;
		left: -40px;
	}
	.wrap-counter.style-1 {
		gap: 0;
	}
	.wrap-counter.style-1 .counter-item:not(:last-child) {
		border-right: 1px solid var(--Line);
	}
	.wg-filter.style-4 .nice-select {
		padding-left: 16px;
		padding-right: 16px;
	}
	.wg-filter.style-4 .tf-btn {
		margin-left: 30px;
	}
	.box-project-details {
		display: flex;
		padding-left: 20px;
	}
	.box-project-details .left {
		width: 57.5833333333%;
	}
	.box-project-details .right {
		padding-top: 55px;
		width: 42.4166666667%;
		padding-left: 40px;
	}
	.section-help.style-3 .tf-grid-layout {
		margin-bottom: 80px;
	}
	.section-selling-home.style-3 .tf-layout-mobile-sm {
		gap: 40px;
	}
}


@media (min-width: 1093px) {
	
	#wrapper { 
		margin-top: 78px;
	}
}

@media (min-width: 1150px) {
	.header .header-right .bdtokeni {
		margin-right: 11px;
	}
	
	.header .header-right .bdporuke {
		/* margin-right: 11px; */
	}
	
	
}
@media (min-width: 1200px) {
	#wrapper{ margin-top: 78px; }
	
	.tf-layout-mobile-sm,
	.tf-grid-layout-3,
	.tf-grid-layout-2,
	.tf-grid-layout {
		gap: 20px;
	}
	
	.tf-grid-layout-bdbox {
		gap: 15px;
	}
	.tf-grid-layout-dogadjaj {
		gap: 15px;
	}
	
	.tf-layout-mobile-sm.xl-col-4,
	.tf-grid-layout-3.xl-col-4,
	.tf-grid-layout-2.xl-col-4,
	.tf-grid-layout-bdbox.xl-col-4,
	.tf-grid-layout-dogadjaj.xl-col-4,
	.tf-grid-layout.xl-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.tf-layout-mobile-sm.xl-col-3,
	.tf-grid-layout-3.xl-col-3,
	.tf-grid-layout-2.xl-col-3,
	.tf-grid-layout-bdbox.xl-col-3,
	.tf-grid-layout-dogadjaj.xl-col-3,
	.tf-grid-layout.xl-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.tf-layout-mobile-sm.xl-col-2,
	.tf-grid-layout-3.xl-col-2,
	.tf-grid-layout-2.xl-col-2,
	.tf-grid-layout-bdbox.xl-col-2,
	.tf-grid-layout-dogadjaj.xl-col-2,
	.tf-grid-layout.xl-col-2
	{
		grid-template-columns: repeat(2, 1fr);
	}
	.tf-grid-layout-3 {
		gap: 32px;
	}
	#footer .wrap-contact-item.style-1 {
		gap: 20px 54px;
	}
	.box-house .wrap-btn {
		gap: 20px;
	}
	.img-animation {
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-filter: blur(5px);
		filter: blur(5px);
		-webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
		transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
		-o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
		transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
		transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
		position: relative;
	}
	.img-animation.animated {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	.img-animation2 {
		-webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-filter: blur(5px);
		filter: blur(5px);
		-webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
		transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
		-o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
		transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
		transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
		position: relative;
	}
	.form-get-in-touch .grid-2 {
		gap: 32px;
	}
	.img-animation2.animated {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
	.page-title.home06 .item {
		gap: 46px;
	}
	.page-title.home06 .item .content {
		max-width: 627px;
	}
	.form-get-in-touch {
		padding: 40px;
	}
	.wg-filter.style-4 .line {
		margin-left: 30px;
		margin-right: 30px;
	}
	.section-highlight .content .img-group {
		margin-bottom: 48px;
	}
	.box-listings.style-3 .info {
		gap: 48px;
	}
}
@media (min-width: 1300px) {
	.section-contact .image-wrap {
		margin-left: 70px;
	}
	
	
}
@media (min-width: 1380px) {
	.main-menu {
		margin-right: 0;
	}
	.main-menu .navigation {
		gap: 25px;
		margin-left: 10px;
	}
	.main-menu.style-1 .navigation {
		margin-left: 0px;
	}
	
	
	
}
@media (min-width: 1440px) {
	
	
	
	
	.box-house.style-3 .content {
		max-width: 580px;
		margin: 104px auto 104px 80px;
		padding: 0;
	}
	.page-title.style-2 .sw-button.sw-thumbs-prev {
		left: -29px;
	}
	.page-title.style-2 .sw-button.sw-thumbs-next {
		right: -29px;
	}
	.tf-grid-layout-3.xxl-col-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.tf-grid-layout-3.xxl-col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.tf-grid-layout-3.xxl-col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.section-listing .swiper {
		padding: 50px;
		margin: -50px;
	}
	.section-categories .swiper {
		padding: 60px;
		margin: -60px;
	}
	.categories-item.active,
	.categories-item:hover,
	.categories-item.style-2.active,
	.categories-item.style-2:hover {
		box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1019607843);
	}
	.section-current-properties .swiper {
		padding: 40px;
		margin: -40px;
	}
	.section-current-properties .box-house {
		box-shadow: unset;
	}
	.section-contact .left {
		padding-left: 58px;
	}
	.section-contact form {
		margin-right: 57px;
	}
	.section-contact form p {
		margin-bottom: 17px;
	}
}






@media (min-width: 1801px) {
	.box-amenities-property .list-amenities {
		grid-template-columns: 1fr 1fr;
	}
	.single-property-nearby .box-right {
		margin-left: -13px;
	}
	
	
	
}
@media (max-width: 1899px) {
	.clip-color-text div {
		font-size: 425px;
		line-height: 448px;
	}
}
@media (max-width: 1800px) {
	.section-property-map.list .wrap-map {
		width: 100%;
	}
	.section-property-map.list .content-right {
		padding-right: 15px;
		width: 100%;
	}
	.section-property-map.list .wg-filter .form-title {
		flex-wrap: wrap;
	}
	.section-property-map.list .wg-filter .form-title > .nice-select {
		width: calc(50% - 6px);
	}
	.section-property-map.list .wg-filter form {
		max-width: 100%;
	}
}
@media (max-width: 1700px) {
	.clip-color-text div {
		font-size: 354px;
		line-height: 373px;
	}
}
@media (max-width: 1600px) {
	.section-property-map .content-right {
		padding-right: 15px;
	}
	.wg-filter.style-3 .form-title {
		flex-wrap: wrap;
	}
	.wg-filter.style-3 .form-title form {
		max-width: 100%;
	}
	.wg-filter.style-3 .form-title .nice-select {
		max-width: calc(50% - 6px);
	}
}
@media (max-width: 1500px) {
	.header.dashboard .header-right .bdtokeni {
		display: none;
	}
	
	.header.dashboard .header-right .bdporuke {
		display: none;
	}
	
	.section-testimonials.style-3 .swiper {
		padding: 32px;
		margin: -32px;
	}
	
	
	
}
@media (max-width: 1439px) {
	.wd-search-form.style-2 .group-select {
		column-gap: 15px;
	}
	.clip-color-text div {
		font-size: 248px;
		line-height: 248px;
	}
	.section-highlight br {
		display: none;
	}
	.section-highlight .text-display-4 {
		font-size: 46px;
		line-height: 58px;
	}
}
@media (max-width: 1400px) {
	
	
	
	
	.wrap-neighborhoods {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "aa bb " "cc dd" "ee gg" "ff ff";
	}
	.show-mb {
		
		display: flex;
	}
	
	
	
	
	.page-layout .main-content {
		padding-left: 80px;
	}
	
	
	.page-layout .sidebar-menu-dashboard {
		transform: translateX(-10%);
	}
	
	
	.page-layout .sidebar-menu-dashboard-admin {
		/* transform: translateX(-10%);*/
	}
	
	.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
	    background-color: var(--White);
		box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
	}
	
	
	.page-layout.full-width .sidebar-menu-dashboard {
		transform: translateX(0);
	}
	
	.page-layout.full-width .sidebar-menu-dashboard-admin {
		transform: translateX(0);
	}
	
	.page-layout.full-width .overlay-dashboard {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.page-layout .widget-box-2.package {
		padding: 0;
	}
	.page-layout .main-content-inner {
		padding: 35px 30px 0;
	}
	.section-testimonials.style-1 .tf-grid-layout {
		padding: 0;
		margin: 0;
	}
	.section-testimonials .wg-testimonial {
		/*box-shadow: unset !important;*/
	}
	.section-testimonials.style-3 .swiper {
		padding: 0;
		margin: 0;
	}
	.section-style.style-border-top {
		border-radius: 80px 80px 0px 0px;
	}
}
@media (max-width: 1320px) {
	.section-realty .tf-grid-layout-2 {
		gap: 20px;
	}
	.section-realty .counter-item {
		width: 210px;
		height: 210px;
	}
	.section-realty .counter-item span {
		font-size: 60px;
		line-height: 70px;
	}
	.section-appraisal.style-2 .content .person {
		right: 10px;
	}
}
@media (max-width: 1300px) {
	.box-review {
		gap: 20px;
	}
	.box-benefits .box-icon::after {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	
	
	
	.text-display {
		font-size: 75px;
		line-height: 93px;
	}
	.text-display br {
		display: none;
	}
	.text-display-3 {
		font-size: 75px;
		line-height: 80px;
	}
	.xl-hide {
		display: none;
	}
	.box-house .tf-btn {
		padding: 0 15px;
	}
	.form-pre-approved .cols {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.form-pre-approved .cols .interest-rate {
		width: 100%;
	}
	.form-pre-approved .cols .select {
		width: 100%;
	}
	.form-pre-approved p {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section-pre-approved .heading-section {
		margin-bottom: 20px;
	}
	.section-pre-approved .heading-section .title {
		font-size: 32px;
		line-height: 40px;
	}
	.section-pre-approved .content {
		margin: 0;
	}
	.wg-filter.style-2 .form-title {
		flex-wrap: wrap;
	}
	.wg-filter.style-2 .form-title > .nice-select {
		width: calc(50% - 6px);
	}
	.wg-filter.style-2 form {
		max-width: 100%;
	}
	.box-review {
		max-width: 840px;
		margin: 0 auto;
		flex-wrap: wrap;
		gap: 70px;
	}
	.box-review .content-left {
		padding: 0;
		max-width: 100%;
	}
	.box-review .content-right {
		margin-bottom: 70px;
	}
	.box-review .content-right::after {
		width: 63%;
		height: 80%;
	}
	.box-review .wg-testimonial {
		bottom: -72px;
	}
	.box-review .person {
		width: 80%;
	}
	.section-contact .box-contact {
		padding: 0;
	}
	.page-layout .flat-counter-v2 {
		grid-template-columns: 1fr 1fr;
	}
	.section-best-property .heading-title {
		font-size: 120px;
		line-height: 108.54px;
	}
}
@media (max-width: 1149px) {
	.section-trusted .person,
	.section-trusted .item {
		display: none;
	}
	.box-benefits .box-icon {
		width: 135px;
	}
	.wd-chart {
		margin-bottom: 20px;
	}
}
@media (max-width: 1124px) {
	.wg-appraisal .content {
		padding: 112px 15px 111px 15px;
	}
	.wg-appraisal .content .person {
		right: 15px;
	}
	.section-appraisal.style-2 .content .person {
		display: none;
	}
}
@media (max-width: 1099px) {
	.wrap-dashboard-content-2 .grid-layout-4 {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 1093px) {
	
	
	
	.header .mobile-button {
		display: block;
	}
	.header .main-menu {
		display: none;
	}
}
@media (max-width: 1024px) {
	.box-house.style-list:not(.box-house.style-list.style-3) .image-wrap {
		max-width: 200px;
	}
	.wg-filter .wd-search-form .group-amenities {
		grid-template-columns: repeat(3, 1fr);
	}
	.wg-filter .wd-search-form .group-select {
		grid-template-columns: repeat(2, 1fr);
	}
	.tf-sidebar .form-contact-agent {
		padding: 28px 15px 29px;
	}
}
@media (max-width: 991px) {
	
	.tf-spacing-13 {
		padding-top: 0;
		padding-bottom: 70px;
	}
	.lg-hide {
		display: none;
	}
	.heading-section {
		gap: 12px !important;
		flex-direction: column !important;
	}
	.heading-section .left .title {
		margin-bottom: 12px;
	}
	.text-display,
	.text-display-3 {
		font-size: 62px;
		line-height: 77px;
	}
	.text-13 {
		font-size: 26px;
		line-height: 32px;
	}
	.flex-wrap-lg {
		flex-wrap: wrap;
	}
	.tf-container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	.tf-container .row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.tf-container .row > * {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.grid-layout-3 {
		gap: 20px !important;
	}
	#footer .footer-main {
		padding-bottom: 0;
	}
	#footer .footer-menu-list {
		margin-bottom: 20px;
	}
	.header.style-5 .header-inner-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-title {
		background-attachment: unset !important;
	}
	.page-title .form-title {
		position: relative;
		z-index: 4;
	}
	.page-title.home06 .wrap {
		gap: 20px;
		padding-top: 40px;
	}
	.page-title.home06 .wrap .left {
		order: 2;
	}
	.page-title.home06 .wrap .slide-inner {
		height: 350px;
	}
	.page-title.home06 .title {
		margin-bottom: 20px;
	}
	.page-title.home06 .item {
		padding-bottom: 20px;
	}
	.page-title.home08 .hero-thumbs-2 {
		height: 896px;
	}
	.page-title.home08 .hero-thumbs-2 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-title.home10 .left {
		padding-top: 100px;
	}
	.page-title.home10 .info {
		display: flex;
	}
	.page-title.home10 .info .item:not(:last-child) {
		padding-right: 20px;
		border-right: 1px solid var(--Line);
	}
	.page-title.home10 .info .item:not(:first-child) {
		padding-left: 20px;
	}
	.flat-title.style-3 .img-style img {
		height: 400px;
		object-fit: cover;
		width: 100%;
	}
	.tf-slider.style-3 .thumbs-sw-pagi-3 {
		max-height: 200px;
	}
	.tf-slider.style-3 .hero-thumbs-2 .property-wrap {
		height: 350px;
	}
	.tf-sidebar {
		padding-top: 30px;
	}
	.tf-sidebar .sidebar-ads {
		max-height: 400px;
	}
	.icons-box.default {
		padding: 24px 15px;
	}
	.section-pre-approved .image-wrap {
		margin-top: 70px;
	}
	.section-pre-approved .image-wrap img {
		max-height: 500px;
		height: 100%;
		object-fit: cover;
	}
	.section-pre-approved.style-2 .image-wrap {
		margin-top: 70px;
		max-width: 100%;
	}
	.section-pre-approved.style-2 .image-wrap img {
		object-fit: cover;
	}
	.section-pre-approved.style-2 .content {
		margin: 0;
	}
	.section-listing .tf-sw-mobile-1 .swiper-wrapper {
		margin-bottom: 20px;
	}
	.wg-appraisal .content .person {
		display: none;
	}
	.section-download .content {
		padding: 70px 15px;
	}
	.section-CTA:not(.style-2) .content-inner img {
		display: none;
	}
	.section-CTA:not(.style-2) .content-inner .content {
		padding-left: 0px !important;
	}
	.section-CTA.style-2 .person {
		display: none;
	}
	.section-property-map {
		flex-direction: column;
	}
	.section-property-map .content-right {
		padding-left: 15px;
	}
	.section-property-map .wrap-map {
		height: 500px !important;
		width: 100% !important;
		position: unset !important;
	}
	.section-property-map.list .content-right {
		width: 100%;
	}
	.section-top-map .wrap-map {
		height: 60vh !important;
	}
	.section-contact-help .image-wrap {
		height: 372px;
	}
	.section-contact-help .image-wrap img {
		height: 100%;
		object-fit: cover;
	}
	.section-contact-help .logo {
		left: 15px;
	}
	.section-contact-help .content {
		flex-wrap: wrap;
		margin: 0 15px;
	}
	.section-box-team .content-inner {
		padding: 0 0 70px !important;
		max-width: 720px;
		margin: 0 auto;
	}
	.section-box-team .wrap-image {
		max-width: 720px;
		margin: 0 auto 20%;
	}
	.section-box-team .image-wrap {
		max-width: 60% !important;
	}
	.section-box-team .image-wrap img {
		width: 100%;
		object-fit: cover;
	}
	.section-box-team .counter-item .counter-number {
		justify-content: start !important;
	}
	.box-benefits {
		flex-wrap: wrap;
		max-width: 720px;
		margin: 0 auto;
		gap: 0;
	}
	.box-benefits .wrap-image {
		width: 100%;
	}
	.box-benefits .image.img-1 {
		margin-bottom: 20%;
	}
	.box-benefits .image.img-2 {
		right: 0;
	}
	.box-benefits .image img {
		width: 100%;
	}
	.box-benefits .tf-btn {
		width: 100%;
	}
	.box-benefits .content {
		padding: 70px 0 0;
	}
	.section-contact .box-contact {
		padding: 0;
	}
	.section-contact .box-contact .title {
		font-size: 28px;
		line-height: 38px;
	}
	.flat-account .banner-account {
		display: none;
	}
	.page-layout .main-content-inner .wrapper-content .wd-filter {
		grid-template-columns: 1fr 1fr;
	}
	.counter-item .counter-number.style-1 {
		width: 100%;
		justify-content: center;
	}
	.counter-item.style-3 span {
		font-size: 53px;
		line-height: 66px;
	}
	.section-realty {
		background-attachment: unset;
	}
	.section-current-properties .box-house {
		box-shadow: unset;
	}
	.tf-slider.style-1 .img-thumb-pagi {
		width: 190px;
		height: 60px;
	}
	.tf-slider.style-1 .sw-button {
		width: 52px;
		height: 52px;
	}
	.tf-slider.style-1 .sw-button svg {
		width: 25px;
	}
	.tf-slider.style-1 .thumbs-sw-pagi-2 {
		max-width: 399px;
	}
	.clip-color-text div {
		font-size: 206px;
		line-height: 206px;
	}
	.form-get-in-touch fieldset input {
		height: 40px;
		font-size: 13px;
	}
	.form-get-in-touch fieldset input::placeholder {
		font-size: 13px;
	}
	.form-get-in-touch textarea {
		height: 90px;
	}
	.wrap-layout {
		column-count: 3;
		column-gap: 16px;
	}
	.wrap-layout .project-item {
		margin-top: 16px;
	}
	.project-item.style-1 .tf-btn {
		height: 40px;
		width: 40px;
	}
	.project-item.style-1 .title {
		font-size: 16px;
		line-height: 20px;
	}
	.box-dream-home {
		flex-direction: column;
		gap: 24px;
	}
	.box-dream-home .left .title,
	.box-dream-home .left .description,
	.box-dream-home .right .title,
	.box-dream-home .right .description {
		margin-bottom: 24px;
	}
	.box-dream-home .wrap-contact-item {
		margin-bottom: 24px;
	}
	.box-dream-home .title,
	.box-dream-home .description {
		margin-bottom: 20px !important;
	}
	.box-dream-home .img-style {
		min-height: 350px;
	}
	.box-dream-home .img-style img {
		min-height: 350px;
	}
	.section-contact.style-1 .wrap .left {
		margin-bottom: 40px;
	}
	.text-with-img.style-1 .left {
		margin-bottom: 70px;
	}
	.text-with-img.style-2 .wrap-img {
		padding-bottom: 150px;
	}
	.text-with-img.style-2 .sub {
		bottom: 0;
		right: 0%;
	}
	.text-with-img.style-3 .box-contact {
		margin-bottom: 50px;
	}
	.text-with-img.style-3 .list-info {
		display: flex;
		gap: 30px 34px;
		flex-wrap: wrap;
	}
	.text-with-img.style-3 .list-info li {
		margin-bottom: 0 !important;
	}
	.box-about.style-1 .left,
	.box-about.style-1 .right {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.box-about.style-1 .left {
		margin-bottom: 60px;
	}
	.box-about.style-1 .img-style {
		min-height: 350px;
	}
	.box-about.style-1 .img-style img {
		width: 100%;
		height: 100%;
		min-height: 350px;
		object-fit: cover;
	}
	.box-about.style-1 .widget-video {
		margin: 0;
		position: absolute;
		bottom: 21px;
		left: 48px;
	}
	.widget-video.style-2 .video-icon {
		width: 60px;
		height: 60px;
		font-size: 27px;
	}
	.widget-video.style-2 .textcircle {
		width: 150px;
		height: 150px;
	}
	.wg-filter.style-4 .tf-btn {
		padding: 0px 16px;
	}
	.section-highlight .tag li {
		padding: 7px 15px;
		font-size: 20px;
		line-height: 27.5px;
	}
	.wg-testimonial.style-6 {
		padding: 30px 24px;
	}
	.text-with-form.style-1 .content, .text-with-form.style-2 .content {
		right: 40px;
	}
	.banner-container {
		margin-top: 53px;
	}
	.banner-container .banner-stripe {
		gap: 12px;
		transform: rotate(8.16deg) translateY(-50%);
	}
	.banner-container .banner-stripe.style-2 {
		transform: rotate(-8.16deg) translateY(-50%);
	}
	.box-listings.style-3 .left {
		margin-bottom: 40px;
	}
	.box-project-details .left {
		margin-bottom: 60px;
	}
	.box-project-details .wrap-price {
		margin-bottom: 40px;
	}
	.section-best-property .heading-title {
		font-size: 80px;
		line-height: 108.54px;
	}
	.section-testimonials.style-4 .left {
		margin-bottom: 40px;
	}
}
@media (max-width: 878px) {
	#footer .footer-bottom {
		justify-content: center;
	}
	#footer .footer-bottom p {
		text-align: center;
	}
}
@media (max-width: 800px) {
	.section-agent .wrap-sort {
		flex-wrap: wrap;
	}
	.section-agent .wrap-sort form {
		min-width: calc(50% - 24px);
	}
	.section-agent .wrap-sort .nice-select {
		max-width: calc(50% - 24px);
	}
}
@media (max-width: 767px) {
	
	
	
	.page-layout .sidebar-menu-dashboard {
		transform: translateX(-100%);
	}
	
	.page-layout .sidebar-menu-dashboard-admin {
		transform: translateX(-100%);
	}
	
	.sidebar-menu-dashboard .box-menu-dashboard .nav-menu-link {
	    background-color: unset;
		box-shadow: unset;
	}
	
	.page-layout .main-content {
		padding-left: 0px;
	}
	
	.page-layout .main-content-admin {
		padding-left: 0px;
	}
	
	
	.text-display {
		font-size: 50px;
		line-height: 69px;
	}
	.text-display-2 {
		font-size: 58px;
		line-height: 72px;
	}
	.text-display-3 {
		font-size: 50px;
		line-height: 58px;
	}
	.text-display-4 {
		font-size: 38px;
		line-height: 48px;
	}
	.tf-spacing-1,
	.tf-spacing-2,
	.tf-spacing-3,
	.tf-spacing-4,
	.tf-spacing-5,
	.tf-spacing-6,
	.tf-spacing-7,
	.tf-spacing-8,
	.tf-spacing-9,
	.tf-spacing-10,
	.tf-spacing-11,
	.tf-spacing-12,
	.tf-spacing-14,
	.tf-spacing-15 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	h1 {
		font-size: 45px;
		line-height: 55px;
	}
	h2,
	.h2 {
		font-size: 33px;
		line-height: 43px;
	}
	.text-5 {
		font-size: 26px;
		line-height: 34px;
	}
	.text-11 {
		font-size: 20px;
		line-height: 28px;
	}
	.text-13 {
		font-size: 20px;
		line-height: 28px;
	}
	.text-15 {
		font-size: 33px;
		line-height: 41px;
	}
	.heading-section {
		margin-bottom: 30px !important;
	}
	.section-style.style-border-top {
		border-radius: 30px 30px 0px 0px;
	}
	.md-hide {
		display: none !important;
	}
	.header .box-user .name {
		display: none !important;
	}
	.header .box-user .menu-user {
		left: unset;
		
	}
	.tf-slider.style-1 .bot {
		flex-wrap: wrap;
	}
	.tf-slider.style-1 .bot .wrap-counter {
		order: 2;
	}
	.tf-top-bar .top-bar-inner {
		justify-content: center;
	}
	.tf-top-bar .wrap-social {
		display: none;
	}
	
	/* sakrij tekst "Bijeljina Danas" */
    .tf-top-bar .top-bar-logo-text {
        display: none;
	}
	
    /* logo + news da lijepo stoje u jednom redu */
    .tf-top-bar .top-bar-info {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: nowrap;
	}
	
    .tf-top-bar .top-bar-info .top-bar-news {
        flex: 1 1 auto;
        min-width: 0;
	}
	
    /* po želji: sakrij "Vijesti:" na baš malim širinama da ima više mjesta za naslov */
    .tf-top-bar .top-bar-news-label {
        display: none;
	}
	
	.page-title .wg-filter .form-title {
		flex-wrap: wrap;
		padding: 15px !important;
		gap: 15px;
	}
	.page-title .wg-filter .form-title .box-item {
		width: 100%;
	}
	.page-title .wg-filter .form-title .tf-dropdown-sort {
		border-right: none;
		padding-right: 0;
	}
	.page-title .wg-filter .form-title form fieldset input {
		border: 1px solid var(--Line);
	}
	.page-title .wg-filter .form-title .wrap-btn {
		width: 100% !important;
	}
	.page-title .wg-filter .form-title .wrap-btn .tf-btn {
		width: 100% !important;
	}
	.page-title.home01 {
		padding: 70px 0 70px;
	}
	.page-title.home01 .heading-title {
		margin-bottom: 30px;
	}
	.page-title.home02 {
		padding: 100px 0 70px;
	}
	.page-title.home02 .widget-menu-tab {
		justify-content: center;
	}
	.page-title.home03 {
		padding: 70px 0 70px;
	}
	.page-title.home04 {
		padding: 70px 0 70px;
	}
	.page-title.home04 .widget-menu-tab {
		justify-content: center;
	}
	.page-title.home05 {
		padding: 70px 0 70px;
	}
	.page-title.style-2 {
		padding: 70px 0 70px;
	}
	.page-title.career {
		padding-top: 104px;
	}
	.page-title.home06 .bot,
	.page-title.home06 .item {
		justify-content: center;
	}
	.page-title.home10 .property-info {
		gap: 6px;
	}
	.page-title.home10 .property-info .img-wrap {
		width: 116px;
	}
	#footer .footer-menu-list .title.title-mobile {
		display: block;
		font-size: 17px;
	}
	
	#footer .footer-menu-list .title.title-desktop {
		display: none;
	}
	.error-404 .title {
		margin-bottom: 5px;
	}
	.error-404 p {
		margin-bottom: 22px;
	}
	.blog-article-item.style-2 .image-wrap {
		margin-bottom: 16px;
	}
	.blog-article-item.style-2 .time {
		margin-bottom: 8px;
	}
	.blog-article-item.style-2 .title {
		font-size: 19px;
		line-height: 27px;
	}
	.blog-article-item .box-tag {
		padding: 5px 10px;
	}
	.blog-article-item .box-tag .tag-item {
		font-size: 13px;
		line-height: 21.4px;
	}
	.wg-appraisal .content {
		padding: 25px 25px;
	}
	.wg-appraisal .content .person {
		display: none;
	}
	.section-work-together .wg-partner {
		padding-bottom: 150px;
	}
	.section-work-together .wg-appraisal {
		padding-bottom: 70px;
	}
	.box-house.style-3 {
		grid-template-columns: 1fr;
	}
	.box-house.style-3 .content {
		margin: 70px 15px 70px;
	}
	.box-house.style-5 .image-wrap img {
		height: 500px;
	}
	.box-house.style-5 .heading,
	.box-house.style-5 .bot .left,
	.box-house.style-5 .bot {
		flex-wrap: wrap;
		gap: 12px;
	}
	.icons-box.default {
		padding: 20px 15px;
	}
	.icons-box.default .tf-icon,
	.icons-box.default .title {
		margin-bottom: 15px;
	}
	.icons-box.default p {
		margin-bottom: 18px;
	}
	.section-property-detail .wg-property {
		padding: 24px 15px !important;
	}
	
	.single-property-nearby .box-nearby .box-left {
		margin-bottom: 8px;
	}
	.agent-details .image-wrap {
		max-width: 257px;
	}
	.section-faq .tf-sidebar {
		margin-bottom: 50px;
	}
	.section-faq .tf-sidebar .form-contact-seller {
		margin-bottom: 70px;
	}
	.section-agency-grid .grid-layout-2 {
		gap: 15px;
	}
	.section-agency-grid .agencies-item .list-info li {
		flex-wrap: wrap;
	}
	.section-agency-details .box-description {
		padding: 30px 15px 26px;
	}
	.section-selling-home.style-2 .tf-grid-layout {
		gap: 30px;
	}
	.section-selling-home.style-2 .tf-grid-layout::after {
		display: none;
	}
	.section-selling-home.style-2 .wrap-box .number {
		margin-bottom: 15px;
	}
	.form-contact-seller {
		padding: 30px 15px;
	}
	.section-career .tf-grid-layout-2 {
		gap: 15px;
	}
	.section-contact .box-contact .title {
		font-size: 28px;
		line-height: 38px;
	}
	.section-contact .image-wrap {
		margin-top: 70px;
	}
	.section-contact .image-wrap img {
		width: 100%;
	}
	.section-contact .list-info li .phone {
		font-size: 20px;
		line-height: 30.5px;
		color: var(--Primary);
		font-weight: 700;
	}
	.section-contact .list-info li .phone {
		font-size: 20px;
		line-height: 30.5px;
	}
	.form-contact {
		padding: 30px 15px;
	}
	.page-layout .main-content-inner {
		padding: 10px 15px 0;
	}
	.page-layout .widget-box-2 {
		padding: 30px 15px;
	}
	
	.page-layout .widget-box-bdbox {
		
	    padding: 10px;
		border-radius: 14px;
		background-color: var(--White);
		box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 4%);
		
		/*
			padding: 0px;
			border-radius: 0px;
			background-color: unset;
			box-shadow: unset;
			
		*/
	}
	
	
	.single-property-floor .floor-item {
		padding: 0px 0px;
	}
	
	.wrap-dashboard-content-2 .grid-layout-4 {
		grid-template-columns: 1fr;
	}
	.widget-box-2 .grid-layout-2,
	.widget-box-2 .grid-layout-3 {
		grid-template-columns: 1fr;
	}
	
	
	.grid-layout-2 {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	
	.wrap-dashboard-content .box-fieldset {
		margin-bottom: 30px;
	}
	.section-property-detail .wg-property.box-amenities {
		/*	padding-right: 0 !important;*/
	}
	.section-property-detail .wg-property.box-amenities .heading {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.box-calculate .image-wrap {
		height: 271px;
	}
	.box-calculate .image-wrap .simpleParallax {
		height: 100%;
		width: 100%;
	}
	.box-calculate .image-wrap .simpleParallax img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.box-calculate form {
		padding: 15px;
	}
	.page-layout.full-width .sidebar-menu-dashboard {
		padding: 32px 15px;
	}
	
	.page-layout.full-width .sidebar-menu-dashboard-admin {
		padding: 32px 15px;
	}
	
	
	.counter-item.style-3 span {
		font-size: 44px;
		line-height: 54px;
	}
	.tf-slider.style-1 .thumbs-sw-pagi-2 {
		max-width: 100%;
	}
	.tf-slider.style-1 .pagination,
	.tf-slider.style-1 .img-thumb-pagi {
		width: 100%;
	}
	.clip-color-text div {
		font-size: 137px;
		line-height: 137px;
	}
	.form-search.style-2 fieldset input {
		height: 60px;
		padding-left: 38px;
	}
	.form-search.style-2 .tf-btn {
		height: 51px;
		gap: 6px;
	}
	.form-search.style-2 .icon {
		left: 15px;
	}
	.wrap-layout {
		column-count: 2;
	}
	.wrap-layout .layout-1 {
		margin-top: 50px;
	}
	.wrap-layout .project-item {
		min-height: 250px;
	}
	.box-about.style-1 .heading-section {
		margin-bottom: 0 !important;
	}
	.box-about.style-1 .left,
	.box-about.style-1 .right {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 22px;
	}
	.box-about.style-1 .right .title {
		margin-bottom: 12px;
	}
	.box-about.style-1 .left .img-style {
		max-width: 100%;
	}
	.wg-filter.style-4 .form-title {
		flex-wrap: wrap;
		gap: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.wg-filter.style-4 .nice-select {
		max-width: 48%;
		width: 100%;
	}
	.wg-filter.style-4 .line {
		display: none;
	}
	.wg-filter.style-4 .wrap-btn {
		width: 100%;
	}
	.wg-filter.style-4 .tf-btn {
		width: 100%;
	}
	.section-highlight .wrap {
		height: 636px;
	}
	.section-highlight .text-display-4 {
		font-size: 38px;
		line-height: 48px;
	}
	.text-with-img.style-2 .wrap-img {
		padding-bottom: 70px;
	}
	.text-with-img.style-2 .content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.text-with-img.style-2 .sub {
		border-width: 11px;
	}
	.wg-testimonial.style-6 {
		padding: 30px 15px;
	}
	.text-with-form .info {
		gap: 20px !important;
	}
	.text-with-form .content {
		padding: 32px 15px !important;
	}
	.text-with-form .heading,
	.text-with-form .info {
		margin-bottom: 24px;
	}
	.text-with-form .price {
		margin-bottom: 12px;
	}
	.text-with-form .text-11 {
		font-size: 17px;
		line-height: 25px;
	}
	.text-with-form .text-14 {
		font-size: 16px;
		line-height: 26px;
	}
	.text-with-form .wrap-price .tf-btn {
		padding: 0 12px;
	}
	.text-with-form.style-1, .text-with-form.style-2 {
		height: unset;
		min-height: unset;
	}
	.text-with-form.style-1 .sw-single img, .text-with-form.style-2 .sw-single img {
		min-height: 701px;
	}
	.text-with-form.style-1 .content, .text-with-form.style-2 .content {
		inset: 0;
		margin: 70px 15px;
		max-width: 100%;
		width: unset;
	}
	.text-with-form.style-1 .info-agent, .text-with-form.style-2 .info-agent {
		align-items: center;
	}
	.text-with-form.style-1 .btn-main, .text-with-form.style-2 .btn-main {
		height: 66px;
	}
	.text-with-form.style-1 .avatar, .text-with-form.style-2 .avatar {
		width: 65px;
		height: 65px;
	}
	.text-with-form.style-2 {
		height: unset;
		min-height: unset;
	}
	.section-testimonials.style-4 .tf-grid-layout {
		height: 896px;
		overflow: hidden;
	}
	.box-project-details .left {
		margin-bottom: 60px;
	}
	.box-project-details .wrap-price {
		margin-bottom: 40px;
	}
	.box-project-details .tf-btn {
		padding: 0 12px;
	}
	.box-project-details .info-agent {
		gap: 12px;
	}
	.box-home-layout .left {
		margin-bottom: 60px;
	}
	.project-slider .featured-post {
		left: 0;
		right: 0;
		margin: 0 15px;
		max-width: 100%;
		width: unset;
		padding: 24px 15px;
	}
	.project-slider .sub {
		margin-bottom: 10px;
	}
	.project-slider .heading {
		margin-bottom: 20px;
	}
	.project-slider .wrap-btn .sw-button {
		height: 47px;
		width: 47px;
	}
	.box-photo-gallery {
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-best-property .heading-title {
		font-size: 66px;
		line-height: 76.54px;
	}
	.banner-container .banner-stripe .text-container {
		padding: 4px 0;
	}
	.banner-container .banner-stripe.style-2 {
		transform: rotate(0) translateY(-50%);
	}
	.counter-item.style-5 span {
		font-size: 53px;
		font-weight: 500;
		line-height: 66px;
		color: var(--Heading);
	}
}
@media (max-width: 757px) {
	#footer .footer-top .contact-item {
		align-items: center;
	}
	#footer .footer-top .contact-item svg {
		width: 35px;
		height: 35px;
	}
	#footer .footer-top .contact-item .content::after {
		top: 5px;
		height: 40px;
	}
	#footer .footer-top .contact-item .content .title {
		font-size: 14px;
		margin-bottom: 0;
	}
	#footer .footer-top .contact-item .content h6 {
		font-size: 16px;
	}
}
@media (max-width: 676px) {
	.widget-tabs .widget-menu-tab {
		justify-content: start;
	}
	.agency-details .content {
		flex-wrap: wrap;
		gap: 15px;
		margin-left: 15px;
	}
	
	
	.profil-naslov {
		font-size:20px;
		
	}
	
	.podaci-profil {
		border-top: 1px solid var(--Line);
		margin-top: 15px;
		padding-top: 10px;
	}
	
}
@media (max-width: 655px) {
	.page-layout .flat-counter-v2 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 644px) {
	.wrap-pagination {
		justify-content: center;
	}
}
@media (max-width: 630px) {
	.header .header-right .bdtokeni {
		/*display: none;*/
	}
}
@media (max-width: 594px) {
	.wg-filter .wd-search-form .group-price {
		grid-template-columns: repeat(1, 1fr);
	}
	.wg-filter .wd-search-form .group-amenities {
		grid-template-columns: repeat(2, 1fr);
	}
	.wg-filter .wd-search-form .group-select {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 575px) {
	
	
	body {
		/*	background: var(--White);	 */
	}
	
	.ikonicatekst-korisnik-avatar-javni-profil {
		
		width: 130px;
		height: 130px;
		font-size: 35px;
		
	}
	
	.flex-wrap-sm {
		flex-wrap: wrap;
	}
	.text-display,
	.text-display-2 {
		font-size: 36px;
		line-height: 47px;
	}
	.page-title.home06 .item,
	.page-title.home06 .title {
		text-align: center;
	}
	.page-title.home06 .tf-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.box-title .right {
		width: 100%;
		justify-content: space-between;
	}
	
	.box-title .right-klub {
		
		justify-content: space-between;
	}
	
	.sw-button.style-2 {
		height: 45px;
		width: 45px;
		font-size: 15px;
	}
	.section-opinion.style-1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.agent-details {
		flex-wrap: wrap;
	}
	.agent-details .image-wrap {
		max-width: 100%;
	}
	.section-agency-layout .grid-layout-2 {
		grid-template-columns: 1fr;
	}
	.agency-details .image-wrap img {
		height: 192px;
		object-fit: cover;
	}
	.agency-details .logo {
		width: 130px;
	}
	.page-layout .box-agent-avt {
		flex-wrap: wrap;
	}
	.section-property-detail .wg-property.box-amenities .wrap-feature {
		gap: 10px;
	}
	.section-property-detail .wg-property.box-amenities .wrap-feature .box-feature {
		width: 100%;
	}
	.section-property-detail .wg-property.box-attachments .row {
		gap: 20px;
	}
	.widget-video .popup-youtube {
		width: 60px;
		height: 60px;
	}
	.widget-video .popup-youtube i {
		font-size: 17px;
	}
	.wg-pagination {
		gap: 7px;
	}
	.flat-account .form-account {
		padding: 30px;
	}
	.clip-color-text div {
		font-size: 114px;
		line-height: 114px;
	}
	.section-highlight .text-display-4 {
		font-size: 30px;
		line-height: 40px;
	}
	.section-highlight .content .img-group {
		margin-bottom: 15px;
	}
	.section-highlight .content .img-group li {
		width: 55px;
	}
	.counter-item.style-4 {
		margin-bottom: 12px;
	}
	.counter-item.style-4 span {
		font-size: 48px;
		line-height: 60px;
	}
	.box-home-layout .info {
		gap: 50px;
	}
	.box-home-layout .info .item:not(:last-child)::after {
		right: -23px;
	}
	.section-best-property .heading-title {
		font-size: 55px;
		line-height: 65.54px;
	}
	.text-with-form.style-1 .info-agent, .text-with-form.style-2 .info-agent {
		padding-top: 26px;
		margin-top: 26px;
		margin-bottom: 26px;
	}
}
@media (max-width: 550px) {
	.grid-layout-3 {
		grid-template-columns: 1fr;
	}
	.header .header-right .btn-add {
		
	}
	.section-blog-details .group-image {
		flex-wrap: wrap;
	}
	.section-CTA .content-inner {
		flex-wrap: wrap;
		gap: 30px;
	}
	.box-location .content {
		margin: 0 10px;
	}
	.box-location .tf-btn {
		padding: 15px 11px;
		height: 43px;
		font-size: 13px;
		gap: 3px;
	}
	.box-location .tf-btn i {
		font-size: 11px;
	}
	.section-neighborhoods.style-2 .content {
		margin: 0 15px;
	}
	.section-CTA:not(.style-2) .content-inner {
		gap: 20px;
	}
	.section-CTA:not(.style-2) .tf-btn {
		width: 100%;
	}
	.thumbs-sw-pagi.style-2 {
		margin-top: 0;
	}
	.section-agent .wrap-sort form {
		min-width: 100%;
	}
	.section-agent .wrap-sort .nice-select {
		max-width: 100%;
	}
	.section-agent .wrap-sort .nice-select.select-sort {
		justify-content: start;
	}
	.box-review .wg-testimonial {
		right: 0px;
		padding: 15px;
	}
	.box-review .wg-testimonial .ratings {
		margin-bottom: 7px;
	}
	.box-review .wg-testimonial .avatar {
		width: 40px;
		height: 40px;
	}
	.box-review .wg-testimonial .description {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 20.4px;
	}
	.box-review h6,
	.box-review .h6 {
		font-size: 14px;
		line-height: 14.5px;
	}
	.box-review .box-author {
		top: 57px;
		left: 0px;
		padding: 9px 16px;
	}
	.box-review .box-author .avatar {
		width: 30px;
		height: 30px;
	}
	.box-review .content-right > .ratings {
		top: 100px;
	}
	.section-contact .list-info li .phone {
		font-size: 20px;
		line-height: 30.5px;
	}
	.form-contact .cols {
		flex-wrap: wrap;
	}
	.form-contact .phone {
		width: 100%;
	}
	.form-contact .select {
		width: 100%;
	}
	.menu-user {
		width: 230px;
		right: 0;
		left: unset;
	}
	.menu-user .dropdown-item {
		padding: 13px 20px;
	}
	.wg-testimonial.style-no-boder {
		padding: 32px 15px 21px;
	}
	.project-item.empty {
		height: 250px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		gap: 10px;
	}
	.project-item.empty .logo {
		margin-bottom: 7px;
		width: 113px;
	}
	.project-item.empty .tf-btn i {
		display: none;
	}
}
@media (max-width: 475px) {
	.box-house.style-list {
		flex-direction: column;
	}
	.box-house.style-list .image-wrap {
		max-width: 100% !important;
	}
	.box-house.style-list .image-wrap > a {
		width: 100%;
	}
	.box-house.style-list .image-wrap img {
		width: 100%;
		object-fit: cover;
	}
	.box-house.style-list.v2 .image-wrap img {
		height: 221px;
		object-fit: cover;
	}
	.box-location:not(.style-2) {
		flex-wrap: wrap;
		justify-content: center;
	}
	.box-location:not(.style-2) .content {
		text-align: center;
	}
	.section-realty .counter-item {
		width: 165px;
		height: 164px;
	}
	.section-realty .counter-item span {
		font-size: 40px;
		line-height: 50px;
	}
	.section-realty .counter-item .count p {
		font-size: 14px;
	}
	
	
	.tf-top-bar .top-bar-info {
        justify-content: center; /* sve centrirano u vrhu */
        flex-wrap: nowrap;       /* NE prelamaj u dva reda */
        gap: 6px;                /* manji razmak */
	}
	
    /* ticker da se fino uklopi */
    .tf-top-bar .top-bar-news .news-ticker {
        max-height: 22px;
	}
	
	.section-property-map.list .box-house.style-list .image-wrap {
		max-width: 100% !important;
	}
	.box-overview .info-detail {
		justify-content: space-between;
		gap: 30px 20px;
	}
	.box-overview .info-detail .wrap-box {
		width: calc(50% - 20px);
	}
	.section-contact-help .heading-section {
		gap: 7px;
	}
	.section-contact-help .heading-section .title {
		font-size: 24px;
		line-height: 32px;
	}
	.section-contact-help .wrap-btn {
		flex-wrap: wrap;
	}
	.section-contact-help .wrap-btn .tf-btn {
		width: 100%;
	}
	.box-benefits .content .wrap-icon {
		flex-wrap: wrap;
		gap: 30px;
	}
	.box-benefits .content .box-icon {
		width: 100%;
	}
}
@media (max-width: 457px) {
	.box-amenities .wrap-feature .box-feature {
		width: 100%;
	}
}
@media (max-width: 425px) {
	.wrap-comment .comment-item {
		/* flex-wrap: wrap; */
	}
	.form-pre-approved .tf-btn {
		width: 100%;
	}
	.agent-item .content .name {
		font-size: 18px;
		line-height: 28px;
	}
	.box-title .nice-select {
		padding: 0 10px;
	}
	.box-title .nice-select::after {
		right: 6px;
	}
	.agencies-item {
		flex-wrap: wrap;
	}
	.career-item {
		padding: 29px 15px;
	}
	.career-item .name {
		font-size: 16px;
		line-height: 24px;
		max-width: 110px;
	}
	.header .header-right .box-user .name {
		display: none;
	}
	.tf-sidebar .sidebar-featured.style-2 { 
		padding: 30px 15px;
	}
	.tf-sidebar .sidebar-featured .box-listings .box-listings-korpa .meta-list {
		gap: 9px;
	}
	.clip-color-text div {
		font-size: 100px;
		line-height: 100px;
	}
	.single-property-map .info-map {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}


/* Samo za textarea sa opisom oglasa */
form textarea#description {
	
    min-height: 150px;
    overflow-y: hidden;        /* nema scrollbara dok ne pređe max */
    resize: vertical;          /* ako korisnik želi ručno da rastegne */
}


/* Kad je dostigla max visinu – dozvoli skrol */
form textarea#description.is-max {
    overflow-y: auto;
}




/*------------------- KLUB -------------------*/
/*------------------- KLUB NASLOVNA -------------------*/






/*------------------- KLUB OPŠTE -------------------*/

.klub-poruka-ukupno {
	    background: var(--ticker-vijesti-bg);
    color: var(--Heading);
    padding: 6px 6px 6px 6px;
    font-weight: 500;
    border-radius: 16px;
    font-size: 15px;
    line-height: 1;
	
}

.naslovteme {
	margin-bottom: 8px;
	padding-bottom: 11px;
	line-height: 17px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 0.0625rem solid #dddddd;
}

.atparent {
	color: var(--Primary);
    font-size: 12px;
}

.trazenipost {
	border: 3px solid var(--Primary) !important;
	border-radius: 10px;
}

.korekcijamenija {
	font-size: 14px;
	vertical-align: top;
}

.botalert {
	font-size: 14px;
	line-height: 17px;
}

.skupiodgovore {
	color: var(--Primary);
    padding-left: 6px;
    font-size: 0.9rem;
    line-height: 1;
    position: absolute;
    margin-top: -25px;
    z-index: 1;
}

.josodgovora {
	color: var(--Primary);   
	padding-left: 11px;    
	font-size: 14px;
	text-decoration: NONE;
}

.bdbot {
	color: #1877f2;
	font-size: 16px;
}

.vrijemeteme {
	font-weight: 400;
	color: #adadad;
	font-size: 12px;
}


.bdboxklub-topic-title {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2.5rem;
}

.bdboxklub-topic-title a {
	color: var(--Primary);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Stilizacija za strelice kada korisnik glasa za upvote */
.voted-up .material-symbols-rounded {
	color: green;
}

/* Stilizacija za strelice kada korisnik glasa za downvote */
.voted-down .material-symbols-rounded {
	color: red;
}

.glasanjebox {
	background: var(--ticker-vijesti-bg);
	    padding: 4px 4px 2px 4px;
    border-radius: 20px;
}

.glasanjebox:hover  {
	background: #1877f254;
}

.bdboxklub-upvotes, .bdboxklub-downvotes {
	cursor: pointer;	
	line-height: 1;
}

.bdboxklub-upvotes:hover, .bdboxklub-downvotes:hover {
	color: var(--Primary);
}

.odgovoribox {

	background: var(--ticker-vijesti-bg);
	padding: 0px 11px 0px 11px;
	border-radius: 20px;
	cursor: pointer;
	height: 32px;
}

.odgovoribox:hover  {
	background: #1877f254;
}

.poklonbox {
	
	background: var(--ticker-vijesti-bg);
    padding: 4px 10px 2px 10px;
    border-radius: 20px;
    cursor: pointer;
  height: 32px;
}

.poklonbox:hover  {
	background: #1877f254;
}




.BDBOXporuka-menu-icon {
	height: 36px;
    width: 36px;
    border: 1px solid var(--Line-tamnija);
    background: transparent;
    border-radius: 10px;
	cursor: pointer;
}

.BDBOXporuka-menu-icon:hover {
	background: #e5e5e5;
}


.BDBOXporuka-dropdown-menu {
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1;
	border-radius: 7px;
	padding: 10px;
}

.BDBOXporuka-dropdown-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.BDBOXporuka-dropdown-menu ul li {
	padding: 10px;
	cursor: pointer;
	font-size: 15px;
}

.BDBOXporuka-dropdown-menu ul li:hover {
	background-color: var(--ticker-vijesti-bg);
}

.komande {
	/*
	    background-color: var(--White);
	border-radius: 16px;
	padding: 30px;
	border: 1px solid var(--Line);
	*/
	
}


.komande .nice-select{
	   width: 165px;
    height: 40px;
    border-radius: 10px;
    padding: 0 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	
}


.komande .bdboxinput{
	   height: 40px !important;
    border-radius: 10px !important;
	
}

.komande .malodugme{
	height: 40px !important;
    border-radius: 10px !important;
	
}


.ikonicatekst {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	
}

/*------------------- KLUB PRIKAZ KATEGORIJE -------------------*/


/* Gornji deo kartice sa informacijama o korisniku i vremenu */
.user-infoKategorija {
	display: flex;
	align-items: center; /* Vertikalno centriranje */
}

.user-nameKategorija a {
	font-size: 15px;
	
	font-weight: 500;
}

.user-nameKategorija a:hover {
	color: #1877f2;
}


.user-profile-picKategorija {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
	vertical-align: middle; 

}


.tema {
	display: inline-block;
	
}

.bdboxklub-topic-descriptionKategorija {
	font-size: 16px;
	cursor: pointer;	
	line-height: 24px;
	
}

.bdboxklub-cardKategorija {
	

	
	background-color: var(--White);
    padding: 30px;
	text-decoration: none; /* Uklanja underline za ceo link */
    border: 1px solid var(--Line);
    border-radius: 16px;
	margin-bottom: 20px;
	
}		

/* Hover efekat za karticu */
.bdboxklub-cardKategorija:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

/* Gornji deo kartice sa informacijama o korisniku i vremenu */
.bdboxklub-cardKategorija-header {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
}

/* Donji deo kartice sa interaktivnim ikonama */
.bdboxklub-cardKategorija-footer {


	margin-top: 20px;
}




.bdboxklub-image-wrapper {
	max-width: 80px; /* Prilagodi po želji */
	display: inline-block;
}

.bdboxklub-image {
	max-width: 80px;
	height: auto;
	object-fit: cover;
	border-radius: 50%;
}


.procitajvise {
	color: #007bff;
}

.odgovoriboxvrijeme {
	    padding: 6px 0px 3px 0px;
	
}




.bdboxklub-comments  {
	
	font-size: 16px;
	font-weight: 500;
}


.net-votes {
	
	font-weight: 500;
	font-size: 16px;
	align-self: center;
}





/*------------------- KLUB PRIKAZ TEME -------------------*/

.user-info {
	display: flex;
	align-items: center;

	width: 100%; /* Osigurava da se elementi rasporede po celoj širini */
}




.user-name a {
	font-size: 14px;
	font-weight: 500;
}

.user-name a:hover {
	color: #1877f2;
}



.ostalipodaci {
	flex: 1; /* Ostatak prostora za podatke */
	background-color: var(--White);
    padding: 30px;
    text-decoration: none;
    border: 1px solid var(--Line);
    border-radius: 16px;
    margin-bottom: 20px;
}

.bdboxklub-card {
	
	
	margin-bottom: 20px;
	min-width: 300px;
	width: 100%;
	text-decoration: none; /* Uklanja underline za ceo link */
	color: inherit; /* Nasledi boju teksta */
	transition: background-color 0.3s ease;
	position: relative; /* Potrebno za liniju koja povezuje odgovore */
}

/* Raspored Flexbox za sliku levo i podatke desno */
.bdboxklub-card-body {
	display: flex; /* Flexbox za raspored slike i podataka */
	align-items: flex-start; /* Poravnanje slika i teksta */
}

.replies .bdboxklub-card::before {
	left: -40px; /* Pomeri liniju više levo za odgovore */
}

/* Gornji deo kartice sa informacijama o korisniku i vremenu */
.bdboxklub-card-header {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	margin-bottom: 10px;
	align-items: center;
}

/* Donji deo kartice sa interaktivnim ikonama */
.bdboxklub-card-footer {
	margin-top: 20px;
}

/* Sakrivanje linije za poslednji odgovor u hijerarhiji */
.replies:last-child .bdboxklub-card::before {
	background-color: transparent;
}


.omotaccjeline {
	position: relative;
}

.omotaccjeline::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 1px;
	/* background-color: #ddd; */
	top: -20px;
	bottom: 39px;
	border-left: 1px dotted var(--Line-tamnija);
}


.bdboxklub-topic-description {
	font-size: 16px;
	line-height: 25px;
}


.bdboxklub-topic-description a {
	color: var(--Primary);
}

.bdboxklub-topic-description h1 {
	font-size: 27px;
	line-height: 1rem;
	font-weight: 700;
	margin: 0;
}


.bdboxklub-topic-description h2 {
	font-size: 22px;
	line-height: 1rem;
	font-weight: 600;
	margin: 0;
}

.bdboxklub-topic-description h3 {
	font-size: 18px;
	line-height: 1rem;
	font-weight: 500;
	margin: 0;
}



.comment-placeholder {
	 border: 1px solid var(--Line-tamnija);
    padding: 10px;
    border-radius: 16px;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
}

.comment-placeholder:hover {
	cursor: text;
	background: #f9f9f9;
}

.comment-placeholder p {
	margin: 0;
	color: #888;
	font-size: 16px;
}

/* Stilizacija za textarea i dugmad */
.comment-form {
	margin-top: 10px;
}

.reply-section textarea {
	background-color: var(--svijetla-pozadina);
    border: 1px solid var(--Line-tamnija);
    border-radius: 16px;
	width: 100%;
    padding: 13px 15px;
	font-weight: 400;
	
}


#comment-textarea  {
	background-color: var(--svijetla-pozadina);
    border: 1px solid var(--Line-tamnija);
    border-radius: 16px;
	width: 100%;
    padding: 13px 15px;
	font-weight: 400;
	font-size: 15px;
	
}

.bdboxklub-topic-description textarea {
	background-color: var(--svijetla-pozadina);
    border: 1px solid var(--Line-tamnija);
    border-radius: 16px;
	width: 100%;
    padding: 13px 15px;
	font-weight: 400;
	
}


/* Hijerarhijski stil za odgovore sa linijom sa leve strane */
.replies {
	margin-left: 30px; /* ili padding-left, zavisno od efekta koji želiš */
	padding-left: 15px;
}





.slikakorisnika {
	margin-right: 8px; /* Razmak između slike i ostatka podataka */
	margin-top: 29px;
}

.reply-connection-line {
	position: absolute;
	width: 2px;
	background-color: #ddd;
	left: 45px; /* Pozicija linije */
	top: 50px; /* Početak linije */
}

.user-profile-pic-tema {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 10px;
	object-fit: cover;

	
	
}

.user-profile-pic {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	object-fit: cover;
	
}

.tabmeni {
	font-weight: 500;   
	padding: 7px 21px 7px 23px; 
	font-size: 17px;
}

.tabmeniactive {
	color: #000000;
	border-bottom: 4px solid #1877f2;
}