/* ---------- BASE ---------- */
body {
  margin: 0;
  padding: 0;
  background: #0b0b0d;
  /*#000*/
  color: #fff;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

/* ---------- NAVBAR ---------- */

.navbar {
  background: rgba(0, 0, 0, 0.85);
  height: 60px;
}

.navbar-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;

}

.navbar-brand img {
  height: 60px;
  /* increase logo height */
  width: 70px;
  margin-top: -8px;
  /* shift up */
  margin-bottom: -8px;
  /* shift down */
  padding-left: 0px;
}

.active {
  border: 2px solid #00ff7f;
  border-radius: 20px;
}

#quotes .carousel-item.active {
  background: #0b0b0d !important;
  /* your page background color */
}

/* Animated IgniteWell text */
.brand-text {
  background: linear-gradient(90deg, #00ff7f, #fff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite alternate;
}

@keyframes shine {
  0% {
    letter-spacing: 1px;
    opacity: 0.7;
  }

  100% {
    letter-spacing: 3px;
    opacity: 1;
  }
}

.nav-link {
  color: #fff !important;
  margin-left: 15px;
  font-weight: 600;
  transition: color 0.3s;
  font-size: 15px;
}

.nav-link:hover {
  color: #00ff7f !important;
}

/* ---------- HERO SLIDER ---------- */
header {
  position: relative;
  height: 100vh;
}

.slider-img {
  height: 100vh;
  object-fit: cover;
  filter: brightness(70%);
  transform: scale(1.05);
  transition: transform 6s ease-in-out;
}

.carousel-item.active .slider-img {
  transform: scale(1);
}

.carousel-caption {
  animation: fadeUp 1.5s ease forwards;
}

.carousel-item.active {
  border: none !important;
}

.slide-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  background: #00ff7f;
  /* linear-gradient(90deg,#00ff7f,#00c3ff)*/
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: slideIn 1.5s ease;

}

.btn {
  background-color: #00ff7f;
}

.btn-join,
.carousel-caption a.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #00ff7f, #00ff7f);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}


.slide-sub {
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 20px;
  animation: fadeIn 2s ease;
}

/* Keyframes */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.intro-section {
  padding: 60px 0;
  background: #0b0b0d;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 40px;
}

/* Make both columns equal height */
.intro-section .row {
  display: flex;
  align-items: stretch;
  /* stretch children to same height */

}


.intro-text h2 {
  font-size: 2.3rem;
  font-weight: bold;
  color: #00ff7f;
  margin-block-start: 0px;
  margin-block-end: 0px;
  text-align: left;
}

.p2 {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-top: 20px;
  color: #ddd;
  text-align: left;
}

.features-list {
  margin-top: 30px;
}

.features-list li {
  font-size: 1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  transition: transform 0.3s, color 0.3s;
}

.features-list li:hover {
  transform: translateX(10px);
  color: #00ff7f;
}

.features-list i {
  color: #00ff7f;
  margin-right: 12px;
  font-size: 20px;
  text-shadow: 0 0 8px #00ff7f;
}

.intro-image img {
  width: 90%;
  height: 100%;
  /* takes full height of its column */
  object-fit: cover;
  /* crop instead of squish */
  border-radius: 18px;
  box-shadow: 0 0 25px rgba(0, 255, 127, 0.7);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-left: 18px;
}

.intro-image img:hover {
  box-shadow: 0 0 10px rgba(0, 255, 127, 0.9);
}

