.tf-footer {
  background: #34495E;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  margin-top: 60px;
}

.tf-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.tf-footer a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color .2s;
}

.tf-footer a:hover {
  color: #fff;
}

.tf-footer-copy {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}

.tf-footer > .tf-footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 32px;
}

@media (max-width: 991px) {
  .tf-footer > .tf-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .tf-footer > .tf-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.tf-footer-logo {
  max-height: 50px;
  width: auto;
  margin-bottom: 12px;
}

.tf-footer-text {
  margin: 0;
  line-height: 1.6;
}

.tf-footer-heading {
  color: #fff;
  font-size: 1.05rem;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tf-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tf-footer-menu li {
  margin-bottom: 8px;
}

.tf-footer-menu li:last-child {
  margin-bottom: 0;
}

.tf-footer-menu a {
  display: inline-block;
}

.tf-footer-contact-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.tf-footer-contact-item {
  margin-bottom: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf-footer-contact-item:last-child {
  margin-bottom: 0;
}

.tf-footer-contact-item a,
.tf-footer-contact-item span {
  font-size: 0.9rem;
}

.tf-contact-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #B0160D;
}

.tf-footer-social {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

@media (max-width: 575px) {
  .tf-footer-social {
    justify-content: center;
  }

  .tf-footer-contact-item {
    justify-content: center;
  }
}

.tf-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: transform .2s, box-shadow .2s;
}

.tf-social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.tf-social-icon[aria-label="Facebook"] { background: #1877F2; color: #fff; }
.tf-social-icon[aria-label="Instagram"] { background: #E4405F; color: #fff; }
.tf-social-icon[aria-label="Twitter"] { background: #000; color: #fff; }
.tf-social-icon[aria-label="YouTube"] { background: #FF0000; color: #fff; }
.tf-social-icon[aria-label="Facebook"] svg,
.tf-social-icon[aria-label="Instagram"] svg,
.tf-social-icon[aria-label="Twitter"] svg,
.tf-social-icon[aria-label="YouTube"] svg { fill: #fff; }

.tf-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 16px 0;
}

.tf-footer-bottom .tf-footer-inner {
  display: flex;
  justify-content: center;
}
