.home-title {
    font-size: 33px;
    margin-top: 50px;
    font-weight: 600 !important;
}
.stara_cena {
    /* bottom: 15px; */
    font-size: 18px;
    color: #ffffff;
    /* font-weight: bold; */
    left: 20px;
    /* line-height: 1.2; */
    padding-right: 20px;
    float: right;
    position: relative;
    text-decoration: line-through;
    font-weight: bold;
    /* text-shadow: 1px 1px 2px black; */
    /* color: #87ad00; */
    /* text-shadow: 1px 1px 2px black; */
    /* color: #9b548c; */
}
.stara_cena_prikaz {
    text-decoration: line-through;
}
.prodato_prikaz {
    float: right;
    font-size: 32px;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
}
.right {
    float: right;
}
.red {
    background:#d10101 !important;
    font-weight: 800;
    text-transform: uppercase !important;
}
.align-center {
    text-align: center !important;
}
.property-locations {
    color: #87ad00;
    font-weight: 700;

}
.listing-detail-wrapper a {
    color: #9b548c;
}
.zeleno, .listing-detail-wrapper a:hover {
    color: #87ad00;
}
.property-author a {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #9b548c;
}
.property-author a:hover {
    color: #87ad00;
}
.bold {
    font-weight: 700;
}

footer.dark-footer, .background-ljubicasto {
	background:#9b548c;
    color: #ffffff;
}
.pr-value a:hover {
    color:#ffffff !important;
}

footer.dark-footer a {
    color: #ffffff !important;
}
footer.dark-footer a:hover {
    color: #87ad00 !important;
}
.skin-dark-footer .footer-bottom, .background-zeleno {
    background:#87ad00;
}
.black {
    color: #000000;
}
h3 {
    line-height: 38px;
}
.pr-value {
    font-size: 4em;
    color: #ffffff !important;
}
.pr-value-small {
    font-size: 2em;
    color: #ffffff !important;
}
.menu li a:hover {
    color: #9b548c !important;
}

.p-20 { padding: 20px 0 20px; }    
.p-40 { padding: 40px 0 40px; }  

.pt-20 { padding-top: 20px; }  
.pt-40 { padding-top: 40px; }  
.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }  

.responsive-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Omjer za 16:9 video */
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* .stara_cena_slicni {
    font-size: 13px;
    line-height: 1.2;
    margin: 0px 0 2px;
    float: right;
} */
.lists_property_price {
    display: unset;
   
}
.lists_property_price .aktuelna {
    float: left;
}
.lists_property_price_value {
    display: inline-block;
}
.stara {
   font-size: 13px;
   padding-left: 5px;
   text-decoration: line-through;
   color: red;
}
.lokacija {
    font-size: 13px;
}
.agent-details h4>a, .sides_list_property_detail h4>a {
    color: #9b548c;
}
.block-body p {
    text-align: justify;
}

.bordered-text-apatin {
    color: white;
    text-shadow: 
        -1px -1px 0 #87ad00,  
         1px -1px 0 #87ad00,
        -1px  1px 0 #87ad00,
         1px  1px 0 #87ad00,
        -2px -2px 0 #87ad00,  
         2px -2px 0 #87ad00,
        -2px  2px 0 #87ad00,
         2px  2px 0 #87ad00; 
}
.bordered-text-rtanj {
    color: white;
    text-shadow: 
        -1px -1px 0 #9b548c,  
         1px -1px 0 #9b548c,
        -1px  1px 0 #9b548c,
         1px  1px 0 #9b548c,
        -2px -2px 0 #9b548c,  
         2px -2px 0 #9b548c,
        -2px  2px 0 #9b548c,
         2px  2px 0 #9b548c; 
}
.hidden {
    display: none;
} 

/* Masonry layout for blog cards with uneven content height */
.blog-masonry {
    display: block;
    margin-left: 0;
    margin-right: 0;
    column-count: 2;
    column-gap: 24px;
}

.blog-masonry > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    float: none;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 24px;
    display: inline-block;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.blog-masonry .blog-wrap-grid {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .blog-masonry {
        column-count: 1;
    }
}

.shadow-container {
    display: inline-block; /* Osigurava da veličina roditelja odgovara veličini slike */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* Dodavanje senke */
    border-radius: 8px; /* Opcionalno: dodavanje zaobljenih uglova */
}

.shadow-container img {
    display: block; /* Uklanja razmak ispod slike */
    border-radius: 8px; /* Opcionalno: sinhronizacija zaobljenih uglova slike */
}
.checkbox-custom-label {
    color: #000000;
    position: relative;
    /* top: -5px; */
    margin-left: 10px; /* Add some space between radio button and label */
}

/* Hide the default radio button */
input[type="radio"] {
    display: none;
}

/* Create a custom radio button */
.custom-radio {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}

/* Create the indicator (the dot/circle inside the radio button) */
.custom-radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #9b548c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

/* Show the indicator when the radio button is checked */
input[type="radio"]:checked + .custom-radio::after {
    opacity: 1;
}

/* Style the labels */
label {
    margin-left: 10px;
    cursor: pointer;
}
.half {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center; /* Horizontano centriranje */
    align-items: center; 
}
.vrsta-usluge {
    background: #87ad00 !important;
}
.property-type {
    margin-right: 0px !important;
}

/* Applies only on nekretnina.php */
.nekretnina-page .pr-price-into h1 {
    line-height: 36px;
    font-size: 30px;
}

.nekretnina-page .pr-price-into .property-meta-line {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}


@media only screen and (max-width: 767px)  {

    .nekretnina-page .pr-price-into h1 {
    line-height: 24px;
    font-size: 22px;
    }

    .home-title {
        margin-top: 0px;
        font-size: 26px;
        margin-top: 10px;
        text-align: center;
    }
    .hero-banner {
        padding: 1em 0 5em;
    }
    .pr-value {
        font-size: 3em;
    }
    section {
        padding: 40px 0 50px;
    }
    .sec-heading.center h2 {
        font-size: 24px;
    }
    .listing-price-with-compare {
        bottom: 10px;
        /* na ispod 400 jos povecati */
    }
    .listing-price-with-compare h4 {
        font-size: 18px;
    }
    .property-locations {
        padding-top: 20px;
    }
    .property-listing.property-2 .listing-detail-wrapper {
        padding: 10px 1.5rem;
    }
    .listing-img-wrapper {
        /* margin-bottom: -15px; */
        /* ukjluciti ispod 400 */
    }
    .property-listing.property-2.modern .listing-name {
        margin-top: 5px;
    }
    .agent-title {
        text-align: center;
    }
    .agent-title .stavke {
        display: block;
    }
    .agent-title .agent-photo {
        float: none;
        clear: both;
        width: 100%;
    }
    .agent-details {
        margin-left: unset;
        display: block;
        position: unset;
        width: 100%;
        top: unset;
        transform: unset;
    }
    .property-listing.property-2 .listing-img-wrapper {
        min-height: unset;
    }

    .vrsta-usluge {
        margin-top: 10px !important;
        display: inline-block;
    }
    
    /* .sides_list_property_detail h4>a {
        color: #9b548c;
    } */

}

/* @media only screen and (max-width: 360px)  {
    .listing-price-with-compare {
        bottom: 35px;

    }
    .property-listing.property-2 .listing-detail-wrapper {
        padding: 0 0.5rem;
    }


} */
