/* Base Styles */
:root {
  --primary-color: #9d00ff;
  --secondary-color: #00b8ff;
  --accent-color: #c400ff;
  --neon-purple: #b700ff;
  --neon-blue: #00b8ff;
  --dark-bg: #0a0a0a;
  --darker-bg: #050505;
  --deep-purple: #2e0854;
  --medium-purple: #4b0082;
  --light-purple: #9370db;
  --light-text: #f5f5f5;
  --gray-text: #a0a0a0;
  --card-bg: rgba(30, 30, 30, 0.7);
  --card-hover: rgba(42, 42, 42, 0.8);
  --success-color: #4caf50;
  --warning-color: #ff9800;
  --error-color: #f44336;
  --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --hover-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  --neon-glow: 0 0 10px rgba(183, 0, 255, 0.7), 0 0 20px rgba(183, 0, 255, 0.5), 0 0 30px rgba(183, 0, 255, 0.3);
  --blue-glow: 0 0 10px rgba(0, 184, 255, 0.7), 0 0 20px rgba(0, 184, 255, 0.5), 0 0 30px rgba(0, 184, 255, 0.3);
  --purple-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

@font-face {
  font-family: "Cyberpunk";
  src: url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap");
}

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

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--dark-bg);
  color: var(--light-text);
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}

/* Simple Custom Cursor */
.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(157, 0, 255, 0.3);
  border: 2px solid var(--primary-color);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
}

/* Interactive Background */
.interactive-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(157, 0, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(157, 0, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 1;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: var(--light-text);
  transition: var(--transition);
  cursor: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
  line-height: 1.2;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 20px;
}

section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Add horizontal bars between sections */
section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  opacity: 0.3;
}

/* Glowing Text */ \
.  transparent, var(--primary-color), transparent
)
;
opacity: 
0.3
;
}

/* Glowing Text */
.glowing-text {
  color: var(--light-text);
  text-shadow: var(--neon-glow);
  position: relative;
  display: inline-block;
}

.glowing-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--primary-color);
  filter: blur(15px);
  opacity: 0.5;
  z-index: -1;
}

/* Neon Text */
.neon-text {
  color: var(--neon-purple);
  text-shadow: 0 0 5px rgba(183, 0, 255, 0.8), 0 0 10px rgba(183, 0, 255, 0.5);
  font-weight: 600;
  letter-spacing: 1px;
}

/* Glitch Text */
.glitch-text {
  position: relative;
  color: var(--light-text);
  font-weight: bold;
  text-shadow: 0 0 5px rgba(183, 0, 255, 0.8);
}

.glitch-text::before,
.glitch-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch-text::before {
  left: 2px;
  text-shadow: -2px 0 var(--secondary-color);
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}

.glitch-text::after {
  left: -2px;
  text-shadow: 2px 0 var(--primary-color);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}

@keyframes glitch-anim-1 {
  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }
  20% {
    clip-path: inset(33% 0 33% 0);
  }
  40% {
    clip-path: inset(50% 0 42% 0);
  }
  60% {
    clip-path: inset(33% 0 66% 0);
  }
  80% {
    clip-path: inset(66% 0 20% 0);
  }
}

@keyframes glitch-anim-2 {
  0%,
  100% {
    clip-path: inset(0 0 78% 0);
  }
  20% {
    clip-path: inset(80% 0 13% 0);
  }
  40% {
    clip-path: inset(43% 0 40% 0);
  }
  60% {
    clip-path: inset(25% 0 56% 0);
  }
  80% {
    clip-path: inset(75% 0 8% 0);
  }
}

/* Reveal Text Animation */
.reveal-text {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.reveal-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: translateX(-100%);
  animation: reveal-text 0.8s ease forwards;
}

@keyframes reveal-text {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Section Title */
.section-title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--accent-color),
    var(--secondary-color),
    var(--accent-color),
    var(--primary-color)
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shine 5s linear infinite;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  box-shadow: var(--neon-glow);
}

