.hero-section {
  height: 92vh !important;
  background: #0f172a;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}

.animated-bg {
  z-index: -1 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 0% 0%, #4659e8 0%, transparent 50%), radial-gradient(circle at 100% 100%, #46e8dd 0%, transparent 50%);
  opacity: 0.15;
  filter: blur(100px);
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Hero Section */
.hero-section {
  height: 92vh !important;
  background: #0f172a;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Hero Title */
.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  transform: translate3d(0, 0, 0); /* Optimize performance */
}

/* Hero Image */
.hero-image-wrapper {
  position: relative;
  perspective: 1000px;
  z-index: 1 !important;
}

.hero-image {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-out;
  overflow: hidden;
}

.hero-image .image-container {
  position: relative;
  transition: transform 0.6s ease-out;
}

.hero-image:hover .image-container {
  transform: scale(1.05); /* Slight zoom on hover */
}

.badge-pill {
  display: inline-flex;
  margin-bottom: 2rem;
}
.badge-pill .badge-pill-content {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
}
.badge-pill .badge-pill-content i {
  color: #00539c;
}
.badge-pill .badge-pill-content span {
  color: white;
  font-weight: 500;
}
.badge-pill .badge-pill-content .badge-pill-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
  animation: shine 3s infinite;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero-title .gradient-wrapper {
  position: relative;
  display: inline-block;
}
.hero-title .gradient-wrapper .gradient-text {
  background: linear-gradient(135deg, #4659e8, #46e8dd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Ensures compatibility */
  position: relative;
  z-index: 1;
}
.hero-title .gradient-wrapper .gradient-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 30%;
  background: linear-gradient(135deg, #4659e8, #46e8dd);
  opacity: 0.3;
  filter: blur(10px);
}

.hero-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.cta-group {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.btn-glow {
  position: relative;
  animation: downArrowMove 1.5s infinite ease-in-out;
}

.btn-play {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
  z-index: 3;
}
.btn-play .btn-play-circle {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.btn-play .btn-play-circle i {
  color: #fff;
  font-size: 1.2rem;
}
.btn-play:hover .btn-play-circle {
  transform: scale(1.1);
}

.stats-cards {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s;
}
.stat-card:hover {
  transform: translateY(-5px);
}
.stat-card .stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.5rem;
}
.stat-card .stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.hero-image-wrapper {
  position: relative;
  perspective: 1000px;
}

.hero-image {
  position: relative;
  transform-style: preserve-3d;
}
.hero-image .image-container {
  position: relative;
  box-shadow: none !important;
}
.hero-image .image-container .main-image {
  width: 100%;
  border-radius: 24px;
  transform: rotateY(-5deg) rotateX(5deg);
  transition: transform 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  height: 85vh !important;
  margin: 0 auto;
  border-radius: 0;
  object-fit: contain;
  padding: 48px 0;
  animation: upDown 4s ease-in-out infinite;
}
.hero-image .image-container:hover .main-image {
  transform: rotateY(0) rotateX(0);
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downArrowMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 991.98px) {
  .hero-section .container .hero-content {
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    align-items: center;
    justify-content: center !important;
    text-align: center;
  }
  .hero-section .container .hero-content .btn-play {
    display: none;
  }
  .hero-section img {
    display: none !important;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-image-wrapper {
    margin-top: 4rem;
  }
  .stats-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .float-card {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .cta-group {
    flex-direction: column;
    gap: 1rem;
  }
  .stats-cards {
    gap: 1rem;
  }
  .stat-card {
    width: calc(50% - 0.5rem);
  }
}
.hero-title,
.hero-description,
.cta-group,
.hero-image {
  transition: all 0.5s ease-out;
}

/* Optional for even smoother interactions when hovering over buttons or images */
.cta-group .btn,
.hero-image-wrapper:hover .hero-image {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}/*# sourceMappingURL=hero-main.css.map */