.tvs-footer {
  background: linear-gradient(180deg, #071a31 0%, #020d18 100%);
  color: white;
  padding: 80px 0 30px;
}

.footer-logo img {
  height: 55px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer-description {
  color: rgba(255,255,255,0.72);
  line-height: 1.8;
  font-size: 0.95rem;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.footer-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: #d32f2f;
  margin-top: 10px;
}

.footer-links,
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.contact-info li {
  margin-bottom: 14px;
}

.footer-link,
.footer-bottom-link {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover,
.footer-bottom-link:hover {
  color: white;
}

.footer-link i {
  margin-right: 8px;
  color: #d32f2f;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
}

.contact-info i {
  color: #ff3b3b;
  margin-top: 4px;
}

.newsletter-form .input-group {
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.newsletter-form .form-control {
  min-height: 45px;
  border: none;
  background: rgba(255,255,255,0.1);
  color: white;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255,255,255,0.55);
}

.newsletter-form .btn {
  background: #d32f2f;
  color: white;
  border: none;
  padding: 0 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 36px;
  padding-top: 24px;
}

.copyright {
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.footer-bottom-links {
  text-align: right;
}

.footer-bottom-link {
  margin-left: 22px;
}

@media (max-width: 992px) {
  .footer-bottom-links {
    text-align: left;
    margin-top: 16px;
  }

  .footer-bottom-link {
    margin-left: 0;
    margin-right: 18px;
  }
}
