/* Odjeljenja - sidebar info box */
.doctor-info-box-modern {
    background: linear-gradient(135deg, #eaf6ff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 28px 22px;
    box-shadow: 0 4px 24px rgba(14,97,153,0.07);
    margin-bottom: 24px;
}

.doctor-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doctor-info-list li {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #e3eaf1;
    transition: background 0.2s;
}

.doctor-info-list li:last-child {
    border-bottom: none;
}

.info-icon {
    background: #0e6199;
    color: #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    margin-right: 16px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(14,97,153,0.08);
}

.info-label {
    font-weight: 600;
    color: #0e6199;
    min-width: 140px;
    margin-right: 10px;
    font-size: 1.05em;
    display: block;
}

.info-value {
    color: #222;
    font-size: 1em;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-info-box-modern a {
    color: #0e6199;
    text-decoration: underline;
    transition: color 0.2s;
}

.doctor-info-box-modern a:hover {
    color: #08456b;
}

@media (max-width: 575px) {
    .doctor-info-box-modern {
        padding: 18px 8px;
    }

    .info-label {
        min-width: 100px;
        font-size: 0.98em;
    }

    .info-icon {
        width: 32px;
        height: 32px;
        font-size: 1em;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .doctor-info-box-modern {
        padding: 16px 12px;
        margin-bottom: 20px;
    }

    .doctor-info-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
        gap: 8px;
    }

    .info-icon {
        width: 30px;
        height: 30px;
        font-size: 0.9em;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .info-label {
        min-width: auto;
        margin-right: 0;
        font-size: 0.95em;
        font-weight: 700;
        color: #0e6199;
    }

    .info-value {
        font-size: 0.9em;
        margin-left: 0;
        word-break: break-word;
    }
}

@media (max-width: 360px) {
    .doctor-info-box-modern {
        padding: 12px 8px;
    }

    .doctor-info-list li {
        padding: 10px 0;
    }

    .info-icon {
        width: 28px;
        height: 28px;
        font-size: 0.8em;
    }

    .info-label {
        font-size: 0.9em;
    }

    .info-value {
        font-size: 0.85em;
    }
}

@media (min-width: 1200px) {
    .doktori-area .swiper-slide {
        max-width: 390px;
    }
}

.service-block .box-img {
    flex: 300px !important;
}

.ambulante-section-bg {
    background: linear-gradient(135deg, #f2f3fc 100%, #e8f4fd 100%);
}

.ambulante-section-bg .row.gy-4 {
    justify-content: center;
}
