.elementor-936 .elementor-element.elementor-element-c142cae{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d43f838 *//* Base header style */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #007BFF; /* Solid blue */
  transition: all 0.5s ease;
  z-index: 1000;
  height: 150px;
    display: flex;
  align-items: center;   /* Vertical center */
  justify-content: center; /* Horizontal center */
}

/* Logo default style */
#header-logo {
  height: 120px;
  transition: all 0.5s ease;
}

/* Sticky state styles */
#site-header.sticky {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 120px;
}

/* Change logo when sticky */
#site-header.sticky #header-logo {
  content: url('https://pcsfitnesscoaching.com/wp-content/uploads/2025/07/pcs-logo-white-scaled.png'); /* Dark or color logo for sticky header */
  scale: 0.6;
}

@media (max-width: 1024px) {
  #site-header {
    height: 60px;
    padding: 0 1rem;
  }
  
  #site-header.sticky {
      height:60px;
  }

  #header-logo {
    height: 35px;
  }
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  #site-header {
    height: 75px;
  }
  
  #site-header.sticky {
      height: 60px;
  }

  #header-logo {
    height: 50px;
  }
}/* End custom CSS */