@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* General Reset */
body {
  background-color: #121212;
  color: #e0e0e0 !important; 
  font-family: "Oswald", sans-serif !important;
}

/* Navbar */
.navbar {
  background-color: #1f1f1f !important;
}

.navbar .nav-link {
  color: #ccc !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* Hero Section */
section.bg-light {
  background-color: #1a1a1a !important;
  color: #f0f0f0;
}

.btn-primary {
  background-color: #4caf50;
  border: none;
}

.btn-primary:hover {
  background-color: #388e3c;
}

/* Content Section */
section {
  background-color: #181818;
  border-top: 1px solid #333;
}

/* Footer */
footer {
  background-color: #1c1c1c;
  color: #999;
}

footer p {
  margin: 0;
  font-size: 0.9rem;
}

/* Custom Headings */
h1, h2 {
  color: #ffffff;
  font-weight: 600;
}

/* Custom Link Styles */
a {
  color: #4caf50;
  text-decoration: none;
}

a:hover {
  color: #66bb6a;
  text-decoration: underline;
}

/* Dark Themed Primary Button */
.btn-primary {
  background-color: #222;       /* Very dark background */
  color: #e0e0e0;               /* Light text */
  border: 1px solid #444;       /* Subtle border */
  transition: all 0.3s ease;    /* Smooth transitions */
}

.btn-primary:hover {
  background-color: #333;
  color: #ffffff;
  border-color: #666;
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #111;
  color: #fff;
  border-color: #888;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); /* Subtle green glow */
}

.bg-1 {
  background-image: url('bg7.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark Themed Secondary Button */
.btn-secondary {
  background-color: #444;       /* Dark gray */
  color: #ddd;
  border: 1px solid #666;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #555;
  color: #fff;
  border-color: #888;
}

.btn-secondary:focus,
.btn-secondary:active {
  background-color: #333;
  color: #fff;
  border-color: #999;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.25);
}

/* Dark Themed Card */
.card {
  background-color: #1e1e1e;
  color: #e0e0e0;
  border: 1px solid #333;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(76, 175, 80, 0.3); /* Optional green glow */
}

/* Card Header */
.card-header {
  background-color: #2a2a2a;
  border-bottom: 1px solid #444;
  font-weight: 600;
}

/* Card Footer */
.card-footer {
  background-color: #2a2a2a;
  border-top: 1px solid #444;
}

/* Optional: Add tactical green accents for titles or badges */
.card-title {
  color: #828282;
}

.card-text {
  color: #ccc;
}

#prices {
  background-image: url('bg4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
}
