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

.alma-navbar{
  width:100%;
  min-height:98px;
  background:rgba(255,255,255,.96);
  border-radius:18px;
  padding:0 42px;
  display:grid;
  grid-template-columns:240px 1fr 240px;
  align-items:center;
  gap:34px;
  box-sizing:border-box;
  box-shadow:0 18px 40px rgba(15,40,75,.10);
  border:1px solid rgba(80,120,160,.12);
}

.alma-logo img{
  width:185px;
  height:auto;
  display:block;
}

.alma-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  white-space:nowrap;
}

.alma-menu a{
  position:relative;
  text-decoration:none;
  color:#0B1F3A;
  font-size:17px;
  font-weight:800;
  transition:.25s ease;
}

.alma-menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:0;
  height:3px;
  border-radius:20px;
  background:#5B82B1;
  transition:.25s ease;
}

.alma-menu a:hover{
  color:#5B82B1;
}

.alma-menu a:hover::after{
  width:100%;
}

.alma-cta{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:18px 30px;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(135deg,#4F7398,#6F97C2);
  color:#fff;
  font-size:16px;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 12px 24px rgba(79,115,152,.22);
  transition:.25s ease;
}

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

@media(max-width:1200px){

  .alma-navbar{
    grid-template-columns:190px 1fr 220px;
    padding:0 28px;
    gap:20px;
  }

  .alma-logo img{
    width:150px;
  }

  .alma-menu{
    gap:22px;
  }

  .alma-menu a{
    font-size:15px;
  }

  .alma-cta{
    padding:16px 22px;
    font-size:14px;
  }

}

@media(max-width:980px){

  .alma-navbar{
    grid-template-columns:1fr;
    padding:28px 24px;
    gap:26px;
    text-align:center;
  }

  .alma-logo img{
    width:180px;
    margin:0 auto;
  }

  .alma-menu{
    flex-wrap:wrap;
    gap:18px 24px;
  }

  .alma-cta{
    justify-self:center;
  }

}

@media(max-width:600px){

  .alma-header{
    padding:16px;
  }

  .alma-navbar{
    padding:24px 18px;
  }

  .alma-menu{
    flex-direction:column;
  }

}/* End custom CSS */