.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-f6db264 *//* Footer Section */
.amsha-footer {
  background-color: #f9f9f9; /* very light gray, almost white */
  color: #000; /* black text */
  padding: 60px 0 30px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  border-top: 5px solid #c1272d;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 0 20px;
}

/* Brand Column */
.footer-brand {
  flex: 1 1 250px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-desc {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer-social a {
  color: #000;
  font-size: 1rem;
  margin-right: 12px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #c1272d;
}

/* Footer Columns */
.footer-col {
  flex: 1 1 180px;
}

.footer-col h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #c1272d;
}

/* Contact Info */
.contact-info li {
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
}

.contact-info i {
  color: #c1272d;
  margin-right: 8px;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  background-color: #f9f9f9; /* same very light gray */
}

.footer-bottom p {
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 15px;
}

.footer-logos img {
  height: 40px;
  margin: 0 10px;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    flex: 1 1 100%;
  }

  .footer-logos img {
    height: 35px;
    margin: 8px;
  }
}/* End custom CSS */