/* Modern Footer Styles */

:root {
    --brand-primary: #9E7FA4;
    --brand-secondary: #B9A8BF;
    --brand-light: #F5F3F6;
    --text-dark: #2d3748;
    --text-muted: #718096;
    --footer-bg: #1a202c;
    --footer-text: white;
}

.ftco-footer {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%) !important;
    color: white !important;
    padding: 4rem 0 2rem;
    margin-top: 4rem;
    border-top: 4px solid var(--brand-primary);
}

.ftco-footer * {
    color: white !important;
}

.ftco-footer .list-unstyled {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ftco-footer-widget {
    margin-bottom: 2rem;
    padding-left: 0 !important;
}

.ftco-footer-widget * {
    text-align: left !important;
}

.ftco-heading-2 {
    color: white !important;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ftco-heading-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    border-radius: 2px;
}

.ftco-footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0 !important;
}

.ftco-footer-widget ul li {
    margin-bottom: 0.75rem;
    padding-left: 0 !important;
}

.ftco-footer-widget ul li a {
    color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block !important;
    font-size: 0.95rem;
    padding: 0.5rem 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.ftco-footer-widget ul li a::before {
    content: '';
    display: none;
}

.ftco-footer-widget ul li a:hover {
    color: var(--brand-primary) !important;
    padding-left: 0.5rem !important;
}

/* Contact Section */
.block-23 ul {
    padding: 0;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.block-23 ul li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.block-23 ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0 !important;
    margin-left: 0 !important;
    flex-wrap: nowrap;
}

.block-23 ul li a .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: white !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.block-23 ul li a .text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.block-23 ul li a:hover {
    color: var(--brand-primary) !important;
}

.block-23 ul li a:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(158, 127, 164, 0.4);
}

/* Bottom Section */
.ftco-footer .row:last-child {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(160, 174, 192, 0.2);
}

.ftco-footer .row:last-child p {
    color: white !important;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.ftco-footer .row:last-child p a {
    color: white !important;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0 0.5rem;
}

.ftco-footer .row:last-child p a:hover {
    color: var(--brand-primary) !important;
}

.ftco-footer .row:last-child p a:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: white;
    margin-left: 0.5rem;
    vertical-align: middle;
    opacity: 0.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ftco-footer {
        padding: 3rem 0 1.5rem;
        margin-top: 3rem;
    }

    .ftco-footer-widget {
        margin-bottom: 2rem;
        text-align: center;
    }

    .ftco-heading-2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ftco-footer-widget ul li a {
        justify-content: center;
    }

    .block-23 ul li a {
        justify-content: center;
    }
}

/* Logo/Branding Section (if you want to add it later) */
.footer-brand {
    margin-bottom: 1.5rem;
}

.footer-brand img {
    height: 50px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.footer-brand-text {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
