/* ============================================================
   estetik.css — Medikal Estetik alt-sitesine özel rötuşlar
   Ana palet .est-site ile app.css içinde mor/pembe'ye çevriliyor.
   Burada yalnızca estetiğe özgü yumuşak dokunuşlar var.
   ============================================================ */

/* Yumuşak pembe zemin geçişleri */
.est-site .services-area.services-border,
.est-site .appoinment,
.est-site .hiring-area { background: var(--bg-soft); }

/* Hero üzerinde daha sıcak vurgu rozeti */
.est-site .hero-slider-caption h5 {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.3);
}

/* Servis & galeri kartlarına biraz daha yuvarlak, feminen his */
.est-site .h4service-box,
.est-site .gallery-box,
.est-site .eh-gallery-item,
.est-site .blog-box { border-radius: var(--r-lg); }

/* Buton parıltısı pembe tona */
.est-site .btn { box-shadow: var(--shadow-primary); }

/* Bölüm başlığı çizgisi pembe */
.est-site .section-text h5,
.est-site .section-text h5::before { color: var(--primary); }

/* Dekoratif yumuşak blob — breadcrumb */
.est-site .breadcrumb-area::before {
    background: radial-gradient(circle, rgba(229,156,196,.30), transparent 70%);
}

/* Test/yorum bandı mor degrade */
.est-site .testimonials::before {
    background: linear-gradient(120deg, rgba(110,63,104,.92), rgba(138,81,128,.55));
}
