.elementor-1263 .elementor-element.elementor-element-364ac79{--display:flex;}.elementor-1263 .elementor-element.elementor-element-3e1fd29{--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 container, class: .elementor-element-3e1fd29 */.footer {
  padding: 20px 20px;
  text-align: center;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 15px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fcfbf9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.2s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  stroke: #333;
  fill: none;
  stroke-width: 1.5;
}

.footer-links {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  margin: 0 8px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-copy {
  font-size: 12px;
  color: #333;
  opacity: 0.6;
}/* End custom CSS */