footer {
  width: 100%;
  background: var(--luxury-dark, #002147);
  color: #fff;
  text-align: center;
  padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  font-size: 1rem;
  position: relative;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.footpara {
  margin: 0;
  line-height: 1.6;
  font-size: 0.98rem;
  word-break: break-word;
}

@media (max-width: 600px) {
  footer {
    font-size: 0.95rem;
    padding: 1rem 0.5rem;
  }
  .footpara {
    font-size: 0.93rem;
    padding: 0 0.2rem;
  }
}