/* Gradient background */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0d;
  background-size: 800% 800%;
  z-index: -1;
  animation: gradientBG 20s ease infinite;
}

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

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.why-choose {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

h2 {
  font-size: 2rem;
  /*Reduced font size*/
  margin-bottom: 18px;
}

.span1 {
  color: #00ff7f;
}

.p1 {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  color: #ccc;
  font-family: sans-serif;
}

.services {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.service {
  text-align: center;
  max-width: 200px;
  transition: transform 0.4s ease;
  margin-top: 50px;
}

.service i {
  font-size: 45px;
  /*Medium  size*/
  color: #00ff7f;
  margin-bottom: 12px;
  transition: transform 0.4s, color 0.4s, text-shadow 0.4s;
}

.service h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #fff;
  text-shadow: 0 0 5px #00ff7f;
}

.p1 {
  font-size: 0.95rem;
  color: #aaa;
  line-height: 1.5;
}


.service:hover i {
  transform: scale(1.2) rotate(8deg);
  color: #00ffaa;
  text-shadow: 0 0 15px #00ffaa, 0 0 25px #00ff7f;
}

.service:hover h4 {
  text-shadow: 0 0 12px #00ffaa, 0 0 20px #00ff7f;
}

.service:hover p {
  color: #fff;
}


.start-btn {
  display: inline-block;
  margin-top: 35px;
  padding: 16px 38px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: linear-gradient(90deg, #00ff7f, #00ffaa);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.start-btn:hover {
  box-shadow: 0 0 10px #00ffaa, 0 0 10px #00ff7f;
}

.service {
  animation: float 3s ease-in-out infinite;
}

.service:nth-child(2) {
  animation-delay: 0.2s;
}

.service:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}


@media(max-width: 800px) {
  .services {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}

/* Transparent Feature Cards */
.feature-card {
  background-color: rgba(0, 0, 0, 0.3);
  /* semi-transparent */
  border: 2px solid #00ff7f;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  /* glass effect */
  transition: transform 0.1s, box-shadow 0.1s, background-color 0.1s;
  cursor: pointer;
  color: #ffffff;
  padding: 2rem;
  width: 300px;
  padding-left: 10px;

}

.row1 {
  column-gap: 35px;
}

.col {
  flex: 0 0 auto;
  width: 300px;
}

.feature-card i {
  color: #00ff7f;
  font-size: 3rem;
}

.feature-card h5 {
  color: #ffffff;
}

.feature-card p {
  color: #cccccc;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #00ff7f;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Button */
.start-btn {
  background: #00ff7f;
  color: black;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

.start-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #00ff7f;
}

/* ---------- BUTTONS ---------- */
.btn-join,
.carousel-caption a.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #00ff7f, #00c3ff);
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-join:hover,
.carousel-caption a.btn:hover {
  background: linear-gradient(90deg, #00c3ff, #00ff7f);
  color: #111;
  transform: scale(1.05);
}

.btn-join::after,
.carousel-caption a.btn::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.3);
  top: -50%;
  left: -50%;
  transform: rotate(45deg);
  transition: 0.6s;
}

.btn-join:hover::after,
.carousel-caption a.btn:hover::after {
  left: 120%;
}

.col-md-3 {
  width: 220px;
  margin-left: 47px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* tighter spacing */
  flex-wrap: wrap;
}

.stats-section {
  padding: 20px;
}

.stat-box {
  text-align: center;
  width: 200px;
  ;
  /* smaller width */
  padding: 18px 12px;
  /* reduced padding → less height */
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.2);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.stat-box:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 0 25px rgba(0, 255, 127, 0.6);
}

.stat-box i {
  font-size: 32px;
  /* smaller icon */
  color: #00ff7f;
  margin-bottom: 8px;
  display: inline-block;
  animation: float 3s infinite ease-in-out;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.stat-box h3 {
  font-size: 22px;
  /* smaller numbers */
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
  text-shadow: 0 0 8px #00ff7f;
}

.stat-box p {
  font-size: 13px;
  /* smaller text */
  color: #bbb;
}

/* Neon rotating border */
.stat-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(#00ff7f 20deg, transparent 120deg);  /*it spins colors around a center point*/
  animation: rotate 6s linear infinite;
}

.stat-box::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #0b0b0d;
  border-radius: 10px;
  z-index: 1;
}

.stat-box * {
  position: relative;
  z-index: 2;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* ---------- SERVICE CARDS ---------- */
.services-arc {
  padding: 10px 30px;
  margin-bottom: 40px;
  text-align: center;

}

.services-arc h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00ff7f;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
}


/* Container using Flexbox */
.arc-flex {
  display: flex;
  flex-wrap: wrap;
  /* Allows cards to move to next row if needed */
  justify-content: center;
  /* Centers the cards horizontally */
  gap: 30px 50px;
  /* 30px vertical gap, 50px horizontal gap  */
  max-width: 1000px;
  /* Keep the max width*/
  margin: auto;
  /* Center the flex container */
}

/* Individual cards (same styling as before) */
.arc {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #00ff7f;
  border-radius: 50px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.2);
  transition: all 0.4s ease;
  text-align: left;
  flex: 1 1 450px;
  /* Minimum width of card and allow it to grow */
  max-width: 450px;
  /* Optional: prevent cards from getting too wide */
}

.arc:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.7);
}

.arc i {
  font-size: 2rem;
  color: #00ff7f;
  background: rgba(0, 255, 127, 0.1);
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.4);
  width: 80px;
  text-align: center;
  border: 2px solid #fff;
}

.arc-content h5 {
  font-size: 1.2rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.arc-content p {
  font-size: 0.9rem;
  color: #bbb;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .arc-grid {
    grid-template-columns: 1fr;
  }
}

/* Section Layout */
.video-split-section {
  padding-bottom: 30px;

}

.video-split {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
  min-height: 350px;
}

.video-left,
.content-right {
  flex: 1;
}

.video-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}

/* Left: Video */
.video-left {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 390px;
  border: 2px solid #00ff7f;
  border-radius: 8px;
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Right: Content */
.content-right {
  flex: 1;
  padding: 0px 40px;
  text-align: left;
  background: linear-gradient(135deg, rgba(0, 0, 0, 1), rgba(0, 255, 127, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 640px;
  height: 400px;
}

.content-right h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px;
  background: linear-gradient(90deg, #00ff7f, #ffffff, #00ff7f);
  background-size: 200% auto;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s linear infinite;
  margin-block-start: 0px;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

/* Timeline */
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  gap: 18px;
}

.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00ff7f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.step:hover .step-icon {
  transform: scale(1.2) rotate(10deg);
}

.step-content h4 {
  margin: 0;
  font-size: 15.7px;
  font-weight: 600;
  color: #fff;
}

.step-content p {
  margin: 5px 0 0;
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 5px;
}

/* CTA Button */
.btn-glow {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  background: #00ff7f;
  color: #111;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  width: 180px;
  text-align: center;
  animation: bounceBtn 2s infinite;
}

.btn-glow:hover {
  background: #fff;
  color: #111;
}

@keyframes bounceBtn {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .video-split {
    flex-direction: column;
  }

  .content-right {
    text-align: center;
  }

  .timeline {
    text-align: left;
    display: inline-block;
  }
}

/* ---------- TRAINER CARDS ---------- */
.trainers {
  padding: 10px 0;
  background: #0b0b0d;
  margin-bottom: 30px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #00ff7f;
  text-align: center;
  padding-top: 20px;
}

.trainer-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.trainer-track {
  display: flex;
  gap: 20px;
  animation: scroll 25s linear infinite;
  width: max-content;
  margin-top: 20px;
  margin-bottom: 20px;
}

.trainer-track:hover {
  animation-play-state: paused;
  /* pause on hover */
}

.trainer-frame {
  flex: 0 0 auto;
  width: 250px;
  background: #0b0b0d;
  border: 2px solid #00ff7f;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.trainer-frame:hover {
  transform: scale(1.07);
  box-shadow: 0 0 10px #00ff7f;
}

.trainer-frame img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.trainer-frame h4 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #00ff7f;
}

.trainer-frame p {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-icons i {
  font-size: 18px;
  border: 1px solid #00ff7f;
  border-radius: 50%;
  padding: 6px;
  transition: 0.3s;
  width: 40px;
}

.bi-facebook {
  color: #1877F2;
  font-size: 22px;
}

.bi-instagram {
  color: magenta;
}

.bi-twitter {
  color: #fff;
}

.social-icons i:hover {
  background: #00ff7f;
  color: #000;
  box-shadow: 0 0 12px #00ff7f;
}

/* continuous scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ---------- TESTIMONIALS ---------- */

section {
  padding: 40px 0;
  text-align: center;
  padding-bottom: 60px;
}

.testimonial-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ✅ keeps them closer */
  /* ✅ controls distance */
}

/* Left Content */
.testimonial-content {
  flex: 1;
  text-align: left;
  margin-left: 80px;
}

.testimonial-content h4 {
  color: #00ff7f;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-content h2 {
  font-size: 38px;
  font-weight: bold;
  margin: 0;
}

.testimonial-content h2 span {
  color: #00ff7f;
}

.testimonial-content p {
  margin-top: 20px;
  font-size: 16px;
  opacity: 0.8;
  max-width: 500px;
  line-height: 1.6;
}

.testimonial-author {
  margin-top: 15px;
  font-size: 14px;
  color: #00ff7f;
  font-weight: bold;
}

/* Right Image with Overlay */
.testimonial-img {
  flex: 0.7;
  position: relative;
  max-width: 300px;
  height: 300px;
  margin-right: 110px;
  box-shadow: 0px 0px 10px #00ff7f;
  border-radius: 10px;
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  border: 2px solid #00ff7f;
}

/* Slider Navigation */
.controls {
  margin-top: 20px;
  text-align: center;
}

.controls button {
  background: none;
  border: 2px solid #00ff7f;
  color: #00ff7f;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  margin: 0 10px;
}

.controls button:hover {
  background: #00ff7f;
  color: #0b0b0d;
}

/* ---------- FORM & INPUT ---------- */
input:focus,
textarea:focus {
  transform: scale(1.02);
  box-shadow: 0 3px 10px rgba(0, 255, 127, 0.5);
  border-color: #00ff7f;
}

button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 255, 127, 0.6);
}

/* ---------- FOOTER ---------- */
.footer {
  background: #111;
  color: #fff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer h3 {
  color: #00ff7f;
  margin-bottom: 15px;
}

.footer p,
.footer ul li {
  color: #ccc;
  font-size: 0.9rem;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

.footer a:hover {
  color: #00ff7f;
  transform: scale(1.1);
}

.footer-social a {
  margin-right: 10px;
  font-size: 1.2rem;
}

.bi-envelope-fill {
  padding-right: 6px;
}

.footer-newsletter form {
  max-width: 300px;
  /* reduces width */
  margin: 10px auto;
  /* centers form */
  display: flex;
}

.footer-newsletter input {
  flex: 1;
  padding: 8px 10px;
  border-radius: 30px 0 0 30px;
  border: 1px solid #00ff7f;
  background: #111;
  color: #fff;
  outline: none;
  width: 100px;
  height: 35px;
}

.footer-newsletter button {
  padding: 8px 15px;
  padding-left: 4px;
  border-radius: 0 30px 30px 0;
  border: none;
  background: #00ff7f;
  color: #000;
  cursor: pointer;
  transition: transform 0.3s;
  width: 80px;
  height: 35px;
  font-size: 15px;
  font-weight: 600;
}

.footer-newsletter input::placeholder {
  color: white;
  /* muted secondary */
  font-size: 0.9rem;
}

.footer-newsletter button:hover {
  transform: scale(1.05);
}

.back-color1 {
  color: #1877F2;
  font-size: 22px;

}

.back-color2 {
  color: rgb(160, 15, 78);

}

.back-color3 {
  color: white;

}

/* Animated Background Circles */
.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 255, 127, 0.1);
}

.circle1 {
  top: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  animation: floatCircle 6s ease-in-out infinite;
}

.circle2 {
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  animation: floatCircle 8s ease-in-out infinite alternate;
}

@keyframes floatCircle {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(45deg);
  }
}