
body {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
.navbar {
  background-color: #000 !important;
  border-bottom: 2px solid #d4af37;
}
.nav-link, .navbar-brand {
  color: #d4af37 !important;
  font-weight: 600;
}
.btn-gold {background:#d4af37;color:#000;font-weight:bold;border-radius:5px;}
.btn-gold:hover {background:white;color:black;}
.carousel-item img {height:450px;object-fit:cover;border-radius:8px;}
.section-title {color:#d4af37;font-weight:bold;border-left:5px solid #d4af37;padding-left:10px;margin-top:30px;}
.footer{background:#111;text-align:center;padding:25px;margin-top:40px;border-top:2px solid #d4af37;}

/* -------- Footer Theme Styling -------- */
.footer-section a {
  color: #d4af37;
  font-size: 14px;
  text-decoration: none;
  transition: .3s ease;
  font-weight: 500;
}

.footer-section a:hover {
  color: #ffffff;
  padding-left: 5px;
  text-shadow: 0 0 6px rgba(212,175,55,0.6);
}

/* List Spacing */
.footer-links li {
  margin-bottom: 6px;
}

/* Social Icons */
.footer-section .social-icon {
  font-size: 20px;
  margin-right: 10px;
  display: inline-block;
  color: #d4af37;
  transition: .3s;
}

.footer-section .social-icon:hover {
  color: #fff;
  transform: scale(1.18);
}

/* Bottom copyright */
.footer-section small {
  color: #d4af37;
  opacity: .9;
}

