@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
  --primary-dark: #1e293b; 
  --primary-light: #334155;
  --accent-gold: #d4af37;
  --accent-color: #d4af37; 
  --text-main: #334155;
  --text-muted: #64748b;
  --bg-color: #f8fafc;
  --bg-white: #ffffff;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-white);
  color: var(--text-main);
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--primary-dark);
}

.text-gold {
  color: var(--accent-gold) !important;
}

/* Glassmorphism Navbar Dark */
.glass-nav {
  background: rgba(30, 41, 59, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.navbar-brand .logo {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  margin: 0 12px;
  position: relative;
  transition: color 0.3s ease;
}

.nav-link:hover, .nav-link.active {
  color: var(--accent-color) !important;
}

/* Modern Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.4)), url('../img/hero_bg.png') no-repeat center center/cover;
  color: #fff;
  text-align: left;
  padding-top: 80px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

@media (max-width: 768px) {
  .hero-title { font-size: 3rem; }
  .hero-subtitle { font-size: 1.1rem; }
  .hero-section { text-align: center; }
}

/* Custom Buttons */
.btn-primary-custom {
  background-color: var(--accent-color);
  color: #fff;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
}

.btn-primary-custom:hover {
  background-color: #b3932f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(212, 175, 55, 0.3);
}

.btn-outline-custom {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  padding: 12px 34px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
}

.btn-outline-custom:hover {
  background-color: #fff;
  color: var(--primary-dark);
}

/* Sections */
.section-padding {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 3.5rem;
  text-align: center;
}

.section-title h2 {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 1rem;
}

.section-title p {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 650px;
  margin: 0 auto;
}

/* Footer */
.footer {
  background-color: var(--primary-dark);
  color: #94a3b8;
  padding: 80px 0 40px;
}

.footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #fff;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: var(--accent-color);
  color: #fff;
  transform: translateY(-3px);
}

/* Page Header for subpages */
.page-header {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, var(--primary-dark), #1e293b);
  color: #fff;
  text-align: center;
}

/* Cards & Interactions */
.premium-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.contact-info-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.contact-info-box i {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

img {
  transition: transform 0.5s ease;
}

img:hover {
  transform: scale(1.02);
}