@charset "UTF-8";
/*=== MEDIA QUERY ===*/
body {
  font-family: "Courier New", monospace;
  -webkit-font-smoothing: none;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Courier New", monospace;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}

p {
  font-size: 16px;
  font-family: "Courier New", monospace;
  line-height: 1.7;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #0f0;
}

blockquote {
  font-size: 16px;
  border-left: 5px solid #0f0;
  padding: 10px;
  text-align: left;
  color: #0f0;
}

img {
  border-radius: 5%; /* soft rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* gentle depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* smooth hover */
  display: inline-block; /* remove inline spacing */
  max-width: 100%; /* responsive */
  height: auto; /* keep aspect ratio */
}

img:hover {
  transform: scale(1.03); /* subtle zoom on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* enhanced hover depth */
}

#navbar101 {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 1050;
  background: #111;
  padding: 0;
}

.navbar-toggle .icon-bar {
  background: #0f0;
}

.btn-main,
.btn-small,
.btn-transparent {
  background: #0f0;
  color: #0f0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn-main.btn-icon i,
.btn-icon.btn-small i,
.btn-icon.btn-transparent i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-main:hover,
.btn-small:hover,
.btn-transparent:hover {
  background: #030;
  color: #0f0;
}

.btn-solid-border {
  border: 1px solid #fff;
  background: transparent;
  color: #0f0;
}

.btn-solid-border:hover {
  border: 1px solid #0f0;
  background: #0f0;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #0f0;
}

.btn-transparent:hover {
  background: transparent;
  color: #0f0;
}

.btn-large {
  padding: 20px 45px;
}
.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 0;
}
.btn-round-full {
  border-radius: 0;
}

.btn.active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.mt-10,
.mt-20,
.mt-30,
.mt-40,
.mt-50 {
  margin-top: 20px;
}

.btn:focus {
  color: #0f0;
}
.w-100 {
  width: 100%;
}
.margin-0 {
  margin: 0 !important;
}

.bg-shadow {
  background-color: #000;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
  padding: 20px;
}

.bg-gray {
  background: #000;
}
.bg-primary {
  background: #0f0 !important;
}
.bg-primary-dark {
  background: #4d485d !important;
}
.bg-primary-darker {
  background: #030 !important;
}
.bg-dark {
  background: #202122 !important;
  opacity: 1;
}

.section {
  padding: 100px 0;
}
.section-sm {
  padding: 70px 0;
}

.title {
  padding: 20px 0 30px;
}

.title h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-title p {
  font-style: italic;
  color: #0f0;
  font-family: "Volkhov", serif;
}

.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-title {
  padding: 40px 0;
  background: #000;
  color: #0f0;
  opacity: 80%;
}

.page-title .block {
  text-align: center;
}

.page-title .block h1 {
  color: #0f0;
  font-weight: 200;
  letter-spacing: 6px;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .page-title .block h1 {
    font-size: 32px;
  }
}

.page-title .block p {
  color: #0f0;
  font-weight: 300;
  margin-bottom: 0;
}

.heading {
  padding-bottom: 60px;
  text-align: center;
}

.heading h2 {
  color: #0f0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #0f0;
  font-weight: 300;
}

.overly,
.slider,
.page-title {
  position: relative;
}
.overly:before,
.slider:before,
.page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

header,
.navigation {
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
  opacity: 1;
  background-color: #111;
  opacity: 0.8;
}

header .navbar,
.navigation .navbar {
  margin-bottom: 0;
  border: 0;
  background: none;
}

header .navbar-default,
.navigation .navbar {
  border: 0;
}

header .navbar-default .navbar-nav,
.navigation .navbar .navbar-nav {
  padding-top: 10px;
}

header .navbar-default .navbar-nav li a,
.navigation .navbar .navbar-nav > li > a {
  color: #0f0;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}

header .navbar-default .navbar-nav li a:hover,
.navigation .navbar .navbar-nav > li > a:hover,
.navigation .navbar .navbar-nav > li > a:focus {
  color: #0f0;
  background: transparent;
}

.navigation .navbar .navbar-nav li.active > a {
  text-decoration: underline;
  color: #0f0;
}

.navigation .navbar-brand {
  padding-top: 0;
}

.navigation .navbar-toggler {
  font-size: 36px;
}

.navigation .navbar-toggler:focus {
  outline: 0;
}

.navigation .navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
  padding: 0;
}

