.elementor-4905 .elementor-element.elementor-element-190cc88{--display:flex;--background-transition:0.3s;}.elementor-4905 .elementor-element.elementor-element-190cc88:not(.elementor-motion-effects-element-type-background), .elementor-4905 .elementor-element.elementor-element-190cc88 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1C1D1B 0%, #4D4D4D 100%);}.elementor-4905 .elementor-element.elementor-element-190cc88, .elementor-4905 .elementor-element.elementor-element-190cc88::before{--border-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-190cc88 */.i-footer {
  color: #ffffff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

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

.footer-column {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
}

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

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

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.contact-info p {
  margin: 5px 0;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  margin-right: 10px;
  display: inline-block;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    margin: 10px 0;
    text-align: center;
  }
}/* End custom CSS */