.elementor-163 .elementor-element.elementor-element-d1aebb6{--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-163 .elementor-element.elementor-element-cd958ec{width:100%;max-width:100%;}.elementor-163 .elementor-element.elementor-element-cd958ec.elementor-element{--align-self:stretch;}.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-cd958ec */.custom-footer {
  background: #133432; /* footer background */
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  padding: 60px 40px 20px;
}

.custom-footer .footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.custom-footer h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffffff;
}

.custom-footer p, 
.custom-footer a, 
.custom-footer li {
  font-size: 15px;
  color: #d9d9d9;
  line-height: 1.6;
}

.custom-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-footer ul li {
  margin-bottom: 8px;
}
.custom-footer ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.custom-footer ul li a:hover {
  color: #1abc9c; /* accent color */
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 50px;
}

.footer-social a {
  margin-right: 15px;
  font-size: 18px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.footer-social a:hover {
  color: #1abc9c;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.footer-bottom .footer-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #d9d9d9;
}
.footer-bottom .footer-links a:hover {
  color: #1abc9c;
}

.footer-bottom .footer-payments i {
  font-size: 24px;       /* adjust icon size */
  margin: 0 5px;        /* space left & right between icons */
  vertical-align: middle;
}

.footer-bottom .footer-payments span {
  margin-left: 5px;
  margin-right:5px 
  
}

.custom-footer {
  width: 100vw; /* force full screen width */
  margin-left: calc(-50vw + 50%); /* cancel Elementor container padding */
}


/* Responsive */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}/* End custom CSS */