/* FOOTER WRAPPER */
.eetech-footer {
    text-align: center;
    padding: 50px 20px;
    color: #FFFFFF;
}

/* LOGO */
.eetech-footer .footer-logo img {
	  margin-top: -120px;
    max-width: 160px;
    margin-bottom: 0px;
}

/* NAVIGATION */
.eetech-footer .footer-nav {
    margin-bottom: 25px;
}

.eetech-footer .footer-nav a {
    margin: 0 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
}

/* CONTACT */
.eetech-footer .footer-contact {
    margin-bottom: 20px;
    line-height: 1.8;
}

/* SOCIAL */
.eetech-footer .footer-social {
	  margin-top: -45px;
    margin-bottom: 25px;
}

.eetech-footer .footer-social a {
    margin: 0 10px;
    color: #FFFFFF;
    text-decoration: none;
}

/* COPYRIGHT */
.eetech-footer .footer-copy {
	  margin-bottom: -70px;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .eetech-footer .footer-nav a {
        display: inline-block;
        margin: 6px 8px;
    }

    .eetech-footer .footer-logo img {
        max-width: 130px;
    }
}

.eetech-footer {
    background-color: #071426;
    color: #ffffff;
}

.eetech-footer a {
    color: #ffffff;
}

.eetech-footer a:hover {
    color: #4da3ff;
}

.eetech-footer .footer-copy {
    color: #b8c4d6;
}

/* SOCIAL ICONS */
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-bottom: 25px;
}

.footer-social a {
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    color: #4da3ff;
    transform:        translateY(-2px);
}

/* FOOTER NAVIGATION */
.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 25px;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

/* MOBILE */
@media (max-width: 768px) {
    .footer-nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .footer-nav a {
        font-size: 14px;
    }
}

/* Remove summary panel completely */
.latepoint-booking-form-element .booking-summary-w,
.latepoint-booking-form-element .step-summary-w,
.latepoint-booking-form-element .lp-side-panel {
    display: none !important;
}