/* Add here all your CSS customizations */

.pad-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-gd-5{
    paddint-top: 5px;
    padding-bottom: 5px;
}
.pad-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.border-top {	
	border-top: 3px solid #37d085!important;
}
.border-l {	
	border-left: 1px solid rgba(204, 204, 204, 0.2);
}
.border-b {	
	border-bottom: 1px solid rgba(204, 204, 204, 0.2) !important;
    width: 95%;
}
.h100 {
    height: 100%;
}

@media (max-width: 1706px) {
    .dispNon{
        display: none !important;
    }
}
.pd-10{
    padding-left: 10px;
}
.p-10{
    padding: 5px!Important;
}
.pv-5{
    padding-left: 5px;
    padding-right: 5px;
}
.pvt-5{
    padding-top: 10px;
}
.pr-5{
    padding-right: 5px!Important;
}
.p20p{
    padding: 20%!Important;
}
.mt-8{
    margin-top:8rem;
}
.mt-6{
    margin-top:5rem!Important;
}
.m-r-1{
    margin-right: 1rem !important;
}
.float-right{
    float: right !important;;
}
.w580 {
    width: 1090px;
        min-height: 298px;
}

.side-menu .img-responsive{

    position: absolute;
    top: 0;
    right: 0;
    width: 358px;
    z-index: 1;

}
.mb-60{
    margin-bottom: 40px!important;
}

.mb-80{
    margin-bottom: 80px!important;
}

.mb-100{
    margin-bottom: 100px!important;
}

.overlay-side::before{
     left:722px;
     bottom: -1px;;
}

.top-sub-title-side{
    position: absolute;
    z-index: 99;
    top: 15px;
}
.top-sub-title-side-sub{
    position: absolute;
    z-index: 99;
    top: 118px;
    line-height: 28px
}
.top-sub-title-side-text{
    position: absolute;
    z-index: 99;
    top: 170px;
}
.top-sub-title-side-btn{
    position: absolute;
    z-index: 99;
    top: 225px;
}
.dr-title{
    font-size: 15px;
    font-weight: 600;
    line-height: 44px;
}

.dr-desc{   
    line-height: 18px;
}

.testi-img-card{
    max-width: 410px !important;
    max-height: 410px !Important;   
    transform: translate(-50%, 45px)!Important;
}

.sub-nav-title{
    line-height: 3.2;
    font-size: 12px;
    position: absolute;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 678px;
    object-fit: cover;
}

.proba{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
}
.text-nav-car{
        position: absolute;
        bottom: 50px;
        width: 70%;
        margin-left: 20px;
}
.logici{
    position: absolute;
    bottom: 25px;
}
.pl-5{
    padding-left: 5px;
}
.pl-10{
    padding-left: 10px;
}

@media (max-width: 640px) {
    .dispNonMob{
        display: none !important;
    }
}

/* UPITNIK - STILIZACIJA OCJENA */
.custom-radio {
    width: 30px;
    height: 30px;
    appearance: none;
    background-color: #f8f9fa;
    border: 2px solid #007bff;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease-in-out;
}

.custom-radio:checked {
    background-color: #007bff;
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Poboljšana vidljivost za odabranu ocjenu */
.custom-radio:checked::before {
    content: "✔";
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Stilizacija teksta uz ocjenu */
.custom-radio-label {
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 40px;
    padding: 5px;
    color: #333;
    transition: color 0.3s;
}

.custom-radio-label:hover {
    color: #007bff;
}

/* Grupiranje ocjena */
.rating-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

/* Razmak između ocjena */
.rating-options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Poboljšanje izgleda forme */
.contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Gumb za slanje */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 12px 24px;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* Responsive prilagodba */
@media (max-width: 768px) {
    .rating-group {
        flex-direction: column;
    }

    .custom-radio {
        width: 25px;
        height: 25px;
    }

    .custom-radio-label {
        font-size: 1rem;
    }
}
