.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), penton;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), penton;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3039 .elementor-element.elementor-element-f79d389{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), penton;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), penton;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3039 .elementor-element.elementor-element-7b2332d{width:100%;max-width:100%;}.elementor-3039 .elementor-element.elementor-element-7b2332d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-3039 .elementor-element.elementor-element-f79d389{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7b2332d */footer {
    background-color: #18104B; /* Dark Blue Background */
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
    width: 100vw; /* Ensures full viewport width */
    margin: 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-section {
    flex: 1;
    min-width: 180px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #2597E8; /* Skytek Blue */
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-section ul li a:hover {
    color: #2597E8;
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.8;
    color: #ffffff;
    border-top: 1px solid #2597E8;
    padding-top: 10px;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo img {
        max-width: 150px;
    }
}

/* 🛠 Fix unwanted gap above footer */
body, .content, .main-section {
    margin: 0;
    padding: 0;
}

/* 🛠 Ensures footer fully touches edges */
html, body {
    width: 100%;
    overflow-x: hidden; /* Prevents any horizontal scrolling issues */
}/* End custom CSS */