.elementor-1495 .elementor-element.elementor-element-b91ce91{--display:flex;}.elementor-1495:not(.elementor-motion-effects-element-type-background), .elementor-1495 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.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-1d9f4f0 *//* Ensure no extra borders or backgrounds from outer sections */
footer,
.elementor-footer,
footer .elementor-container,
footer .elementor-widget-wrap {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Footer main box */
.site-footer {

  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: transparent;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #1f1814;
  border-radius: 20px;
  padding: 20px 40px;
  width: 100%;

  background: #1f1814; /* dark background */
  color: #fff;         /* white text */
  font-family: "Inter", sans-serif;
  font-size: 16px;
}



/* Left links */
.footer-links {
  display: flex;
  align-items: center;
  gap: 15px;
 
}

.footer-links a {
  text-decoration: none;
  color: #1f1814;
  font-weight: 600;
   color: #fff; /* white text links */
}

.footer-links a:hover {
  text-decoration: underline;
}

.divider {
  font-size: 20px;
  line-height: 1;
}

/* Right copyright */
.footer-right {
  font-weight: 600;
}

/* Responsive layout */
@media (max-width: 600px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}/* End custom CSS */