:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e55a735 */:root{
  --eh-green:#006B3F;
  --eh-dark-green:#004D2D;
  --eh-blue:#12338A;
  --eh-gold:#F4C76B;
  --eh-light:#F7FAF8;
  --eh-text:#1D2B34;
}

/* Hero */
.eh-about-hero{
  background:
    radial-gradient(circle at 15% 20%, rgba(244,199,107,.22), transparent 28%),
    linear-gradient(135deg, #12338A 0%, #006B3F 75%);
}

.eh-hero-content h1{
  color:#fff !important;
  text-shadow:0 8px 25px rgba(0,0,0,.25);
}

.eh-hero-content p{
  color:#F4F7F5 !important;
}

.eh-hero-content span,
.eh-tag,
.eh-section-title span,
.eh-about-cta span{
  background:rgba(244,199,107,.18) !important;
  color:var(--eh-gold) !important;
}

/* Buttons */
.eh-hero-content a,
.eh-about-cta a{
  background:var(--eh-gold) !important;
  color:#073B2A !important;
  border-radius:12px;
  box-shadow:0 12px 30px rgba(244,199,107,.25);
}

.eh-hero-content a:hover,
.eh-about-cta a:hover{
  background:#fff !important;
  color:var(--eh-green) !important;
  transform:translateY(-5px) scale(1.03);
}

/* Headings */
.eh-about-text h2,
.eh-section-title h2{
  color:var(--eh-blue) !important;
}

.eh-about-text p,
.eh-section-title p,
.eh-feature-card p{
  color:#68737D !important;
}

/* Image */
.eh-about-image img{
  border:8px solid #fff;
  box-shadow:0 25px 70px rgba(0,107,63,.18);
  transition:.5s ease;
}

.eh-about-image:hover img{
  transform:scale(1.035) rotate(-1deg);
}

/* Floating card */
.eh-floating-card{
  border-right:5px solid var(--eh-green);
  animation:floatCard 3s ease-in-out infinite;
}

/* Stats */
.eh-stats div{
  background:#fff;
  border:1px solid #EAF1EE;
  transition:.35s ease;
}

.eh-stats div:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 40px rgba(0,107,63,.12);
}

.eh-stats strong{
  color:var(--eh-green) !important;
}

/* Why section */
.eh-why-section{
  background:linear-gradient(180deg,#F7FAF8 0%,#EEF6F2 100%);
}

.eh-feature-card{
  border:1px solid #EAF1EE;
  position:relative;
  overflow:hidden;
}

.eh-feature-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(0,107,63,.08),rgba(18,51,138,.06));
  opacity:0;
  transition:.35s ease;
}

.eh-feature-card:hover:before{
  opacity:1;
}

.eh-feature-card div{
  background:var(--eh-green) !important;
  box-shadow:0 10px 25px rgba(0,107,63,.25);
}

.eh-feature-card:hover{
  transform:translateY(-12px);
}

