/* =========================================================
   Okunabilirlik + hero tam %50/%50 düzeni
   ========================================================= */

/* Hero — background-custom.css (tam arka plan + overlay içerik) */
body.theme-bg-custom #hero .hero-inner > .hero-content {
  padding-top: 0 !important;
}

/* ── DERSLER: koyu metin (açık arka plan üzerinde) ── */
body.theme-bg-custom #courses {
  background-color: #f0e8d8 !important;
  background-image:
    linear-gradient(rgba(240, 232, 216, 0.28), rgba(240, 232, 216, 0.28)),
    url('../img/sections-bg.png') !important;
}

body.theme-bg-custom #courses .section-label {
  color: #8b6914 !important;
  font-weight: 700;
}

body.theme-bg-custom #courses .section-title {
  color: #0a1f18 !important;
  font-weight: 700;
}

body.theme-bg-custom #courses .section-title span {
  color: #8b6914 !important;
}

body.theme-bg-custom #courses .section-desc {
  color: #1a3d2e !important;
  font-weight: 500;
  opacity: 1 !important;
}

body.theme-bg-custom #courses .course-card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 46, 36, 0.14) !important;
  box-shadow: 0 6px 20px rgba(15, 46, 36, 0.1) !important;
}

body.theme-bg-custom #courses .course-level {
  color: #7a5c10 !important;
  font-weight: 700;
}

body.theme-bg-custom #courses .course-name {
  color: #0a1f18 !important;
  font-weight: 600;
}

body.theme-bg-custom #courses .course-semester {
  color: #2d4a3a !important;
  opacity: 1 !important;
}

/* ── İLETİŞİM alıntı bloğu: koyu metin ── */
body.theme-bg-custom #contact .quote-block,
body.theme-bg-custom .quote-block {
  background: linear-gradient(145deg, #ffffff 0%, #f5f0e6 100%) !important;
  border: 1px solid rgba(15, 46, 36, 0.12) !important;
  box-shadow: 0 8px 28px rgba(15, 46, 36, 0.12) !important;
}

body.theme-bg-custom #contact .quote-text,
body.theme-bg-custom .quote-block .quote-text {
  color: #0a1f18 !important;
  font-weight: 500;
}

body.theme-bg-custom #contact .quote-source-name,
body.theme-bg-custom .quote-block .quote-source-name {
  color: #1e4d3a !important;
  font-weight: 700;
}

body.theme-bg-custom #contact .quote-ornament {
  color: rgba(139, 105, 20, 0.15) !important;
}

/* Telefon linkleri */
.contact-item-value a[href^="tel:"] {
  color: var(--green-dark, #0f2e24);
  font-weight: 600;
  text-decoration: none;
}

.contact-item-value a[href^="tel:"]:hover {
  color: var(--gold, #c9a227);
  text-decoration: underline;
}

.contact-phone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.contact-phone-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f2e24;
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid rgba(201, 162, 39, 0.35);
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
}

.contact-phone-actions a:hover {
  background: rgba(201, 162, 39, 0.28);
}

.contact-phone-note {
  display: block;
  font-size: 0.78rem;
  color: #4a6b5a;
  margin-top: 0.2rem;
}

/* Hakkında bölümünde telefon */
.about-highlights a[href^="tel:"] {
  color: #0f2e24;
  font-weight: 600;
  text-decoration: none;
}

.about-highlights a[href^="tel:"]:hover {
  color: #8b6914;
}
