.elementor-2088 .elementor-element.elementor-element-2c156f2{--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 */.site-header {
  background-color: #005a9c;
  color: #ffffff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.container-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.full-width {
  width: 100%;
}

.logo a {
  font-size: 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.cta-header {
  background-color: #ff6b35;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cta-header:hover {
  background-color: #e85b25;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}/* End custom CSS */