/* =========================
GLOBAL FOOTER CSS
========================= */

.xl-footer {
    background: #000000;
    color: #ffffff;
    padding: 60px 0 30px;
}

.xl-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.xl-footer-column {
    flex: 1;
    min-width: 240px;
}

.xl-footer-column h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xl-footer-underline {
    width: 42px;
    height: 2px;
    background: #2563eb;
    margin-bottom: 24px;
}

.xl-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xl-footer-item {
    margin-bottom: 18px;
    font-size: 15px;
    color: #cbd5e0;
}

.xl-footer-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #cbd5e0;
    transition: 0.3s;
}

.xl-footer-item a:hover {
    color: #ffffff;
}

/* =========================
SOCIAL ROW — 4th item in
Contact Us list
========================= */

.xl-footer-social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: flex-start;
}

/* Icon Box */

.xl-icon-box {
    width: 36px;
    height: 36px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(0, 123, 255, 0.4);
    border-radius: 8px;

    background: rgba(0, 123, 255, 0.05);

    margin-right: 14px;
    flex-shrink: 0;

    transition: 0.3s;
}

.xl-icon-box i,
.xl-list-icon {
    color: #2563eb;
    font-size: 14px;
}

/* List Icon */

.xl-list-icon {
    margin-right: 14px;
    width: 18px;
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Social */

.xl-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.xl-social-btn {
    display: inline-flex;
    text-decoration: none;
}

/* Social icon boxes inside the list row — no margin-right */
.xl-footer-social-row .xl-icon-box {
    width: 44px;
    height: 44px;
    margin-right: 0;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.16);
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 34%),
        rgba(255, 255, 255, 0.06);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 8px 22px rgba(0, 0, 0, 0.34);
}

.xl-footer-social-row .xl-icon-box i {
    font-size: 18px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.xl-social-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Brand Colors */

.fb i { color: #d9dee4 !important; }
.ig i { color: #d4435e !important; }
.yt i { color: #FF0000 !important; }
.ln i { color: #0077B5 !important; }

.xl-social-btn:hover .xl-icon-box {
    border-color: rgba(255, 255, 255, 0.58);
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.36), transparent 34%),
        rgba(255,255,255,0.12);
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 0 14px rgba(0, 123, 255, 0.8);
}

.xl-social-btn:hover .xl-icon-box i {
    transform: scale(1.12);
    filter: drop-shadow(0 0 8px currentColor);
}

.xl-social-btn:hover .xl-social-img {
    transform: scale(1.12);
    filter: drop-shadow(0 0 8px rgba(30, 167, 255, 0.85));
}

/* =========================
SERVICES COLUMN (Footer)
========================= */

.xl-footer-services .xl-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xl-footer-services .xl-footer-item {
    margin-bottom: 16px;
    font-size: 15px;
    color: #cbd5e0;
}

.xl-footer-services .xl-footer-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #cbd5e0;
    transition: 0.3s;
}

.xl-service-icon {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 123, 255, 0.4);
    border-radius: 8px;
    background: rgba(0, 123, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 13px;
    color: #2563eb;
    transition: 0.3s;
}

.xl-footer-services .xl-footer-item a:hover {
    color: #ffffff;
}

.xl-footer-services .xl-footer-item a:hover .xl-service-icon {
    background: #2563eb;
    color: #ffffff;
    transform: translateX(3px);
}

/* Hover: presence list */
.xl-footer-item:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

.xl-footer-item:hover .xl-list-icon {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 123, 255, 0.7);
    transform: translateX(3px);
}

/* =========================
GLOBAL GLOW EFFECTS
========================= */

.xl-footer-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

.xl-icon-box,
.xl-service-icon {
    transition: all 0.3s ease;
}

.xl-footer-item a:hover .xl-icon-box,
.xl-footer-item a:hover .xl-service-icon {
    background: #2563eb;
    box-shadow: 0 0 12px rgba(0, 123, 255, 0.7);
    transform: translateX(3px);
}

/* Don't shift social icon buttons on general hover — they get translateY instead */
.xl-footer-social-row a:hover .xl-icon-box {
    transform: translateY(-4px) scale(1.06);
}

.xl-footer-item a:hover .xl-icon-box i,
.xl-footer-item a:hover .xl-service-icon i {
    color: #ffffff;
}

.xl-footer-column h3:hover {
    text-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
}

/* =========================
FOOTER BOTTOM
========================= */

.xl-footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.xl-footer-bottom p {
    font-size: 13px;
    color: #a0aec0;
    margin: 6px 0;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {

    .xl-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .xl-footer-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .xl-footer-underline {
        margin: 0 auto 24px;
    }

    .xl-footer-list {
        display: inline-block;
        text-align: left;
        width: fit-content;
    }

    .xl-footer-social-row {
        justify-content: center;
    }

    .xl-footer-column h3 {
        font-size: 18px;
    }
}
