.elementor-130 .elementor-element.elementor-element-6a955b3{--display:flex;}.elementor-130 .elementor-element.elementor-element-3051161.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-3051161 */.orbis-footer-custom {
  background: #071f3d;
  color: #ffffff;
  padding: 70px 30px 25px;
  font-family: inherit;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.orbis-footer-custom{
    background:#071f3d;
    color:#ffffff;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:70px 40px 25px;
    box-sizing:border-box;
    position:relative;
}

.orbis-footer-container{
    max-width:1200px;
    margin:0 auto;
}

.orbis-footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.3fr;
    gap:60px;
}

.orbis-footer-custom h3{
    font-family:Georgia,"Times New Roman",serif;
    font-size:20px;
    font-weight:700;
    color:#c8952d;
    margin:0 0 24px;
    line-height:1.3;
}

.orbis-footer-custom p{
    font-size:15px;
    line-height:1.9;
    color:rgba(255,255,255,.85);
    margin:0 0 12px;
}

.orbis-footer-custom a{
    display:block;
    color:rgba(255,255,255,.85);
    text-decoration:none;
    margin-bottom:12px;
    font-size:15px;
    transition:all .25s ease;
}

.orbis-footer-custom a:hover{
    color:#ffffff;
    transform:translateX(4px);
}

.orbis-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.12);
    font-size:13px;
    color:rgba(255,255,255,.70);
}

.orbis-footer-badge{
    color:#c8952d;
    font-weight:600;
    letter-spacing:.3px;
}

.orbis-footer-contact{
    margin-top:20px;
}

.orbis-footer-contact p{
    margin-bottom:6px;
}

.orbis-footer-custom strong{
    color:#ffffff;
}

.orbis-footer-custom ul{
    margin:0;
    padding:0;
    list-style:none;
}

.orbis-footer-custom li{
    margin-bottom:10px;
}

/* Hover glow */

.orbis-footer-custom a:hover{
    color:#ffffff;
    text-shadow:0 0 8px rgba(255,255,255,.15);
}

/* Mobile */

@media(max-width:1024px){

.orbis-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:40px;
}

}

@media(max-width:768px){

.orbis-footer-custom{
    padding:50px 25px 25px;
}

.orbis-footer-grid{
    grid-template-columns:1fr;
    gap:35px;
}

.orbis-footer-bottom{
    flex-direction:column;
    gap:12px;
    text-align:center;
}

.orbis-footer-custom h3{
    margin-bottom:16px;
}

}/* End custom CSS */