.elementor-40 .elementor-element.elementor-element-2b08ba2{--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;}.elementor-40 .elementor-element.elementor-element-2b08ba2:not(.elementor-motion-effects-element-type-background), .elementor-40 .elementor-element.elementor-element-2b08ba2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-d279bf1 *//* MAIN FOOTER */
.bb-footer {
    background: #000;
    color: #fff;
    padding: 50px 0 30px 0;
    font-family: 'Inter', sans-serif;
}

/* GRID */
.footer-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

/* LOGO */
.footer-logo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.footer-desc {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 15px;
}

/* SOCIAL ICONS */
.footer-social a {
    margin-right: 12px;
    font-size: 20px;
    color: #7a7a7a;
    text-decoration: none;
}
.footer-social a:hover {
    color: #F6C100;
}

/* TITLES */
.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

/* LINKS */
.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}
.footer-col ul li a:hover {
    color: #F6C100;
}

/* NEWSLETTER */
.newsletter {
    display: flex;
    margin-top: 10px;
}
.newsletter input {
    width: 100%;
    padding: 10px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 4px 0 0 4px;
}
.newsletter-btn {
    background: #F6C100;
    padding: 10px 18px;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: 700;
    cursor: pointer;
}

/* COPYRIGHT */
.footer-bottom {
    color: #777;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #111;
}
/* CONTACT US COLUMN TEXT STYLE */
.footer-col:nth-child(3) p {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}
/* NEWSLETTER description text */
.footer-col:nth-child(4) p {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}



/* RESPONSIVE */
@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */