.elementor-41658 .elementor-element.elementor-element-5c8d5b3{--display:flex;--background-transition:0.3s;}.elementor-41658 .elementor-element.elementor-element-ae3e210{--display:flex;--background-transition:0.3s;}.elementor-41658 .elementor-element.elementor-global-41567.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-41658 .elementor-element.elementor-element-0fff1b7{--display:flex;--background-transition:0.3s;}.elementor-41658 .elementor-element.elementor-element-24488a7{--display:flex;--background-transition:0.3s;}/* Start custom CSS for global, class: .elementor-global-41567 */.elementor-41658 .elementor-element.elementor-global-41567 .elementor-nav-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-41621 */.site-footer {
  background-color: #1a2230;
  color: #ffffff;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
}

.footer-bottom a {
  color: #aaaaaa;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}/* End custom CSS */