.elementor-82509 .elementor-element.elementor-element-190be35{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b5b5c43 */.animated-hero {
  width: 100%;
  padding: 120px 20px;
  display: flex;
  justify-content: center;
  background: #ffffff;
}

.hero-container {
  max-width: 900px;
  text-align: center;
}

.hero-badge a {
  display: inline-block;
  padding: 8px 16px;
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #111;
  margin-bottom: 30px;
  transition: 0.3s;
}

.hero-badge a:hover {
  background: #e5e7eb;
}

.hero-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}

.static-text {
  color: #00cfff;
}

.animated-word {
  position: relative;
  display: inline-block;
  height: 70px;
  overflow: hidden;
  vertical-align: bottom;
}

.animated-word span {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
  font-weight: 700;
}

.animated-word span.active {
  opacity: 1;
  transform: translateY(0);
}

.hero-desc {
  font-size: 20px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #111;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #333;
}

.btn-outline {
  border: 1px solid #ddd;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  color: #111;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 38px;
  }
}/* End custom CSS */