.elementor-333 .elementor-element.elementor-element-b83c236{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c519280 */.footer-wrapper{
    background:#050816;
    padding:80px 50px;
    color:#fff;
    font-family:Inter,sans-serif;
}

.footer-top{
    display:grid;
    grid-template-columns:32% 68%;
    gap:40px;
}

.footer-left h2{
    font-size:30px;
    line-height:1.05;
    font-weight:700;
    margin-bottom:35px;
    color:#fff;
}

.hours-box{
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:18px;
}

.tabs{
    display:flex;
    gap:12px;
    margin-bottom:25px;
}

.tabs button{
    width:120px;
    height:45px;
    border:none;
    border-radius:12px;
    background:#2c303b;
    color:#fff;
    font-size:18px;
    font-weight:600;
}

.tabs .active{
    color:#00c26e;
}

.hours-row{
    display:flex;
    margin-bottom:18px;
    font-size:18px;
}

.hours-row span:first-child{
    width:160px;
}

.footer-right{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.contact-card{
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:35px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:150px;
    z-index: 9999;
}

.contact-card h3{
    font-size:26px;
    margin:0 0 8px;
    color:#fff;
}

.contact-card p{
    margin:0;
    color:#fff;
}

.icon-circle{
    width:68px;
    height:68px;
    background:#00c26e;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.footer-links{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:50px;
    margin-top:70px;
}

.footer-links h4{
    color:#fff;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:25px;
}

.footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:16px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:.3s;
}

.footer-links a:hover{
    color:#00c26e;
}

@media(max-width:991px){

    .footer-top{
        grid-template-columns:1fr;
    }

    .footer-right{
        grid-template-columns:1fr;
    }

    .footer-links{
        grid-template-columns:1fr 1fr;
    }

    .footer-left h2{
        font-size:38px;
    }

}
.contact-card:hover{
  background-color:#00000036!important;
}
@media (max-width: 767px){

    .footer-left h2{
        font-size:32px !important;
        line-height:1.1;
    }

    .contact-card h3{
        font-size:20px !important;
    }

    .contact-card p{
        font-size:14px !important;
    }

    .footer-links h4{
        font-size:16px !important;
    }

    .footer-links li,
    .footer-links a{
        font-size:14px !important;
    }

    .hours-row{
        font-size:14px !important;
    }

    .tabs button{
        font-size:14px !important;
    }
}/* End custom CSS */