.elementor-6 .elementor-element.elementor-element-62aaa0e{--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;}/* Start custom CSS for html, class: .elementor-element-57ebbea *//* HERO SECTION TEXT VISIBILITY FIX */
.pw-hero,
.pw-hero * {
  opacity: 1 !important;
}

/* Heading fix */
.pw-hero h1 {
  color: #ffffff !important;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
  opacity: 1 !important;
}

/* Subtitle fix */
.pw-hero p {
  color: #ffffff !important;
  font-size: 16px;
  opacity: 0.95 !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

/* Overlay darkening (for contrast) */
.pw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* Content above overlay */
.pw-hero > * {
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62aaa0e */.pw-hero {
  height: 420px;
  background: linear-gradient(135deg, #061c33, #0b3c68);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-hero-content {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
}

.pw-hero-content h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pw-hero-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.pw-search-box {
  background: #fff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.pw-search-box input,
.pw-search-box select {
  border: none;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  outline: none;
}

.pw-search-box select {
  border-left: 1px solid #e5e5e5;
}

.pw-search-box button {
  background: #4caf50;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 0 25px;
  cursor: pointer;
}

.pw-search-box button:hover {
  background: #43a047;
}

.pw-advanced-filter {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.6);
  padding: 8px 18px;
  border-radius: 3px;
}

.pw-advanced-filter:hover {
  background: rgba(255,255,255,0.1);
}/* End custom CSS */