.elementor-1244 .elementor-element.elementor-element-8183286{--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;}/* Start custom CSS for html, class: .elementor-element-9072fef *//* ABOULAY HOME PAGE CSS ONLY */
/* Excludes header and footer */

: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:#FFFBEA;
  --ab-border:#E8E8E8;
  --ab-radius:16px;
  --ab-shadow:0 10px 30px rgba(0,0,0,0.08);
}

#aboulay-homepage{
  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:#fcfcf8;
}

.aboulay-section-accent{
  background:var(--ab-bg-light);
}

.aboulay-kicker{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--ab-red);
  margin-bottom:14px;
}

.aboulay-kicker.white{
  color:#fff3cf;
}

.aboulay-section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 42px;
}

.aboulay-section-head h2{
  font-size:38px;
  line-height:1.2;
  color:var(--ab-black);
  margin:0 0 14px;
}

.aboulay-section-head p{
  color:var(--ab-text-soft);
  font-size:17px;
  line-height:1.7;
}

/* HERO */
.aboulay-hero{
  background:
    linear-gradient(135deg, rgba(11,110,61,.96), rgba(17,17,17,.92)),
    #0b6e3d;
  color:var(--ab-white);
  padding:90px 0 80px;
}

.aboulay-hero-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:34px;
  align-items:center;
}

.aboulay-hero h1{
  font-size:52px;
  line-height:1.08;
  margin:0 0 18px;
  color:var(--ab-white);
}

.aboulay-hero p{
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
  max-width:760px;
}

.aboulay-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 18px;
}

.aboulay-hero-trust{
  font-size:14px;
  color:rgba(255,255,255,.8);
}

.aboulay-hero-card-wrap{
  display:flex;
  justify-content:flex-end;
}

.aboulay-hero-card{
  width:100%;
  max-width:390px;
  background:var(--ab-white);
  color:var(--ab-text);
  padding:28px;
  border-radius:var(--ab-radius);
  box-shadow:var(--ab-shadow);
}

.aboulay-hero-card h3{
  color:var(--ab-red);
  margin-top:0;
}

.aboulay-hero-card ul{
  margin:18px 0 24px;
  padding-left:18px;
}

.aboulay-hero-card li{
  margin-bottom:10px;
  line-height:1.6;
}

/* BUTTONS */
.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);
}

.aboulay-btn-accent{
  background:var(--ab-gold);
  color:var(--ab-black);
}
.aboulay-btn-accent:hover{
  background:var(--ab-gold-dark);
  color:var(--ab-black);
}

.aboulay-btn-outline{
  border:2px solid rgba(255,255,255,.65);
  color:var(--ab-white);
  background:transparent;
}
.aboulay-btn-outline:hover{
  background:rgba(255,255,255,.12);
  color:var(--ab-white);
}

.aboulay-btn-light{
  background:var(--ab-white);
  color:var(--ab-black);
}
.aboulay-btn-light:hover{
  background:#f1f1f1;
  color:var(--ab-black);
}

/* STATS */
.aboulay-stats{
  padding:26px 0 0;
  margin-top:-34px;
  position:relative;
  z-index:2;
}

.aboulay-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.aboulay-stat-box{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:14px;
  padding:24px 20px;
  box-shadow:var(--ab-shadow);
  text-align:center;
}

.aboulay-stat-box h2{
  margin:0 0 10px;
  color:var(--ab-green);
  font-size:28px;
}

.aboulay-stat-box p{
  margin:0;
  color:var(--ab-text-soft);
  line-height:1.6;
  font-size:15px;
}

/* CARDS */
.aboulay-card-grid{
  display:grid;
  gap:22px;
}

.aboulay-card-grid.four{
  grid-template-columns:repeat(4, 1fr);
}

.aboulay-card-grid.three{
  grid-template-columns:repeat(3, 1fr);
}

.aboulay-card{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  padding:28px 24px;
  box-shadow:var(--ab-shadow);
  transition:transform .2s ease, border-color .2s ease;
}

