﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');



/*--------------------------HEADER-------------------------*/

.header-main {
    background-color: #fff !important;
    /*background-color: #ffffffc4 !important;*/
    height: 80px;
}
.header-middle-my {
    padding-top: 0px !important;
}
.sticky-header {
    height: 60px;
}

.header-left {
    margin-left: 50px;
}
.header-list-left > li > a {
    font-size: 17px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.header-right {
    margin-right: 100px !important;
}
.header-list-right > a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    /*margin-left: 20px;*/
    
}
.posalji-upit-div {
    display: flex !important;
    align-items: center !important; /* centriraj po visini */
    gap: 15px !important; /* razmak između linkova */
}
.sticky-header {
    background-color: #fff !important;
}
.sticky-header.fixed .logo img {
    max-height: 60px;
}
.icon-menu {
    color: #000 !important;
}
.mobile-sider > li > a {
    font-size: 25px !important;
}
.login-link {
    color: #fff;
}
/*-----------------------FOOTER-----------------------*/
.footer {
    background-color: #1F3B52;
}
#scroll-top {
    border-radius: 50%;
    background-color: #fff;
    color: #1F3B52;
}
    
        .posalji-upit {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: orange;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
}
    .posalji-upit.animate {
        animation: shakeRotate 0.6s ease-in-out;
    }
@keyframes shakeRotate {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(15deg);}
    50% {transform: rotate(-15deg);}
    75% { transform: rotate(10deg);}
    100% { transform: rotate(0deg);}
}
.footer-blog-title {
    font-size: 24px !important;
}
.footer-blog-p {
        font-size: 16px !important;
}
.soc-mreze {
    display: flex;
}
.footer-title-middle {
    font-size: 18px !important;
}
.social-footer > a {
    border-radius: 10px;
}
.whatsapp-item {
    display: flex;
    margin-block: 10px;
}
.wp-viber {
    width: 15px !important;
}
.contact-info > li {
    display: flex;
    align-items: center;
}
.kontakt-info {
    margin-top: -40px;
}
.sredina-footer {
    margin-bottom: 0px;
}
/*-----------------------HALF IMAGE-----------------------*/
.custom-half-content {
    margin-left: auto !important;
    margin-right: auto !important;
}

.half-img-div {
    background-size: 65%;
    padding-top: 0px; /*background-color: #e7e7e733;*/
    background-color: #fff;
    /*background-color: #1f3b52;*/
    min-height: 768px;
}

.half-section {
    background-color: #fff;
}


.custom-inner-box {
    border: 2px solid #ddd;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background: #fff;
}

.custom-title-group {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

    .custom-title-group h2.subtitle {
        font-size: 42px;
        font-weight: 700;
        margin: 0;
        display: inline-block;
        padding: 0 25px;
        background: #fff; /* prekrije crtu */
        color: #1F3B52; /* tamnija boja za kontrast */
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        z-index: 1;
    }

.textleft-relative {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* centriraj tekst */
    font-size: 160px; /* veće slova */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 8px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1F3B52;
    -webkit-text-fill-color: transparent;
    opacity: 0.20;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

span.godina {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 65px;
}

    span.godina::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: #FFA500;
        margin-right: 8px;
        vertical-align: middle;
    }

.ukratko-start {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 20px;
    line-height: 1.6;
    border-left: 4px solid #ff6600;
    padding-left: 12px;
    background-color: #f5f7fa;
    border-radius: 4px;
}

.ukratko-main {
    display: block; /* važno! span postaje block da padding, width, background radi */
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.7;
    color: #1e3a5f;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: justify;
    max-width: 800px;
    background-color: #f9fafc;
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* opcionalno, da izgleda “mekše” */
}

/*-----------------------BROJAČ---------------------------*/
.counter-style-1 {
    text-align: center;
    background: rgba(255,255,255,0.05);
    padding: 30px 15px;
    border-radius: 12px;
    transition: all 0.3s;
}

    .counter-style-1 i {
        font-size: 36px;
        margin-bottom: 10px;
        display: block;
        color: #FFA500;
    }

    .counter-style-1 .counter {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        display: block;
    }

    .counter-style-1 .counter-text {
        font-size: 16px;
        color: #fff;
        margin-top: 5px;
        display: block;
    }

.bg-gray {
    background-color: #1F3B52;
    padding: 60px 0;
    margin-bottom: 2px;
}

.overlay-black-middle {
    position: relative;
}

.counter-style-1 img {
    width: 50px; /* veličina ikone, prilagodi po želji */
    height: 50px; /* opcionalno, da bude kvadratno */
    display: block; /* da centriranje radi */
    margin: 0 auto 10px; /* centriraj i dodaj razmak ispod */
    filter: brightness(0) invert(1); /* crno -> bijelo */
}

.counter-style-1 {
    text-align: center; /* centriraj cijeli sadržaj */
}

    .counter-style-1 .counter-text {
        display: block;
        margin-top: 5px;
        font-weight: 600;
    }

/*-----------------------@ONAMA--------------------------*/
.onama-page-header {
    padding-bottom: 0px !important;
    padding-top: 90px !important;
    background: #1f3b52 !important;
}
    .onama-page-header > .container {
        text-align: center;
    }
/* Sekcije s tekstom */
.about-text-section {
    padding: 60px 0;
    background-color: #f8f9fa; /* svijetla pozadina */
}

    .about-text-section .subtitle {
        font-size: 32px;
        font-weight: 700;
        color: #003366; /* tamnoplava boja */
        margin-bottom: 30px;
        position: relative;
        display: inline-block;
    }

.subtitle-highlight::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ff6600; /* naglasak ispod naslova */
    margin-top: 8px;
    border-radius: 2px;
}

