.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 */
/* Start custom CSS for html, class: .elementor-element-13d312f */:root {
  --ach-brown: #221915;
  --ach-brown-soft: #382720;
  --ach-burgundy: #8d2e24;
  --ach-burgundy-dark: #671c17;
  --ach-gold: #d8a536;
  --ach-gold-light: #f4d27a;
  --ach-cream: #f8f2e7;
  --ach-white: #ffffff;
  --ach-text: #211b18;
  --ach-muted: #665d57;
  --ach-border: #ded0bd;
  --ach-success: #176b45;
  --ach-radius: 18px;
  --ach-shadow: 0 16px 42px rgba(34, 25, 21, 0.13);
}

.ach,
.ach * {
  box-sizing: border-box;
}

.ach {
  color: var(--ach-text);
  background: var(--ach-white);
}

.ach-container {
  width: min(1180px, calc(100% - 38px));
  margin-inline: auto;
}

.ach h1,
.ach h2,
.ach h3,
.ach p {
  margin-top: 0;
}

.ach h1 {
  max-width: 930px;
  color: #fff !important;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.88);
}

.ach h2 {
  color: var(--ach-brown);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
}

.ach p {
  color: var(--ach-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.ach-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background:
    url("https://aboulay.com/wp-content/uploads/aboulay-country-hub.jpg")
    center / cover no-repeat;
}

.ach-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      95deg,
      rgba(25, 16, 13, 0.97),
      rgba(55, 25, 21, 0.91) 60%,
      rgba(141, 46, 36, 0.82)
    );
}

.ach-hero-inner {
  padding-block: 120px 110px;
}

.ach-eyebrow,
.ach-label,
.ach-section-heading > span {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--ach-burgundy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ach-hero .ach-eyebrow {
  color: var(--ach-gold-light);
}

.ach-hero p {
  max-width: 760px;
  color: #fff !important;
  font-size: 1.16rem;
  font-weight: 500;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.85);
}

.ach-ai-search {
  max-width: 880px;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 32px;
  padding: 7px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.35);
}

.ach-ai-search input {
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--ach-text);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1rem;
}

.ach-ai-search button,
.ach-filter-panel button,
.ach-alert-form button,
#ach-load-more {
  min-height: 54px;
  padding: 13px 22px;
  color: #fff;
  background: var(--ach-burgundy);
  border: 0;
  border-radius: 11px;
  font-weight: 800;
  cursor: pointer;
}

.ach-search-examples {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ach-search-examples button {
  padding: 9px 13px;
  color: #fff;
  background: rgba(20, 13, 11, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  cursor: pointer;
}

.ach-status {
  position: relative;
  z-index: 3;
  margin-top: -55px;
}

.ach-status-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--ach-border);
  border-radius: var(--ach-radius);
  box-shadow: var(--ach-shadow);
}

.ach-status-grid > div {
  padding: 27px 20px;
  text-align: center;
  border-right: 1px solid var(--ach-border);
}

.ach-status-grid > div:last-child {
  border-right: 0;
}

.ach-status-grid strong,
.ach-status-grid span {
  display: block;
}

.ach-status-grid strong {
  color: var(--ach-burgundy);
  font-size: 1.7rem;
}

.ach-status-grid span {
  margin-top: 5px;
  color: var(--ach-muted);
  font-size: 0.86rem;
}

.ach-filter-section {
  padding: 95px 0 50px;
  background: var(--ach-cream);
}

.ach-section-heading {
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}

.ach-filter-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 12px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--ach-border);
  border-radius: var(--ach-radius);
  box-shadow: var(--ach-shadow);
}

.ach-filter-panel select,
.ach-alert-form input,
.ach-alert-form select {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  color: var(--ach-text);
  background: #fff;
  border: 1px solid var(--ach-border);
  border-radius: 10px;
}

.ach-ai-results-section {
  padding: 50px 0;
  background: #fff;
}

.ach-ai-answer {
  padding: 34px;
  background: linear-gradient(145deg, #fff, var(--ach-cream));
  border: 1px solid var(--ach-gold);
  border-radius: var(--ach-radius);
  box-shadow: var(--ach-shadow);
}

.ach-ai-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 11px;
  color: #fff;
  background: var(--ach-burgundy);
  border-radius: 999px;
  font-weight: 800;
}

