.elementor-kit-8{--e-global-color-primary:#4C8649;--e-global-color-secondary:#2C3691;--e-global-color-text:#2C2A2A;--e-global-color-accent:#0B5143;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Primary:#4C8649; }
/* Start custom CSS */<style>
  /* =============================================
     HOW TO USE THIS FILE IN ELEMENTOR
     =============================================
     1. Go to your WordPress Admin > Pages > About Us > Edit with Elementor
     2. Drag an "HTML" widget onto the page
     3. Copy ONLY the content inside <body>...</body> below
        (everything between the body tags)
     4. Paste it into the Elementor HTML widget
     5. Also copy the <style> block from inside <head>
        and paste it into:
        Elementor > Site Settings > Custom CSS
        OR use a "Custom CSS" widget above the HTML widget
     6. Click Update / Publish
     ============================================= */

  /* ---- ADI About Us Page Styles ---- */
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=DM+Sans:wght@300;400;500&display=swap');

  .adi-about { font-family: 'DM Sans', sans-serif; color: #1a1a1a; line-height: 1.7; }

  /* HERO */
  .adi-hero {
    background: #08382F;
    color: #fff;
    padding: 96px 40px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .adi-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 0%, rgba(255,255,255,0.05) 0%, transparent 60%);
    pointer-events: none;
  }
  .adi-hero-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.55;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .adi-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
  }
  .adi-hero h1 em { font-style: italic; opacity: 0.75; }
  .adi-hero p {
    font-size: 17px;
    opacity: 0.78;
    max-width: 580px;
    margin: 0 auto 36px;
    line-height: 1.75;
    font-weight: 300;
  }
  .adi-hero-pills { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
  .adi-pill {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 13px;
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 400;
  }

  /* SECTION BASE */
  .adi-section { padding: 80px 40px; }
  .adi-section-alt { background: #f7f5f0; }
  .adi-section-dark { background: #08382F; color: #fff; }
  .adi-container { max-width: 960px; margin: 0 auto; }
  .adi-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0F6E56;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .adi-section-dark .adi-eyebrow { color: rgba(255,255,255,0.5); }
  .adi-heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
  }
  .adi-section-dark .adi-heading { color: #fff; }
  .adi-body {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    max-width: 680px;
    font-weight: 300;
  }
  .adi-section-dark .adi-body { color: rgba(255,255,255,0.7); }
  .adi-divider { width: 48px; height: 3px; background: #08382F; border-radius: 2px; margin-bottom: 24px; }
  .adi-section-dark .adi-divider { background: rgba(255,255,255,0.3); }

  /* TWO COL */
  .adi-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .adi-two-col-center { align-items: center; }

  /* STORY + TIMELINE */
  .adi-timeline { margin-top: 8px; }
  .adi-t-item {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e8e4dc;
  }
  .adi-t-item:last-child { border-bottom: none; margin-bottom: 0; }
  .adi-t-left { flex-shrink: 0; text-align: right; width: 72px; }
  .adi-t-year {
    font-size: 11px;
    font-weight: 500;
    color: #0F6E56;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .adi-t-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #08382F;
    margin: 8px 0 0 auto;
    position: relative;
  }
  .adi-t-dot::after {
    content: '';
    position: absolute;
    left: 50%; top: 10px;
    transform: translateX(-50%);
    width: 1px; height: 40px;
    background: #c5bfb5;
  }
  .adi-t-item:last-child .adi-t-dot::after { display: none; }
  .adi-t-content h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #1a1a1a;
  }
  .adi-t-content p { font-size: 14px; color: #777; line-height: 1.6; font-weight: 300; }

  /* STATS */
  .adi-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #d8d4cc;
    border: 1px solid #d8d4cc;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 48px;
  }
  .adi-stat {
    background: #fff;
    padding: 28px 20px;
    text-align: center;
  }
  .adi-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 500;
    color: #08382F;
    line-height: 1;
    margin-bottom: 8px;
  }
  .adi-stat-label { font-size: 13px; color: #888; line-height: 1.4; font-weight: 300; }

  /* MISSION / VISION */
  .adi-mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
  .adi-mv-card {
    background: #fff;
    border: 1px solid #e4e0d8;
    border-radius: 14px;
    padding: 32px;
    border-top: 4px solid #08382F;
  }
  .adi-mv-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #08382F;
  }
  .adi-mv-card p { font-size: 15px; color: #555; line-height: 1.75; font-weight: 300; }

  /* VALUES */
  .adi-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .adi-value-card {
    background: #fff;
    border: 1px solid #e4e0d8;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: box-shadow 0.2s;
  }
  .adi-value-card:hover { box-shadow: 0 4px 24px rgba(8,56,47,0.08); }
  .adi-value-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: #E1F5EE;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #08382F;
  }
  .adi-value-text h4 { font-size: 15px; font-weight: 500; margin-bottom: 6px; }
  .adi-value-text p { font-size: 14px; color: #777; line-height: 1.6; font-weight: 300; }

  /* SDGs */
  .adi-sdg-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-top: 36px;
  }
  .adi-sdg {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 20px 14px;
    text-align: center;
    color: #fff;
  }
  .adi-sdg-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 500;
    opacity: 0.9;
    line-height: 1;
    margin-bottom: 8px;
  }
  .adi-sdg-label { font-size: 12px; opacity: 0.65; line-height: 1.4; font-weight: 300; }

  /* APPROACH */
  .adi-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .adi-approach-card {
    border-left: 3px solid #0F6E56;
    padding: 0 0 0 20px;
  }
  .adi-approach-card h4 {
    font-size: 15px; font-weight: 500; margin-bottom: 8px;
  }
  .adi-approach-card p { font-size: 14px; color: #777; line-height: 1.6; font-weight: 300; }

  /* TEAM */
  .adi-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  .adi-team-card {
    text-align: center;
    padding: 28px 16px;
    background: #fff;
    border: 1px solid #e4e0d8;
    border-radius: 14px;
  }
  .adi-avatar {
    width: 68px; height: 68px;
    border-radius: 50%;
    background: #08382F;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
    font-family: 'Playfair Display', serif;
  }
  .adi-team-card h4 { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
  .adi-team-card p { font-size: 13px; color: #888; font-weight: 300; }

  /* CTA */
  .adi-cta { background: #08382F; color: #fff; padding: 80px 40px; text-align: center; }
  .adi-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px; font-weight: 500; margin-bottom: 16px;
  }
  .adi-cta p { font-size: 17px; opacity: 0.75; max-width: 540px; margin: 0 auto 36px; font-weight: 300; line-height: 1.75; }
  .adi-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .adi-btn-primary {
    background: #fff; color: #08382F;
    padding: 15px 32px; border-radius: 8px;
    font-size: 15px; font-weight: 500;
    text-decoration: none; display: inline-block;
    transition: opacity 0.2s;
  }
  .adi-btn-primary:hover { opacity: 0.9; }
  .adi-btn-secondary {
    background: transparent; color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 15px 32px; border-radius: 8px;
    font-size: 15px; font-weight: 300;
    text-decoration: none; display: inline-block;
    transition: border-color 0.2s;
  }
  .adi-btn-secondary:hover { border-color: rgba(255,255,255,0.8); }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .adi-hero h1 { font-size: 34px; }
    .adi-section { padding: 56px 24px; }
    .adi-two-col { grid-template-columns: 1fr; gap: 40px; }
    .adi-stats-grid { grid-template-columns: 1fr 1fr; }
    .adi-mv-grid { grid-template-columns: 1fr; }
    .adi-values-grid { grid-template-columns: 1fr; }
    .adi-sdg-grid { grid-template-columns: repeat(3, 1fr); }
    .adi-approach-grid { grid-template-columns: 1fr; }
    .adi-team-grid { grid-template-columns: 1fr 1fr; }
    .adi-heading { font-size: 28px; }
    .adi-hero { padding: 64px 24px 56px; }
  }
  @media (max-width: 480px) {
    .adi-stats-grid { grid-template-columns: 1fr 1fr; }
    .adi-sdg-grid { grid-template-columns: 1fr 1fr; }
    .adi-team-grid { grid-template-columns: 1fr 1fr; }
  }
</style>/* End custom CSS */