/* ============================================================
   Elegant Theme — Feature View (öne çıkan içerik: metin + görsel)
   FeatureView blok grubu: bölüm başlığı altında yan yana
   metin-görsel satırları (çocuk kulübü, spa tanıtımı vb.).
   ============================================================ */

.feature-section .feature-row { margin-bottom: 40px; }
.feature-section .feature-row:last-child { margin-bottom: 0; }

.feature-section .feature-text { padding: 0 8px; }

.feature-section .feature-overline {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bg-button, #b99d75);
    margin-bottom: 12px;
}

.feature-section .feature-title {
    font-family: var(--font-heading, 'Forum', serif);
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    color: var(--color-heading, #111827);
    margin-bottom: 12px;
}

.feature-section .feature-paragraph {
    font-size: 15px;
    color: var(--color-body, #4b5563);
    line-height: 1.75;
}

.feature-section .feature-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-heading, #111827);
    text-decoration: none;
    border-bottom: 1px solid var(--bg-button, #b99d75);
    padding-bottom: 3px;
    transition: color 0.25s ease;
}

.feature-section .feature-link:hover { color: var(--bg-button, #b99d75); }

.feature-section .feature-media {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 38px -18px rgba(0, 0, 0, 0.3);
}

.feature-section .feature-media img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.feature-section .feature-media:hover img { transform: scale(1.03); }

@media (max-width: 991px) {
    .feature-section .feature-media img { height: 280px; }
}
