.elementor-512 .elementor-element.elementor-element-6e341dd{--display:flex;}.elementor-512 .elementor-element.elementor-element-3e1765f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;top:0px;}body:not(.rtl) .elementor-512 .elementor-element.elementor-element-3e1765f{left:0px;}body.rtl .elementor-512 .elementor-element.elementor-element-3e1765f{right:0px;}.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-3e1765f *//* Full-Width Footer Styling */
.wc-footer-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    background-color: #0a1121; /* Deep Navy Blue from your screenshot */
    padding: 60px 10%;         /* Horizontal padding keeps content centered while background is full-width */
    box-sizing: border-box;
    color: #ffffff;
    font-family: sans-serif;
}

.wc-footer-column {
    flex: 1;
    min-width: 220px;
    margin-bottom: 20px;
}

.wc-orange {
    color: #ff8c00;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
}

.wc-footer-column h4 {
    color: #ffffff;
    border-bottom: 2px solid #ff8c00;
    padding-bottom: 8px;
    margin-bottom: 20px;
    font-size: 18px;
}

.wc-footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-footer-column ul li {
    margin-bottom: 12px;
    color: #e0e0e0;
    font-size: 15px;
}

.wc-footer-column a {
    color: #3498db; /* Blue for social links */
    text-decoration: none;
}

.wc-footer-column a:hover {
    color: #ff8c00;
}

/* Footer Bottom Bar */
.wc-footer-bottom {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #1a243a;
    background-color: #0a1121;
    color: #7f8c8d;
    font-size: 14px;
}/* End custom CSS */