.page-header {
    display: none;
}

.sp-page-builder .page-content #section-id-f654b18d-f760-4562-a6ee-425fb9e8ddaa {
    padding-top: 0px !important;
}









.lwa-explore-section{
  padding:100px 20px;
  background:#fff;
}

.lwa-container{
  max-width:1200px;
  margin:auto;
}

.lwa-section-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 60px;
}

.lwa-small-title{
  display:inline-block;
  color:#f218a9;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  margin-bottom:14px;
}

.lwa-section-head h2{
  margin:0 0 15px;
  font-size:52px;
  line-height:1.1;
  color:#101828;
  font-weight:800;
}

.lwa-section-head p{
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:#667085;
}

.lwa-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.lwa-card{
  position:relative;
  min-height:280px;
  border-radius:26px;
  overflow:hidden;
  text-decoration:none;
  display:flex;
  align-items:flex-end;
  background-size:cover;
  background-position:center;
  transition:.35s ease;
  box-shadow:0 18px 50px rgba(0,0,0,.12);
}

.lwa-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:inherit;
  background-size:cover;
  background-position:center;
  transition:.45s ease;
}

.lwa-card:hover::before{
  transform:scale(1.08);
}

.lwa-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.1));
  z-index:1;
}

.lwa-card-content{
  position:relative;
  z-index:2;
  padding:30px;
  color:#fff;
}

.lwa-card-content span{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.15);
  backdrop-filter:blur(8px);
  margin-bottom:18px;
  font-size:24px;
}

.lwa-card-content h3{
  margin:0 0 8px;
  font-size:28px;
  font-weight:800;
  color:#fff;
}

.lwa-card-content p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.86);
}

.lwa-card:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(0,0,0,.18);
}

@media(max-width:1024px){
  .lwa-card-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .lwa-section-head h2{
    font-size:40px;
  }
}

@media(max-width:767px){
  .lwa-card-grid{
    grid-template-columns:1fr;
  }

  .lwa-section-head h2{
    font-size:30px;
  }

  .lwa-explore-section{
    padding:70px 15px;
  }
}





@media (min-width: 992px) {
    body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
        left: 110.2% !important;
    }
}