.elementor-140 .elementor-element.elementor-element-4f21476f{--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;}.elementor-140 .elementor-element.elementor-element-69fb0a9d{--display:flex;}.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-2fd137fb *//* ================== FOOTER BASE ================== */

.site-end-section {
    background-color: #111111;
    color: #CCCCCC;
    padding: 70px 20px 40px;
    font-size: 0.95em;
}

.footer-grid-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 50px auto;
    gap: 40px;
}

/* Desktop Default (4 Columns) */
.footer-info-brand,
.footer-navigation-set,
.footer-utility-links,
.footer-signup-module {
    flex: 0 0 22%;
    min-width: 220px;
}

/* ================== HEADINGS ================== */

.footer-navigation-set h4,
.footer-utility-links h4,
.footer-signup-module h4 {
    color: #ffffff;
    font-size: 1.2em;
    margin-bottom: 25px;
    font-weight: bold;
}

/* ================== BRAND ================== */

.brand-logo-name {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.brand-logo-name i {
    margin-right: 10px;
    color: #8C8C8C;
}

.footer-info-brand p {
    line-height: 1.7;
}

/* ================== LINKS ================== */

.footer-navigation-set ul,
.footer-utility-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-navigation-set ul li,
.footer-utility-links ul li {
    margin-bottom: 12px;
}

.footer-navigation-set a,
.footer-utility-links a {
    color: #A0A0A0;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-navigation-set a:hover,
.footer-utility-links a:hover {
    color: #ffffff;
}

/* ================== FORM ================== */

.form-input-group {
    display: flex;
    margin-top: 20px;
}

.footer-signup-module input[type="email"] {
    flex: 1;
    padding: 15px 18px;
    border: none;
    border-radius: 8px 0 0 8px;
    background-color: #333333;
    color: #eee;
    font-size: 1em;
    outline: none;
}

.footer-signup-module button {
    padding: 15px 25px;
    background-color: #555555;
    color: #ffffff;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    font-size: 1em;
    transition: 0.3s ease;
}

.footer-signup-module button:hover {
    background-color: #777777;
}

/* ================== BOTTOM BAR ================== */

.footer-bottom-bar {
    border-top: 1px solid #333333;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-bottom-bar p {
    margin: 0;
    color: #888888;
    font-size: 0.9em;
}

.social-links-container a {
    color: #CCCCCC;
    font-size: 1.4em;
    margin-left: 20px;
    transition: 0.3s ease;
}

.social-links-container a:hover {
    color: #ffffff;
}/* End custom CSS */