.elementor-9 .elementor-element.elementor-element-a0fa232{--display:flex;}body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-161c3b0 */.bek-coming {
  position: relative;
  min-height: 80vh;
  background: url("IMAGE_URL") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  overflow: hidden;
}

.bek-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(15,23,42,.88), rgba(15,23,42,.45));
}

.bek-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #fff;
}

.bek-content span {
  color: #D89A3D;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 14px;
}

.bek-content h1 {
  font-size: 58px;
  line-height: 1.1;
  margin: 18px 0;
  font-weight: 800;
}

.bek-content p {
  font-size: 19px;
  line-height: 1.7;
  color: #f5f5f5;
  margin-bottom: 32px;
}

.bek-content a {
  display: inline-block;
  background: #D89A3D;
  color: #fff;
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

@media(max-width: 767px) {
  .bek-content h1 {
    font-size: 36px;
  }

  .bek-content p {
    font-size: 16px;
  }
}/* End custom CSS */