﻿/*--------------------------------------------------------------POČETNA--------------------------------------------------------------*/
.section-explore:hover h2, .section-explore:hover p {
    text-decoration: underline;
}
#privacy-title {
    font-size: 25px !important;
}
#privacy-typewriter {
    font-size: 18px;
    font-weight: 500;
}
.privacy-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-icon-privacy {
    width: 55px;
}
/*---------------------------------------------HEADER---------------------------------------------*/
.container {
    max-width: 1500px !important;
}

.header-top {
    justify-content: space-between;
    padding: 7px 100px !important;
}

.header-left-header-top .header-right-header-top {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-left-header-top p, .header-right-header-top p {
    margin: 0px;
}

.header-left-header-top i {
    font-size: 17px;
    margin-left: 7px;
    margin-right: 5px;
}

.header-left-header-top {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right-header-top a {
    font-size: 15px;
}

.header-centar-logo {
    margin: -30px 10px !important;
}

.header-middle-margin {
    margin-bottom: -65px;
}

.home-banner {
    width: 100%;
    height: 35vh;
    overflow: hidden;
}

    .home-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
.middle-header-custom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
/*---------------------------------------------FOOTER---------------------------------------------*/
.footer {
    background-color: #F4F5F7;
}

.row-footer-middle {
    margin-left: 20%;
}
.footer-middle img {
    margin-bottom: 0 !important;
}
.container-footer-bottom {
    display: flex; 
    justify-content: center !important;
}
.footer-middle-custom {
    padding-top: 1rem !important;
}
.footerlink {
    color: #BEB07F;
}
.footer-container-custom {
    display: block !important; /* gasi flex */
}

    .footer-container-custom .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.footer .text-muted {
    font-size: 14px;
    line-height: 1.8;
    color: #777 !important;
    max-width: 320px;
    margin-top: 16px;
    font-style: italic;
    letter-spacing: 0.3px;
}

    .footer .text-muted::before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #b89b5e;
        margin-bottom: 12px;
    }


/*-------------------------------------------PROFIL NA POČETNOJ---------------------------------------*/
.blok-product {
    max-height: 417px;
    border: 4px solid #00000021;
    border-radius: 15px;
    min-height: 360px;
    background: #ffffff;
}

.product-image {
    width: 50%;
    max-width: 136px;
    display: block;
    margin: 50px auto 0;
}
.product-details {
    text-align: center;
}

.person-details {
    margin-top: 10px;
    width: 75%;
    margin:auto;
}

    .person-details p {
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
        color: #666;
    }
.product-div {
    position: relative; /* da badge bude u odnosu na sliku */
}

.product-badge {
    width: 70px;
    position: absolute;
    top: 15px; 
    left: 25px;
    z-index: 0; 
}

    .product-badge img {
        width: 65px; 
        height: auto;
    }

.product-badge-right {
    width: 70px;
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 0;
}

    .product-badge-right img {
        width: 65px;
        height: auto;
    }

.product-badge-bottom-left {
    width: 70px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 0;
}

.product-badge-bottom-left img {
    width: 65px;
    height: auto;
}
.product-badge-bottom-right{
    width: 70px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 0;
}

    .product-badge-bottom-right img {
        width: 65px;
        height: auto;
    }
#typewriter::after {
    content: "|";
    margin-left: 3px;
}

.img-icon {
    width: 80px !important;
}

@keyframes blink {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.privacy-section {
    background: #f7f7f7;
    padding: 60px 0;
    text-align: center;
}

.privacy-section h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.privacy-subtitle {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.privacy-item i {
    font-size: 32px;
    color: #b69243;
    margin-bottom: 15px;
}

.privacy-item h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.privacy-item p {
    font-size: 14px;
    color: #666;
}
.section-usluge {
    text-align: center !important;
    margin-top: 22px;
}

.section-usluge > h2 {
    font-size: 18px !important;
}
.img-profile {
    border: 4px solid black;
}
/*----------------SPOMENICI------------------*/
.main-background {
    background: #F4F5F7;
}
.sort-menu-trigger {
    min-width: 180px !important;
    border: 2px solid;
}
.breadcrumb-nav {
    border-bottom: none;
    border-top: none;
}
.toolbox .pagination {
    margin-right: auto;
}


/*------------------O NAMA--------------------*/
.onama-title {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #8f6915;
    margin-bottom: 20px;
}

.onama-section p,
.company-section p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}
.image-box {
    padding: 20px;
    background: #f8f6f4; /* blago topla pozadina */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 1.08);
    text-align: center;
}

.about-image {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #e0ddd9;
}


/*----------------KONTAKT------------------*/
#kontaktMsg-div {
    background-color: #0ec90ea1;
    width: 25%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    margin-right: auto;
    margin-left: auto;
}

    #kontaktMsg-div > p {
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
#kontaktMsg-div-greska {
    background-color: #c90e0ea1;
    width: 25%;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    margin-right: auto;
    margin-left: auto;
}

    #kontaktMsg-div-greska > p {
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin: 0;
    }
/*----------------PONUDA USLUGA------------------*/
.ponuda-icon {
    width: 50%;
    margin: auto;
}
.plan-features {
    margin-top: 12px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    color: #666;
    margin-left: auto;
    margin-right: auto;
}

    .plan-features li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 6px;
        text-align: left;
    }

        .plan-features li::before {
            content: "➤";
            position: absolute;
            left: 0;
            color: #b69243; /* zlatna nijansa */
            font-size: 18px;
            line-height: 1;
        }

.naslov-profila > a {
    font-weight: 600;
    font-size: 22px;
    color: #8f6915 !important;
}
    .naslov-profila > a:hover {
        color: #212529 !important;
    }
    .naslov-profila-osnovni > a {
        font-weight: 600;
        font-size: 22px;
    }
/*----------------TABLETI------------------*/
@media (min-width: 768px) and (max-width: 1020px) {
    .header-middle-margin {
        margin-bottom: 0;
    }

}

/*----------------MOBITELI------------------*/
@media(max-width: 700px) {
    .header-top {
        padding: 10px !important;
    }

    .header-middle-margin {
        margin-bottom: 0;
    }

    .home-banner {
        height: auto;
    }

        .home-banner img {
            height: auto;
            object-fit: contain;
        }

        .home-banner:first-child {
            padding: 0 !important;
        }
    .product-image {
        margin: 30px auto 0;
    }
    .secion-col {
        display: flex;
    }
    .section-usluge > h2 {
        font-size: 18px !important;
    }
    .mobile-link {
        font-size: 18px;
    }
    .social-icon-mobile {
        width: 20px;
        margin-left: 10px;
    }
    .social-icon-mobile > i {
        font-size: 20px;
    }
    .footer .text-muted {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .footer .text-muted::before {
            margin-left: auto;
            margin-right: auto;
        }
    #foot-logo {
        display: flex; 
        justify-content:center;
    }
    .ponuda-icon {
        width: 100%;
        margin: auto;
    }
    .secion-col-privacy {
        margin-bottom: 15px;
    }

    .section-usluge {
        text-align: center !important;
        margin-top: 10px;
    }
    .privacy-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        text-align: center;
    }

    .img-icon-privacy {
        height: 60px !important;
        margin: 20px 0 !important;
    }

    .section-usluge {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

}