:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8992b05 *//* =========================
   GLOBAL HERO SECTION
   ========================= */

.hh-hero {
  padding: 50px 20px;
  background: linear-gradient(135deg, #2FB7A3, #2F4FA1);
}

.hh-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #ffffff;
}

/* Text Side */
.hh-hero-content {
  flex: 1;
}

.hh-hero-content h1 {
  font-size: 34px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.hh-hero-content p {
  font-size: 16px;
  max-width: 600px;
  opacity: 0.95;
}

/* Thumbnail */
.hh-hero-thumb {
  width: 220px;
  flex-shrink: 0;
}

.hh-hero-thumb img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 992px) {

  .hh-hero-container {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }

  .hh-hero-thumb {
    width: 70%;
  }

  .hh-hero-content h1 {
    font-size: 26px;
  }

}/* End custom CSS */