.elementor-127 .elementor-element.elementor-element-d0901ff:not(.elementor-motion-effects-element-type-background), .elementor-127 .elementor-element.elementor-element-d0901ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#071322;}.elementor-127 .elementor-element.elementor-element-d0901ff{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-127 .elementor-element.elementor-element-d0901ff > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-90b7773 */.custom-footer{
    color:#fff;
    font-family:'Plus Jakarta Sans';
}

.footer-container{
    max-width:1250px;
    margin:auto;
    padding:0 20px;
}

/* Top */

.footer-top{
    padding:80px 0 55px;
}

.footer-top .footer-container{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:60px;
}

.footer-cta-text{
    width:50%;
}

.footer-cta-text h2{
    font-size:42px;
    line-height:1.15;
    margin-bottom:25px;
    font-weight:700;
}

.footer-cta-text p{
    color:#c8d1dc;
    font-size:16px;
    line-height:1.8;
    max-width:560px;
}

.footer-subscribe{
    width:470px;
    margin-top: 2rem;
}

.footer-subscribe form{
    display:flex;
    background:#fff;
    border-radius:4px;
    overflow:hidden;
}

.footer-subscribe input{
    flex:1;
    border:none;
    padding:20px;
    font-size:16px;
    outline:none;
}

.footer-subscribe button{
    border:none;
    background:#700B0C;
    color:#fff;
    padding:0 35px;
    cursor:pointer;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.footer-subscribe button:hover{
    background:#f26b00;
}

.footer-divider{
    border-top:1px solid rgba(255,255,255,.15);
}

/* Footer Grid */

.footer-main{
    padding:60px 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1.2fr;
    gap:70px;
}

.footer-about p{
    color:#d7dde7;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;
}

.footer-main h4{
    font-size:22px;
    margin-bottom:30px;
}

.footer-main ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-main li{
    margin-bottom:18px;
}

.footer-main a{
    color:#d7dde7;
    text-decoration:none;
    transition:.3s;
    font-size:15px;
}

.footer-main a:hover{
    color:#700B0C;
}

.footer-social{
    display:flex;
    gap:15px;
}

.footer-social a{
    width:46px;
    height:46px;
    background:#263243;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
}

.footer-social a:hover{
    background:#700B0C;
    color: #ffffff;
}

.contact-info li{
    display:flex;
    gap:16px;
    color:#d7dde7;
    font-size:15px;
    line-height:1.8;
}

.contact-info i{
    color:#fff;
    margin-top:6px;
    min-width:18px;
}

.footer-bottom{
    text-align:center;
    border-top:1px solid rgba(255,255,255,.15);
    padding:25px;
    color:#d0d7e0;
    font-size:16px;
}

/* Responsive */

@media(max-width:991px){

.footer-top .footer-container{
    flex-direction:column;
}

.footer-cta-text,
.footer-subscribe{
    width:100%;
}

.footer-grid{
    grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.footer-grid{
    grid-template-columns:1fr;
}

.footer-subscribe form{
    flex-direction:column;
}

.footer-subscribe button{
    width:100%;
    padding:18px;
}

.footer-cta-text h2{
    font-size:30px;
}

}/* End custom CSS */