.elementor-158 .elementor-element.elementor-element-b4b0bab{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-158 .elementor-element.elementor-element-b4b0bab.yes-is-sticky, .elementor-158 .elementor-element.elementor-element-b4b0bab.adv-sticky-elementor{transition:all 300ms ease-in-out;}/* Start custom CSS for html, class: .elementor-element-56f3835 *//* ===== FOOTER ===== */
.ghs-footer {
  background: #050f24;
  color: #fff;
  padding-top: 80px;
}

/* container */
.ghs-footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  padding: 0 20px 50px;
}

/* headings */
.footer-col h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-col h4 {
  margin-bottom: 15px;
}

/* text */
.footer-col p {
  color: #94a3b8;
  font-size: 14px;
}

/* links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #3b82f6;
}

/* socials */
.socials {
  margin-top: 10px;
}

.socials a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.1);
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.socials a:hover {
  background: #3b82f6;
}

/* bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: #94a3b8;
}

/* mobile */
@media(max-width:768px){
  .ghs-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.ghs-footer h3,
.ghs-footer h4 {
  background: linear-gradient(90deg, #ffffff, #3b82f6);
  -webkit-background-clip: text;
  color: transparent;
}
/* PAYMENT SECTION */
.ghs-payments {
  margin-top: 30px;
}

.ghs-payments p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* ICONS */
.payment-icons {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.payment-icons img {
  height: 28px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  transition: 0.3s;
}

/* HOVER EFFECT */
.payment-icons img:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}/* End custom CSS */