.elementor-8995 .elementor-element.elementor-element-b149319{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-7c6ad80 *//* HERO */
.sbs-hero {
  padding: 120px 60px;
  background:
    radial-gradient(circle at 20% 30%, rgba(3,109,109,0.25), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(6,154,85,0.2), transparent 40%),
    #020617;
  color: white;
}

/* CONTAINER */
.sbs-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* LEFT */
.sbs-left {
  position: relative;
  width: 50%;
  height: 420px;
}

/* CARDS */
.sbs-card {
  position: absolute;
  width: 480px;
  height: 380px;
  border-radius: 16px;

  background-size: cover;
  background-position: center;

  background-color: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 0 40px rgba(59,130,246,0.15);

  overflow: hidden;
}

/* overlay */
.sbs-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2,6,23,0.45);
}

/* POSITIONS */
.sbs-card-1 {
  top: 60px;
  left: 20px;
  transform: rotate(-8deg);
  z-index: 1;
}

.sbs-card-2 {
  top: 30px;
  left: 60px;
  transform: rotate(-4deg);
  z-index: 2;
}

/* MAIN CARD */
.sbs-main-card {
  top: 0;
  left: 100px;

  width: 480px;
  height: 380px;

  padding: 20px;

  z-index: 3;
}

.sbs-main-card p {
  color: #069A55;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 800;
}

.sbs-main-card span {
  color: #E5E7EB;
  font-size: 23px;
}

/* RIGHT */
.sbs-right {
  width: 50%;
}

.sbs-tag {
  color: #069A55;
  font-size: 25px;
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


.sbs-title {
  font-size: 50px;
  margin-bottom: 20px;
}

.sbs-title span {
  background: linear-gradient(120deg, #036D6D, #069A55, #34D399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sbs-desc {
  font-size: 18px;
  color: #94A3B8;
  margin-bottom: 30px;
  max-width: 520px;
  line-height: 1.6;
}

/* BUTTON */
.sbs-btn {
  display: inline-flex;
  align-items: center;

  padding: 12px 26px;
  border-radius: 999px;

  background: #069A55;
  color: #fff;

  font-size: 14px;
  text-decoration: none;

  border: 1px solid rgba(255,255,255,0.1);

  transition: 0.25s;
}

.sbs-btn:hover {
  background: #1D2939;
  transform: translateY(-2px);
}

.sbs-btn span {
  margin-left: 8px;
  transition: 0.25s;
}

.sbs-btn:hover span {
  transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .sbs-container {
    flex-direction: column;
    text-align: center;
  }

  .sbs-left,
  .sbs-right {
    width: 100%;
  }

  .sbs-title {
    font-size: 36px;
  }

  .sbs-left {
    height: 300px;
  }
}/* End custom CSS */