.elementor-436 .elementor-element.elementor-element-2e6b37b{--display:flex;}.elementor-436 .elementor-element.elementor-element-86f0ed9{--display:flex;}.elementor-436 .elementor-element.elementor-element-b17b87e{--spacer-size:50px;}.elementor-436 .elementor-element.elementor-element-ea6195d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eaacb32 *//* Break footer out of theme container */
.sk-footer-outer {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    background-color: #071c36;
    padding: 60px 0;
}

/* Inner layout */
.sk-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Remove theme wrapper width restrictions */
.site,
.site-content,
.container,
.wrap,
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}
.sk-social {
    margin-top: 20px;
}

.sk-social h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.social-icons a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #ffffff;
    transition: 0.3s ease;
}

.social-icons a:hover {
    color: #f04e23; /* change to your brand color */
}

/* Responsive */
@media (max-width: 992px) {
    .sk-footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sk-footer-container {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ea6195d *//* FORCE TRUE FULL WIDTH - OVERRIDE THEME CONTAINERS */
.sk-footer-outer {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    background-color: #001533;
    color: #ffffff;
    padding: 80px 0 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;

    /* Important fixes */
    max-width: 100vw !important;
}

/* Remove theme container spacing if applied */
body .sk-footer-outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Prevent horizontal scroll issue */
html, body {
    overflow-x: hidden;
}/* End custom CSS */