.elementor-3706 .elementor-element.elementor-element-a94045f{--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-55a6a23 */.alma-footer{
  width:100%;
  padding:24px;
  box-sizing:border-box;
  background:linear-gradient(135deg,#EAF1F8 0%,#F7F4F2 100%);
  font-family:"Poppins",sans-serif;
}

.alma-footer-card{
  background:rgba(255,255,255,.96);
  border-radius:18px;
  padding:60px;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:55px;
  box-shadow:0 18px 40px rgba(15,40,75,.10);
  border:1px solid rgba(80,120,160,.12);
}

.footer-brand img{
  width:190px;
  margin-bottom:26px;
}

.footer-brand p{
  color:#4B5F7B;
  font-size:17px;
  line-height:1.8em;
  max-width:420px;
  margin:0;
}

.footer-col,
.footer-contact{
  display:flex;
  flex-direction:column;
}

.footer-col h3,
.footer-contact h3{
  color:#0B1F3A;
  font-size:24px;
  font-weight:800;
  margin:0 0 22px;
}

.footer-col a{
  color:#4B5F7B;
  text-decoration:none;
  font-size:17px;
  margin-bottom:16px;
  transition:.25s ease;
}

.footer-col a:hover{
  color:#5B82B1;
  transform:translateX(4px);
}

.footer-contact p{
  color:#4B5F7B;
  font-size:16px;
  line-height:1.8em;
  margin:0 0 26px;
}

.footer-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  padding:17px 28px;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(135deg,#4F7398,#6F97C2);
  color:#fff;
  font-size:15px;
  font-weight:800;
  box-shadow:0 12px 24px rgba(79,115,152,.22);
  transition:.25s ease;
}

.footer-button:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#3F6388,#5B82B1);
}

.footer-bottom{
  text-align:center;
  margin-top:20px;
  color:#5D708A;
  font-size:14px;
  font-weight:600;
}

@media(max-width:1100px){

  .alma-footer-card{
    grid-template-columns:1fr 1fr;
    padding:40px 30px;
    gap:40px;
  }

}

@media(max-width:700px){

  .alma-footer{
    padding:16px;
  }

  .alma-footer-card{
    grid-template-columns:1fr;
    text-align:center;
    padding:36px 24px;
  }

  .footer-brand img{
    margin:0 auto 24px;
  }

  .footer-brand p{
    margin:0 auto;
  }

  .footer-button{
    margin:0 auto;
  }

}/* End custom CSS */