.section-description {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: var(--gray-text);
}

/* Header */
header {
  background-color: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: var(--transition);
}

/* Add a horizontal bar below the header */
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  opacity: 0.5;
}

header.scrolled {
  padding: 15px 0;
  background-color: rgba(10, 10, 10, 0.95);
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-image {
  margin-right: 15px;
  width: 220px;
  height: 80px;
}

.logo-image2 {
  margin-right: 15px;
  width: 210px;
  height: 80px;
}

.logo-img,
.footer-logo-img {
  display: block;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  box-shadow: var(--neon-glow);
  width: 210px;
  height: 80px;
}

.logo-icon {
  margin-right: 15px;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.tech-text {
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--gray-text);
}

/* Add this new navigation bar style */
.main-nav {
  background-color: #000000;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
}

.main-nav .logo {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.main-nav .logo-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  box-shadow: var(--neon-glow);
  margin-right: 10px;
}

.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav ul {
  margin-left: auto;
}

.main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-nav li {
  list-style: none;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  position: relative;
  padding: 5px 0;
}

.main-nav a:hover {
  color: var(--primary-color);
}

.main-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

.dropdown-indicator {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  transition: transform 0.3s ease;
}

.main-nav li:hover .dropdown-indicator {
  transform: rotate(180deg);
}

/* Mobile menu button */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(10, 10, 10, 0.95);
  min-width: 180px;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 8px 15px;
  color: var(--light-text);
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(157, 0, 255, 0.2);
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .main-nav .logo {
    margin-right: 0;
  }

  .main-nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000000;
    padding: 20px 0;
    gap: 15px;
  }

  .main-nav ul.active {
    display: flex;
  }

  .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 10px;
    display: none;
  }

  .dropdown.active .dropdown-menu {
    display: block;
  }

  .dropdown-item {
    padding-left: 30px;
  }
}

/* Update the nav-link style to remove the duplicate text effect */
.nav-link {
  font-weight: 500;
  position: relative;
  padding: 5px 0;
  color: var(--neon-purple);
  text-shadow: 0 0 5px rgba(183, 0, 255, 0.8), 0 0 10px rgba(183, 0, 255, 0.5);
}

/* Remove the span transformation that was causing the duplicate text */
.nav-link span {
  position: relative;
  display: inline-block;
}

/* Remove the ::before pseudo-element that was creating the duplicate text */
.nav-link span::before {
  display: none;
}

/* Remove the hover effect that was causing the text to move */
.nav-link:hover span {
  transform: none;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--light-text);
  transition: var(--transition);
}

.menu-toggle {
  display: none;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  background: var(--purple-gradient);
  color: white;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.btn-primary .btn-text {
  position: relative;
  z-index: 2;
}

.btn-primary .btn-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--purple-gradient);
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--neon-glow);
}

.btn-primary:hover .btn-glow {
  opacity: 0.7;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--light-text);
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--primary-color);
}

.btn-secondary .btn-text {
  position: relative;
  z-index: 2;
}

.btn-secondary .btn-border {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  animation: border-pulse 2s infinite;
}

.btn-secondary:hover {
  background-color: rgba(157, 0, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: var(--neon-glow);
}

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

/* Hero Section */
.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--darker-bg);
  position: relative;
  overflow: hidden;
  padding: 0;
}

.hero-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-block;
  background: rgba(157, 0, 255, 0.2);
  color: var(--light-purple);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 20px;
  border: 1px solid var(--primary-color);
  box-shadow: var(--neon-glow);
}

.tag-text {
  display: inline-block;
  animation: pulse-text 2s infinite;
}

