/* ============================================= */
/* Footer — Global                               */
/* ============================================= */
.footer {
  padding-top: 0 !important;
  background: #2d2d2d !important;
  border-top: 4px solid #e07830;
}

.footer .footer-two-inner {
  background: transparent !important;
  padding-top: 40px !important;
  padding-bottom: 10px;
}

.footer .footer-two-inner > .row {
  padding-top: 40px;
}

.footer h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: #fff !important;
  font-size: 18px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.footer .footer-card img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer .footer-card p {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.7;
}

.footer .navigation-links li {
  border: none !important;
}

.footer .navigation-links a {
  font-size: 14px;
  line-height: 1.6;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  transition: all 0.2s;
}

.footer .navigation-links a:hover {
  color: #e07830 !important;
  padding-left: 4px;
}

.footer .contact-two a,
.footer .contact-two p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff !important;
}

.footer .contact-two a:hover {
  color: #e07830 !important;
}

.footer .contact-icon {
  background: rgba(255,255,255,0.1) !important;
  color: #34c759 !important;
}

.footer .contact-icon i {
  color: #34c759 !important;
}

.footer .social-link a {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  transition: all 0.3s;
}

.footer .social-link a:hover {
  background: #e07830 !important;
  border-color: #e07830 !important;
  transform: translateY(-2px);
}

.footer .copyright-two {
  font-size: 13px;
  border-top: 2px solid #34c759 !important;
  margin-top: 30px;
  padding-top: 20px !important;
  padding-bottom: 16px;
}

.footer .copyright-two,
.footer .copyright-two p,
.footer .copyright-two a {
  color: #fff !important;
}

.footer .copyright-two a:hover {
  color: #e07830 !important;
}

.footer .copyright-two i {
  color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
  .footer .footer-two-inner { padding-top: 36px; }
  .footer h4 { font-size: 16px; margin-bottom: 14px; }
}
