.elementor-344 .elementor-element.elementor-element-a0336f1{--display:flex;--min-height:0px;--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-26a2257 */.site-footer {
  background-color: #313131;
   max-width: unset !important;
  color: #9a9a9a;
  font-family: Arial, sans-serif;
  margin-top: -1rem;
  padding: 0;
}
.elementor-element.elementor-element-a0336f1.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
    
    padding: 0px;
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 25px 20px;
  border-bottom: 1px solid #3f3f3f;
  flex-wrap: wrap; /* IMPORTANT */
}

.footer-links a {
  color: #9a9a9a;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.footer-links a:hover {
  color: #ffffff;
}
.footer-bottom {
  text-align: center;
  padding: 15px 20px;
  font-size: 13px;
}
.footer-bottom p {
  margin: 0;
}

/* 🔥 MOBILE & TABLET FIX */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 12px;
    padding: 20px 15px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-bottom {
    font-size: 12px;
    line-height: 1.6;
  }
}/* End custom CSS */