.elementor-2075 .elementor-element.elementor-element-80c346e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2075 .elementor-element.elementor-element-cb003df{width:100%;max-width:100%;}.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-cb003df */footer {
    background: #111;
    color: #fff;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
}
.footer-middle {
    background: #1a1a1a;
    padding: 30px 0;
}
.footer-pad h4 {
    color: #00bcd4;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-pad ul {
    list-style: none;
    padding: 0;
}
.footer-pad ul li a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.footer-pad ul li a:hover {
    color: #00bcd4;
    text-decoration: underline;
}
.social-network {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.social-network li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #00bcd4;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}
.social-network li a:hover {
    background: #0097a7;
}
.copy p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #bbb;
}/* End custom CSS */