/* Sticky Footer */

body {
  display: flex;
  flex-direction: column;
}
.premium-footer {
  margin-top: auto;
}

/* Premium Footer */
.premium-footer {
  background: #000;
  color: #fff;
  padding-top: 40px;
  position: relative;
  font-family: 'Cinzel', serif;
}

/* Gold gradient top border */
.footer-border {
  height: 4px;
  background: linear-gradient(90deg, #e6b87d, #e09638, #e6b87d);
  margin-bottom: 30px;
}

/* Logo */
.footer-logo {
  font-size: 28px;
  font-weight: bold;
  color: #e09638;
  margin-bottom: 15px;
}

/* Headings */
.footer-heading {
  font-size: 18px;
  font-weight: 600;
  color: #e6b87d;
  margin-bottom: 15px;
}

/* Text */
.footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #AAAAAA;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #AAAAAA;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #e09638;
}

/* Contact Info */
.footer-contact {
  list-style: none;
  padding: 0;
  color: #AAAAAA;
}
.footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-contact i {
  color: #e09638;
  margin-right: 8px;
}

/* Social Icons */
.footer-social {
  margin-top: 15px;
}
.social-icon {
  display: inline-block;
  margin-right: 12px;
  font-size: 20px;
  color: #e09638;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-icon:hover {
  color: #000;
  background: linear-gradient(45deg, #e6b87d, #e09638);
  box-shadow: 0 0 12px rgba(224, 150, 56, 0.6);
}
.social-icon.whatsapp:hover {
  background: linear-gradient(45deg, #25D366, #128C7E);
  color: #fff;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 20px;
  padding: 15px 0;
  font-size: 13px;
  color: #888;
}
.footer-bottom p {
  margin: 0;
}
