:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-38af0a9 */.hero-section {
  padding: 80px 8%;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
}

.hero-text h1 span {
  font-weight: 800;
}

.hero-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 30px;
}

.hero-btn {
  display: inline-block;
  background: #0a4dff;
  color: #fff;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #083bd1;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-312ec0f */.hero-section {
  padding: 80px 8%;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
}

.hero-text h1 span {
  font-weight: 800;
}

.hero-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
  margin-bottom: 30px;
}

.hero-btn {
  display: inline-block;
  background: #0a4dff;
  color: #fff;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #083bd1;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 34px;
  }
}/* End custom CSS */