.elementor-1254 .elementor-element.elementor-element-3d5d173{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1254 .elementor-element.elementor-element-eedcbec{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-eedcbec *//* ABOULAY ABOUT PAGE CSS ONLY */

:root{
  --ab-red:#D62828;
  --ab-red-dark:#B71C1C;
  --ab-green:#0B6E3D;
  --ab-green-dark:#095730;
  --ab-gold:#F4B400;
  --ab-gold-dark:#D89C00;
  --ab-black:#111111;
  --ab-text:#333333;
  --ab-text-soft:#666666;
  --ab-white:#FFFFFF;
  --ab-bg:#F8F9F5;
  --ab-bg-light:#FCFCF8;
  --ab-bg-accent:#FFF8E2;
  --ab-border:#E8E8E8;
  --ab-radius:16px;
  --ab-shadow:0 10px 30px rgba(0,0,0,.08);
}

#aboulay-about-page{
  background:var(--ab-bg);
  color:var(--ab-text);
  font-family:"Poppins", sans-serif;
}

.aboulay-container{
  width:min(1200px, 92%);
  margin:0 auto;
}

.aboulay-section{
  padding:80px 0;
}

.aboulay-section-light{
  background:var(--ab-bg-light);
}

.aboulay-section-accent{
  background:var(--ab-bg-accent);
}

.aboulay-kicker{
  display:inline-block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--ab-red);
}

.aboulay-about-hero{
  background:
    linear-gradient(135deg, rgba(11,110,61,.96), rgba(17,17,17,.92)),
    #0b6e3d;
  color:var(--ab-white);
  padding:90px 0;
}

.aboulay-about-hero-inner{
  max-width:900px;
}

.aboulay-about-hero h1{
  margin:0 0 18px;
  font-size:50px;
  line-height:1.08;
  color:var(--ab-white);
}

.aboulay-about-hero p{
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
  max-width:850px;
}

.aboulay-section-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.aboulay-section-head h2{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.2;
  color:var(--ab-black);
}

.aboulay-section-head p{
  margin:0;
  color:var(--ab-text-soft);
  font-size:17px;
  line-height:1.75;
}

.aboulay-two-col{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
}

.aboulay-two-col.reverse{
  grid-template-columns:.95fr 1.05fr;
}

.aboulay-content-card,
.aboulay-highlight-box,
.aboulay-feature-panel,
.aboulay-card,
.aboulay-mission-box{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  box-shadow:var(--ab-shadow);
}

.aboulay-content-card{
  padding:30px 28px;
}

.aboulay-highlight-box,
.aboulay-feature-panel{
  padding:28px 26px;
  background:linear-gradient(135deg, var(--ab-white), #fff9e8);
}

.aboulay-content-card h2,
.aboulay-mission-box h2{
  margin-top:0;
  color:var(--ab-green);
}

.aboulay-content-card h3,
.aboulay-highlight-box h3,
.aboulay-feature-panel h3,
.aboulay-card h3{
  margin-top:0;
  color:var(--ab-red);
}

.aboulay-content-card p,
.aboulay-highlight-box li,
.aboulay-feature-panel li,
.aboulay-card p,
.aboulay-mission-box p{
  color:var(--ab-text);
  line-height:1.8;
}

.aboulay-highlight-box ul,
.aboulay-feature-panel ul{
  margin:16px 0 0;
  padding-left:20px;
}

.aboulay-highlight-box li,
.aboulay-feature-panel li{
  margin-bottom:12px;
}

.aboulay-card-grid{
  display:grid;
  gap:22px;
}

.aboulay-card-grid.three{
  grid-template-columns:repeat(3, 1fr);
}

.aboulay-card-grid.two{
  grid-template-columns:repeat(2, 1fr);
}

.aboulay-card{
  padding:28px 24px;
  transition:transform .2s ease, border-color .2s ease;
}

.aboulay-card:hover{
  transform:translateY(-4px);
  border-color:var(--ab-gold);
}

.aboulay-check-list{
  margin:16px 0 0;
  padding-left:0;
  list-style:none;
}

.aboulay-check-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:12px;
  line-height:1.7;
}

.aboulay-check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--ab-green);
  font-weight:700;
}

.aboulay-mission-box{
  padding:40px 34px;
  text-align:center;
  max-width:980px;
  margin:0 auto;
}

.aboulay-mission-box p{
  max-width:860px;
  margin:0 auto 16px;
  color:var(--ab-text-soft);
}

.aboulay-cta-wrap{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.aboulay-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:600;
  transition:all .25s ease;
}

.aboulay-btn-primary{
  background:var(--ab-red);
  color:var(--ab-white);
}

.aboulay-btn-primary:hover{
  background:var(--ab-red-dark);
  color:var(--ab-white);
}

.aboulay-btn-secondary{
  background:var(--ab-green);
  color:var(--ab-white);
}

.aboulay-btn-secondary:hover{
  background:var(--ab-green-dark);
  color:var(--ab-white);
}

@media (max-width: 1024px){
  .aboulay-two-col,
  .aboulay-two-col.reverse,
  .aboulay-card-grid.three{
    grid-template-columns:1fr;
  }

  .aboulay-card-grid.two{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-about-hero h1{
    font-size:40px;
  }
}

@media (max-width: 767px){
  .aboulay-section,
  .aboulay-about-hero{
    padding:60px 0;
  }

  .aboulay-about-hero h1{
    font-size:30px;
  }

  .aboulay-section-head h2{
    font-size:28px;
  }

  .aboulay-card-grid.two,
  .aboulay-card-grid.three{
    grid-template-columns:1fr;
  }

  .aboulay-content-card,
  .aboulay-highlight-box,
  .aboulay-feature-panel,
  .aboulay-card,
  .aboulay-mission-box{
    padding:24px 20px;
  }

  .aboulay-cta-wrap{
    flex-direction:column;
  }

  .aboulay-btn{
    width:100%;
  }
}/* End custom CSS */