.elementor-144 .elementor-element.elementor-element-119d140:not(.elementor-motion-effects-element-type-background), .elementor-144 .elementor-element.elementor-element-119d140 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F1B2B;}.elementor-144 .elementor-element.elementor-element-119d140 > .elementor-container{max-width:1400px;}.elementor-144 .elementor-element.elementor-element-119d140{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-144 .elementor-element.elementor-element-119d140 > .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 */.footer-section{
background:#0f1b2b;
padding-top: 100px !important;

}

.footer-section .footer-links h5{
    font-size: 16px;
    margin-bottom: 25px;
    color: white;
}
.footer-section .footer-links p, .footer-section .footer-links p a {
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #98a2b3;
    transition: 0.5s ease-in-out;
    margin-bottom: 25px;
}

.footer-section .footer-links h5 a{
    color: white;
    text-decoration: none;
}



.footer-section .footer-links p::after{
    position: absolute;
    background-image: url(https://rocketeams.com/img/Vector-1.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    left: 0;
    top: 4px;
    background-size: contain;
    content: "";
    display: none;
}

/* Hover Effect */
.footer-section .footer-links p:hover{
    padding-left: 20px;
}

.footer-section .footer-links p:hover::after{
    display: block;
}

.footer-contact a{
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.footer-contact i{
    padding-right: 10px;
    font-size: 16px;
}

.footer-contact p{
    font-size: 16px;
    color: #9BA1AE;
}

.footer-icons {
    display: flex;
    margin-top: 30px;
    flex-flow: wrap;
    gap: 20px;
}
 h5{
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #f5f5f5;
}

.social-icons{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-icons a{

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 50px;
    height: 50px;
    transition: 0.5s ease-in-out;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #384152;

    
}

.social-icons a:hover{
    background: #0755E9;

}

.form {
    display: flex;
    gap: 10px;
}

.form input{
    width: 80%;
        height: 52px !important;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border: none !important;
    background: #FFFFFF29 !important;
    border-radius: 0 !important;
    
    padding: 12px 28px 12px 28px;
    border: 0;
    outline: none;
}

.form button{
    padding: 12px 28px 12px 28px;
    height: 52px;
    /* width: 20%; */
    background-color: #0755E9;
    color: white;
    border: 0;
    outline: 0;
}

.footer-section p{
    font-size: 16px;
       color: #9BA1AE;
}

.footer-address img{
    width: 15px;
    height: 15px;
}

.footer-address h6{
    font-size: 16px;
    color: white;
}

.last-footer-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
    padding: 0;
}
.last-footer-link li a, .last-footer-link li{
    color: #9BA1AE;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s ease-in-out;
    

}

.last-footer-link li a:hover{
    color: white;
}/* End custom CSS */