@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --neon-green: #00ff00;
  --dark-green: #1a5c1a;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  overflow-x: hidden;
}

a:focus,
a:hover,
a:focus-visible {
  outline: none !important;
}

/* Navigation */
.navbar {
  padding: 1.5rem 0;
  border-bottom: 1px solid #00ff0063;
  background: rgba(0, 0, 0, 0.4);
}

.navbar-brand img {
  height: 40px;
}

.nav-link {
  color: #fff !important;
  margin: 0 1rem;
  font-weight: 500;
}

.btn-get-started {
  background-color: var(--neon-green);
  color: #000;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 5px;
}

.btn-get-started:hover {
  background-color: #00cc00;
  color: #000;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  background: url("../images/bg.jpeg") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding-bottom: 100px;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--dark-green) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--dark-green) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 2rem;
}

.hero-title .highlight {
  color: var(--neon-green);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  max-width: 700px;
}

.btn-learn-more {
  background-color: var(--neon-green);
  color: #000;
  padding: 1rem 2.5rem;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  margin-right: 1rem;
}
 .btn-learn-more:hover, .btn-learn-more:focus {
     background-color: var(--neon-green);
  color: #000;
 }
.btn-hire-us {
  background-color: transparent;
  color: var(--neon-green);
  padding: 1rem 2.5rem;
  font-weight: bold;
  border: 2px solid var(--neon-green);
  border-radius: 5px;
}

.btn-hire-us:hover {
  background-color: var(--neon-green);
  color: #000;
}

.sparkle-icon {
  position: absolute;
  right: 15%;
  top: 60%;
  color: var(--neon-green);
  font-size: 4rem;
}

/* Services Section */

.services-section {
  padding: 6rem 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -219px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
      circle at center,
      transparent 48%,
      rgba(0, 255, 0, 0.28) 48%,
      rgba(0, 255, 0, 0.28) 49%,
      transparent 49%
    ),
    radial-gradient(
      circle at center,
      transparent 58%,
      rgba(0, 128, 0, 0.2) 58%,
      rgba(0, 128, 0, 0.2) 59%,
      transparent 59%
    ),
    radial-gradient(
      circle at center,
      transparent 68%,
      rgba(0, 255, 0, 0.14) 68%,
      rgba(0, 255, 0, 0.14) 69%,
      transparent 69%
    ),
    radial-gradient(
      circle at center,
      rgba(0, 170, 0, 0.38) 0%,
      rgba(0, 170, 0, 0.18) 43%,
      transparent 48%
    );
  border-radius: 50%;
  z-index: 0;
  display: none;
}

.services-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 820px;
  height: 820px;
  background: radial-gradient(
      circle at center,
      transparent 52%,
      rgba(0, 255, 0, 0.25) 52%,
      rgba(0, 255, 0, 0.25) 53%,
      transparent 53%
    ),
    radial-gradient(
      circle at center,
      transparent 62%,
      rgba(0, 128, 0, 0.18) 62%,
      rgba(0, 128, 0, 0.18) 63%,
      transparent 63%
    ),
    radial-gradient(
      circle at center,
      transparent 72%,
      rgba(0, 255, 0, 0.12) 72%,
      rgba(0, 255, 0, 0.12) 73%,
      transparent 73%
    ),
    radial-gradient(
      circle at center,
      rgba(0, 160, 0, 0.35) 0%,
      rgba(0, 160, 0, 0.16) 47%,
      transparent 52%
    );
  border-radius: 50%;
  z-index: 0;
}
.services-section .container {
  position: relative;
  z-index: 1;
}
.pt-12 {
  padding-top: 12rem;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.section-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  margin-bottom: 4rem;
}

.service-card {
  background-color: #171717;
  border: 1px solid #00ff003b;
  border-radius: 15px;
  padding: 2rem;
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
}

.service-card:hover {
  border-color: var(--neon-green);
  transform: translateY(-5px);
}

.service-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.service-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

/* Results Section */
.results-section {
  padding: 6rem 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.results-section::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -219px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
      circle at center,
      transparent 48%,
      rgba(0, 255, 0, 0.28) 48%,
      rgba(0, 255, 0, 0.28) 49%,
      transparent 49%
    ),
    radial-gradient(
      circle at center,
      transparent 58%,
      rgba(0, 128, 0, 0.2) 58%,
      rgba(0, 128, 0, 0.2) 59%,
      transparent 59%
    ),
    radial-gradient(
      circle at center,
      transparent 68%,
      rgba(0, 255, 0, 0.14) 68%,
      rgba(0, 255, 0, 0.14) 69%,
      transparent 69%
    ),
    radial-gradient(
      circle at center,
      rgba(0, 170, 0, 0.38) 0%,
      rgba(0, 170, 0, 0.18) 43%,
      transparent 48%
    );
  border-radius: 50%;
  z-index: 0;
}
.results-section .container {
  position: relative;
  z-index: 1;
}
.results-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}

.stat-card {
  background-color: #171717;
  border: 1px solid #00ff003b;
  border-radius: 15px;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  /* margin-bottom: 2rem; */
}

.stat-number {
  font-size: 4rem;
  font-weight: 700;
  color: var(--neon-green);
}

.stat-label {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

/* CTA Section */
.cta-section {
  padding: 6rem 0;
  background-color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 820px;
  height: 820px;
  background: radial-gradient(
      circle at center,
      transparent 52%,
      rgba(0, 255, 0, 0.25) 52%,
      rgba(0, 255, 0, 0.25) 53%,
      transparent 53%
    ),
    radial-gradient(
      circle at center,
      transparent 62%,
      rgba(0, 128, 0, 0.18) 62%,
      rgba(0, 128, 0, 0.18) 63%,
      transparent 63%
    ),
    radial-gradient(
      circle at center,
      transparent 72%,
      rgba(0, 255, 0, 0.12) 72%,
      rgba(0, 255, 0, 0.12) 73%,
      transparent 73%
    ),
    radial-gradient(
      circle at center,
      rgba(0, 160, 0, 0.35) 0%,
      rgba(0, 160, 0, 0.16) 47%,
      transparent 52%
    );
  border-radius: 50%;
  z-index: 0;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
}

.btn-book-consultation {
  background-color: var(--neon-green);
  color: #000;
  padding: 1.25rem 3rem;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  border-radius: 5px;
}

.btn-book-consultation:hover {
  background-color: #00cc00;
}

.copyright-section {
  padding: 6rem 0 1rem;
  background-color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
    line-height: normal;
  }

  .section-title,
  .results-title,
  .cta-title {
    font-size: 2.5rem;
  }

  .stat-number {
    font-size: 3rem;
  }
  .btn-learn-more {
    margin-right: 0;
  }
  .services-section::before { 
    display: block;
  }
  .cta-section, .results-section, .services-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cta-section::after, .results-section::before, .services-section::after, .services-section::before  {
    width: 500px;
    height: 500px;
}
.copyright-section {
    padding: 1rem 0;
}
.copyright-section p {
    margin: 0;
}
.hero-section {
            padding-left: 30px;
        padding-right: 30px;
}
.navbar {
    background: #000;
}
}

@media (max-width: 460px) {
.hero-section {
    background-size: cover;
}
}

@media (min-width: 1200px) {
  .mw-80 {
    max-width: 80%;
  }
}
