@charset "UTF-8";

section {
  background-color: #ffffff;
}
/* Include this at the very top of your CSS */
@font-face {
  font-family: 'Bahnschrift';
  src: local('Bahnschrift'), 
       url('path-to/bahnschrift.woff2') format('woff2'),
       url('path-to/bahnschrift.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Fallback stack */
body {
  font-family: 'Bahnschrift', sans-serif;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  font-family: 'Bahnschrift', sans-serif; /* Add this */
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  font-family: 'Bahnschrift', sans-serif;
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  font-family: 'Bahnschrift', sans-serif;
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-family: 'Bahnschrift', sans-serif;
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-family: 'Bahnschrift', sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-family: 'Bahnschrift', sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-family: 'Bahnschrift', sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: 'Bahnschrift', sans-serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  font-family: 'Bahnschrift', sans-serif;
  margin-right: 0.5rem;
}

.navbar {
  font-family: 'Bahnschrift', sans-serif;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  font-family: 'Bahnschrift', sans-serif;
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  font-family: 'Bahnschrift', sans-serif;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: 'Bahnschrift', sans-serif;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  font-family: 'Bahnschrift', sans-serif;
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.form-active .form-control:invalid {
  border-color: red;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  font-family: 'Bahnschrift', sans-serif;
  margin-top: 0.5;
}

textarea.form-control {
  font-family: 'Bahnschrift', sans-serif;
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row>[class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.app-video-wrapper>img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}

/* alteration stylings starts here  */

.video-container {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* Show full video without zoom */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}

.video-text {
  font-family: 'Bahnschrift', sans-serif;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}

.video-text h1 {
  font-family: 'Bahnschrift', sans-serif;
  font-size: 2rem;
  color: #00ffcc;
}

@media (min-width: 768px) {
  .video-text h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .video-text h1 {
    font-size: 3rem;
  }
}

.welcome-text {
  font-family: 'Bahnschrift', sans-serif;
  font-size: 1.5rem;
  margin-top: 20px;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 768px) {
  .welcome-text {
    font-size: 1rem;
    margin-top: 15px;
  }
}


.btn {
  position: relative;
  padding: 1.5rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
}

.matrix {
  background: #000;
  border: 2px solid #0f0;
  border-radius: 30px !important;
  color: #0f0;
}

.code-rain {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 255, 0, 0) 0%,
      rgba(0, 255, 0, 0.2) 50%,
      rgba(0, 255, 0, 0) 100%);
  opacity: 0;
  transition: 0.3s;
}

.matrix:hover .code-rain {
  opacity: 1;
  animation: rain 1s linear infinite;
}

.matrix:hover {
  color: rgba(0, 255, 0, 0.618);
}

@keyframes rain {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}


/* scroll-section starts here  */

.scroll-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.scroll-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
  position: relative;
}

.scroll-col-6 {
  flex: 1 1 50%;
  padding: 20px;
  min-width: 300px;
  color: #00ffcc;
}

.center-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-h2 {
  font-family: 'Bahnschrift', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #00ffcc;
  text-shadow: 0 0 15px rgba(0, 255, 204, 0.5);
}

.scroll-p {
   font-family: 'Bahnschrift', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #00ffcc;
}

.feature-grid {
   font-family: 'Bahnschrift', sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

.feature-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #00ffcc;
  background: rgba(0, 255, 204, 0.1);
  padding: 10px 15px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.feature-grid div:hover {
  transform: scale(1.05);
  background: rgba(0, 255, 204, 0.2);
}

.icon-image {
  width: 200px;
  height: auto;
  animation: floatY 4s ease-in-out infinite;
}

.pop-effect {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.pop-effect:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px #00ffcc);
}

/* Section 2 update - remove video and use bg effect */
.scroll-section2.updated-bg {
  background: radial-gradient(circle at center, #001111 0%, #000000 100%);
}

#floating-image {
  position: fixed;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  width: 230px;
  height: 150px;
  object-fit: cover;
  z-index: 999;
  border-radius: 12px;
}

/* Floating animation */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .scroll-col-6 {
    flex: 1 1 100%;
    text-align: center;
  }

  #floating-image {
    width: 250px;
    height: 180px;
    top: 60%;
    left: 50%;
  }

  .scroll-h2 {
    font-size: 2rem;
  }

  .scroll-p {
    font-size: 1rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .icon-image {
    width: 150px;
  }
}


/* header styles starts here  */

.animated-navbar {
  font-family: 'Bahnschrift', sans-serif;
  position: relative;
  background-color: #000;
  overflow: hidden;
  z-index: 1000;
  box-shadow: 0 0 15px rgba(0, 255, 170, 0.4);
}

.animated-navbar::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, #00ffc8 10%, transparent 60%);
  animation: moveGlow 8s linear infinite;
  opacity: 0.1;
  z-index: 0;
  filter: blur(60px);
}

@keyframes moveGlow {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
  }

  50% {
    transform: translate(25%, 25%) rotate(180deg);
  }

  100% {
    transform: translate(0%, 0%) rotate(360deg);
  }
}

.animated-navbar .content-wrap {
  position: relative;
  z-index: 2;
}

/* Navbar Brand Logo */
.navbar-logo img {
  transition: transform 0.4s ease;
}

.navbar-logo img:hover {
  transform: scale(1.1) rotate(2deg);
}


/* Call Now Button */
.navbar-buttons .btn {
  border: 2px solid #00ffc8;
  background: transparent;
  color: #00ffc8;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.navbar-buttons .btn::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00ffc8;
  transition: left 0.4s ease;
  z-index: -1;
}

.navbar-buttons .btn:hover::before {
  left: 0;
}

