.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-d0bb3af *//* --- Selle Luxury Footer Base Styles --- */
.selle-premium-footer {
  background-color: #0b0d12; /* Deep Obsidian Slate */
  color: #94a3b8; /* Soft scannable muted text */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 80px 24px 0 24px;
  border-top: 4px solid #38681e; /* Signature Green Header Bar */
  letter-spacing: -0.2px;
}

.footer-inner-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 60px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.brand-summary-column {
  flex: 1.5; /* Gives the logo and bio room to breathe */
  min-width: 280px;
}

/* --- Responsive Logo System --- */
.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-custom-logo {
  max-width: 160px; /* Perfect sizing for high-res screens */
  height: auto;
  display: block;
}

.footer-premium-text {
  font-size: 14px;
  line-height: 1.7;
  color: #8292a8;
  max-width: 340px;
}

/* --- High-End Typography & Links --- */
.column-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px; /* Premium letter spacing */
  margin-top: 0;
  margin-bottom: 28px;
  position: relative;
}

/* Subtle underlying trace line for column titles */
.column-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 24px;
  height: 2px;
  background-color: #38681e; /* Accent Signature Green Line */
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 14px;
}

.footer-links-list li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}

/* Luxury slide-and-color hover effect */
.footer-links-list li a:hover {
  color: #ffffff;
  transform: translateX(4px); /* Moves links smoothly to the right on hover */
}

/* --- Legal Base Bar --- */
.footer-legal-bar {
  border-top: 1px solid #1e293b;
  padding: 30px 0;
}

.legal-bar-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-statement {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

/* --- Precise Mobile Responsiveness Scaling --- */
@media (max-width: 768px) {
  .selle-premium-footer {
    padding-top: 60px;
  }
  
  .footer-inner-container {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
  
  .footer-column, .brand-summary-column {
    min-width: 100%;
  }

  .footer-premium-text {
    max-width: 100%;
  }
  
  .column-title {
    margin-bottom: 20px;
  }
  
  .legal-bar-container {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}/* End custom CSS */