html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e6;
  background: #000;
  scroll-behavior: smooth;
}

/* HEADER */
header {
  background: linear-gradient(90deg, #000000, #0a0a0a 40%, #1c1c1c 100%);
  box-shadow: 0 2px 15px rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  color: #e0e0e0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-content {
  padding-top: 80px !important; /* force override */
}
.services-section {
  background: radial-gradient(circle at top left, #001a33, #000814 80%);
  color: #e0e0e0;
  min-height: 100vh;
  padding-top: 120px; /* adjusts for navbar */
  padding-bottom: 80px;
}

.site-title span {
  background: linear-gradient(90deg, #00b3ff, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* NAVIGATION */
nav .nav-link {
  color: #cccccc;
  margin-left: 1.5rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

nav .nav-link:hover,
.nav-link.active {
  color: #ff6600;
  text-shadow: 0 0 6px rgba(255, 102, 0, 0.7);
}

/* HERO SECTION */
.hero {
  height: 100vh;
  background: linear-gradient(160deg, #001a33 0%, #000814 60%, #000000 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 40%, rgba(255, 140, 0, 0.1), transparent 70%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 1.2rem;
  animation: fadeInUp 1.5s ease;
  padding: 40px 20px;
}

.hero h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.1rem;
  color: #cccccc;
  margin-bottom: 30px;
}

/* CUSTOM BLACK BUTTON */
.btn-dark-custom {
  background-color: #000;
  border: 1px solid #333;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-dark-custom:hover {
  background: linear-gradient(135deg, #111, #ff6600);
  border-color: #ff6600;
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(255, 102, 0, 0.5);
  color: #fff;
}

/* FOOTER */
footer {
  background: linear-gradient(90deg, #000000, #1a1a1a);
  color: #999;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
}

/* ANIMATION */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ANIMATIONS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.learn-more-section {
  background: radial-gradient(circle at top left, #001a33, #000814 80%);
  color: #e0e0e0;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-top: 100px;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.border-glow {
  border: 1px solid rgba(255, 102, 0, 0.3);
  box-shadow: 0 0 25px rgba(255, 102, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.border-glow:hover {
  transform: scale(1.03);
  box-shadow: 0 0 35px rgba(255, 102, 0, 0.5);
}

.info-card {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 102, 0, 0.4);
  box-shadow: 0 0 20px rgba(255, 102, 0, 0.2);
}

.text-gradient {
  background: linear-gradient(90deg, #00b3ff, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Highlight Active Nav */
.nav-link.active {
  color: #ff6600 !important;
  text-shadow: 0 0 6px rgba(255, 102, 0, 0.6);
}
    .appointment-section {
      background: radial-gradient(circle at top left, #001a33, #000814 80%);
      min-height: 100vh;
      padding: 120px 0;
      color: #e6e6e6;
    }

    .appointment-card {
      background: rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(8px);
      border-radius: 1rem;
      box-shadow: 0 0 25px rgba(255, 102, 0, 0.2);
      transition: all 0.3s ease;
    }

    .appointment-card:hover {
      box-shadow: 0 0 35px rgba(255, 102, 0, 0.4);
      transform: scale(1.02);
    }

    label {
      font-weight: 600;
      color: #fff;
    }

    input.form-control {
      background: #0a0a0a;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
    }

    input.form-control:focus {
      border-color: #ff6600;
      box-shadow: 0 0 10px rgba(255, 102, 0, 0.5);
      background: #000;
      color: #fff;
    }

    .btn-submit {
      background: linear-gradient(90deg, #111, #ff6600);
      border: none;
      border-radius: 50px;
      color: #fff;
      font-weight: 600;
      letter-spacing: 0.5px;
      padding: 10px 0;
      transition: all 0.3s ease;
    }

    .btn-submit:hover {
      background: linear-gradient(90deg, #ff6600, #00b3ff);
      transform: scale(1.05);
      box-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
    }

    #responseMsg {
      animation: fadeInUp 0.8s ease forwards;
    }