.ach-ai-disclaimer {
  margin-top: 20px !important;
  padding-top: 16px;
  border-top: 1px solid var(--ach-border);
  font-size: 0.85rem !important;
}

.ach-section {
  padding: 95px 0;
}

.ach-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 42px;
}

.ach-heading-row > div {
  max-width: 760px;
}

.ach-heading-link {
  color: var(--ach-burgundy) !important;
  font-weight: 800;
}

.ach-country-grid,
.ach-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ach-country-card,
.ach-opportunity-card,
.ach-loading-card {
  padding: 27px;
  background: #fff;
  border: 1px solid var(--ach-border);
  border-radius: var(--ach-radius);
  box-shadow: 0 10px 28px rgba(34, 25, 21, 0.08);
}

.ach-country-card:hover,
.ach-opportunity-card:hover {
  border-color: var(--ach-gold);
  transform: translateY(-4px);
}

.ach-country-flag {
  width: 55px;
  height: 38px;
  margin-bottom: 18px;
  object-fit: cover;
  border: 1px solid var(--ach-border);
  border-radius: 5px;
}

.ach-country-meta,
.ach-opportunity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0;
}

.ach-country-meta span,
.ach-opportunity-meta span {
  padding: 6px 9px;
  color: var(--ach-brown);
  background: var(--ach-cream);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
}

.ach-card-button {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 11px 15px;
  color: #fff !important;
  background: var(--ach-brown);
  border-radius: 9px;
  font-weight: 800;
}

.ach-opportunities-section {
  background: var(--ach-cream);
}

.ach-opportunity-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}

.ach-opportunity-tabs button {
  padding: 10px 15px;
  color: var(--ach-brown);
  background: #fff;
  border: 1px solid var(--ach-border);
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.ach-opportunity-tabs button.active {
  color: #fff;
  background: var(--ach-burgundy);
  border-color: var(--ach-burgundy);
}

.ach-deadline {
  color: var(--ach-burgundy);
  font-weight: 800;
}

.ach-source-link {
  color: var(--ach-burgundy) !important;
  font-size: 0.86rem;
  font-weight: 800;
}

.ach-load-more-wrap {
  margin-top: 34px;
  text-align: center;
}

.ach-regions-section {
  background:
    linear-gradient(135deg, var(--ach-brown), var(--ach-burgundy-dark));
}

.ach-light-heading h2,
.ach-light-heading span {
  color: #fff !important;
}

.ach-light-heading > span {
  color: var(--ach-gold-light) !important;
}

.ach-region-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.ach-region-grid a {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 23px;
  color: var(--ach-brown) !important;
  background: #fff;
  border-radius: var(--ach-radius);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.23);
}

.ach-region-grid strong,
.ach-region-grid span {
  display: block;
}

.ach-region-grid strong {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.ach-region-grid span {
  color: var(--ach-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.ach-alert-section {
  background: #fff;
}

.ach-alert-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 65px;
}

.ach-alert-form {
  display: grid;
  gap: 13px;
  padding: 28px;
  background: var(--ach-cream);
  border: 1px solid var(--ach-border);
  border-radius: var(--ach-radius);
}

.ach-final-cta {
  padding: 85px 0;
  background:
    linear-gradient(
      135deg,
      var(--ach-burgundy-dark),
      var(--ach-burgundy),
      var(--ach-brown)
    );
}

.ach-final-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 50px;
}

.ach-final-inner h2,
.ach-final-inner p,
.ach-final-inner > div > span {
  color: #fff !important;
}

.ach-final-buttons {
  display: grid;
  gap: 12px;
}

.ach-btn {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
}

.ach-btn-white {
  color: var(--ach-brown) !important;
  background: #fff;
}

.ach-btn-gold {
  color: var(--ach-brown) !important;
  background: var(--ach-gold);
}

@media (max-width: 1050px) {
  .ach-filter-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .ach-country-grid,
  .ach-opportunity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ach-region-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .ach-ai-search {
    grid-template-columns: 1fr;
  }

  .ach-status-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ach-status-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ach-status-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ach-border);
  }

  .ach-heading-row,
  .ach-alert-inner,
  .ach-final-inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ach-filter-panel,
  .ach-country-grid,
  .ach-opportunity-grid,
  .ach-region-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */