.elementor-74 .elementor-element.elementor-element-b57bc82{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-74 .elementor-element.elementor-element-f7b532d{width:100%;max-width:100%;}.elementor-74 .elementor-element.elementor-element-f7b532d > .elementor-widget-container{margin:0px -11px 0px -11px;}/* Start custom CSS for html, class: .elementor-element-f7b532d *//* 🌟 Croquis Footer Styling */
.croquis-footer {
  background: #1c1c1c;
  color: #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding: 0 20px;
}

.footer-column h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.footer-column h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #b71c1c;
  margin-top: 8px;
  border-radius: 2px;
}

.footer-column p,
.footer-column ul {
  font-size: 15px;
  color: #cccccc;
  line-height: 1.7;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  color: #aaaaaa;
  border-top: 1px solid #333;
  margin-top: 40px;
}

/* 📱 Responsive Tweaks */
@media (max-width: 600px) {
  .footer-column {
    text-align: center;
  }

  .footer-column h3::after {
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */