.elementor-1268 .elementor-element.elementor-element-84b0cb5{--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-6e7561d *//* ABOULAY ADVERTISE 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:#FCFCF8;
  --ab-bg-accent:#FFF8E2;
  --ab-border:#E8E8E8;
  --ab-radius:16px;
  --ab-shadow:0 10px 30px rgba(0,0,0,.08);
}

#aboulay-advertise-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;
  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:820px;
  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.75;
  margin:0;
}

/* HERO */
.aboulay-advertise-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.3fr .7fr;
  gap:34px;
  align-items:center;
}

.aboulay-advertise-hero h1{
  font-size:50px;
  line-height:1.08;
  margin:0 0 18px;
  color:var(--ab-white);
}

.aboulay-advertise-hero p{
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
  max-width:780px;
}

.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,.82);
}

.aboulay-side-card{
  background:var(--ab-white);
  color:var(--ab-text);
  padding:28px;
  border-radius:var(--ab-radius);
  box-shadow:var(--ab-shadow);
}

.aboulay-side-card h3{
  margin-top:0;
  color:var(--ab-red);
}

.aboulay-side-card ul{
  margin:16px 0 22px;
  padding-left:20px;
}

.aboulay-side-card li{
  margin-bottom:10px;
  line-height:1.7;
}

/* 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;
  border:none;
  cursor:pointer;
}

.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);
}

.aboulay-btn-full{
  width:100%;
}

/* 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.75;
  margin:0;
}

/* SPLIT */
.aboulay-split-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:start;
}

.aboulay-content-box,
.aboulay-highlight-box,
.aboulay-feature-panel{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  box-shadow:var(--ab-shadow);
}

.aboulay-content-box,
.aboulay-highlight-box,
.aboulay-feature-panel{
  padding:30px 28px;
}

.aboulay-content-box h2{
  margin-top:0;
  color:var(--ab-green);
}

.aboulay-content-box p{
  color:var(--ab-text);
  line-height:1.8;
}

.aboulay-highlight-box h3,
.aboulay-feature-panel h3{
  margin-top:0;
  color:var(--ab-red);
}

.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;
  line-height:1.7;
}

/* STEPS */
.aboulay-steps-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:22px;
}

.aboulay-step-box{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  padding:28px 22px;
  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;
}

/* AUTH */
.aboulay-auth-section{
  background:linear-gradient(180deg, #fcfcf8 0%, #f8f9f5 100%);
}

.aboulay-auth-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.aboulay-auth-card{
  background:var(--ab-white);
  border:1px solid var(--ab-border);
  border-radius:var(--ab-radius);
  box-shadow:var(--ab-shadow);
  padding:28px 24px;
}

.aboulay-auth-card h3{
  margin-top:0;
  margin-bottom:18px;
  color:var(--ab-red);
}

.aboulay-form-row{
  margin-bottom:16px;
}

.aboulay-form-row label{
  display:block;
  font-weight:600;
  margin-bottom:7px;
  color:var(--ab-black);
}

.aboulay-form-row input,
.aboulay-form-row select,
.aboulay-form-row textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid #d9d9d9;
  border-radius:12px;
  background:var(--ab-white);
  color:var(--ab-text);
  font-size:15px;
  box-sizing:border-box;
}

.aboulay-form-row input:focus,
.aboulay-form-row select:focus,
.aboulay-form-row textarea:focus{
  border-color:var(--ab-green);
  box-shadow:0 0 0 3px rgba(11,110,61,.15);
  outline:none;
}

.aboulay-checkbox{
  display:flex !important;
  gap:10px;
  align-items:flex-start;
  font-weight:400 !important;
}

.aboulay-checkbox input{
  width:auto !important;
  margin-top:4px;
}

.aboulay-form-links,
.aboulay-form-note{
  margin-top:14px;
  font-size:14px;
  color:var(--ab-text-soft);
  line-height:1.6;
}

.aboulay-form-links a{
  color:var(--ab-green);
  text-decoration:none;
}
.aboulay-form-links a:hover{
  color:var(--ab-red);
}

/* 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: 1100px){
  .aboulay-hero-grid,
  .aboulay-split-grid,
  .aboulay-cta-band-grid{
    grid-template-columns:1fr;
  }

  .aboulay-card-grid.four{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-card-grid.three{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-steps-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .aboulay-auth-grid{
    grid-template-columns:1fr;
  }

  .aboulay-cta-actions{
    justify-content:flex-start;
  }
}

@media (max-width: 767px){
  .aboulay-section,
  .aboulay-advertise-hero,
  .aboulay-cta-band{
    padding:60px 0;
  }

  .aboulay-advertise-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-steps-grid{
    grid-template-columns:1fr;
  }

  .aboulay-hero-actions,
  .aboulay-cta-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .aboulay-btn{
    width:100%;
  }

  .aboulay-content-box,
  .aboulay-highlight-box,
  .aboulay-feature-panel,
  .aboulay-auth-card{
    padding:24px 20px;
  }
}/* End custom CSS */