.elementor-256 .elementor-element.elementor-element-4efc912{--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;--margin-top:-200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1121dd6 */.sf-solution-hero,
.sf-solution-hero * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.sf-solution-hero a {
  text-decoration: none;
}

.sf-solution-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 250px 0 100px;
}

.sf-metallic-hero {
  background:
    url("https://images.unsplash.com/photo-1511818966892-d7d671e672a2?auto=format&fit=crop&w=1800&q=80")
    center center / cover no-repeat;
}

.sf-solution-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 25, 63, 0.88) 0%, rgba(6, 25, 63, 0.74) 42%, rgba(6, 25, 63, 0.42) 100%);
  z-index: 1;
}

.sf-solution-hero-container {
  width: min(1280px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sf-solution-hero-content {
  max-width: 820px;
}

.sf-solution-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 22px;
}

.sf-solution-hero-content h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.sf-solution-hero-content h1 span {
  color: #f89b13;
}

.sf-solution-hero-content p {
  max-width: 700px;
  font-size: 19px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 34px;
}

.sf-solution-hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.sf-solution-btn-primary,
.sf-solution-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 18px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sf-solution-btn-primary {
  background: linear-gradient(135deg, #ff9800, #ff8a00);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(248, 155, 19, 0.26);
  gap: 10px;
}

.sf-solution-btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f18c00, #e88200);
}

.sf-solution-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sf-solution-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.20);
  transform: translateY(-2px);
}

.sf-solution-btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  color: #ffffff;
  border: none;
  gap: 10px;
}

.sf-solution-btn-whatsapp:hover {
  background: linear-gradient(135deg, #20c55a, #18b653);
  transform: translateY(-2px);
}

.sf-solution-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sf-solution-whatsapp-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sf-solution-hero-chips {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.sf-solution-hero-chip {
  min-width: 220px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.sf-solution-hero-chip strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #f89b13;
  font-weight: 600;
  margin-bottom: 6px;
}

.sf-solution-hero-chip span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
}

/* Tablet */
@media (max-width: 1100px) {
  .sf-solution-hero {
    min-height: 640px;
    padding: 160px 0 85px;
  }

  .sf-solution-hero-content h1 {
    font-size: 54px;
    letter-spacing: -1px;
  }

  .sf-solution-hero-content p {
    font-size: 17px;
  }

  .sf-solution-hero-chip {
    min-width: calc(50% - 9px);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sf-solution-hero {
    min-height: auto;
    padding: 250px 0 70px;
    background-position: center center;
  }

  .sf-solution-hero-overlay {
    background:
      linear-gradient(180deg, rgba(6, 25, 63, 0.90) 0%, rgba(6, 25, 63, 0.78) 55%, rgba(6, 25, 63, 0.76) 100%);
  }

  .sf-solution-hero-content h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.5px;
  }

  .sf-solution-hero-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }

  .sf-solution-btn-primary,
  .sf-solution-btn-secondary {
    width: 100%;
  }

  .sf-solution-hero-chip {
    width: 100%;
    min-width: 100%;
    border-radius: 18px;
  }

  .sf-solution-hero-chips {
    gap: 14px;
  }
}/* End custom CSS */