@keyframes pulse-text {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.hero-title {
  margin-bottom: 20px;
  line-height: 1.2;
}

.title-line {
  display: block;
  margin-bottom: 10px;
}

.highlight {
  color: var(--primary-color);
  text-shadow: var(--neon-glow);
  position: relative;
}

.typewriter-container {
  height: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.typewriter-text {
  font-size: 1.2rem;
  color: var(--light-purple);
  display: inline-block;
}

.typewriter-cursor {
  display: inline-block;
  width: 3px;
  height: 24px;
  background-color: var(--primary-color);
  margin-left: 5px;
  animation: blink 0.7s infinite;
}

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

.hero-description {
  font-size: 1.2rem;
  color: var(--gray-text);
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  animation: float-y 2s infinite ease-in-out;
}

.scroll-text {
  font-size: 0.8rem;
  color: var(--gray-text);
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.scroll-arrow {
  animation: bounce 2s infinite;
}

@keyframes float-y {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Services Section */
.services {
  background-color: var(--dark-bg);
  position: relative;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.bg-line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  opacity: 0.2;
}

.line-1 {
  top: 20%;
}

.line-2 {
  top: 50%;
}

.line-3 {
  top: 80%;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.service-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--hover-shadow);
}

.service-card:hover .card-glow {
  opacity: 1;
}

.service-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(10, 10, 10, 0.8));
  z-index: 1;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  padding: 25px;
  position: relative;
  z-index: 2;
}

.service-content h3 {
  margin-bottom: 15px;
}

.service-content p {
  color: var(--gray-text);
  margin-bottom: 20px;
}

.service-link {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 500;
}

.service-link svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.service-link:hover svg {
  transform: translateX(5px);
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: var(--neon-glow);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

/* About Section */
.about {
  background-color: var(--darker-bg);
  position: relative;
}

.about-content {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.vision-mission {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.card-3d {
  position: relative;
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  height: 100%;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.card-content {
  position: relative;
  z-index: 2;
  transform: translateZ(20px);
  transition: transform 0.3s ease;
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(157, 0, 255, 0.1), rgba(0, 184, 255, 0.1));
  border-radius: 10px;
  z-index: 1;
  transform: translateZ(0);
  transition: all 0.3s ease;
}

.card-3d:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: var(--neon-glow);
}

.card-3d:hover .card-bg {
  opacity: 0.8;
  background: linear-gradient(135deg, rgba(157, 0, 255, 0.2), rgba(0, 184, 255, 0.2));
}

.card-title {
  text-align: center;
  margin-bottom: 20px;
}

.card-description {
  color: var(--gray-text);
}

.about-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.floating-shape {
  position: absolute;
  opacity: 0.1;
  animation: float 20s infinite ease-in-out;
}

.shape-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--primary-color);
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 173px solid var(--secondary-color);
  top: 60%;
  right: 10%;
  animation-delay: -5s;
}

.shape-square {
  width: 150px;
  height: 150px;
  background: var(--accent-color);
  top: 30%;
  right: 30%;
  transform: rotate(45deg);
  animation-delay: -10s;
}

/* Features Section */
.features {
  background-color: var(--darker-bg);
  position: relative;
}

.features .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.feature-item {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  border-left: 4px solid var(--accent-color);
  position: relative;
  overflow: hidden;
}

.feature-item:hover {
  transform: translateX(10px);
  box-shadow: var(--hover-shadow);
  background-color: var(--card-hover);
}

.feature-item h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.feature-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  color: var(--primary-color);
  opacity: 0.2;
  transition: var(--transition);
}

.feature-item:hover .feature-icon {
  transform: scale(1.2);
  opacity: 0.4;
}

.features-image {
  position: relative;
}

.image-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--hover-shadow);
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(157, 0, 255, 0.3), rgba(0, 184, 255, 0.3));
  z-index: 1;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: var(--neon-glow);
  z-index: 2;
  pointer-events: none;
}

.tech-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.tech-circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  box-shadow: var(--neon-glow);
  opacity: 0.5;
  animation: pulse 3s infinite ease-in-out;
}

.circle-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.circle-2 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  right: 20%;
  animation-delay: -1s;
}

.circle-3 {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -2s;
}

