#sp-topbar {
    height: 30px;
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
#sp-topbar ul li a,
#sp-topbar ul li i {
    color: #ffffff;
}
#sp-header{
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.9);
}
.variation-corporate .sp-megamenu-parent > li > a {
    color: #4f5362;
}
#sp-header.menu-fixed {
    margin-top: 0;
}
#sp-header.menu-fixed .sp-megamenu-parent > li > a, #sp-header.menu-fixed #offcanvas-toggler {
    color: #4f5362;
}
#sp-header .logo h1 > img {
    max-height: 60px;
    width: auto;
}
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p{
    color: #ffffff!important;
}
section#contact .sppb-addon-ajax-contact input[type=text],
section#contact .sppb-addon-ajax-contact input[type=email],
section#contact .sppb-addon-ajax-contact textarea{
    background: #fff;
}

#sp-footer2 .sp-module-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#sp-footer2 .sp-module-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
#sp-footer2 .sp-module-content ul li {
    border: none;
    display: inline-flex;
}
#sp-footer2 .sp-module-content ul li a {
    line-height: 1;
}
#sp-footer2 .sp-module-content ul li a::before {
    display: none;
}
#sp-footer1 .sp-copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
    #sp-menu {
        padding-right: 0;
    }
}
.sp-megamenu-parent > li:last-child {
    margin-right: 0;
}
html.error-page {
    /* Essential for full-screen bg */
    height: 100%;
    margin: 0;
    padding: 0;
}

html.error-page .error-page-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    padding: 2rem;
    background: #f8f9fa; /* Light fallback bg color */
    background-image: url('/images/splash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
html.error-page .error-page-inner .container {
	background: rgba(255, 255, 255, .7);
    border-radius: 16px;
    padding: 50px 80px;
}