*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial,sans-serif;
overflow-x:hidden;
background:#fff;
}

.hero{
height:100vh;
background:url('https://i.imgur.com/dZJ0alu.png') center center/cover no-repeat;
position:relative;
color:#fff;
}

.hero:before{
content:'';
position:absolute;
inset:0;
background:rgba(0,0,0,.25);
}

.hero-small{
height:100vh;
}

.flags{
position:absolute;
top:18px;
right:60px;
z-index:10;
display:flex;
align-items:center;
gap:4px;
}

.flags img{
width:18px;
height:auto;
cursor:pointer;
transition:.3s;
}

.flags img:hover{
transform:scale(1.08);
}

nav{
position:relative;
z-index:5;
display:flex;
justify-content:space-between;
align-items:center;
padding:35px 80px 20px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(3px);
}

.nav-left{
display:flex;
align-items:center;
gap:35px;
}

.brand{
text-decoration:none;
color:#fff;
display:flex;
align-items:center;
}

.brand-text{
display:flex;
flex-direction:column;
}

.marea{
font-size:58px;
font-weight:700;
line-height:1;
color:#fff;
}

.nek{
font-size:15px;
letter-spacing:5px;
margin-top:4px;
color:#fff;
}

.header-phone{
display:flex;
align-items:center;
gap:8px;
color:#fff;
text-decoration:none;
font-size:18px;
font-weight:300;
white-space:nowrap;
transition:.3s;
}

.header-phone:hover{
opacity:.8;
}

nav ul{
display:flex;
align-items:center;
gap:42px;
list-style:none;
}

nav ul li{
list-style:none;
}

nav ul li a{
color:#fff;
text-decoration:none;
font-size:20px;
font-weight:400;
transition:.3s;
position:relative;
}

nav ul li a:after{
content:'';
position:absolute;
left:0;
bottom:-5px;
width:0;
height:2px;
background:#fff;
transition:.3s;
}

nav ul li a:hover:after{
width:100%;
}

.hero-content{
position:relative;
z-index:2;
text-align:center;
padding-top:220px;
}

.hero-content h1{
font-size:72px;
font-weight:700;
line-height:1.15;
max-width:1300px;
margin:auto;
}

/* ========================= */
/* V11 KONTAKT HERO */
/* ========================= */

.hero-contact{
padding-top:120px;
}

.hero-contact h1{
font-size:80px;
margin-bottom:35px;
}

.hero-contact-info{
max-width:900px;
margin:0 auto;
background:rgba(255,255,255,.12);
backdrop-filter:blur(8px);
padding:40px;
border-radius:14px;
}

.hero-contact-info h2{
font-size:34px;
font-weight:600;
margin-bottom:35px;
color:#fff;
}

.hero-contact-row{
display:flex;
justify-content:space-between;
align-items:center;
padding:14px 0;
border-bottom:1px solid rgba(255,255,255,.15);
font-size:20px;
}

.hero-contact-row strong{
color:#fff;
font-weight:700;
}

.hero-contact-row span{
color:#fff;
}

.hero-contact-social{
display:flex;
justify-content:center;
gap:20px;
margin-top:35px;
}

.hero-contact-social a{
background:#7a1010;
color:#fff;
text-decoration:none;
padding:14px 28px;
border-radius:30px;
font-size:16px;
transition:.3s;
}

.hero-contact-social a:hover{
background:#5f0c0c;
}

.searchbar{
position:absolute;
z-index:3;
bottom:70px;
left:50%;
transform:translateX(-50%);
width:84%;
display:grid;
grid-template-columns:repeat(6,1fr) 220px;
background:#fff;
border-radius:6px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.searchbar input{
padding:24px;
border:none;
border-right:1px solid #ddd;
font-size:16px;
outline:none;
}

.searchbar button{
background:#7a1010;
color:#fff;
border:none;
font-weight:bold;
cursor:pointer;
font-size:15px;
letter-spacing:1px;
transition:.3s;
}

.searchbar button:hover{
background:#5f0c0c;
}

.featured-section{
padding:90px 80px;
background:#f7f7f7;
}

.featured-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:50px;
}

.featured-header h2{
font-size:72px;
font-weight:300;
color:#333;
}.featured-buttons{
display:flex;
gap:15px;
}

.featured-buttons button{
padding:16px 34px;
background:#fff;
border:1px solid #7a1010;
color:#7a1010;
border-radius:8px;
cursor:pointer;
font-size:18px;
transition:.3s;
}

.featured-buttons button:hover,
.featured-buttons .active{
background:#7a1010;
color:#fff;
}

