.elementor-181 .elementor-element.elementor-element-c2472ec{--display:flex;--overflow:auto;}.elementor-181 .elementor-element.elementor-element-c2472ec:not(.elementor-motion-effects-element-type-background), .elementor-181 .elementor-element.elementor-element-c2472ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-181 .elementor-element.elementor-element-2d295b8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-181 .elementor-element.elementor-element-2d295b8.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1366px) and (min-width:768px){.elementor-181 .elementor-element.elementor-element-c2472ec{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-2d295b8 *//* =========================================
   SOCA Custom Footer Styles
   ========================================= */
  
.soca-footer {
    background-color: #1F2023 !important;
    color: #F2F2F2;
    font-family: 'Public Sans', sans-serif;
    padding-top: 60px;
}

.soca-footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping for mobile logic */
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

/* --- Common Link Styles --- */
.soca-footer-col ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.soca-footer-col ul li a:hover {
    color: #FBC311;
}

/* --- Footer Info Column (Logo, Address, Email) --- */
.soca-footer-info {
    max-width: 300px; /* Restrict width on desktop so it doesn't stretch */
}

.soca-footer-info .soca-footer-logo img {
    max-width: 200px;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.soca-footer-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 400;
    color: #FFFFFF;
}

.soca-footer-info .soca-email {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}
.soca-footer-info .soca-email i {
    color: #FFFFFF;
}

/* --- Navigation & Quick Links Columns --- */
.soca-footer-col h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    color: #FFFFFF;
}

/* Underline effect for titles */
.soca-footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background-color: #FBC311;
}

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

.soca-footer-col ul li {
    margin-bottom: 10px;
}

.soca-footer-col ul li:last-child {
    margin-bottom: 0;
}

/* --- Bottom Copyright Bar --- */
.soca-footer-bottom {
    background-color: #ffffff;
    color: #1F2023 !important;
    text-align: center;
    padding: 20px 40px;
    font-size: 16px;
    margin-top: 0;
}

/* =========================================
   Responsive Adjustments
   ========================================= */

@media (max-width: 1024px) {
    .soca-footer-container {
        padding: 0 30px;
        gap: 25px;
    }
}

/* MOBILE LAYOUT ADJUSTMENTS */
@media (max-width: 768px) {
    .soca-footer-container {
        padding: 0 20px;
        /* We keep flex-direction ROW to allow side-by-side */
        justify-content: space-between; 
        gap: 20px 0; /* Vertical gap 20px, Horizontal gap 0 (managed by width) */
    }

    /* 1. Make the Logo/Info section full width and centered */
    .soca-footer-info {
        max-width: 100%;
        flex: 0 0 100%; /* Force full width */
        text-align: center;
        margin-bottom: 20px;
        border-bottom: 1px solid #333; /* Optional: Divider between logo and links */
        padding-bottom: 20px;
    }

    .soca-footer-info .soca-footer-logo img {
        margin: 0 auto 20px; /* Center logo */
    }

    .soca-footer-info .soca-email {
        justify-content: center;
    }

    /* 2. Make Nav and Quick Links sit side-by-side (50% each) */
    .soca-footer-nav, 
    .soca-footer-quick-links {
        flex: 0 0 48%; /* Slightly less than 50% to ensure they fit */
        max-width: 48%;
    }

    /* Adjust headings for mobile */
    .soca-footer-col h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    /* Keep the underline left-aligned for the lists, or center if you prefer */
    .soca-footer-col h4::after {
        left: 0; 
        transform: none;
    }

    .soca-footer-bottom {
        padding: 15px 20px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .soca-footer {
        padding-top: 40px;
    }
    .soca-footer-container {
        padding-bottom: 40px;
    }
    /* Increase font legibility on very small screens */
    .soca-footer-col h4 {
        font-size: 16px;
    }
    .soca-footer-info p, 
    .soca-footer-col ul li a {
        font-size: 14px;
    }
}/* End custom CSS */