.elementor-kit-6{--e-global-color-primary:#0D4C4A;--e-global-color-secondary:#C8A456;--e-global-color-text:#2D2D2D;--e-global-color-accent:#1A7A5C;--e-global-color-a9e970c:#FAFAF7;--e-global-color-ab9d52f:#F5F0E8;--e-global-color-f6a9902:#FFFFFF;--e-global-color-d9e18d0:#EDE8DF;--e-global-color-d60ee5d:#6B665E;--e-global-color-a2e4bb3:#DCD6CB;--e-global-color-cfaa83f:#FAFAF7;--e-global-color-46a4b6c:#3D2F14;--e-global-color-d6c30d8:#FAFAF7;--e-global-color-88f3be1:#E5484D;--e-global-color-ad957df:#C8A45666;--e-global-color-0b1bbe4:#C8A45626;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   DAYAH NURUL IMAN — DESIGN SYSTEM
   Global CSS Variables & Base Styles
   ============================================ */

:root {
  /* Brand Utama */
  --primary: #0D4C4A;
  --primary-foreground: #FAFAF7;
  --secondary: #C8A456;
  --secondary-foreground: #3D2F14;

  /* CTA & Aksi */
  --cta: #1A7A5C;
  --cta-foreground: #FAFAF7;
  --destructive: #E5484D;

  /* Permukaan & Latar */
  --background: #FAFAF7;
  --foreground: #2D2D2D;
  --card: #FFFFFF;
  --accent: #F5F0E8;
  --muted: #EDE8DF;
  --muted-foreground: #6B665E;

  /* Border & Input */
  --border: #DCD6CB;
  --input: #DCD6CB;
  --ring: #0D4C4A;

  /* Font */
  --font-display: 'Playfair Display', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

/* ============================================
   TIPOGRAFI
   ============================================ */

body {
  font-family: var(--font-body);
  color: var(--foreground);
  background-color: var(--background);
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: var(--font-display);
  color: var(--foreground);
}

/* Meta text: tanggal, penulis, deskripsi pendek */
.meta-text,
.elementor-post-date,
.elementor-post-author {
  color: var(--muted-foreground);
  font-family: var(--font-body);
}

/* ============================================
   TOMBOL
   ============================================ */

/* Tombol Donasi / CTA Utama */
.btn-donasi,
.elementor-button.btn-donasi {
  background-color: var(--cta) !important;
  color: var(--cta-foreground) !important;
  border: none !important;
  border-radius: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  padding: 14px 32px;
  transition: all 0.3s ease;
}
.btn-donasi:hover {
  background-color: #15654B !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 122, 92, 0.3);
}

/* Tombol Secondary / Outline */
.btn-outline,
.elementor-button.btn-outline {
  background-color: transparent !important;
  color: var(--primary) !important;
  border: 2px solid var(--primary) !important;
  border-radius: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background-color: var(--primary) !important;
  color: var(--primary-foreground) !important;
}

/* Tombol Gold (untuk navbar CTA) */
.btn-gold,
.elementor-button.btn-gold {
  background-color: var(--secondary) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-gold:hover {
  background-color: #B8933E !important;
  transform: translateY(-2px);
}

/* ============================================
   KARTU
   ============================================ */

.card-dayah,
.elementor-widget-container .card-dayah {
  background-color: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.card-dayah:hover {
  box-shadow: 0 12px 32px rgba(13, 76, 74, 0.08);
  transform: translateY(-4px);
}

/* Card donasi */
.card-donasi {
  background-color: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
}
.card-donasi:hover {
  border-color: var(--cta);
  box-shadow: 0 12px 32px rgba(26, 122, 92, 0.1);
  transform: translateY(-4px);
}

/* ============================================
   BADGE & TAG
   ============================================ */

.badge-kategori {
  display: inline-block;
  background-color: var(--secondary);
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-tag {
  display: inline-block;
  background-color: var(--accent);
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 50px;
}

/* Badge "Paling Dibutuhkan" untuk donasi wali asuh */
.badge-urgent {
  display: inline-block;
  background-color: #FEF3CD;
  color: #856404;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  text-transform: uppercase;
}

/* ============================================
   NAVBAR GLASSMORPHISM
   ============================================ */

.elementor-sticky--effects,
header.elementor-sticky--effects .elementor-element {
  background-color: rgba(250, 250, 247, 0.7) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 1px 0 rgba(220, 214, 203, 0.5);
}

/* Nav link aktif */
.elementor-nav-menu .current-menu-item a {
  color: var(--primary) !important;
  font-weight: 600;
}

/* ============================================
   SECTION BACKGROUNDS
   ============================================ */

/* Section cream (selang-seling) */
.section-cream {
  background-color: var(--accent) !important;
}

/* Section dark (CTA besar, footer) */
.section-dark {
  background-color: var(--primary) !important;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark .elementor-heading-title,
.section-dark .elementor-widget-text-editor {
  color: var(--primary-foreground) !important;
}

/* Section muted */
.section-muted {
  background-color: var(--muted) !important;
}

/* ============================================
   ISLAMIC GEOMETRIC PATTERN
   ============================================ */

/* Pattern overlay untuk hero dan CTA section */
.pattern-islamic {
  position: relative;
}
.pattern-islamic::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23C8A456' stroke-width='0.5' stroke-opacity='0.4'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z'/%3E%3Cpath d='M30 10L50 30L30 50L10 30Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.pattern-islamic > * {
  position: relative;
  z-index: 1;
}

/* Versi light untuk section biasa */
.pattern-islamic-light::before {
  opacity: 0.4;
}

/* ============================================
   DIVIDER ORNAMEN GOLD
   ============================================ */

.divider-ornament {
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--secondary) 30%,
    var(--secondary) 70%,
    transparent 100%
  );
  border: none;
  max-width: 200px;
  margin: 20px auto;
}

/* ============================================
   BLOCKQUOTE (untuk artikel)
   ============================================ */

blockquote,
.elementor-blockquote {
  border-left: 4px solid var(--secondary) !important;
  background-color: var(--accent);
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--foreground);
}

/* ============================================
   FORM INPUT (halaman kontak & donasi)
   ============================================ */

.elementor-field-textual input,
.elementor-field-textual textarea,
.elementor-field-textual select {
  border: 1px solid var(--input) !important;
  border-radius: 8px !important;
  font-family: var(--font-body) !important;
  color: var(--foreground) !important;
  background-color: var(--card) !important;
  padding: 12px 16px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.elementor-field-textual input:focus,
.elementor-field-textual textarea:focus {
  border-color: var(--ring) !important;
  box-shadow: 0 0 0 3px rgba(13, 76, 74, 0.1) !important;
  outline: none !important;
}

/* ============================================
   PROGRESS BAR (donasi pembangunan)
   ============================================ */

.progress-donasi {
  width: 100%;
  height: 12px;
  background-color: var(--muted);
  border-radius: 50px;
  overflow: hidden;
}
.progress-donasi-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--cta), #22C08A);
  border-radius: 50px;
  transition: width 1s ease;
}

/* ============================================
   RESPONSIF MOBILE
   ============================================ */

/* Sticky donasi button di mobile */
@media (max-width: 767px) {
  .mobile-donate-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--cta);
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  }
  .mobile-donate-bar a {
    color: #FFFFFF !important;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
  }

  /* Tambah padding bawah body supaya konten tidak tertutup */
  body {
    padding-bottom: 60px;
  }
}

/* ============================================
   SCROLL-TO-TOP BUTTON
   ============================================ */

.scroll-top-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 44px;
  height: 44px;
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 9998;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(13, 76, 74, 0.2);
}
.scroll-top-btn.visible {
  opacity: 1;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background-color: #0A3B39;
  transform: translateY(-2px);
}

/* ============================================
   FOOTER
   ============================================ */

footer .elementor-widget-heading .elementor-heading-title {
  color: var(--primary-foreground) !important;
  font-family: var(--font-display);
}
footer .elementor-widget-text-editor,
footer .elementor-widget-text-editor p,
footer .elementor-icon-list-text {
  color: rgba(250, 250, 247, 0.7) !important;
  font-family: var(--font-body);
}
footer a:hover {
  color: var(--secondary) !important;
}/* End custom CSS */