.elementor-656 .elementor-element.elementor-element-0e0e628{--display:flex;}.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-e8b37a7 *//* FULL WIDTH WRAPPER */
.footer {
  width: 100%;
  background: #f3f3f3;
  font-family: "Georgia", serif;
  color: #111;
}

/* CONTAINER LIKE ELEMENTOR */
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* TOP FEATURES */
.footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 70px 0;
  gap: 40px;
}

.feature .icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-bottom: 18px;
  opacity: 0.8;
}

.feature h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.feature p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  max-width: 260px;
  margin: 0 auto;
}

/* LOGO SECTION (MATCHES SCREENSHOT CENTERING) */
.footer-middle {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 0;
  background: #fff;
  text-align: center;
}

.footer-logo {
  max-width: 1000px;
  height: auto;
  display: inline-block;
}

/* BOTTOM BAR */
.footer-bottom {
  width: 100%;
  padding: 18px 0;
  background: #fff;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* SOCIAL ICONS */
.socials a img {
  width: 17px;
  height: 17px;
  margin-left: 18px;
  opacity: 0.8;
  transition: 0.3s ease;
}

.socials a img:hover {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .socials {
    margin-top: 10px;
  }
}/* End custom CSS */