.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-4842daa *//* =========================
   PREMIUM FOOTER DESIGN
========================= */

.sh-footer{
    background: linear-gradient(
    135deg,
    #0f172a 0%,
    #162235 35%,
    #1b2d46 70%,
    #0f172a 100%
    );
    color:#fff;
    margin-top:40px;
    position:relative;
    overflow:hidden;
}

.sh-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 10% 20%,rgba(22,163,74,.15),transparent 35%),
    radial-gradient(circle at 90% 80%,rgba(34,197,94,.12),transparent 35%);
    pointer-events:none;
}

.sh-footer-container{
    max-width:1400px;
    margin:auto;
    padding:65px 20px 0;
    position:relative;
    z-index:2;
}

.sh-footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1.4fr;
    gap:50px;
    padding-bottom:40px;
}

.sh-footer-col h3{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:22px;
    position:relative;
}

.sh-footer-col h3::after{
    content:"";
    width:45px;
    height:3px;
    background:#16a34a;
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:50px;
}

.sh-footer-col p{
    color:#cbd5e1;
    line-height:1.9;
    font-size:15px;
}

.sh-footer-col ul{
    margin:0;
    padding:0;
    list-style:none;
}

.sh-footer-col ul li{
    margin-bottom:12px;
}

.sh-footer-col ul li a{
    color:#dbe4ef;
    text-decoration:none;
    transition:.3s;
    font-size:15px;
}

.sh-footer-col ul li a:hover{
    color:#22c55e;
    padding-left:6px;
}

/* Social */

.sh-socials{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.sh-socials a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
    border-radius:50%;
    color:#fff;
    transition:.35s;
}

.sh-socials a:hover{
    background:#16a34a;
    transform:translateY(-4px);
}

/* Newsletter */

.sh-newsletter{
    display:flex;
    margin-top:20px;
    overflow:hidden;
    border-radius:10px;
}

.sh-newsletter input{
    flex:1;
    height:50px;
    border:none;
    outline:none;
    padding:0 16px;
    font-size:15px;
}

.sh-newsletter button{
    border:none;
    background:#16a34a;
    color:#fff;
    padding:0 24px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.sh-newsletter button:hover{
    background:#15803d;
}

/* Bottom */

.sh-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 0;
}

.sh-footer-bottom p{
    margin:0;
    color:#cbd5e1;
    font-size:14px;
}

.sh-bottom-links{
    display:flex;
    gap:12px;
    align-items:center;
}

.sh-bottom-links a{
    color:#dbe4ef;
    text-decoration:none;
    font-size:14px;
    transition:.3s;
}

.sh-bottom-links a:hover{
    color:#22c55e;
}

/* Tablet */

@media(max-width:992px){

.sh-footer-grid{
    grid-template-columns:1fr 1fr;
}

}

/* Mobile */

@media(max-width:768px){

.sh-footer-grid{
    grid-template-columns:1fr;
    gap:35px;
}

.sh-footer-bottom{
    flex-direction:column;
    gap:12px;
    text-align:center;
}

.sh-newsletter{
    flex-direction:column;
}

.sh-newsletter button{
    height:50px;
}

}/* End custom CSS */