/* ============================================================
   Elegant Theme — Service List (onay işaretli hizmet maddeleri)
   ServiceList blok grubu: ikonlu kompakt maddeler
   (plaj hizmetleri, konaklamaya dahil olanlar vb.).
   ============================================================ */

.service-list-section .service-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
    background: #fff;
    border: 1px solid #eee6db;
    border-radius: 10px;
    padding: 22px 20px;
    box-shadow: 0 8px 22px -18px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-list-section .service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -18px rgba(0, 0, 0, 0.32);
}

.service-list-section .service-item__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(185, 157, 117, 0.16);
    color: var(--bg-button, #b99d75);
    font-size: 15px;
}

.service-list-section .service-item__title {
    font-family: var(--font-heading, 'Forum', serif);
    font-size: 1.1rem;
    color: var(--color-heading, #111827);
    margin: 4px 0 6px;
}

.service-list-section .service-item__text {
    font-size: 13.5px;
    color: var(--color-body, #4b5563);
    line-height: 1.6;
}

.service-list-section .service-item__link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-heading, #111827);
    text-decoration: none;
    border-bottom: 1px solid var(--bg-button, #b99d75);
    padding-bottom: 2px;
    transition: color 0.25s ease;
}

.service-list-section .service-item__link:hover {
    color: var(--bg-button, #b99d75);
}
