.elementor-1646 .elementor-element.elementor-element-15601a8{--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-37292dd */.aboulay-market-hub-section{
  width:100%;
  padding:60px 20px;
  background:#f8fafc;
}

.aboulay-market-hub-wrap{
  max-width:1200px;
  margin:0 auto;
}

.aboulay-market-hub-heading{
  text-align:center;
  margin-bottom:38px;
}

.aboulay-market-hub-heading h2{
  margin:0 0 12px;
  font-size:38px;
  line-height:1.2;
  color:#13233a;
  font-weight:800;
}

.aboulay-market-hub-heading p{
  max-width:780px;
  margin:0 auto;
  font-size:17px;
  line-height:1.7;
  color:#4b5563;
}

.aboulay-market-hub-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}

.aboulay-market-hub-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:28px 24px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
  transition:all .25s ease;
  min-height:270px;
}

.aboulay-market-hub-card:hover{
  transform:translateY(-5px);
  border-color:#0f766e;
  box-shadow:0 16px 34px rgba(0,0,0,0.08);
}

.aboulay-market-hub-icon{
  width:54px;
  height:54px;
  border-radius:14px;
  background:#0f766e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:800;
}

.aboulay-market-hub-card h3{
  margin:0;
  font-size:24px;
  line-height:1.3;
  color:#13233a;
  font-weight:700;
}

.aboulay-market-hub-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#4b5563;
  flex-grow:1;
}

.aboulay-market-hub-link{
  display:inline-block;
  margin-top:6px;
  font-size:14px;
  font-weight:700;
  color:#0f766e;
}

@media (max-width:767px){
  .aboulay-market-hub-section{
    padding:40px 16px;
  }

  .aboulay-market-hub-heading h2{
    font-size:30px;
  }

  .aboulay-market-hub-heading p{
    font-size:15px;
  }

  .aboulay-market-hub-card{
    min-height:auto;
    padding:22px 18px;
  }

  .aboulay-market-hub-card h3{
    font-size:21px;
  }
}/* End custom CSS */