.property-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:32px;
}

.property-card{
background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,.08);
transition:.3s;
overflow:hidden;
}

.property-card:hover{
transform:translateY(-5px);
}

.property-image{
position:relative;
height:320px;
overflow:hidden;
}

.property-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:.5s;
}

.property-card:hover .property-image img{
transform:scale(1.05);
}

.badge{
position:absolute;
bottom:0;
right:0;
background:#7a1010;
color:#fff;
padding:12px 20px;
font-size:14px;
letter-spacing:2px;
}

.property-content{
padding:28px;
}

.property-content h3{
font-size:20px;
line-height:1.4;
color:#333;
margin-bottom:70px;
}

.property-meta{
display:flex;
gap:30px;
font-size:18px;
color:#888;
}

.why-us{
padding:110px 80px;
background:#fff;
}

.why-header{
text-align:center;
margin-bottom:80px;
}

.why-header h2{
font-size:64px;
font-weight:300;
color:#222;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:50px;
}

.why-card{
text-align:center;
padding:20px;
}

.why-icon{
font-size:70px;
margin-bottom:30px;
}

.why-card h3{
font-size:30px;
color:#7a1010;
margin-bottom:25px;
font-weight:600;
}

.why-card p{
font-size:18px;
line-height:1.8;
color:#666;
}

.agents-section{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
background:#f7f7f7;
margin-top:40px;
}

.agents-content{
padding:90px;
}

.agents-small{
display:block;
font-size:14px;
letter-spacing:3px;
color:#7a1010;
margin-bottom:20px;
font-weight:bold;
}

.agents-content h2{
font-size:58px;
line-height:1.15;
color:#222;
margin-bottom:30px;
font-weight:300;
}

.agents-content p{
font-size:20px;
line-height:1.8;
color:#666;
margin-bottom:40px;
}

.contact-btn{
display:inline-block;
background:#7a1010;
color:#fff;
text-decoration:none;
padding:18px 40px;
border-radius:6px;
font-size:18px;
transition:.3s;
}

.contact-btn:hover{
opacity:.9;
}

.agents-image{
height:100%;
}

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

.footer-top{
background:#f1f1f1;
padding:100px 80px;
display:grid;
grid-template-columns:1.2fr 1fr .9fr .8fr;
gap:50px;
align-items:flex-start;
}

.footer-logo{
width:320px;
max-width:100%;
display:block;
margin-bottom:-30px;
}

.footer-left p{
font-size:20px;
line-height:1.8;
color:#666;
max-width:500px;
margin-top:0;
}

.footer-column-title{
font-size:26px;
font-weight:700;
color:#222;
margin-bottom:40px;
line-height:1;
}

.footer-center{
display:flex;
flex-direction:column;
gap:18px;
align-self:start;
}

.footer-contact-item h4{
font-size:18px;
margin-bottom:8px;
color:#222;
font-weight:600;
}

.footer-contact-item p{
font-size:18px;
color:#666;
line-height:1.6;
}

.footer-legal{
display:flex;
flex-direction:column;
align-self:start;
}

.footer-legal a{
font-size:20px;
color:#666;
text-decoration:none;
margin-bottom:18px;
transition:.3s;
}

.footer-legal a:hover{
color:#7a1010;
}

.footer-right{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
padding-top:10px;
}

.hgk-logo{
width:240px;
margin-bottom:-30px;
display:block;
}

.footer-right p{
font-size:18px;
color:#666;
}

.footer-bottom{
background:#000;
color:#fff;
padding:35px 80px;
display:flex;
justify-content:space-between;
align-items:center;
}

.back-top{
width:50px;
height:50px;
background:#7a1010;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
color:#fff;
font-size:22px;
transition:.3s;
}

.back-top:hover{
transform:translateY(-3px);
}

@media(max-width:1200px){

.hero-content h1{
font-size:58px;
}

.nav-left{
gap:20px;
}

.header-phone{
font-size:16px;
}

nav ul{
gap:25px;
}

nav ul li a{
font-size:18px;
}

.hero-contact-info{
max-width:90%;
padding:30px;
}

.hero-contact-row{
font-size:18px;
}

}

@media(max-width:1100px){

.property-grid{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr;
}

.agents-section{
grid-template-columns:1fr;
}

.footer-top{
grid-template-columns:1fr;
text-align:center;
gap:50px;
}

.footer-left p{
max-width:none;
}

.footer-center{
align-items:center;
}

.footer-legal{
align-items:center;
}

.footer-right{
align-items:center;
}

.footer-bottom{
flex-direction:column;
gap:20px;
text-align:center;
}

}

@media(max-width:900px){

nav{
flex-direction:column;
gap:20px;
padding:30px;
}

.nav-left{
flex-direction:column;
gap:15px;
}

.hero-content{
padding-top:180px;
}

.hero-content h1{
font-size:46px;
padding:0 20px;
}

.hero-contact h1{
font-size:56px;
}

.hero-contact-row{
flex-direction:column;
gap:8px;
text-align:center;
}

.hero-contact-social{
flex-direction:column;
align-items:center;
}

.searchbar{
position:relative;
left:auto;
transform:none;
width:92%;
margin:40px auto;
bottom:auto;
grid-template-columns:1fr;
}

.searchbar input{
border-right:none;
border-bottom:1px solid #ddd;
}

.featured-section,
.why-us,
.footer-top{
padding-left:30px;
padding-right:30px;
}

.featured-header{
flex-direction:column;
gap:20px;
text-align:center;
}

.featured-header h2{
font-size:48px;
}

.why-header h2{
font-size:42px;
}

.agents-content{
padding:50px 30px;
}

}

@media(max-width:600px){

.marea{
font-size:42px;
}

.nek{
font-size:12px;
letter-spacing:3px;
}

.header-phone{
font-size:16px;
}

.hero-content h1{
font-size:34px;
}

.hero-contact h1{
font-size:44px;
}

.hero-contact-info{
padding:25px 20px;
}

.hero-contact-info h2{
font-size:26px;
}

.hero-contact-row{
font-size:16px;
}

.flags{
right:15px;
}

.featured-header h2{
font-size:36px;
}

.why-header h2{
font-size:32px;
}

.agents-content h2{
font-size:36px;
}

.footer-bottom{
padding:25px;
}

}

} /* KRAJ @media(max-width:600px) */


/* =========================
   ZAPOŠLJAVAMO V9
========================= */

.career-section{
padding:180px 120px;
background:#f6f6f6;
}

.career-alt{
background:#ffffff;
}

.career-container{
max-width:1650px;
margin:0 auto;
}

.career-grid{
display:grid;
grid-template-columns:1.1fr 1fr;
align-items:center;
gap:140px;
}

.career-grid.reverse .career-text{
order:1;
}

.career-grid.reverse .career-image{
order:2;
}

.career-image{
overflow:hidden;
}

.career-image img{
width:100%;
display:block;
border-radius:24px;
box-shadow:0 30px 70px rgba(0,0,0,.08);
transition:.4s ease;
}

.career-image img:hover{
transform:scale(1.02);
}

.career-text{
display:flex;
flex-direction:column;
justify-content:center;
}

.career-text h2{
font-size:78px;
font-weight:300;
line-height:1.05;
letter-spacing:-2px;
color:#1f1f1f;
margin-bottom:40px;
}

.career-text p{
font-size:24px;
line-height:1.9;
color:#666;
max-width:720px;
}

/* TABLET */

@media(max-width:1200px){

.career-section{
padding:120px 60px;
}

.career-grid{
gap:70px;
}

.career-text h2{
font-size:58px;
letter-spacing:-1px;
}

.career-text p{
font-size:21px;
}

}

/* MOBITEL */

@media(max-width:900px){

.career-section{
padding:80px 30px;
}

.career-grid{
grid-template-columns:1fr;
gap:50px;
}

.career-grid.reverse .career-text,
.career-grid.reverse .career-image{
order:unset;
}

.career-text{
text-align:center;
}

.career-text p{
margin:auto;
}

.career-text h2{
font-size:42px;
letter-spacing:0;
}

.career-text p{
font-size:18px;
line-height:1.8;
}

.career-image img{
border-radius:18px;
}

} /* KRAJ @media(max-width:900px) */


/* =========================
 /* =========================
   HERO CONTACT LAYOUT
========================= */

.hero-contact{
padding-top:120px;
text-align:center;
position:relative;
z-index:2;
}

.hero-contact h1{
margin-bottom:35px;
}


/* =========================
   HERO PHONE BOX
========================= */

.career-phone-box{
display:inline-flex;
align-items:center;
justify-content:center;
gap:14px;
padding:20px 38px;
border:3px solid rgba(255,255,255,.95);
border-radius:8px;
color:#fff;
text-decoration:none;
font-size:22px;
font-weight:700;
background:rgba(255,255,255,.06);
backdrop-filter:blur(6px);
transition:.3s;
}

.career-phone-box:hover{
background:rgba(255,255,255,.15);
transform:translateY(-2px);
}

.career-phone-box span{
font-size:28px;
}


/* =========================
   SCROLL ARROW
========================= */

.scroll-indicator{
position:absolute;
left:50%;
bottom:-260px;
transform:translateX(-50%);
text-decoration:none;
z-index:999;

display:block;
font-size:90px;
line-height:1;
color:#fff;

animation:scrollArrow 2s infinite;
}

@keyframes scrollArrow{

0%{
transform:translateX(-50%) translateY(0);
opacity:.55;
}

50%{
transform:translateX(-50%) translateY(12px);
opacity:1;
}

100%{
transform:translateX(-50%) translateY(0);
opacity:.55;
}

}


/* TABLET */

@media(max-width:900px){

.hero-contact{
padding-top:140px;
}

.career-phone-box{
font-size:18px;
padding:16px 28px;
}

.scroll-indicator{
bottom:-220px;
}

.scroll-indicator::after{
font-size:80px;
}

}


/* MOBITEL */

@media(max-width:600px){

.hero-contact{
padding-top:120px;
}

.career-phone-box{
font-size:16px;
padding:14px 22px;
}

.scroll-indicator{
bottom:-180px;
}

.scroll-indicator::after{
font-size:65px;
}

}

/* ==================================
/* ==================================
   O NAMA V2
================================== */

.about-hero{
padding-top:140px;
max-width:1700px;
margin:0 auto;
}

.about-grid{
display:grid;
grid-template-columns:420px 1px 1fr;
gap:60px;
align-items:start;
padding:0 80px;
}

.about-person{
text-align:center;
}

.director-photo{
width:100%;
max-width:400px;
border-radius:20px;
box-shadow:0 25px 70px rgba(0,0,0,.30);
margin-bottom:30px;
}

.about-person h2{
font-size:28px;
font-weight:700;
margin-top:25px;
margin-bottom:10px;
color:#fff;
}

.director-position{
font-size:22px;
font-weight:700;
margin-bottom:30px;
color:#d7b37a;
}

.director-contact p{
font-size:18px;
line-height:1.9;
color:#fff;
}

.about-divider{
width:1px;
height:520px;
background:rgba(255,255,255,.35);
margin-top:10px;
}

.about-text{
max-width:950px;
background:#f3f3f3;
padding:55px 55px;
border-radius:22px;
box-shadow:0 20px 60px rgba(0,0,0,.20);
align-self:start;
margin-top:0;
}

.about-text p{
font-size:22px;
line-height:2;
color:#222;
margin-bottom:35px;
text-align:left;
}

.about-text p:last-child{
margin-bottom:0;
}

/* ==================================
   POVJERENJE NA PRVOM MJESTU
================================== */

.trust-section{
padding:120px 80px;
background:#fff;
}

.trust-header{
max-width:950px;
margin:0 auto 80px;
text-align:center;
}

.trust-header h2{
font-size:68px;
font-weight:300;
color:#222;
margin-bottom:25px;
}

.trust-header p{
font-size:22px;
line-height:1.9;
color:#666;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
max-width:1600px;
margin:0 auto;
}

.trust-card{
background:#fff;
padding:45px 35px;
border-radius:18px;
box-shadow:0 10px 35px rgba(0,0,0,.08);
text-align:center;
transition:.3s;
}

.trust-card:hover{
transform:translateY(-8px);
}

.trust-icon{
width:90px;
height:90px;
margin:0 auto 25px;
display:flex;
align-items:center;
justify-content:center;
background:#7a1010;
border-radius:50%;
font-size:42px;
color:#fff;
}

.trust-card h3{
font-size:24px;
line-height:1.4;
margin-bottom:20px;
color:#222;
}

.trust-card p{
font-size:18px;
line-height:1.8;
color:#666;
}

/* ==================================
   TABLET
================================== */

@media(max-width:1200px){

.about-grid{
grid-template-columns:1fr;
gap:60px;
padding:0 40px;
}

.about-divider{
display:none;
}

.about-person{
text-align:center;
}

.about-text{
max-width:100%;
padding:40px;
}

.about-text p{
text-align:center;
margin:0 auto 25px;
}

.trust-grid{
grid-template-columns:repeat(2,1fr);
}

.trust-header h2{
font-size:52px;
}

}

/* ==================================
   MOBITEL
================================== */

@media(max-width:900px){

.about-hero{
padding-top:120px;
}

.about-grid{
padding:0 30px;
}

.director-photo{
max-width:320px;
}

.about-person h2{
font-size:26px;
}

.director-position{
font-size:18px;
}

.director-contact p{
font-size:16px;
}

.about-text{
padding:30px;
}

.about-text p{
font-size:18px;
line-height:1.8;
text-align:center;
}

.trust-section{
padding:80px 30px;
}

.trust-grid{
grid-template-columns:1fr;
}

.trust-header h2{
font-size:42px;
}

.trust-header p{
font-size:18px;
}

.trust-card{
padding:35px 25px;
}

}
/* ==================================
   PRAVNE INFORMACIJE
================================== */