/* Paragrafi */
.about-paragraphs p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

/* Istaknuti tekst */
.about-paragraphs strong {
    color: #003366;
    font-weight: 600;
}

.about-paragraphs em {
    font-style: italic;
    color: #ff6600;
}

.recenzija-div {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px 25px;
    margin: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .recenzija-div:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

    /* Tekst komentara */
    .recenzija-div blockquote {
        margin: 0 0 15px;
        font-size: 15px;
        font-style: italic;
        color: #444;
        line-height: 1.6;
    }

/* Ocjena zvjezdice */
.ratings-container {
    margin-top: 8px;
}

.product-ratings {
    border-radius: 6px;
    height: 8px;
    overflow: hidden;
    position: relative;
}

    .product-ratings .ratings {
        display: block;
        height: 100%;
        border-radius: 6px;
    }

/* Ime osobe */
.testimonial-owner {
    margin-top: 12px;
    text-align: right;
}

.testimonial-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}


/*-----------------------KONTAKT--------------------------*/
.main-kontakt {
    margin-top: 60px;
}
.kontakt-i {
    border-radius: 10px !important;
}
.kontakt-input {
    border-radius: 5px;
    padding: 25px 30px;
    background: #f8f8f8;
    border: 0px;
}
    .kontakt-input:focus {
        background: rgba(70, 120, 170, 0.78);
        color: #fff;
        font-weight: 600;
    }

/*-----------------------BLOG--------------------------*/
.blog-conainer {
    padding-top: 65px;
}
.blog-entry {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    background: #fff;
}

    .blog-entry:hover {
        transform: translateY(-5px);
    }

.blog-entry-media img.blog-entry-img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-entry-body {
    padding: 20px;
}

.blog-entry-date {
    text-align: center;
    background: #ff4d4f;
    color: #fff;
    border-radius: 8px;
    width: 60px;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

.blog-entry-day {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.blog-entry-month {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-entry-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.blog-entry-content {
    margin-top: 10px;
}

.blog-entry-readmore {
    color: #ff4d4f;
    font-weight: bold;
    text-decoration: none;
}

    .blog-entry-readmore:hover {
        text-decoration: underline;
    }

.blog-entry-meta {
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

/*-----------------------BLOG-POST--------------------------*/
.post-body {
    border-bottom: none !important;
}

.blog-post {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.post-image img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.post-date {
    text-align: center;
    background: #ff4d4f;
    color: #fff;
    border-radius: 8px;
    width: 60px;
    margin-bottom: 15px;
    float: left;
    margin-right: 15px;
}

    .post-date .day {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

    .post-date .month {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
    }

.post-title {
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.post-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

    .post-meta span {
        margin-right: 15px;
    }

.post-content {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.post-share {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

    .post-share .share-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .post-share .a2a_kit a {
        margin-right: 8px;
    }

/*-----------------------@MEDIA--------------------------*/
@media (max-width: 768px) {
    
    .half-img-div {
        background-size: 100%;
        min-height: 500px;
        border-radius: 0px !important;
    }
    .mobile-info {
        margin-left: 20px;
        font-size: 17px;
    }

    .logo-header {
        min-width: 330px !important;
    }
    .soc-mreze {
        display: flex;
        flex-direction: column;
    }
        .posalji-upit-div {
            display: none !important;
        }
    .about-text-section {
        padding: 40px 20px;
    }

        .about-text-section .subtitle {
            font-size: 26px;
        }

    .about-paragraphs p {
        font-size: 15px;
    }
    .counter-style-1 {
        margin-bottom: 20px;
    }

    /* Dropdown u mobilnom meniju */
    .mobile-menu .submenu {
        display: none;
        padding-left: 15px;
        background: #222; /* malo tamnija pozadina */
    }

        .mobile-menu .submenu li a {
            font-size: 14px;
            color: #fff;
            padding: 8px 0;
            display: block;
        }

    /* Parent s podmenijem */
    .mobile-menu .has-submenu > a {
        position: relative;
    }


    /* Kad se otvori */
    .mobile-menu .has-submenu.open .submenu {
        display: block;
    }
    .kontakt-info {
        margin-top: 0px;
    }
    .copyright {
        text-align: center;
    }
}

/* Tablet view: od 768px do 1100px */
@media (min-width: 769px) and (max-width: 1100px) {

    /* Logo manji da ne gura meni */
    .logo-header img {
        max-width: 200px;
        height: auto;
    }

    /* Header visina prilagodljiva */
    .header-main {
        height: auto !important;
        min-height: 70px;
    }

    .sticky-header {
        height: auto !important;
        min-height: 60px;
    }

    /* Lijevi i desni dio bliže rubu */
    .header-left {
        margin-left: 20px !important;
    }

    .header-right {
        margin-right: 20px !important;
    }

    /* Meni font malo manji */
    .header-list-left > li > a {
        font-size: 15px !important;
    }

    /* Kontakt + jezik + upit u jedan red */
    .posalji-upit-div {
        gap: 10px !important;
    }

    /* Dropdown jezici da ne iskaču preširoko */
    .header-dropdown .header-menu ul li a {
        font-size: 14px !important;
        padding: 5px 10px;
    }
}