@media (max-width: 992px) {
  .navigation .navbar .navbar-nav,
  .navigation .navbar .dropdown-menu {
    text-align: center;
    width: 100%;
  }

  .navbar-collapse {
    display: none;
    position: absolute;
    width: 100%;
    background: #000;
    left: 0;
    top: 100%;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 255, 0, 0.5);
  }

  .navbar-collapse.show {
    display: block;
  }

  .navbar-toggler {
    display: block !important;
  }
}

.navigation .navbar .dropdown-menu li:first-child {
  margin-top: 10px;
}
.navigation .navbar .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
.navigation .navbar .dropdown-menu a {
  font-weight: normal;
  color: #0f0;
  padding: 5px;
  transition: all 0.3s ease;
}
.navigation .navbar .dropdown-menu a:focus,
.navigation .navbar .dropdown-menu a:hover {
  background: #222;
  color: #0f0;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Ionicons";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f3d2";
  margin-right: 7px;
}

.dropright .dropdown-toggle::after {
  content: "\f3d3";
  margin-left: 7px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem;
  }
}

.dropdown-submenu:hover > .dropdown-item,
.dropdown-item:hover {
  background: #0f0;
  color: #0f0 !important;
}

.dropdown-item.active {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

.dropdown-submenu.active > .dropdown-toggle {
  text-decoration: underline;
  color: inherit;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s,
      transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
  }
  .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .dropleft .dropdown-menu,
  .dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.slider {
  background: url("https://cdn.xory.us/aicody-an-ai-company-34.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0;
  position: relative;
  opacity: 1;
  animation: blink 8s infinite;
}
@media (max-width: 992px) {
  .slider {
    padding: 150px 0;
  }
}
.slider .block {
  color: #0f0;
  text-align: center;
}
.slider .block h1 {
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .slider .block h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.slider .block p {
  margin-bottom: 30px;
  color: #0f0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slider .block p {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

:root {
  --gutter: 15px;
  --max-width: 1200px;
  --primary: #00b359; /* bright green */
  --primary-dark: #008040; /* deeper green */
  --secondary: #0a6633; /* muted forest green */
  --text-dark: #0f0; /* neon green */
  --bg-light: #e6ffe6; /* pale green background */
  --bg-dark: #0d261a; /* dark greenish background */
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--gutter));
}

[class^="col-"] {
  padding: var(--gutter);
  width: 100%;
}

/* Responsive Grid */
@media (min-width: 576px) {
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .hidden-sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.66%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-8 {
    width: 66.66%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    width: 16.66%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33%;
  }
  .col-xl-6 {
    width: 50%;
  }
}

/* Utility Classes */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.hidden {
  display: none;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-lg-0 {
  margin-top: 0;
}
.ml-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 1rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-lg-4 {
  padding-left: 1.5rem;
}

.pt-1 {
  padding-left: 4rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.bg-white {
  background-color: #111 !important;
  color: #0f0 !important;
}
.color {
  color: rgb(10, 197, 10);
  font-weight: bold;
  animation: blink 2s infinite;
}

.blink-1 {
  animation: blink 3.25s infinite;
}
.blink-2 {
  animation: blink 4.5s infinite;
}
.blink-3 {
  animation: blink 5.75s infinite;
}
.blink-4 {
  animation: blink 7s infinite;
}
.blink-5 {
  animation: blink 9.25s infinite;
}
.blink-6 {
  animation: blink 10.5s infinite;
}
.blink-7 {
  animation: blink 12.75s infinite;
}
.blink-8 {
  animation: blink 15s infinite;
}

/* Animation */
.fade {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fadeInUp {
  animation: fadeInUp 0.5s ease-in-out;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.btn-main {
  background-color: #fff;
  color: #0f0;
}
.btn-main:hover {
  background-color: #0f0;
}
.btn-solid-border {
  border: 2px solid #0f0;
  color: #0f0;
  background: none;
}
.btn-solid-border:hover {
  background-color: #0f0;
  color: #0f0;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0f0;
  padding: 0;
  color: #0f0;
}
.navbar-brand img {
  height: 40px;
}
.navbar-toggler {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
.navbar-toggler img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.navbar-menu {
  display: flex;
}
.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.nav-item {
  position: relative;
}
.nav-link {
  text-decoration: none;
  color: #0f0;
  padding: 10px;
  display: block;
}
.nav-link:hover {
  background: rgba(0, 255, 0, 0.5);
}

/* Dropdown */
.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  border: 1px solid #0f0;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
  background-color: #111;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 200px;
}
.dropdown-item {
  color: #0f0;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.dropdown-item:hover {
  background: rgba(0, 255, 0, 0.5);
}
.dropdown:hover > .dropdown-menu,
.dropdown:focus-within > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Sections */
.section {
  padding: 4rem 0;
  color: #0f0;
}
.section-sm {
  padding: 2rem 0;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

/* Background */
.bg-1 {
  background-image: url("ims/backgrounds/call-to-action-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-2 {
  background: url("ims/logos/aicody-an-ai-company-11-1280.webp");
  background-size: cover;
  background-attachment: fixed;
}
.bg-3 {
  background-size: cover;
  background-attachment: fixed;
}

/* Video Background */
#video_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -100;
}

/* About Section */
.about .block h2 {
  padding-top: 35px;
  margin: 0;
}
.about .block p {
  padding-top: 20px;
  line-height: 28px;
}
.about .block img {
  width: 100%;
}
.about .about-img {
  overflow: hidden;
}
.about .about-img:hover img {
  transform: scale3D(1.1, 1.1, 1);
}
.about .about-img img {
  opacity: 1;
  transition: all 0.5s ease-out;
}

/* Posts */
.post {
  background: #000;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}
.post .post-media.post-thumb img {
  width: 100%;
  height: auto;
}
.post .post-media.post-media-audio iframe {
  width: 100%;
}
.post .post-title {
  margin: 25px 0 20px;
  text-transform: capitalize;
  font-size: 26px;
}
.post .post-title a {
  color: #0f0;
}
.post .post-title a:hover {
  color: #0f0;
}

/* 404 Page */
.page-404 {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 70px 0;
  text-align: center;
}
.page-404 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}
.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 30px;
}
.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px;
}
.page-404 .copyright-text a {
  font-weight: 600;
}
.page-404 .btn-main,
.page-404 .btn-transparent,
.page-404 .btn-small {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 25px;
    line-height: 200px;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #000;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .navbar-menu.active {
    display: flex;
  }
  .navbar-nav {
    flex-direction: column;
  }
  .dropdown-menu {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 20px;
    line-height: 150px;
  }
}

@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 18px;
    line-height: 100px;
  }
}

.footer {
  background: #000;
  color: #0f0;
  padding: 80px 0 40px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #0f0 25%,
    #0f0 75%,
    transparent 100%
  );
  animation: pulse 3s ease-in-out infinite;
}

.footer-brand {
  text-align: center;
  margin-bottom: 50px;
}

.footer-brand img {
  filter: drop-shadow(0 0 10px rgba(0, 255, 0, 0.8));
  animation: glow 4s ease-in-out infinite alternate;
}

.footer-brand h3 {
  font-size: 24px;
  margin: 15px 0 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-tagline {
  font-size: 14px;
  opacity: 0.8;
  font-style: italic;
}

.footer-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.footer-section {
  background: rgba(0, 255, 0, 0.05);
  border: 1px solid rgba(0, 255, 0, 0.2);
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.footer-section:hover {
  background: rgba(0, 255, 0, 0.1);
  border-color: rgba(0, 255, 0, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 255, 0, 0.2);
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  color: #0f0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.footer-section h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #0f0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section li {
  margin-bottom: 12px;
  text-align: center;
}

.footer-section a {
  color: #0f0;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer-section a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 255, 0, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.footer-section a:hover::before {
  left: 100%;
}

.footer-section a:hover {
  background: rgba(0, 255, 0, 0.1);
  border-color: rgba(0, 255, 0, 0.5);
  transform: scale(1.05);
}

.footer-partners {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(0, 255, 0, 0.03);
  border-top: 1px solid rgba(0, 255, 0, 0.2);
  border-bottom: 1px solid rgba(0, 255, 0, 0.2);
}

.footer-partners h4 {
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-partners a {
  color: #0f0;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}

.footer-partners a:hover {
  text-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
}

.footer-contact {
  text-align: center;
  background: rgba(0, 255, 0, 0.05);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.footer-contact h4 {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-contact p {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0;
}

.footer-contact .contact-item {
  margin: 15px 0;
  padding: 10px;
  background: rgba(0, 255, 0, 0.08);
  border-radius: 4px;
  display: inline-block;
  min-width: 300px;
}

.footer-legal {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 255, 0, 0.3);
}

.footer-legal a {
  color: #0f0;
  text-decoration: none;
  margin: 0 8px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.footer-legal a:hover {
  color: #0f0;
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.8);
}

.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.8;
}

/* Enhanced Animations */
@keyframes glow {
  from {
    filter: drop-shadow(0 0 10px rgba(0, 255, 0, 0.8));
  }
  to {
    filter: drop-shadow(0 0 20px rgba(0, 255, 0, 1));
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

/* Blink animations with different speeds */
.blink-1 {
  animation: blink 3.25s infinite;
}
.blink-2 {
  animation: blink 4.5s infinite;
}
.blink-3 {
  animation: blink 5.75s infinite;
}
.blink-4 {
  animation: blink 7s infinite;
}
.blink-5 {
  animation: blink 9.25s infinite;
}
.blink-6 {
  animation: blink 10.5s infinite;
}
.blink-7 {
  animation: blink 12.75s infinite;
}
.blink-8 {
  animation: blink 15s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-sections {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-contact .contact-item {
    min-width: 250px;
  }

  .footer-partners a {
    display: inline-block;
    margin: 5px 10px;
  }
}

/* Container and grid system */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-12 {
  padding: 0 15px;
  width: 100%;
}

/* Scroll to Top */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #111;
}

/* Gallery */
#gallery-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5%;
}
.gallary img {
  float: left;
  margin-right: 10px;
  border-radius: 0;
}
.gallary p {
  overflow: hidden;
  text-align: justify;
}
.nav-btn {
  position: absolute;
  top: 50%;
  padding: 5px 15px;
  margin: 0 5px;
  transform: translateY(-50%);
  background: rgba(0, 255, 0, 0.5);
  border: none;
  cursor: pointer;
  border-radius: 0;
  z-index: 10;
  background-color: #0f0;
  transition: background 0.1s ease-in-out;
}
.nav-btn:hover {
  background: rgba(0, 255, 0, 0.5);
}
.nav-btn.left {
  left: 20px;
}
.nav-btn.right {
  right: 20px;
}

/* Print Styles */
@media print {
  * {
    background: transparent !important;
    color: #0f0 !important;
  }
}
/* Terminal effects */
.slider h1:after,
.section-title h2:after {
  content: "_";
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 255, 0, 0.5) 0px,
    rgba(0, 255, 0, 0.5) 1px,
    transparent 1px,
    transparent 2px
  );
  pointer-events: none;
  z-index: 9999;
}
/* Terminal effects */
.slider h1:after,
.section-title h2:after {
  content: "_";
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 255, 0, 0.03) 0px,
    rgba(0, 255, 0, 0.03) 1px,
    transparent 1px,
    transparent 2px
  );
  pointer-events: none;
  z-index: 9999;
}

.researcher-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin: 15px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.researcher-name {
  font-weight: bold;
  color: #2d3748;
  font-size: 1.2em;
  margin-bottom: 8px;
}
.vulnerability-type {
  color: #0f0;
  font-weight: 500;
  margin-bottom: 5px;
}
.date-reported {
  color: #718096;
  font-size: 0.9em;
}
.coming-soon {
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #444 0%, #222 100%);
  border-radius: 12px;
  margin: 20px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.stat-card {
  background: linear-gradient(135deg, #444 0%, #000 100%);
  color: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.stat-number {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
.stat-label {
  font-size: 0.9em;
  opacity: 0.9;
}

.section-header {
  border-left: 4px solid #333;
  padding-left: 16px;
  margin: 32px 0 16px 0;
}
.spec-table {
  border-collapse: collapse;
  width: 100%;
}
.spec-table th,
.spec-table td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
}
.spec-table th {
  background-color: #f3f4f6;
}
.highlight-box {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border: 1px solid #93c5fd;
}
