.elementor-176 .elementor-element.elementor-element-9b6f2c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-23cf475 */.custom-footer {
  background: linear-gradient(180deg, #1e293b, #000);
  padding-top: 70px;
  color: #e2e8f0;
  font-family: 'Poppins', sans-serif!important;
}

.custom-footer .footer-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.custom-footer h3,
.custom-footer h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.custom-footer p,
.custom-footer a {
  font-size: 14px;
  line-height: 1.7;
  color: #a9b4c4;
}

.custom-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Social icons */
.footer-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #0ea5e9;
}

/* Contact section spacing */
.contact-item {
  margin-bottom: 18px;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  text-align: center;
  color: #9ca3af;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .custom-footer .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .custom-footer .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social a {
    margin-bottom: 10px;
  }
}/* End custom CSS */