/* ============================================================
   Classic — التصميم الافتراضي (أزرق/ذهبي) مع لمسات تنظيمية خفيفة
   ============================================================ */
html[data-company-theme="classic"] {
  --color-primary: #253d55;
  --color-secondary: #ffd662;
  --c-radius: 16px;
  --c-shadow: 0 8px 24px rgba(37, 61, 85, 0.12);
}

html[data-company-theme="classic"] .header,
html[data-company-theme="classic"] #header,
html[data-company-theme="classic"] .heading_section {
  background: var(--color-primary) !important;
  color: #fff !important;
}
html[data-company-theme="classic"] .heading_section h1,
html[data-company-theme="classic"] #header h1 { color: #fff !important; }

html[data-company-theme="classic"] .section-header h2 { color: var(--color-primary) !important; }

html[data-company-theme="classic"] .card1,
html[data-company-theme="classic"] .about_us_section,
html[data-company-theme="classic"] .blog_card {
  border-radius: var(--c-radius) !important;
  box-shadow: var(--c-shadow) !important;
}

html[data-company-theme="classic"] .custom-btn,
html[data-company-theme="classic"] .btn-primary {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #fff !important;
}

html[data-company-theme="classic"] body::after {
  background: rgba(37, 61, 85, 0.30) !important;
}

html[data-company-theme="classic"] .profile-container .custom-section {
  border-radius: var(--c-radius) !important;
  box-shadow: var(--c-shadow) !important;
}
