/* ===== Services Page Specific Styles ===== */

nav.links a.active {
  color: #7474CF;
}

/* Service Card Typography & Layout Overrides */
.svc-card {
  background: var(--ink);
  padding: 34px 26px;
  transition: background .35s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 190px;
}

.svc-icon {
  width: 42px;
  height: 42px;
  color: var(--brass-light);
}

.svc-card h4 {
  color: #fff;
  font-size: 16.5px;
  font-weight: 500;
}

.svc-card p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.6;
}

@media (min-width: 981px) {
  .svc-card {
    padding: 34px 22px;
  }

  .svc-card p {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-break: normal;
    overflow-wrap: normal;
    word-spacing: -0.04em;
    letter-spacing: 0;
  }

  .visa-process-text {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.06em;
    letter-spacing: -0.005em;
  }
}

/* Footer logo size */
.footer-logo {
  width: 215px;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  /* Footer logo - mobile */
  .footer-brand {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto 25px auto !important;
  }

  .footer-logo {
    width: 205px !important;
    height: auto !important;
    max-width: 205px !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 10px;
  }
}
