/* =========================
GLOBAL FOOTER CSS
========================= */

.xl-footer {
    /* background: #020b1a; */
   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: #007bff;
    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;
}

/* =========================
🔥 FOLLOW US CENTER FIX
========================= */

.follow-us {
    flex: 0 0 100%;
    max-width: none;
    margin-top: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.follow-us .xl-footer-underline {
    width: 72px;
    height: 3px;
    margin: 10px auto 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #007bff, #38bdf8, transparent);
    box-shadow: 0 0 12px rgba(0, 123, 255, 0.75);
}

.follow-us .xl-social-icons {
    justify-content: center;
    gap: 16px;
    margin-top: 0;
}

/* =========================
Brand Colors
========================= */

.fb i { color: #1877F2 !important; }
.ig i { color: #E4405F !important; }
.yt i { color: #FF0000 !important; }
.ln i { color: #0077B5 !important; }

.xl-social-btn:hover .xl-icon-box {
    border-color: #ffffff;
    background: rgba(255,255,255,0.08);
    transform: translateY(-3px);
}

/* 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;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {

    .xl-footer-container {
        flex-direction: column;
        align-items: center;
    }

    .xl-footer-column {
        width: 100%;
    }

    .xl-footer-column h3 {
        text-align: center;
    }

    .xl-footer-underline {
        margin: 10px auto;
    }

    .xl-social-icons {
        justify-content: center;
    }
}

/* 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: #007bff;
    font-size: 14px;
}

/* List Icon */

.xl-list-icon {
    margin-right: 14px;
    width: 18px;
    text-align: center;
    font-size: 15px;
    display: flex;
}

/* Social */

.xl-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.xl-social-btn {
    display: inline-flex;
    text-decoration: none;
}

.xl-social-icons .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-social-icons .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;
}

/* .nt i {
    color: #1f95d4 !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);
}

.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));
}

/* 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;
}

/* =========================
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;
}

/* Icon for services */
.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: #007bff;

    transition: 0.3s;
}

/* Hover effect */
.xl-footer-services .xl-footer-item a:hover {
    color: #ffffff;
}

.xl-footer-services .xl-footer-item a:hover .xl-service-icon {
    background: #007bff;
    color: #ffffff;
    transform: translateX(3px);
}
/* Hover effect for presence list */
.xl-footer-item:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

/* Icon glow */
.xl-footer-item:hover .xl-list-icon {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 123, 255, 0.7);
  transform: translateX(3px);
}

/* Smooth transition */
.xl-list-icon {
  transition: all 0.3s ease;
}

/* =========================
GLOBAL FOOTER GLOW EFFECT
========================= */

/* Hover glow for all footer links */
.xl-footer-item a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

/* Icon glow (Contact + Services + Social) */
.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: #007bff;
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.7);
  transform: translateX(3px);
}

/* Keep icon visible */
.xl-footer-item a:hover .xl-icon-box i,
.xl-footer-item a:hover .xl-service-icon i {
  color: #ffffff;
}

/* Social icons glow */
.xl-social-btn:hover .xl-icon-box {
  box-shadow: 0 0 14px rgba(0, 123, 255, 0.8);
}

/* Optional: glow on column title */
.xl-footer-column h3:hover {
  text-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
}
/* =========================
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-social-icons {
        justify-content: center;
    }

    .xl-footer-column h3 {
        font-size: 18px;
    }
}