.aboulay-card:hover{
  transform:translateY(-4px);
  border-color:var(--ab-gold);
}

.aboulay-card h3{
  margin-top:0;
  margin-bottom:12px;
  color:var(--ab-red);
}

.aboulay-card p{
  color:var(--ab-text-soft);
  line-height:1.7;
  margin-bottom:16px;
}

.aboulay-card a{
  color:var(--ab-green);
  font-weight:600;
  text-decoration:none;
}

.aboulay-card a:hover{
  color:var(--ab-red);
}

/* CATEGORIES */
.aboulay-category-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.aboulay-category-box{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:110px;
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:14px;
  color:var(--ab-black);
  text-decoration:none;
  font-weight:600;
  box-shadow:var(--ab-shadow);
  transition:all .2s ease;
  text-align:center;
  padding:16px;
}

.aboulay-category-box:hover{
  background:var(--ab-gold);
  color:var(--ab-black);
  border-color:var(--ab-gold);
}

/* STEPS */
.aboulay-steps-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}

.aboulay-step-box{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  padding:28px 24px;
  box-shadow:var(--ab-shadow);
  text-align:center;
}

.aboulay-step-number{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ab-red);
  color:var(--ab-white);
  font-size:22px;
  font-weight:700;
  margin-bottom:14px;
}

.aboulay-step-box h3{
  margin:0 0 10px;
  color:var(--ab-green);
}

.aboulay-step-box p{
  margin:0;
  color:var(--ab-text-soft);
  line-height:1.7;
}

/* SPLIT */
.aboulay-split-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:34px;
  align-items:start;
}

.aboulay-feature-list{
  margin:20px 0 0;
  padding-left:20px;
}

.aboulay-feature-list li{
  margin-bottom:12px;
  line-height:1.7;
  color:var(--ab-text);
}

.aboulay-highlight-panel{
  background:linear-gradient(135deg, var(--ab-white), #fff8df);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  padding:28px;
  box-shadow:var(--ab-shadow);
}

.aboulay-highlight-panel h3{
  margin-top:0;
  color:var(--ab-red);
}

.aboulay-highlight-panel p{
  line-height:1.7;
  color:var(--ab-text-soft);
}

/* CTA BAND */
.aboulay-cta-band{
  background:linear-gradient(135deg, var(--ab-red), #7f1717);
  color:var(--ab-white);
  padding:72px 0;
}

.aboulay-cta-band-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
  align-items:center;
}

.aboulay-cta-band h2{
  color:var(--ab-white);
  margin:0 0 14px;
  font-size:40px;
  line-height:1.15;
}

.aboulay-cta-band p{
  color:rgba(255,255,255,.92);
  font-size:17px;
  line-height:1.75;
  margin:0;
}

.aboulay-cta-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:14px;
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .aboulay-hero-grid,
  .aboulay-split-grid,
  .aboulay-cta-band-grid{
    grid-template-columns:1fr;
  }

  .aboulay-stats-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-card-grid.four{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-card-grid.three,
  .aboulay-category-grid,
  .aboulay-steps-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-hero h1{
    font-size:42px;
  }

  .aboulay-cta-actions{
    justify-content:flex-start;
  }

  .aboulay-hero-card-wrap{
    justify-content:flex-start;
  }
}

@media (max-width: 767px){
  .aboulay-section,
  .aboulay-hero,
  .aboulay-cta-band{
    padding:60px 0;
  }

  .aboulay-hero h1{
    font-size:32px;
  }

  .aboulay-section-head h2,
  .aboulay-cta-band h2{
    font-size:28px;
  }

  .aboulay-card-grid.four,
  .aboulay-card-grid.three,
  .aboulay-category-grid,
  .aboulay-stats-grid,
  .aboulay-steps-grid{
    grid-template-columns:1fr;
  }

  .aboulay-hero-actions,
  .aboulay-cta-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .aboulay-btn{
    width:100%;
  }
}/* End custom CSS */