.elementor-8117 .elementor-element.elementor-element-d67a3df{--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;}/* Start custom CSS for html, class: .elementor-element-12c718b */.sunrise-footer{
  background:linear-gradient(135deg,#050a2f,#0a1a4f);
  color:#e0e6ff;
  padding:90px 8% 30px;
  position:relative;
}

/* Glow line */
.sunrise-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#FDB813,#6DBE45,#FDB813);
}

/* Grid */
.footer-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:50px;
}

/* Columns */
.footer-col h3{
  font-size:20px;
  margin-bottom:20px;
  color:#FDB813;
}

.footer-col p,
.footer-col a{
  font-size:15px;
  line-height:1.8;
  color:#e0e6ff;
  display:block;
  text-decoration:none;
  margin-bottom:10px;
  transition:0.3s;
}

.footer-col a:hover{
  color:#FDB813;
  transform:translateX(6px);
}

/* Social icons */
.footer-social{
  margin-top:20px;
}

.footer-social a{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
  margin-right:12px;
  color:#FDB813;
  transition:0.4s;
}

.footer-social a:hover{
  background:#FDB813;
  color:#1F3C88;
  box-shadow:0 0 20px rgba(253,184,19,0.8);
}

/* Bottom bar */
.footer-bottom{
  margin-top:60px;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,0.15);
  text-align:center;
  font-size:14px;
  color:#b8c1ff;
}/* End custom CSS */