.elementor-5657 .elementor-element.elementor-element-8810538{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0adb0d6 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&display=swap');

/* ===============================
   BASE WRAPPER
   =============================== */
.cs-about {
  color: #1f2937;
  text-align: left;
}

/* ===============================
   CONTENT WIDTH CONTROL (CRITICAL)
   =============================== */
.cs-hero,
.cs-section,
.cs-cta {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ===============================
   HERO
   =============================== */
.cs-hero {
  padding: 90px 30px;
  background: linear-gradient(180deg, #f9fbff, #ffffff);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  text-align: center;
}

.cs-hero h1 {
  font-size: 36px;
  margin-bottom: 16px;
  color: #0f172a;
}

.cs-hero-text {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  color: #475569;
}

/* ===============================
   SECTIONS
   =============================== */
.cs-section {
  padding: 80px 30px;
  text-align: left;
}

.cs-section h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #0f172a;
}

.cs-section p {
  margin-bottom: 14px;
  max-width: 820px;
  color: #475569;
}

/* ===============================
   SPLIT LAYOUT
   =============================== */
.cs-split {
  display: flex;
  gap: 48px;
  align-items: center;
}

.cs-col {
  flex: 1;
  text-align: left;
}

/* ===============================
   IMAGE
   =============================== */
.cs-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}

/* ===============================
   LIST
   =============================== */
.cs-list {
  margin-top: 14px;
  padding-left: 18px;
}

.cs-list li {
  margin-bottom: 8px;
  color: #334155;
}

/* ===============================
   GRID / CARDS
   =============================== */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.cs-card {
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #f9fafb);
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15,23,42,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(15,23,42,0.08);
}

/* ===============================
   LIGHT SECTION
   =============================== */
.cs-light {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

/* ===============================
   CTA
   =============================== */
.cs-cta {
  padding: 80px 30px;
  text-align: center;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  border-radius: 18px;
}

.cs-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #cbd5f5;
}

.cs-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cs-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(37,99,235,0.35);
}

/* ===============================
   SCROLL REVEAL (CSS ONLY)
   =============================== */
.cs-reveal {
  opacity: 0;
  transform: translateY(36px);
  animation: cs-reveal-up 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

.cs-delay-1 { animation-delay: 0.15s; }
.cs-delay-2 { animation-delay: 0.3s; }
.cs-delay-3 { animation-delay: 0.45s; }
.cs-delay-4 { animation-delay: 0.6s; }

@keyframes cs-reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fallback for older browsers */
@supports not (animation-timeline: view()) {
  .cs-reveal {
    opacity: 1;
    transform: none;
  }
}

/* ===============================
   PREMIUM HEADING TYPOGRAPHY
   =============================== */
.cs-about h1,
.cs-about h2,
.cs-about h3 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.3px;
  line-height: 1.25;
}

.cs-about h1 { font-weight: 700; }
.cs-about h2 { font-weight: 600; }
.cs-about h3 { font-weight: 500; }

/* ===============================
   RTL SUPPORT
   =============================== */
html[dir="rtl"] .cs-about {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .cs-section,
html[dir="rtl"] .cs-col {
  text-align: right;
}

html[dir="rtl"] .cs-split {
  flex-direction: row-reverse;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 768px) {
  .cs-split {
    flex-direction: column;
  }

  .cs-hero h1 {
    font-size: 28px;
  }
}/* End custom CSS */