body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', sans-serif;
  color: #0ff;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
}
a {
  color: #39ff14;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #0ff;
}
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  height: 100vh;
}
.hero-section .display-4 {
  font-size: 4rem;
  text-shadow: 0 0 15px #39ff14, 0 0 30px #39ff14, 0 0 45px #39ff14;
}
.hero-section .lead {
  font-size: 1.5rem;
  text-shadow: 0 0 10px #39ff14, 0 0 20px #39ff14;
}
.btn-primary {
  background-color: #39ff14;
  border-color: #39ff14;
  color: #000;
  box-shadow: 0 0 10px #39ff14, 0 0 20px #39ff14;
  transition: all 0.3s ease;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #32e62e;
  border-color: #32e62e;
  box-shadow: 0 0 15px #39ff14, 0 0 30px #39ff14;
}
.parallax-section {
  position: relative;
    height: 250px;
    overflow: hidden;
    background: #4dd433;
}
.parallax {
  height: 120%;
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  filter: brightness(0.7);
}
.parallax-overlay {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-light {
  background-color: #111 !important;
}
.card {
  background-color: #222;
  border: 1px solid #39ff14;
  box-shadow: 0 0 10px #39ff14;
}
.accordion-button {
  background-color: #222;
  color: #0ff;
  border: 1px solid #39ff14;
}
.accordion-button:not(.collapsed) {
  background-color: #111;
  color: #0ff;
  box-shadow: inset 0 0 10px #39ff14;
}
.accordion-body {
  background-color: #111;
  color: #fff;
  border-top: 1px solid #39ff14;
}
footer {
  background-color: #000;
}
footer a {
  color: #39ff14;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #0ff;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', sans-serif;
  color: #0ff;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
}
a {
  color: #39ff14;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #0ff;
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-light {
  background-color: #111 !important;
}
.review-card {
  padding: 20px;
  background-color: #222;
  border: 1px solid #39ff14;
  box-shadow: 0 0 10px #39ff14;
  border-radius: 10px;
  margin: auto;
  max-width: 600px;
}
.review-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #39ff14;
}
.review-rating i {
  color: #39ff14;
  margin: 0 2px;
}
.footer {
  background-color: #000;
}
.footer h5 {
  color: #0ff;
  margin-bottom: 15px;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer form input[type="email"] {
  background-color: #222;
  border: 1px solid #39ff14;
  color: #fff;
}
.footer form button {
  background-color: #39ff14;
  border: none;
  color: #000;
  box-shadow: 0 0 10px #39ff14;
}
.footer form button:hover {
  background-color: #32e62e;
  box-shadow: 0 0 15px #39ff14;
}
.cookie-notice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #222;
  border: 1px solid #39ff14;
  padding: 15px;
  z-index: 1000;
  width: 250px;
  text-align: center;
  box-shadow: 0 0 10px #39ff14;
}
.cookie-notice p {
  margin: 0;
  font-size: 14px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding-top: 70px;
}
.navbar-brand img {
  max-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', sans-serif;
  color: #0ff;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
}
a {
  color: #39ff14;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #0ff;
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-light {
  background-color: #111 !important;
}
.review-card {
  padding: 20px;
  background-color: #222;
  border: 1px solid #39ff14;
  box-shadow: 0 0 10px #39ff14;
  border-radius: 10px;
  margin: auto;
  max-width: 600px;
}
.review-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #39ff14;
}
.review-rating i {
  color: #39ff14;
  margin: 0 2px;
}
.footer {
  background-color: #000;
}
.footer h5 {
  color: #0ff;
  margin-bottom: 15px;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer form input[type="email"] {
  background-color: #222;
  border: 1px solid #39ff14;
  color: #fff;
}
.footer form button {
  background-color: #39ff14;
  border: none;
  color: #000;
  box-shadow: 0 0 10px #39ff14;
}
.footer form button:hover {
  background-color: #32e62e;
  box-shadow: 0 0 15px #39ff14;
}
.cookie-notice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #222;
  border: 1px solid #39ff14;
  padding: 15px;
  z-index: 1000;
  width: 250px;
  text-align: center;
  box-shadow: 0 0 10px #39ff14;
}
.cookie-notice p {
  margin: 0;
  font-size: 14px;
}