.legal-section{
padding:120px 80px;
background:#f7f7f7;
}

.legal-header{
text-align:center;
max-width:900px;
margin:0 auto 70px;
}

.legal-header h2{
font-size:68px;
font-weight:300;
color:#222;
margin-bottom:25px;
}

.legal-header p{
font-size:22px;
line-height:1.9;
color:#666;
}

.legal-grid{
max-width:1400px;
margin:0 auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.legal-card{
background:#fff;
padding:50px 40px;
border-radius:18px;
box-shadow:0 10px 35px rgba(0,0,0,.08);
text-align:center;
text-decoration:none;
transition:.3s;
}

.legal-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.legal-icon{
width:90px;
height:90px;
margin:0 auto 25px;
background:#7a1010;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:42px;
color:#fff;
}

.legal-card h3{
font-size:28px;
line-height:1.4;
margin-bottom:18px;
color:#222;
}

.legal-card p{
font-size:18px;
line-height:1.8;
color:#666;
}

/* TABLET */

@media(max-width:1200px){

.legal-grid{
grid-template-columns:1fr;
max-width:700px;
}

.legal-header h2{
font-size:52px;
}

}

/* MOBITEL */

@media(max-width:900px){

.legal-section{
padding:80px 30px;
}

.legal-header h2{
font-size:42px;
}

.legal-header p{
font-size:18px;
}

.legal-card{
padding:35px 25px;
}

.legal-card h3{
font-size:24px;
}

}
/* ==================================
   LEGAL PAGES V2
   PODNOŠENJE PRIGOVORA
   PRAVILA PRIVATNOSTI
   OPĆI UVJETI POSLOVANJA
================================== */

.legal-page-section{
padding:100px 80px 140px;
background:#f5f5f5;
}

.legal-breadcrumb{
max-width:1150px;
margin:0 auto 30px;
font-size:15px;
color:#777;
display:flex;
gap:8px;
flex-wrap:wrap;
}

.legal-breadcrumb a{
color:#7a1010;
text-decoration:none;
font-weight:600;
}

.legal-breadcrumb a:hover{
text-decoration:underline;
}

.legal-page-container{
max-width:1150px;
margin:0 auto;
}

.legal-page-title{
font-size:64px;
font-weight:300;
color:#222;
text-align:center;
margin-bottom:50px;
line-height:1.15;
}

.legal-page-card{
background:#fff;
padding:80px;
border-radius:24px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.legal-page-card h2{
font-size:38px;
font-weight:600;
color:#222;
margin-top:60px;
margin-bottom:25px;
line-height:1.3;
}

.legal-page-card h2:first-child{
margin-top:0;
}

.legal-page-card h3{
font-size:28px;
font-weight:700;
color:#7a1010;
margin-top:45px;
margin-bottom:18px;
}

.legal-page-card p{
font-size:18px;
line-height:2;
color:#555;
margin-bottom:22px;
}

.legal-page-card ul{
padding-left:28px;
margin-bottom:30px;
}

.legal-page-card li{
font-size:18px;
line-height:1.9;
color:#555;
margin-bottom:12px;
}

.legal-page-card strong{
color:#222;
font-weight:700;
}

.legal-article{
margin-top:50px;
padding-top:40px;
border-top:1px solid #ececec;
}

.legal-article:first-child{
margin-top:0;
padding-top:0;
border-top:none;
}

.legal-highlight{
background:#fafafa;
border-left:5px solid #7a1010;
padding:25px;
border-radius:10px;
margin:35px 0;
}

/* TABLET */

@media(max-width:1200px){

.legal-page-section{
padding:80px 40px 100px;
}

.legal-page-title{
font-size:50px;
}

.legal-page-card{
padding:55px;
}

}

/* MOBITEL */

@media(max-width:900px){

.legal-page-section{
padding:50px 20px 80px;
}

.legal-page-title{
font-size:36px;
margin-bottom:35px;
}

.legal-page-card{
padding:30px;
border-radius:18px;
}

.legal-page-card h2{
font-size:28px;
margin-top:40px;
}

.legal-page-card h3{
font-size:22px;
}

.legal-page-card p,
.legal-page-card li{
font-size:16px;
line-height:1.8;
}

.legal-breadcrumb{
font-size:13px;
}

}