/* STANDARD responsive footer - NE Himalayan Tourism.
   Used by Default, contact-us, privacy-policy, terms, thank-you, 404. */

.ne-footer {
    background: linear-gradient(180deg, #23242b 0%, #1d1e24 100%);
    color: #c9ccd3;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 1.65;
}
.ne-footer__inner { padding: 3.5rem 0 0; }
.ne-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 0.9fr 1.1fr;
    gap: 2rem;
}
.ne-footer__col { min-width: 0; }
.ne-footer__title {
    position: relative;
    margin: 0 0 1.1rem;
    padding-bottom: .6rem;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.ne-footer__title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 44px; height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b6cb4, #8cc63f);
}
.ne-footer__text { margin: 0 0 1.1rem; color: #b9bdc6; font-size: .92rem; }
.ne-footer__contact { margin: 0 0 1.1rem; padding: 0; list-style: none; }
.ne-footer__contact li { margin-bottom: .55rem; }
.ne-footer__contact a, .ne-footer__contact span.ne-footer__addr {
    display: flex; align-items: flex-start; gap: .6rem;
    color: #d6d9e0; font-size: .9rem; text-decoration: none;
    word-break: break-word;
}
.ne-footer__contact a:hover, .ne-footer__contact a:focus {
    color: #fff; text-decoration: underline; text-underline-offset: 3px;
}
.ne-footer__contact i {
    flex: 0 0 auto; width: 32px; height: 32px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; background: rgba(11,108,180,.14);
    color: #0b6cb4; font-size: .85rem; margin-top: 1px;
}
.ne-footer__social { display: flex; align-items: center; gap: .6rem; margin-top: .4rem; }
.ne-footer__social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    text-decoration: none; transition: transform .25s ease, background-color .25s ease;
}
.ne-footer__social a:hover, .ne-footer__social a:focus {
    transform: translateY(-3px); background: #0b6cb4; border-color: #0b6cb4;
}
.ne-footer__social img { width: 20px; height: 20px; object-fit: contain; display: block; }
.ne-footer__links { margin: 0; padding: 0; list-style: none; }
.ne-footer__links li { margin-bottom: .5rem; }
.ne-footer__links a, .ne-footer__links span {
    position: relative; display: inline-block; padding-left: 1.1rem;
    color: #b9bdc6; font-size: .9rem; text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}
.ne-footer__links a::before, .ne-footer__links span::before {
    content: '\203A'; position: absolute; left: 0; top: -1px;
    color: #8cc63f; font-size: 1.05rem; font-weight: 700;
}
.ne-footer__links a:hover, .ne-footer__links a:focus {
    color: #fff; padding-left: 1.35rem;
    text-decoration: underline; text-underline-offset: 3px;
}
.ne-footer__badge {
    width: 100%; max-width: 220px; height: auto; border-radius: 10px;
    display: block; margin-top: .9rem; background: #fff;
}
.ne-footer__fb { width: 100%; min-height: 200px; border: 0; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.05); }
.ne-footer__fb .fb-page, .ne-footer__fb iframe { width: 100% !important; max-width: 100% !important; }
.ne-footer__bottom { margin-top: 2.2rem; border-top: 1px solid rgba(255,255,255,.12); padding: 1.1rem 0 1.25rem; }
.ne-footer__bottom-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem 1.5rem; flex-wrap: wrap; }
.ne-footer__copy { margin: 0; color: #9aa0ab; font-size: .85rem; }
.ne-footer__copy a { color: #d6d9e0; text-decoration: none; }
.ne-footer__copy a:hover { color: #fff; text-decoration: underline; }
.ne-footer__legal { display: flex; gap: 1rem; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.ne-footer__legal a { color: #9aa0ab; font-size: .85rem; text-decoration: none; }
.ne-footer__legal a:hover { color: #fff; text-decoration: underline; }
@media (max-width: 991.98px) {
    .ne-footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
    .ne-footer__inner { padding-top: 2.75rem; }
}
@media (max-width: 575.98px) {
    .ne-footer { font-size: 14px; }
    .ne-footer__grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .ne-footer__title { font-size: 1rem; margin-bottom: .9rem; }
    .ne-footer__contact a, .ne-footer__contact span.ne-footer__addr { font-size: .88rem; }
    .ne-footer__badge { max-width: 180px; }
    .ne-footer__bottom-row { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
    .ne-footer__social a, .ne-footer__links a { transition: none; }
    .ne-footer__social a:hover { transform: none; }
}

