.elementor-1316 .elementor-element.elementor-element-13da743{--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-13d312f */#aboulay-country-hubs-page{
  background:#f8f9f5;
  color:#333333;
  font-family:"Poppins", sans-serif;
}

.aboulay-country-hero{
  background:linear-gradient(135deg, rgba(11,110,61,.96), rgba(17,17,17,.92));
  color:#fff;
  padding:90px 0 80px;
}

.aboulay-country-hero h1{
  font-size:48px;
  line-height:1.1;
  margin:0 0 18px;
  color:#fff;
}

.aboulay-country-hero p{
  max-width:850px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.92);
}

.aboulay-country-form{
  background:#fff;
  border:1px solid #e8e8e8;
  border-radius:16px;
  padding:32px 28px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.aboulay-form-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px 22px;
}

.aboulay-form-row{
  display:flex;
  flex-direction:column;
}

.aboulay-form-row-full{
  grid-column:1 / -1;
}

.aboulay-form-row label{
  font-weight:600;
  margin-bottom:8px;
  color:#111111;
}

.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:#fff;
  color:#333;
  font-size:15px;
  box-sizing:border-box;
}

.aboulay-form-row input:focus,
.aboulay-form-row select:focus,
.aboulay-form-row textarea:focus{
  border-color:#0B6E3D;
  box-shadow:0 0 0 3px rgba(11,110,61,.15);
  outline:none;
}

.aboulay-checkbox{
  display:flex !important;
  gap:10px;
  align-items:flex-start;
}

.aboulay-checkbox input{
  width:auto !important;
  margin-top:4px;
}

@media (max-width: 767px){
  .aboulay-form-grid{
    grid-template-columns:1fr;
  }

  .aboulay-country-hero h1{
    font-size:32px;
  }

  .aboulay-country-form{
    padding:24px 20px;
  }
}/* End custom CSS */