  /* ══════════════════════════════
       FOOTER BASE
    ══════════════════════════════ */
  .site-footer {
    background-color: #001D4C;
    color: #9aaabf;
    padding: 48px 0 0 0;
  }

  /* ── LOGO ── */
.logo-footer {
    left: -15px;
    /* margin-right: auto; */
    height: 56px;
    flex-shrink: 0;
    position: relative;
}
.footer-logo {
    position: relative;
    right: 22px;
}

.footer-logo img {
    width: 145px;
}

  /* ── TAGLINE ── */
  .footer-tagline {
    font-size: 14px;
    color: #fff;
    line-height: 1.65;
    margin-top: 16px;

    margin-bottom: 20px;
  }

  /* ── SECTION HEADING ── */
  .sec-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: .3px;
  }

  /* ── CONTACT ITEMS ── */
  .c-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 12px;
  }

  .c-item .ci {
      color: #fff;
    font-size: 12px;
    margin-top: 2px;
    min-width: 14px;
  }

  .c-item span,
  .c-item a {
    font-size: 14px;
   color: #fff !important;
    line-height: 1.55;
    text-decoration: none;
  }

  .c-item a:hover {
    color: #fff;
  }

  /* ── QUICK LINKS ── */
 

    .q-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.c-item-main{
  margin-top: 20px;
}
.newsletter-desc{
   margin-top: 20px;
}
  .q-links li {
    margin-bottom: 10px;
  }

  .q-links li a {
    font-size: 14px;
    text-decoration: none;
    transition: color .2s;
    font-weight: 400;
    color: #fff  !important;
  }

  .q-links li a:hover {
    color: #fff;
  }

  /* ── NEWSLETTER ── */
  .newsletter-desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .nl-form {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    gap: 9px;
    border: 1px solid #1e3050;
    background: #0f2040;
  }

  .nl-form input {
        border-radius: 22px 22px 22px 22px;
    flex: 1;
    background: #fff;
    border: none;
    outline: none;
    padding: 12px 14px;
    font-size: 12px;
    color: #c0cedf;
    min-width: 0;
}

  .nl-form input::placeholder {
    color: #3e5470;
  }

  .nl-form button {
    background: #d92b2b;
    border: none;
    padding: 10px 16px;
    color: #fff;
    font-size: 13px;
    border-radius: 34px;
    cursor: pointer;
    transition: background .2s;
    flex-shrink: 0;
  }

  .nl-form button:hover {
    background: #b52020;
  }

  /* ── SOCIAL ICONS ── */
  .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 22px;
  }

  .s-icon {
     width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #1e3050;
    background: #0f2040;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;

    font-size: 20px;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
  }

  .s-icon:hover {
    background: #d92b2b;
    color: #fff;
    border-color: #d92b2b;
  }

  /* ── DIVIDER + COPYRIGHT ── */
  .footer-divider {
    width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3); /* light white line */
  margin: 20px 0; /* spacing top-bottom */
  opacity: 1;
  }

  .footer-copy {
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 0;
  }

  .desktop-only {
    margin: auto;
    max-width: 1280px;
    justify-items: center;
  }

  /* ══════════════════════════════
       DESKTOP  (≥ 992px)  ← 4 columns side-by-side
    ══════════════════════════════ */
  @media (min-width: 992px) {
    .footer-grid {
      display: grid;
    grid-template-columns: 360px 130px 260px 185px;
      gap: 80px;
      align-items: start;
    }

    /* hide mobile-only elements */
    .mobile-only {
      display: none !important;
    }
  }

  /* ══════════════════════════════
       MOBILE  (< 992px)  ← stacked
    ══════════════════════════════ */
  @media (max-width: 991px) {
    .site-footer {
      padding: 28px 0 0 0;
    }
  

    /* hide desktop-only elements */
    .desktop-only {
      display: none !important;
    }

    .mobile-footer {
      padding: 0 18px;
      max-width: 430px;
      margin: 0 auto;
    }

    .footer-tagline {
      margin-bottom: 22px;
    }

    /* Contact + Quick Links: side-by-side on mobile */
    .mobile-two-col {
      display: flex;
      gap: 14px;
      margin-bottom: 26px;
    }

    .mobile-two-col .col-contact {
      flex: 1 1 55%;
    }

    .mobile-two-col .col-links {
      flex: 1 1 45%;
    }

    /* Newsletter centred on mobile */
    .mobile-newsletter .sec-heading,
    .mobile-newsletter .newsletter-desc {
      text-align: center;
    }

    .mobile-newsletter {
      margin-bottom: 26px;
    }

    /* Social centred on mobile */
    .mobile-social .sec-heading {
      text-align: center;
    }

    .mobile-social .social-icons {
      justify-content: center;
      margin-top: 14px;
    }

    .mobile-social {
      margin-bottom: 28px;
              text-align: center;

    }
  }

 @media (max-width: 430px) {
  .c-item-main {
    margin-top: 15px;
}

.q-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
 }