.elementor-1078 .elementor-element.elementor-element-b3597fd{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-1078 .elementor-element.elementor-element-b3597fd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-4ba9876 */.luxury-footer {
    background: #ffffff; /* Pure White Background */
    color: #333333;
    padding: 60px 20px 20px 20px;
    font-family: 'Playfair Display', serif; /* Premium Serif Font */
    box-shadow: 0px -5px 20px rgba(0,0,0,0.05); /* Subtle Top Shadow */
    border-top: 1px solid #eeeeee;
}

.footer-section {
    margin-bottom: 25px;
}

.footer-title {
    font-size: 17px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.footer-content-business p {
    color: #666666;
    line-height: 1.8;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.links {
    list-style: none;
    padding: 0;
}

.links li {
    margin-bottom: 10px;
}

.links li a {
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}

.links li a:hover {
    color: #d4af37; /* Gold Color on Hover */
    padding-left: 5px;
}

.footer-socials a {
    color: #333;
    background: #f9f9f9;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #eeeeee;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
}

/* Mobile Accordion Logic */
@media (max-width: 767px) {
    .accordion .footer-content {
        display: none;
        padding: 10px 0;
    }
    .footer-section.active .footer-content {
        display: block;
        animation: fadeIn 0.4s ease;
    }
    .footer-section.active .icon {
        transform: rotate(45deg);
        color: #d4af37;
    }
}

/* Desktop View */
@media (min-width: 768px) {
    .luxury-footer {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .footer-section {
        flex: 1;
        min-width: 250px;
        padding: 0 20px;
    }
    .icon { display: none; }
    .footer-content { display: block !important; }
}

.footer-bottom-bar {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    color: #999999;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */