/* ========================================
   MAHARAJAH TOURS - LAYOUT STYLES
   Header, Navigation, Footer
   ======================================== */

/* ========== HEADER & NAVIGATION ========== */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(78, 14, 16, 0.08);
  transition: all 0.3s ease;
}

.navbar {
  padding: 1rem 0;
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar-nav {
  gap: 0.5rem;
}

.navbar-nav .nav-link {
  color: var(--brand-burgundy) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.6rem 1.2rem !important;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  letter-spacing: 0.02em;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--brand-gold);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
  background: var(--brand-light-gold);
  color: var(--brand-burgundy) !important;
}

.navbar-nav .nav-link:hover::before {
  width: 40%;
}

.navbar-nav .nav-link i {
  font-size: 1.1rem;
  opacity: 0.8;
}

.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* ========== FOOTER ========== */
footer {
  background: linear-gradient(135deg, var(--brand-burgundy) 0%, var(--brand-dark) 100%);
  color: #fff;
  margin-top: 5rem !important;
  padding: 4rem 0 2rem !important;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
  text-align: left;
}

.footer-section h5 {
  color: var(--brand-gold);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-contact-item i {
  font-size: 1.2rem;
  color: var(--brand-gold);
  min-width: 24px;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact-item a:hover {
  color: var(--brand-gold);
  transform: translateX(3px);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a::before {
  content: '→ ';
  color: var(--brand-gold);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--brand-gold);
  transform: translateX(5px);
}

.footer-links a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer-company-info {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-company-info p {
  margin-bottom: 0.5rem;
}

.footer-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(212, 175, 55, 0.15);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--brand-gold);
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.footer-trust-badge i {
  font-size: 1.2rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 2rem;
  margin-top: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.footer-bottom-links a:hover {
  color: var(--brand-gold);
}

.social-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  margin: 0 0.6rem;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: var(--brand-gold);
  transform: translateY(-3px);
}

/* ========== SITE FOOTER ========== */
.site-footer {
  background: var(--brand-burgundy);
  color: #ffffff;
  margin-top: auto;
}

.bg-brand      { background-color: var(--brand-burgundy) !important; }
.bg-brand-dark { background-color: var(--brand-dark) !important; }
.text-gold     { color: var(--brand-gold) !important; }

.footer-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  color: var(--brand-gold);
}

.footer-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ffffff;
}

.footer-links { margin: 0; padding: 0; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a {
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
  color: #ffffff;
}
.footer-links a:hover {
  color: var(--brand-gold);
  padding-left: 5px;
}

.pts-badge {
  display: flex;
  align-items: start;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 3px solid var(--brand-gold);
  color: #ffffff;
}
.pts-badge i { font-size: 1.5rem; margin-top: 2px; }

.footer-social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.social-icon-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.25rem;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}
.social-icon-foot i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.social-icon-foot:hover {
  background: var(--brand-gold);
  color: var(--brand-burgundy);
  transform: translateY(-3px);
}

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer-bottom .text-white { color: #ffffff; }

@media (max-width: 768px) {
  .site-footer .container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .footer-heading { font-size: 1rem; margin-bottom: 0.75rem; }
  .footer-text { font-size: 0.85rem; }
  .social-icon { width: 38px; height: 38px; min-width: 38px; min-height: 38px; font-size: 1.1rem; }
  .col-lg-4, .col-lg-2, .col-lg-3 { margin-bottom: 2rem; }
  .col-lg-4:last-child, .col-lg-2:last-child, .col-lg-3:last-child { margin-bottom: 0; }
}

@media (max-width: 576px) {
  .footer-social { justify-content: flex-start; }
  .pts-badge { text-align: center; flex-direction: column; align-items: center; }
  .pts-badge i { margin-bottom: 0.5rem; }
}
