.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-030d849 *//* Footer Section Styles */
.ftr-section {
    width: 100%;
    background-color: #121212; /* Dark theme background matching image */
    color: #ffffff;
    padding: 60px 20px 30px 20px;
    font-family: sans-serif;
}

.ftr-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Logo Styling */
.ftr-logo-box {
    margin-bottom: 30px;
}

.ftr-logo-link {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ftr-logo-box{
    width: 100px;
    height: 100px;
}

/* Navigation Links */
.ftr-nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 35px;
    padding: 0;
}

.ftr-nav-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.ftr-nav-list li a:hover {
    color: #842126;
}

/* Social Icons */
.ftr-social-box {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.ftr-social-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.ftr-social-icon:hover {
    background-color: #842126;
    border-color: #842126;
    color: #fff;
}

/* Divider Line */
.ftr-divider {
    width: 100%;
    max-width: 1100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

/* Bottom Bar Copyright */
.ftr-bottom-bar p {
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ftr-nav-list {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */