body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, .serif-font {
  font-family: 'Playfair Display', serif;
}

.hero-overlay {
  background: 
    linear-gradient(135deg, rgba(10,25,47,0.95) 0%, rgba(10,25,47,0.50) 45%, rgba(10,25,47,0.80) 100%),
    linear-gradient(220deg, rgba(255,255,255,0.04) 30%, transparent 60%);
}

.hero-gradient {
  background: 
    linear-gradient(135deg, rgba(32,90,85,0.95) 0%, rgba(45,120,110,0.60) 45%, rgba(28,75,70,0.90) 100%),
    linear-gradient(220deg, rgba(255,255,255,0.06) 25%, transparent 55%),
    #1d5a55;
}

.gold-border {
  border-bottom: 2px solid #C5A059;
}

.service-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.nav-link.active {
  color: #C9A84C;
  font-weight: bold;
  border-bottom: 2px solid #C9A84C;
  padding-bottom: 2px;
}