.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-b0de958 *//*==================================
SOCIAL MEDIA SECTION
==================================*/

.fm-social{

    padding:90px 0;
    background:#F8FAFC;

}

.fm-social-box{

    background:#111827;

    border-radius:16px;

    padding:50px;

    text-align:center;

    position:relative;

    overflow:hidden;

}

.fm-social-box::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:4px;

    background:#35E167;

}

.fm-social-tag{

    display:inline-block;

    color:#35E167;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

    text-transform:uppercase;

}

.fm-social-content h2{

    margin:0;

    color:#fff;

    font-size:42px;

    font-weight:800;

    font-family:'Urbanist',sans-serif;

}

.fm-social-content p{

    max-width:700px;

    margin:18px auto 40px;

    color:rgba(255,255,255,.70);

    line-height:1.8;

}

.fm-social-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.fm-social-btn{

    min-width:220px;

    height:56px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:8px;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.facebook{

    background:#1877F2;

}

.instagram{

    background:linear-gradient(90deg,#833AB4,#FD1D1D,#FCAF45);

}

.tiktok{

    background:#000;

}

.fm-social-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

@media(max-width:768px){

    .fm-social{

        padding:60px 0;

    }

    .fm-social-box{

        padding:35px 25px;

    }

    .fm-social-content h2{

        font-size:30px;

    }

    .fm-social-buttons{

        flex-direction:column;

    }

    .fm-social-btn{

        width:100%;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7602072 *//*=========================================
FENCE MASTER AUSTRALIA
PREMIUM FOOTER 2026
PART 1
=========================================*/

.fm-footer{
    position:relative;
    background:#0F172A;
    color:#fff;
    overflow:hidden;
    padding:90px 0 0;
}

/* Top Green Border */

.fm-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#35E167,#2F855A,#35E167);
}

/* Container */

.fm-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 24px;
}

/*=========================================
TOP GRID
=========================================*/

.fm-footer-top{

    display:grid;
    grid-template-columns:1.35fr 1fr 1fr 1fr;
    gap:60px;
    padding-bottom:70px;

}

/*=========================================
COMPANY
=========================================*/

.fm-footer-company{
    padding-right:20px;
}

.fm-footer-logo{

    display:inline-block;
    margin-bottom:28px;

    color:#fff;
    text-decoration:none;

    font-size:32px;
    font-weight:800;
    letter-spacing:-1px;

    font-family:'Urbanist',sans-serif;

}

.fm-footer-text{

    margin:0 0 32px;

    color:rgba(255,255,255,.72);

    font-size:15px;
    line-height:1.9;

    font-family:'Inter',sans-serif;

}

/*=========================================
CONTACT
=========================================*/

.fm-footer-contact{

    display:flex;
    flex-direction:column;
    gap:16px;

}

.fm-footer-contact a{

    display:flex;
    align-items:center;
    gap:12px;

    color:#fff;
    text-decoration:none;

    font-size:15px;
    font-weight:500;

    transition:.3s;

    font-family:'Inter',sans-serif;

}

.fm-footer-contact a:hover{

    color:#35E167;
    transform:translateX(5px);

}

/*=========================================
COLUMN
=========================================*/

.fm-footer-column h3{

    margin:0 0 28px;

    color:#fff;

    font-size:21px;
    font-weight:700;

    position:relative;

    font-family:'Urbanist',sans-serif;

}

.fm-footer-column h3::after{

    content:"";

    position:absolute;
    left:0;
    bottom:-10px;

    width:45px;
    height:3px;

    border-radius:20px;

    background:#35E167;

}

.fm-footer-column ul{

    margin:0;
    padding:0;
    list-style:none;

}

.fm-footer-column ul li{

    margin-bottom:15px;

}

.fm-footer-column ul li:last-child{

    margin-bottom:0;

}

.fm-footer-column ul li a{

    position:relative;

    display:inline-flex;
    align-items:center;

    color:rgba(255,255,255,.72);

    text-decoration:none;

    font-size:15px;

    transition:.35s ease;

    font-family:'Inter',sans-serif;

}

.fm-footer-column ul li a::before{

    content:"›";

    color:#35E167;

    opacity:0;

    margin-right:0;

    transition:.3s;

}

.fm-footer-column ul li a:hover{

    color:#fff;
    padding-left:6px;

}

.fm-footer-column ul li a:hover::before{

    opacity:1;
    margin-right:8px;

}

/*=========================================
HOVER EFFECT
=========================================*/

.fm-footer-column ul li{

    transition:.3s;

}

.fm-footer-column ul li:hover{

    transform:translateX(3px);

}



/*=========================================
BOTTOM BAR
=========================================*/

.fm-footer-bottom{

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    padding:28px 0;

    border-top:1px solid rgba(255,255,255,.08);

}

.fm-footer-bottom p{

    margin:0;

    color:rgba(255,255,255,.58);

    font-size:14px;
    line-height:1.8;

    font-family:'Inter',sans-serif;

}

.fm-footer-bottom-links{

    display:flex;
    align-items:center;
    gap:30px;

}

.fm-footer-bottom-links a{

    position:relative;

    color:rgba(255,255,255,.58);

    text-decoration:none;

    font-size:14px;

    transition:.35s;

    font-family:'Inter',sans-serif;

}

.fm-footer-bottom-links a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:2px;

    background:#35E167;

    transition:.35s;

}

.fm-footer-bottom-links a:hover{

    color:#fff;

}

.fm-footer-bottom-links a:hover::after{

    width:100%;

}

/*=========================================
SMOOTH HOVER
=========================================*/

.fm-footer-logo,
.fm-footer-contact a,
.fm-footer-column ul li a,
.fm-footer-bottom-links a{

    transition:all .35s ease;

}

.fm-footer-logo:hover{

    color:#35E167;

}

/*=========================================
TABLET
=========================================*/

@media (max-width:1024px){

    .fm-footer{

        padding:75px 0 0;

    }

    .fm-footer-top{

        grid-template-columns:repeat(2,1fr);
        gap:50px 40px;

    }

    .fm-footer-company{

        padding-right:0;

    }

}

/*=========================================
MOBILE
=========================================*/

@media (max-width:767px){

    .fm-footer{

        padding:60px 0 0;

    }

    .fm-container{

        padding:0 18px;

    }

    .fm-footer-top{

        grid-template-columns:1fr;
        gap:40px;
        padding-bottom:45px;

    }

    .fm-footer-logo{

        font-size:26px;

    }

    .fm-footer-text{

        font-size:14px;
        line-height:1.8;

    }

    .fm-footer-column h3{

        font-size:19px;
        margin-bottom:24px;

    }

    .fm-footer-column ul li{

        margin-bottom:13px;

    }

    .fm-footer-column ul li a{

        font-size:14px;

    }

    .fm-footer-contact{

        gap:14px;

    }

    .fm-footer-contact a{

        font-size:14px;

    }

    .fm-footer-bottom{

        flex-direction:column;
        align-items:flex-start;

        gap:15px;

        padding:22px 0;

    }

    .fm-footer-bottom-links{

        flex-wrap:wrap;
        gap:18px;

    }

}

/*=========================================
SMALL MOBILE
=========================================*/

@media (max-width:480px){

    .fm-footer{

        padding-top:50px;

    }

    .fm-footer-logo{

        font-size:22px;

    }

    .fm-footer-column h3{

        font-size:18px;

    }

    .fm-footer-bottom p,
    .fm-footer-bottom-links a{

        font-size:13px;

    }

}

/*=========================================
SELECTION
=========================================*/

.fm-footer ::selection{

    background:#35E167;
    color:#fff;

}
/*==================================
FOOTER BOTTOM
==================================*/

.fm-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,0.12);
    margin-top:30px;
    flex-wrap:wrap;
}

.fm-footer-bottom p{
    margin:0;
    color:#d6d6d6;
    font-size:14px;
    line-height:1.6;
}

.fm-footer-bottom a{
    color:#05CBFB;
    text-decoration:none;
    font-weight:600;
    transition:all .3s ease;
}

.fm-footer-bottom a:hover{
    color:#ffffff;
}

/*==============================
Responsive
==============================*/

@media(max-width:768px){

    .fm-footer-bottom{
        flex-direction:column;
        justify-content:center;
        text-align:center;
    }

}/* End custom CSS */