/* Team Section */
.team {
  background-color: var(--dark-bg);
  position: relative;
}

.team-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(157, 0, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
}

.team-member {
  text-align: center;
  background-color: rgba(46, 8, 84, 0.7);
  padding: 30px;
  border-radius: 20px;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: var(--neon-glow);
}

.member-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--card-bg);
  transition: var(--transition);
  position: relative;
}

.photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--gray-text);
}

/* Add styling for the team member images */
.member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.team-member:hover .member-img {
  transform: scale(1.05);
}

.member-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: var(--neon-glow);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-member:hover .member-glow {
  opacity: 1;
}

.team-member h3 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.member-title {
  color: var(--light-purple);
  margin-bottom: 10px;
  font-weight: 500;
}

.member-bio {
  font-size: 0.9rem;
  color: var(--gray-text);
  margin-bottom: 15px;
}

.member-social {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.social-icon:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: var(--neon-glow);
}

/* AI Agent Section */
.ai-agent {
  background-color: var(--darker-bg);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.ai-agent-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.ai-agent-image {
  position: relative;
}

.ai-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ai-agent-text {
  padding: 30px;
}

.ai-agent-text h2 {
  margin-bottom: 30px;
}

.ai-agent-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.circuit-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circuit-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  height: 1px;
  width: 100%;
  opacity: 0.2;
}

.cl-1 {
  top: 20%;
  animation: circuit-animate 10s infinite linear;
}
.cl-2 {
  top: 40%;
  animation: circuit-animate 15s infinite linear;
  animation-delay: -5s;
}
.cl-3 {
  top: 60%;
  animation: circuit-animate 12s infinite linear;
  animation-delay: -3s;
}
.cl-4 {
  top: 80%;
  animation: circuit-animate 8s infinite linear;
  animation-delay: -7s;
}
.cl-5 {
  top: 90%;
  animation: circuit-animate 20s infinite linear;
  animation-delay: -10s;
}

@keyframes circuit-animate {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

/* Contact Section */
.contact {
  background-color: var(--dark-bg);
  position: relative;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.contact-text h2 {
  margin-bottom: 20px;
}

.contact-form {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  position: relative;
  z-index: 1;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.required {
  color: var(--error-color);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(157, 0, 255, 0.3);
  border-radius: 5px;
  background-color: rgba(10, 10, 10, 0.5);
  color: var(--light-text);
  outline: none;
  transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px rgba(157, 0, 255, 0.2);
}

.input-glow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--purple-gradient);
  transition: width 0.3s ease;
}

.form-group input:focus ~ .input-glow,
.form-group textarea:focus ~ .input-glow {
  width: 100%;
}

.contact-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.contact-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-color), transparent 70%);
  opacity: 0.1;
  filter: blur(50px);
}

.cs-1 {
  width: 300px;
  height: 300px;
  top: 20%;
  left: 10%;
}

.cs-2 {
  width: 500px;
  height: 500px;
  bottom: 10%;
  right: 5%;
}

.cs-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Footer */
footer {
  background-color: var(--darker-bg);
  padding: 80px 0 20px;
  position: relative;
}

/* Add a horizontal bar above the footer */
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  opacity: 0.5;
}

