.elementor-9001 .elementor-element.elementor-element-7134780{--display:flex;}.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-981827b *//* --- 1. Layout & Wrapper (CLICKABILITY FIX) --- */
#fi-footer-wrapper {
    position: relative;
    z-index: 99; /* Higher z-index brings it in front of the page background */
    width: 100%;
    background-color: #334960;
}

.fi-footer {
    background-color: #334960;
    color: #FDFBF7;
    padding: 5rem 1.5rem 2rem 1.5rem;
    position: relative; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fi-footer-content {
    max-width: 80rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

/* --- 2. Top Section Alignment --- */
.fi-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 3rem;
}

.fi-newsletter-group {
    flex: 1 1 300px;
}

.fi-footer-nav {
    flex: 1.5 1 400px;
    display: flex;
    justify-content: flex-end;
    gap: 5rem;
}

@media (max-width: 768px) {
    .fi-footer-nav {
        justify-content: flex-start;
        gap: 2rem;
    }
}

/* --- 3. Newsletter & Typography --- */
.fi-newsletter-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
}

.fi-newsletter-sub {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    opacity: 0.6;
    margin: 0 0 1rem 0;
}

.fi-input-group {
    position: relative;
    max-width: 20rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    transition: border-color 0.3s ease;
}

.fi-email-input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1rem 0;
    color: #fff;
    outline: none;
}

.fi-submit-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #efc036;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

/* --- 4. Social Icons --- */
.fi-socials {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.fi-social-link {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.fi-social-link:hover {
    background: #fff;
    color: #334960;
}

/* --- 5. Navigation Links & Headers --- */
.fi-nav-header {
    color: #efc036;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1.5rem 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(239, 192, 54, 0.2);
}

.fi-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fi-footer-link {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}

.fi-footer-link:hover {
    color: #efc036;
}

.fi-footer-link.disabled {
    opacity: 0.4;
}

/* --- 6. Coming Soon Shimmer --- */
.fi-badge-shimmer {
    font-size: 9px;
    font-weight: 800;
    color: #efc036;
    background: linear-gradient(90deg, #efc036 0%, #fff 50%, #efc036 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
    display: block;
    margin-top: 4px;
}

@keyframes shine { to { background-position: 200% center; } }

/* --- 7. Logo Styling --- */
.fi-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.fi-footer-logo {
    max-height: 80px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* --- 8. Legal Bar --- */
.fi-legal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.05em;
    padding-bottom: 1rem;
}

.fi-legal-links {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.fi-legal-separator {
    color: rgba(255,255,255,0.2);
}

.fi-legal-links a {
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.3s ease;
}

/* FIX: Targeted hover effect for legal links */
.fi-legal-links a:hover {
    color: #efc036; /* Brand Gold */
}

@media (max-width: 768px) {
    .fi-legal {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        text-align: center;
    }
}/* End custom CSS */