.navbar-buttons .btn:hover {
  color: #000;
}


/* footer styles starts here  */

.animated-hospital-footer {
  font-family: 'Bahnschrift', sans-serif;
  position: relative;
  background: linear-gradient(135deg, #000000, #0c0c0c);
  color: #00ffc8;
  overflow: hidden;
}

.footer-bg-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.glow-circle {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 255, 200, 0.3), transparent);
  filter: blur(100px);
  border-radius: 50%;
  animation: float 8s infinite ease-in-out alternate;
}

.circle1 {
  top: -80px;
  left: -100px;
}

.circle2 {
  bottom: -80px;
  right: -120px;
}

.wave {
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, #00ffc8 0%, #00ffcc 100%);
  opacity: 0.04;
  animation: waveMove 20s linear infinite;
  transform: rotate(45deg);
}

.wave1 {
  top: -50%;
  left: -50%;
}

.wave2 {
  bottom: -50%;
  right: -50%;
  animation-delay: 10s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }
}

@keyframes waveMove {
  0% {
    transform: translateX(0) translateY(0) rotate(45deg);
  }

  100% {
    transform: translateX(-25%) translateY(-25%) rotate(45deg);
  }
}

.footer-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  padding-bottom: 30px;
  padding: 60px 20px 30px;
}

.footer-section h3,
.footer-section h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #00ffc8;
}

.footer-section p,
.footer-section li {
  font-size: 0.95rem;
  color: #dffefb;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: #00ffc8;
  transform: translateX(6px);
}

.subscribe-form {
  display: flex;
  margin-top: 10px;
}

.subscribe-form input {
  font-family: 'Bahnschrift', sans-serif;
  padding: 10px;
  flex: 1;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.subscribe-form button {
  background-color: #00ffc8;
  border: none;
  padding: 0 15px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #00ffe5;
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #00ffc8;
  font-size: 1.2rem;
  margin-right: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  color: #ffffff;
  transform: scale(1.3);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.9rem;
  color: #aaa;
}


.loader-wrapper {
     margin: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .loader-container {
      position: relative;
      width: 100px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .loader {
      position: relative;
      width: 100px;
      height: 100px;
      color: #00ffcc;
      border-radius: 50%;
      /* transform: rotateZ(45deg); */
      perspective: 1000px;
    }

    .loader::before,
    .loader::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: inherit;
      height: inherit;
      border-radius: 50%;
      transform: rotateX(70deg);
      animation: spin 1s linear infinite;
      z-index: 99;
    }

    .loader::after {
      transform: rotateY(70deg);
      animation-delay: 0.4s;
    }

    .loader img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      animation: floatUpDown 2.5s ease-in-out infinite;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    @keyframes spin {
      0%, 100% {
        box-shadow: 0.4em 0 0 0 currentcolor;
      }

      12% {
        box-shadow: 0.4em 0.4em 0 0 currentcolor;
      }

      25% {
        box-shadow: 0 0.4em 0 0 currentcolor;
      }

      37% {
        box-shadow: -0.4em 0.4em 0 0 currentcolor;
      }

      50% {
        box-shadow: -0.4em 0 0 0 currentcolor;
      }

      62% {
        box-shadow: -0.4em -0.4em 0 0 currentcolor;
      }

      75% {
        box-shadow: 0 -0.4em 0 0 currentcolor;
      }

      87% {
        box-shadow: 0.4em -0.4em 0 0 currentcolor;
      }
    }



    .neu3d-wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
  display: flex;
}



.neu3d-quotes {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  width: 80%;
  max-width: 800px;
  animation: quoteCycle 15s infinite;
  pointer-events: none;
}

.neu3d-quote {
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: opacity 1s ease-in-out;
}

.neu3d-quote:nth-child(1) {
  animation: quoteFade 15s infinite;
  animation-delay: 0s;
}

.neu3d-quote:nth-child(2) {
  animation: quoteFade 15s infinite;
  animation-delay: 5s;
}

.neu3d-quote:nth-child(3) {
  animation: quoteFade 15s infinite;
  animation-delay: 10s;
}

@keyframes quoteFade {
  0% { opacity: 0; }
  10% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}


.neu3d-container {
  margin: auto;
  perspective: 4px;
  perspective-origin: 50% 50%;
  position: relative;
  animation: hueRotate 21s infinite linear;
}

.neu3d-group {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -500px;
  top: -500px;
  transform-style: preserve-3d;
  animation: move 12s infinite linear;
}

.neu3d-group:nth-child(2) {
  animation-delay: -6s;
}

.neu3d-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://z3.ax1x.com/2021/08/20/fLwuMd.jpg);
  background-size: cover;
  opacity: 1;
  animation: fade 12s infinite linear;
}

.neu3d-group:nth-child(2) .neu3d-item {
  animation-delay: -6s;
}

.neu3d-item-right {
  transform: rotateY(90deg) translateZ(500px);
}

.neu3d-item-left {
  transform: rotateY(-90deg) translateZ(500px);
}

.neu3d-item-top {
  transform: rotateX(90deg) translateZ(500px);
}

.neu3d-item-bottom {
  transform: rotateX(-90deg) translateZ(500px);
}

.neu3d-item-middle {
  transform: rotateX(180deg) translateZ(1000px);
}

@keyframes move {
  0% {
    transform: translateZ(-500px) rotate(0deg);
  }
  100% {
    transform: translateZ(500px) rotate(0deg);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  25%,
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hueRotate {
  0% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}



      .brain-wrapper {
        width:  100%;
        height: 60vh;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
          background: #001;
        text-align: center;
      }

   
      #canvasbrain{
        display: inline-block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
        max-height: 100%;
      }