.elementor-47048 .elementor-element.elementor-element-c8be2f5 .elementor-text-editor{text-align:center;}.elementor-47048 .elementor-element.elementor-element-c8be2f5{font-family:"Amiri", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-c8be2f5 */:root {
    --gold: #C9A84C;
    --gold-light: #F0D08A;
    --gold-dark: #8C6A1E;
    --teal: #1D9E75;
    --teal-light: #E1F5EE;
    --teal-dark: #0F6E56;
    --ink: #1A1410;
    --sand: #F7F2E8;
    --sand-dark: #EDE5D0;
    --white: #FFFFFF;
    --text-muted: #6B5E48;
    --border: rgba(201, 168, 76, 0.25);
    --radius: 12px;
}

 .hero-ornament {
    font-family: 'Amiri', serif;
    font-size: 3.5rem;
    color: var(--gold);
    opacity: 0.6;
    margin-bottom: 1rem;
    line-height: 1;
    animation: fadeUp 1s ease both;
  }
  
  .hero-arabic {
    font-family: 'Amiri', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: var(--ink);
    line-height: 1.4;
    margin-bottom: 0.5rem;
    animation: fadeUp 1s ease 0.1s both;
  }
  
  .hero-title {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 300;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 2rem;
    animation: fadeUp 1s ease 0.2s both;
  }

  .hero-hadith {
    max-width: 600px;
    font-family: 'Amiri', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: var(--text-muted);
    border-left: 3px solid var(--gold);
    padding: 1rem 1.5rem;
    text-align: left;
    background: var(--white);
    border-radius: 0 var(--radius) var(--radius) 0;
    margin-bottom: 3rem;
    animation: fadeUp 1s ease 0.3s both;
  }/* End custom CSS */