.footer-waves {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.waves {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
}

.parallax > use {
  animation: wave-move 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes wave-move {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo span {
  margin-left: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 30px;
}

.footer-link {
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}

.footer-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--purple-gradient);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.footer-link:hover::after {
  transform: translateX(0);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 5px 15px rgba(138, 43, 226, 0.5);
}

.social-link:hover::before {
  left: 100%;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray-text);
}

.footer-bottom p {
  margin-bottom: 10px;
}

/* Chatbot */
.chatbot-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.chatbot-icon {
  width: 60px;
  height: 60px;
  background: var(--purple-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  position: relative;
}

.icon-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: var(--neon-glow);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.chatbot-icon:hover {
  transform: scale(1.1);
}

.chatbot-icon:hover .icon-glow {
  opacity: 1;
}

.chatbot-window {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 350px;
  height: 450px;
  background-color: var(--card-bg);
  border-radius: 10px;
  box-shadow: var(--hover-shadow);
  display: none;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(157, 0, 255, 0.3);
}

.chatbot-header {
  background: var(--purple-gradient);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h3 {
  margin: 0;
  color: white;
}

.close-btn {
  cursor: pointer;
  font-size: 1.2rem;
  color: white;
}

.chatbot-messages {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
}

.message {
  margin-bottom: 15px;
  display: flex;
}

.message.user {
  justify-content: flex-end;
}

.message-content {
  max-width: 80%;
  padding: 12px 15px;
  border-radius: 15px;
}

.message.bot .message-content {
  background-color: rgba(157, 0, 255, 0.2);
  border-bottom-left-radius: 0;
}

.message.user .message-content {
  background-color: rgba(0, 184, 255, 0.2);
  border-bottom-right-radius: 0;
}

.chatbot-input {
  padding: 15px;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chatbot-input input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--light-text);
  outline: none;
}

.chatbot-input button {
  background: var(--purple-gradient);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.chatbot-input button:hover {
  transform: scale(1.1);
  box-shadow: var(--neon-glow);
}

/* Animation Classes */
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-50px, 50px);
  }
  50% {
    transform: translate(50px, -30px);
  }
  75% {
    transform: translate(30px, 50px);
  }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .features .container,
  .ai-agent-content,
  .contact-content {
    grid-template-columns: 1fr;
  }

  .features-image,
  .ai-agent-image {
    margin-top: 30px;
    order: -1;
  }

  .hero-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  section {
    padding: 80px 0;
  }

  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.95);
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  nav.active {
    display: block;
  }

  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul li {
    margin: 10px 0;
    width: 100%;
  }

  .menu-toggle {
    display: block;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .footer-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  section {
    padding: 60px 0;
  }

  .hero {
    height: auto;
    padding: 120px 0 60px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .chatbot-window {
    width: 300px;
    height: 400px;
  }

  .chatbot-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

/* Add this new section for horizontal bars */
.horizontal-bar {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  margin: 0;
  opacity: 0.5;
}

/* Add this new section for content horizontal bars */
.content-bar {
  width: 100%;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.8), rgba(46, 8, 84, 0.8), rgba(10, 10, 10, 0.8));
  padding: 15px 0;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(157, 0, 255, 0.3);
  border-bottom: 1px solid rgba(157, 0, 255, 0.3);
  box-shadow: 0 0 15px rgba(157, 0, 255, 0.2);
}

.content-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(157, 0, 255, 0.2), transparent);
  animation: shine-bar 3s infinite linear;
}

@keyframes shine-bar {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.content-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.content-bar-text {
  color: var(--light-text);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(157, 0, 255, 0.8);
}

.content-bar-separator {
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(157, 0, 255, 0.8);
}

.content-bar-icon {
  color: var(--primary-color);
  font-size: 1.2rem;
  animation: pulse 2s infinite ease-in-out;
}

/* Responsive styles for content bar */
@media (max-width: 768px) {
  .content-bar {
    padding: 12px 0;
  }

  .content-bar-inner {
    flex-direction: column;
    gap: 10px;
  }

  .content-bar-separator {
    display: none;
  }
}

/* Mobile Menu Styling */
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-image {
  max-height: 40px;
  width: auto;
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }
  
  .main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .main-nav ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    flex-direction: column;
    padding: 1rem 0;
    z-index: 1000;
  }
  
  .main-nav ul.show {
    display: flex;
  }
  
  .main-nav li {
    padding: 0.75rem 1.5rem;
  }
  
  .dropdown-menu {
    position: static;
    display: none;
    box-shadow: none;
    border-left: 2px solid #6a11cb;
  }
  
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  
  .dropdown-menu.show {
    display: block;
  }
}
