.elementor-13 .elementor-element.elementor-element-186904e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-13 .elementor-element.elementor-element-186904e:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-186904e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F1829;}.elementor-13 .elementor-element.elementor-element-0f40b09{--display:flex;--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.bubbles-footer-wrapper {
    background-color: transparent; /* Inherits background from Elementor */
    font-family: inherit;
}

.bubbles-footer-wrapper * {
    box-sizing: border-box;
}

.footer-container {
    padding: 64px 32px;
    max-width: 1280px;
    margin: 0 auto;
}

/* Responsive Grid System */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    margin-bottom: 48px;
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-container {
        padding: 48px 20px;
    }
}

/* Branding and Description */
.footer-logo {
    height: 48px;
    filter: brightness(0) invert(1);
    max-width: 100%;
    display: block;
    margin-bottom: 24px;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 14px;
    margin: 0 0 24px 0;
    max-width: 490px;
}

/* Social Icons */
.footer-socials {
    display: flex;
    gap: 16px;
}

.footer-social-link {
    color: #0ebeac;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social-link:hover {
    opacity: 0.7;
    color: white;
}

.footer-social-icon {
    width: 20px;
    height: 20px;
}

/* Column Headers */
.footer-title {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 24px;
}

/* Unordered Lists */
.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

.footer-list-item {
    margin-bottom: 12px;
}

.footer-list-item:last-child {
    margin-bottom: 0;
}

/* Links */
.footer-link {
    color: rgb(14, 190, 172);
    text-decoration: none;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-link:hover {
    text-decoration: underline;
}

/* Contact Details */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-icon {
    color: rgb(14, 190, 172);
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.footer-contact-text {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.2s ease;
}

a.footer-contact-text:hover {
    color: rgb(14, 190, 172);
}

/* Opening Hours */
.footer-hours-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.footer-hours-note {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-size: 12px;
    display: block;
    margin-top: 12px;
}

/* Bottom Bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.footer-copyright {
    font-size: 14px;
    margin: 0;
}

.footer-legal-links {
    display: flex;
    gap: 24px;
}

.footer-legal-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-legal-link:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    .footer-legal-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}/* End custom CSS */