.usluge-section {
    width: 100%;
    background-image: url('../slike/krugovi2.png');
    display: flex;
    justify-content: center; 
    flex-direction: row;
    align-items: center;
    padding-left: 300px;
    padding-bottom: 100px;
}


.ellipse {
    width: 66px;
    height: 66px;
    background-color: #FF6F61;
    border-radius: 50%; 
    margin-right: 10px; 
    transition: opacity 0.3s ease, background-color 0.3s ease; 
}
.image-container {
    width: 100%;
    height: 509px;
    border-radius: 32px;
    overflow: hidden; 
    margin-right: 20px;
    background-color: #f0f0f0; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative; 
    border: 2px solid #000000;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: opacity 0.5s ease-in-out; 
    position: absolute; 
}
.option {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s; 
    justify-content: flex-start; 
    width: auto;
    padding: 10px 20px;
    background-color: white; 
    border-radius: 5px; 
    background-color: transparent;

}
.options {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.option:hover {
    transform: scale(1.05); 
}



@media (min-width: 768px) and (max-width: 997px) {
    .section-info-divider {
        flex-direction: row !important;
        position:relative;
        display: flex;
        background-color: rgba(35, 31, 32, 0.1);
        height: 50px;
        font-size: 30px;
        margin-bottom: 5%;
        padding-left: 10%;
        align-items: center;
    }
    .fa-arrow-right{
        flex-direction: row !important;
        margin-right: 2%;
        color: #FF6F61;
    }
    
    .usluge-section {
        flex-direction: column;
        padding: 20px;
        align-items: center;
        border: black;
    }

    .image-container {
        width: 100%;
        max-width: 400px; 
        height: 320px;
        margin-bottom: 20px;
    }

    .options {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .option {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 15px;
        width: 45%; 
        max-width: 250px; 
        padding: 10px;
    }
    
    .ellipse {
        width: 66px;
        height: 66px;
        background-color: #FF6F61;
        border-radius: 50%; 
        margin-right: 10px; 
        transition: opacity 0.3s ease, background-color 0.3s ease; 
    }
    
    

    .option-text {
        font-size: 20px; 
    }
}

@media (max-width: 767px) {
    
    .usluge-section {
        flex-direction: column;
        padding: 20px;
        align-items: center;
    }

    .image-container {
        width: 100%; 
        max-width: 300px; 
        height: 250px;
        margin-bottom: 20px;
    }

    .options {
        width: 100%; 
        gap: 15px;
    }

    .option {
        flex-direction: row; 
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: flex-start;
    }

    .ellipse {
        width: 40px;
        height: 40px;
    }

    .option-text {
        font-size: 18px; 
    }
}