/* CTA */
.eh-about-cta{
  background:
    radial-gradient(circle at 15% 30%,rgba(244,199,107,.18),transparent 25%),
    linear-gradient(135deg,#006B3F,#12338A) !important;
}

/* Animations */
.eh-hero-content{
  animation:fadeUp .9s ease both;
}

.eh-about-image,
.eh-about-text,
.eh-feature-card,
.eh-about-cta div{
  animation:fadeUp .9s ease both;
}

.eh-feature-card:nth-child(1){animation-delay:.1s;}
.eh-feature-card:nth-child(2){animation-delay:.2s;}
.eh-feature-card:nth-child(3){animation-delay:.3s;}
.eh-feature-card:nth-child(4){animation-delay:.4s;}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(35px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes floatCard{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

/* Mobile */
@media(max-width:767px){
  .eh-hero-content h1{
    font-size:30px !important;
  }

  .eh-about-text h2,
  .eh-section-title h2,
  .eh-about-cta h2{
    font-size:28px !important;
  }

  .eh-feature-card:hover,
  .eh-stats div:hover,
  .eh-about-image:hover img{
    transform:none;
  }
}
.eh-about-page{
  direction:rtl;
  font-family:inherit;
  color:#0b1f2a;
  overflow:hidden;
}

.eh-about-hero{
  min-height:420px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-radius:0 0 40px 40px;
  overflow:hidden;
  background:linear-gradient(135deg,#1f4aa8,#00643b);
}

.eh-hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 10%,rgba(255,255,255,.22),transparent 28%),
    radial-gradient(circle at 90% 90%,rgba(255,210,120,.18),transparent 30%);
  animation:ehMove 8s infinite alternate ease-in-out;
}

.eh-hero-content{
  position:relative;
  max-width:850px;
  padding:60px 20px;
  color:#fff;
  animation:ehFadeUp .9s ease both;
}

.eh-hero-content span,
.eh-tag,
.eh-section-title span,
.eh-about-cta span{
  display:inline-block;
  background:rgba(255,255,255,.16);
  color:#f7d98b;
  padding:8px 18px;
  border-radius:50px;
  font-size:14px;
  margin-bottom:18px;
}

.eh-hero-content h1{
  font-size:52px;
  line-height:1.3;
  margin:0 0 20px;
}

.eh-hero-content p{
  font-size:18px;
  line-height:1.9;
  max-width:720px;
  margin:0 auto 30px;
  color:#eef3ff;
}

.eh-hero-content a,
.eh-about-cta a{
  display:inline-block;
  background:#f4c76b;
  color:#073b2a;
  padding:15px 34px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  transition:.3s;
}

.eh-hero-content a:hover,
.eh-about-cta a:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.eh-about-story{
  padding:100px 20px 60px;
  background:#fff;
}

.eh-about-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:60px;
  align-items:center;
}

.eh-about-image{
  position:relative;
}

.eh-about-image img{
  width:100%;
  min-height:460px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.eh-floating-card{
  position:absolute;
  bottom:25px;
  right:-25px;
  background:#fff;
  padding:18px 25px;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}

.eh-floating-card strong{
  display:block;
  color:#00643b;
  font-size:20px;
}

.eh-floating-card span{
  color:#777;
  font-size:14px;
}

.eh-about-text h2,
.eh-section-title h2,
.eh-about-cta h2{
  font-size:42px;
  line-height:1.35;
  margin:0 0 22px;
  color:#12338a;
}

.eh-about-text p{
  color:#68737d;
  line-height:2;
  font-size:17px;
}

.eh-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  margin-top:35px;
}

.eh-stats div{
  background:#f8fbff;
  border:1px solid #edf1f5;
  border-radius:18px;
  padding:22px;
  text-align:center;
}

.eh-stats strong{
  display:block;
  color:#00643b;
  font-size:32px;
}

.eh-stats span{
  color:#667;
}

.eh-why-section{
  padding:80px 20px;
  background:#f7fafc;
}

.eh-section-title{
  text-align:center;
  max-width:720px;
  margin:0 auto 45px;
}

.eh-section-title p{
  color:#6f7880;
  line-height:1.8;
}

.eh-features-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.eh-feature-card{
  background:#fff;
  padding:35px 25px;
  border-radius:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
  transition:.35s;
}

.eh-feature-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,100,59,.14);
}

.eh-feature-card div{
  width:46px;
  height:46px;
  background:#00643b;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:20px;
}

.eh-feature-card h3{
  color:#12338a;
  font-size:22px;
  margin-bottom:12px;
}

.eh-feature-card p{
  color:#6c737a;
  line-height:1.8;
}

.eh-about-cta{
  padding:90px 20px;
  background:linear-gradient(135deg,#00643b,#12338a);
  text-align:center;
  color:#fff;
}

.eh-about-cta div{
  max-width:800px;
  margin:auto;
}

.eh-about-cta h2{
  color:#fff;
}

.eh-about-cta p{
  color:#eef3ff;
  line-height:1.9;
  margin-bottom:30px;
}

.eh-fade-up{
  opacity:0;
  transform:translateY(35px);
  animation:ehFadeUp .9s ease forwards;
}

.eh-fade-up:nth-child(2){animation-delay:.15s;}
.eh-fade-up:nth-child(3){animation-delay:.25s;}
.eh-fade-up:nth-child(4){animation-delay:.35s;}

@keyframes ehFadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes ehMove{
  from{transform:scale(1);}
  to{transform:scale(1.08);}
}

/* Tablet */
@media(max-width:1024px){
  .eh-about-container{
    grid-template-columns:1fr;
  }

  .eh-features-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .eh-hero-content h1{
    font-size:42px;
  }
}

/* Mobile */
@media(max-width:767px){
  .eh-about-hero{
    min-height:auto;
  }

  .eh-hero-content{
    padding:70px 18px;
  }

  .eh-hero-content h1{
    font-size:32px;
  }

  .eh-hero-content p{
    font-size:15px;
  }

  .eh-about-story{
    padding:60px 16px;
  }

  .eh-about-text h2,
  .eh-section-title h2,
  .eh-about-cta h2{
    font-size:30px;
  }

  .eh-about-image img{
    min-height:320px;
  }

  .eh-floating-card{
    right:15px;
    bottom:15px;
  }

  .eh-stats{
    grid-template-columns:1fr;
  }

  .eh-features-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */