/* ==========================================================================
   LIBA WEB - PREMIUM KLINIK GLOBAL STİLLERİ
   ========================================================================== */

/* Kaydırma Çubuğu (Scrollbar) Özelleştirmesi */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #d4af37; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #b8952b; }

/* Metin Seçim Rengi */
::selection { background: #d4af37; color: #ffffff; }

/* Genel Sayfa Arka Planı */
body { background-color: #f8fafc; font-family: 'Inter', sans-serif; }

/* Elementor'un sayfadaki boşluklarını sıfırlama (Tam Genişlik için) */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}