.elementor-20 .elementor-element.elementor-element-7f71148{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-20 .elementor-element.elementor-element-bd06879{width:var( --container-widget-width, 98.275% );max-width:98.275%;--container-widget-width:98.275%;--container-widget-flex-grow:0;}.elementor-20 .elementor-element.elementor-element-bd06879.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-20 .elementor-element.elementor-element-7f71148{--content-width:1213px;}}/* Start custom CSS for html, class: .elementor-element-bd06879 */.custom-footer {
    background-color: #003300; /* Dark Green */
    padding: 40px 20px 20px;
    color: #fff; /* White text */
    font-weight: bold;
}

.custom-footer .footer .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: nowrap;
}

.custom-footer .list {
    flex: 1;
    min-width: 200px;
}

.custom-footer .list h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; /* Bold text */
    color: #fff; /* White text */
}

.custom-footer .list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer .list ul li {
    margin-bottom: 6px;
}

.custom-footer .list ul li a {
    text-decoration: none;
    color: #fff; /* White links */
    font-size: 14px;
    font-weight: bold; /* Bold links */
}

.custom-footer .social a {
    margin-right: 10px;
    font-size: 18px;
    color: #fff; /* White icons */
    font-weight: bold;
}

.custom-footer .end-text {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #fff; /* White copyright text */
    font-weight: bold; /* Bold copyright text */
}/* End custom CSS */