 ---------------------------------------------------------------------*/









/* Стилови за генералниот изглед на копчето */
.button,
.btn {
    background: linear-gradient(135deg, #D8A97A, #FF9E6C) !important;
}

.gradient-btn {
    background: linear-gradient(135deg, #f8aa47, #f47c3c);
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    font-weight: 600;
    text-decoration: none;
    width:fit-content;
}

.gradient-btn:hover {
    background: linear-gradient(135deg, #f47c3c, #f8aa47);
}
/* End ---------------------------------------------------------------------*/







/* Стилови што го одредуваат изгледот на картите */
.service-card {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background: #fff;
    transition: transform 0.2s ease;
    width:100%;
}

/*.service-card:hover {
    transform: translateY(-5px);
}*/

.service-card img {
    height: 60px;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
}

.service-card h3 {
    /* font-style: italic; */
    font-size: 2rem;
    font-weight: 600;
    color: #444;
    margin-top:0!important;
    margin-bottom: 0!important;
}

.service-card h6{
    font-family: "Sorts Mill Goudy", serif;
        font-style: italic;
}

.service-card p{
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-size: 1.5rem;
}

.service-logo{
    margin-bottom: 0!important;
    width: clamp(40px, 8vw, 60px)!important;
    height: clamp(40px, 8vw, 60px)!important;
}
.card-title{
    width:fit-content;
    text-align: start;
}
.card-subtitle{
    margin-top:5px!important;
    color: #f47c3c;
    text-transform: none;
}
/* End ---------------------------------------------------------------------*/





/* Овој стил ја зголемува височината на редот со насловот на страната */
@media (max-width:340px){
    #titleRow{
        /* padding-top:30px;
        padding-bottom:30px; */
        height:260px!important;
    }
}





/* Разно */
.wp-block-kadence-image.kb-image6_6d3244-44:not(.kb-specificity-added):not(.kb-extra-specificity-added){
    margin-top: 0!important;
}

@media(max-width:500px){
    #redSoKvotacija {
        height: 450px;
    }
}


/*.logo-element {
    margin-left: auto;
}

@media (max-width:1024px) {
    .logo-element {
        margin-left: 0;
    }
}*/

.kb-row-layout-id467_f5c574-29 {
    background-position: center center;
    background-position-y: 40%;
    height:400px;
}


