.elementor-326 .elementor-element.elementor-element-7002d4e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-dfdd923 */body{
    background:#f5f5f5;
}

.footer{
    position:relative;
    background:url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1600")
    center/cover no-repeat;
    color:#fff;
    padding:60px 0;
    overflow:hidden;
}

.footer-overlay{
    position:absolute;
    inset:0;
    background:rgba(12,18,22,.82);
}

.container{
    margin:auto;
    position:relative;
    z-index:2;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 2fr;
    gap:40px;
    align-items:flex-start;
}

.logo{
    font-size:28px;
    margin-bottom:18px;
    font-weight:700;
}

.about p{
    color:#bdbdbd;
    line-height:1.7;
    margin-bottom:30px;
    max-width:340px;
}

.help-box{
    display:flex;
    align-items:center;
    gap:15px;
    background:linear-gradient(90deg,#ff46d1,#8d2be2);
    border-radius:40px;
    width:max-content;
    padding:12px 24px;
}

.help-box .icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#fff;
    color:#c93dcf;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.help-box span{
    font-size:12px;
    font-weight:600;
    display:block;
    margin-bottom:3px;
}

.help-box h3{
    font-size:24px;
    font-weight:500;
    color:#fff;
}

.footer-col h3{
    font-size:24px;
    color:#fff;
    font-weight: 500;
    margin-bottom:20px;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:14px;
}

.footer-col ul li a{
    color:#c8c8c8;
    text-decoration:none;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#fff;
    padding-left:5px;
}

.newsletter p{
    color:#ddd;
    line-height:1.8;
    margin-bottom:25px;
}

.newsletter form{
    display:flex;
}

.newsletter input{
    flex:1;
    height:48px;
    border:none;
    outline:none;
    padding:0 15px;
    font-size:14px;
}

.newsletter button{
    background:#a329d7;
    color:#fff;
    border:none;
    padding:0 25px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.newsletter button:hover{
    background:#8b1db7;
}

@media(max-width:992px){

.footer-grid{
    grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.footer-grid{
    grid-template-columns:1fr;
}

.newsletter form{
    flex-direction:column;
}

.newsletter button{
    height:48px;
    margin-top:10px;
}

.help-box{
    width:100%;
}

}/* End custom CSS */