.elementor-124 .elementor-element.elementor-element-dcc0bce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-7d73b5e */.site-footer {
  background-color: #011813;
  padding: 60px 40px 0 40px;
  width: 100%;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}

.footer-column {
  padding-bottom: 40px;
}

.footer-logo {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-about p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.8;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  color: #011813;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.footer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

.footer-heading h4 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

.footer-toggle {
  display: none;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
  color: #FFFFFF;
  font-size: 15px;
  opacity: 0.8;
}

.footer-links a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  text-align: center;
}

.footer-bottom p {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  opacity: 0.6;
}

/* MOBILE STYLES */
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 20px 0 20px;
  }
  
  .footer-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .footer-about {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-column {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer-column:last-child {
    border-bottom: none;
  }
  
  .footer-heading {
    cursor: pointer;
    padding: 20px 0;
    margin: 0;
  }
  
  .footer-heading h4 {
    margin: 0;
  }
  
  .footer-toggle {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
  }
  
  .footer-toggle::before,
  .footer-toggle::after {
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    transition: transform 0.3s ease;
  }
  
  .footer-toggle::before {
    width: 12px;
    height: 2px;
    top: 5px;
    left: 0;
  }
  
  .footer-toggle::after {
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
  }
  
  .footer-column.active .footer-toggle::after {
    transform: rotate(90deg);
  }
  
  .footer-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  
  .footer-column.active .footer-links {
    max-height: 300px;
    padding-bottom: 20px;
  }
}
/* FORCE FOOTER FULL WIDTH */
.elementor-section:has(.site-footer),
.elementor-element:has(.site-footer) {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-widget:has(.site-footer) {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

.site-footer {
  background-color: #011813;
  padding: 60px 40px 0 40px;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box;
}/* End custom CSS */