*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
}

body{
    background-color: #f6f6f6;
}

section{
    padding: 4.5rem 0 1.5rem;
}
.logo-image{
    max-height: 45px;
    width: auto;
}

header{
    position: fixed;
    background-color: #21242c;
    width: 100%;
    height:70px;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 11px rgb(14 55 54 / 15%);
    padding: 20px 100px;
    transition: 0.5s;
}
/*
.profile{
     display: flex;
     align-items: center;
     column-gap: 0.5rem;
     cursor: pointer;
}
.profile-img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.profile-span{
    font-size: 13px;
    font-weight: 500;
    color: white;
     
}
.my-icon{
    color: white;
}
  */
.navbar{
    display: flex;
    column-gap: 2rem;
} 
.navbar a{
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    color: white
}
.navbar a:hover, .navbar .home-active{
    background-color: green;
    border-radius: 5rem;
    color: white;
    transition: background 0.5s;

}


#menu-icon{
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
    display: none;
}

/*HEADER ENDS HERE*/
.container{
    background-color: white;
    position: relative;
    width: 100%;
    align-items: center;
    min-height: 640px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: 70px;
    
}
.btn:hover {
    background-color: #21242c;
}
.why-100genius-container{
    display: flex;
    justify-content: space-between;
    background-color: white;
    line-height: 2.0;
}
.baby{
    height: 300px;
    width: 500px;
    border-radius: 10px;
    margin-top: 30px;
}
.secondbox{
    font-size: 10px;
    padding-top: 100px;
}

.about-us{
    text-align: center;
    font-size: 12px;
    color: #21242c;
    line-height: 2.0;;
}
.aboutus-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,auto));
    gap: 1rem;

}
.aboutus-container .box{
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    background-color: white;
    line-height: 2.5;
    

}
.aboutus-container .box2{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    background-color: white;
    line-height: 2.5;

}
.aboutus-container .box3{
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    background-color: white;
    line-height: 2.5;

}
.aboutus-container .mission{
  font-size: 20px;
}
.container h2{
   padding-top: 40px;
}
.container p{
    line-height: 2.0;
}
.our-service{
    background-color: white;
    padding-left: 100px;
    box-shadow: 0px 15px 15px;
}
.section23{
    background-color: #21242c;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
}
.genius{
    padding-left: 380px;
    line-height: 1.2;
    font-size: 25px;
    color: green;
}
.one-graph{
    padding-left: 350px;
    line-height: 2;
}
.two-graph{
    padding-left: 330px;
    line-height: 2;
}
.three-graph{
    padding-left: 350px;
    line-height: 2;
}
.four-graph{
    padding-left: 300px;
    line-height: 2;
}
.five-graph{
    padding-left: 350px;
    line-height: 5;
    color: green;
}
.section4-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 20px;
    margin-left: 60px;
    justify-content: space-around;
}
.firstimage{
    width: 500px;
    box-shadow: 0px 15px 15px;
    height: 450px;
    border-radius: 10px;
}
.secondimage{
    width: 500px;
    border-radius: 10px;
    height: 450px;

}

.vertical-line {
    width: 1px; /* Line thickness */
    height: 600px; /* Height of the vertical line */
    background-color: #333; /* Line color */
}
.Get-started{
    font-size: 20px;
    font-weight: 700;
    color: white;
    background-color: #21242c;
    padding: 2px;
    border-radius: 10px;
}
.join-us{
    line-height: 1.5;
    color: green;
}
.will{
    line-height: 1.5;
}
.learn-more{
    font-size: 20px;
    font-weight: 700;
    color: white;
    background-color: #21242c;
    padding: 2px;
    border-radius: 10px;
}
.interested{
    line-height: 1.5;
    color: green;
}
.will2{
    line-height: 1.5;
}

.section5-container{
    justify-items: center;
}
.our-teamh1{
    font-size: 20px;
    color: #21242c;
    
}
.our-team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1rem;
}

.team-member {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.team-info {
  padding: 1rem;
}

.team-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #21242c;
  margin-bottom: 5px;
}

.team-title {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.linkedin-link {
  font-size: 24px;
  color: #0077b5;
  text-decoration: none;
}

.linkedin-link:hover {
  color: #005582;
}

.sweet{
    display: none !important; 
}
.yoo{
    left: 80px;
}

.team-name {
  display: block;
  font-size: 20px;
  color: #21242c;
  line-height: 3.5;
}

.team-title {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

.linkedin-link {
  font-size: 20px;
  color: #0077b5; /* LinkedIn blue */
  text-decoration: none;
  line-height: 3.2;
}

.linkedin-link:hover {
  color: #005582;
}

/*the reveal editing*/

.reveal {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease;
  }
  .reveal.show {
    opacity: 1;
    transform: translateY(0);
  }
  /*media query*/

@media (max-width: 768px) {
    header {
      padding: 20px;
      flex-wrap: wrap;
    }
    .profile-img{
        display: none;
    }
    
    i.fa-caret-down.my-icon {
        display: none !important;
    }
    .profile-span{
        display: none;
    }
    .logo-image{
      padding-bottom: 15px;
    }
  
    #menu-icon {
      display: block;
      color: white;
      font-size: 24px;
      cursor: pointer;
      z-index: 1001;
    }
  
    .navbar {
      flex-direction: column;
      position: absolute;
      top: 70px;
      right: -100%;
      width: 100%;
      background-color: #333;
      transition: right 0.3s ease-in-out;
      text-align: center;
      z-index: 1000;
    }
  
    .navbar.active {
      right: 0;
    }
  
    .navbar li {
      margin: 1rem 0;
    }
  
    .container {
      flex-direction: column;
      padding: 2rem 1rem;
      text-align: center;
    }
  
    .btn {
      margin: 1rem auto;
      display: inline-flex;
    }
  
    .why-100genius-container {
      flex-direction: column;
      align-items: center;
      padding: 1rem;
    }
  
    .baby {
      width: 90%;
      height: auto;
    }
  
    .secondbox,
    .secondbox2 {
      text-align: center;
      padding: 1rem;
    }
  
    .about-us {
      text-align: center;
      padding: 1rem;
    }
  
    .aboutus-container {
      grid-template-columns: 1fr;
      gap: 1rem;
      padding: 0 1rem;
    }
    .aboutus-container .box{
      margin-left: 10px;
  }
  
    .genius {
      padding: 0;
      font-size: 2rem;
      text-align: center;
    }
  
    .section23 h4 {
      padding: 0 1rem;
      font-size: 1rem;
      line-height: 1.5;
      text-align: center;
    }
  
    .section4-container {
      flex-direction: column;
      align-items: center;
      margin: 1rem;
    }
  
    .firstimage,
    .secondimage {
      width: 90%;
      height: auto;
      margin: 1rem 0;
    }
  
    .vertical-line {
      display: none;
    }
  
    .our-team {
      flex-direction: column;
      align-items: center;
    }
  .our-team {
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    width: 90%;
  }
}

/*the footer*/
  
footer {
  background-color: #21242c;
  color: white;
  padding: 3rem 2rem;
  min-height:350px;
  line-height:4.0;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 100px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  width: 100px;
  margin-bottom: 1rem;
}

.footer-about p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
}

.footer-links h3,
.footer-contact h3,
.footer-social h3 {
  margin-bottom: 1rem;
  font-size: 18px;
  color: #fff;
}

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

.footer-links li {
  margin-bottom: 0.5rem;
}

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

.footer-links a:hover {
  color: green;
}

.footer-contact p {
  font-size: 14px;
  color: #ccc;
  margin: 0.5rem 0;
}

.footer-contact i {
  color: green;
  margin-right: 8px;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons a {
  color: #ccc;
  font-size: 20px;
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
  color: green;
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
}

.footer-bottom hr {
  border: none;
  height: 1px;
  background-color: #444;
  margin-bottom: 1rem;
}

.footer-bottom p {
  color: #aaa;
  font-size: 14px;
}
/* === Enhanced Footer Styling === */

/* Fade-in animation on load */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply the animation */
.footer {
  animation: fadeInUp 0.9s ease-out;
}

/* Accent underline for section titles */
.footer-links h3,
.footer-contact h3,
.footer-social h3 {
  position: relative;
  display: inline-block;
}

.footer-links h3::after,
.footer-contact h3::after,
.footer-social h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 35%;
  height: 2px;
  background-color: green;
  border-radius: 4px;
}

/* Social icon glow + hover effect */
.social-icons a {
  position: relative;
  color: #ccc;
  font-size: 22px;
  transition: all 0.3s ease;
}

.social-icons a::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: radial-gradient(rgba(0, 255, 0, 0.2), transparent 70%);
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  color: #00ff6a;
  transform: scale(1.2);
}

.social-icons a:hover::before {
  opacity: 1;
}

/* Smooth link hover underline animation */
.footer-links a {
  position: relative;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: green;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #00ff6a;
}

.footer-links a:hover::after {
  width: 100%;
}


@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}



 /* Enroll Button form styling*/
    .enroll-button {
      background-color: green;
      color: white;
      padding: 12px 24px;
      font-size: 18px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      display: block;
      margin: 0 auto;
      margin-top: 50px;
    }

    .enroll-button:hover {
      background-color: darkgreen;
    }

    /* Enroll Form Container */
    .enroll-form-container {
      display: none;
      margin-top: 30px;
      background-color: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 600px;
      margin: auto;
    }

    label {
      font-weight: bold;
      margin-bottom: 5px;
    }

    input, select, textarea {
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }

    textarea {
      resize: vertical;
      min-height: 100px;
    }

    button[type="submit"] {
      background-color: green;
      color: white;
      padding: 12px;
      border: none;
      font-size: 18px;
      border-radius: 5px;
      cursor: pointer;
    }

    button[type="submit"]:hover {
      background-color: darkgreen;
    }

    /* ===== HERO LANDING PAGE ===== */
.hero {
    padding: 120px 5%;
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #21242c;
    color: white;
    gap: 2rem;
    flex-wrap: wrap;
    min-height: 90vh;
}

/* LEFT CONTENT */
.hero-content {
    max-width: 550px;
    animation: fadeSlide 1.5s ease forwards;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.hero-title span {
    color: green;
    text-shadow: 0px 0px 8px rgba(0, 255, 0, .7);
}

.hero-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* BUTTONS */
.hero-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.hero-btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    transition: 0.3s ease;
}

.hero-btn.primary {
    background: green;
    color: white;
}

.hero-btn.primary:hover {
    background: #00b300;
    transform: translateY(-3px);
}

.hero-btn.secondary {
    border: 2px solid green;
    color: green;
}

.hero-btn.secondary:hover {
    background: green;
    color: white;
}

/* RIGHT IMAGE */
.hero-image img {
    width: 480px;
    border-radius: 12px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    animation: float 3s infinite ease-in-out;
}

/* === Animations === */
@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    .hero {
        text-align: center;
        flex-direction: column;
    }

    .hero-image img {
        width: 90%;
        margin-top: 2rem;
    }

    .hero-content {
        max-width: 100%;
    }

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


/* ============================
   CUSTOM LOGO PRELOADER
=============================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21242c; /* matches your theme */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.loader-container {
    position: relative;
    width: 160px;
    height: 160px;
    animation: fadeIn 1s ease;
}

/* Rotating glowing ring */
.logo-ring {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: green;
    border-right-color: green;
    animation: spin 1.7s linear infinite;
    box-shadow: 0px 0px 20px rgba(0,255,0,0.6);
}

/* Logo zoom animation */
.preloader-logo {
    width: 100px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    animation: pulseLogo 1.8s infinite ease-in-out;
}

/* --- Animations --- */
@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes pulseLogo {
    0% { transform: translate(-50%, -50%) scale(0.8); }
    50% { transform: translate(-50%, -50%) scale(1); }
    100% { transform: translate(-50%, -50%) scale(0.8); }
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

/* Fade out animation */
.preloader-hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}


.hero-image img {
  animation: drift 20s linear infinite alternate;
}

@keyframes drift {
  0% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(20px,-10px) rotate(5deg); }
  100% { transform: translate(0,10px) rotate(-5deg); }
}



.team-member {
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.team-member:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0px 20px 40px rgba(0,0,0,0.2);
}

.team-img {
  animation: floatTeam 8s ease-in-out infinite;
}

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




.courses {
  text-align: center;
  padding: 4rem 2rem;
  background: #f6f6f6;
}

.section-title {
  font-size: 30px;
  margin-bottom: 2rem;
  color: #21242c;
}

.course-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.course-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: 0.4s;
}

.course-card:hover {
  transform: translateY(-10px);
}

.course-icon {
  font-size: 45px;
  color: green;
  margin-bottom: 1rem;
}

.course-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 10px 20px;
  background: green;
  color: white;
  border-radius: 8px;
  font-weight: bold;
}

.course-btn:hover {
  background: #00b300;
}




.testimonials {
  background: #21242c;
  color: white;
  padding: 4rem 2rem;
  text-align: center;
}

.testimonial-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.testimonial-box {
  background: #2c2f38;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.4);
}


.faq {
  padding: 4rem 2rem;
  background: white;
}

.accordion {
  background: #21242c;
  color: white;
  padding: 16px 20px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion::after {
  content: "+";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.accordion.active::after {
  content: "−";
}

.panel {
  background: #f6f6f6;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  border-radius: 8px;
  padding: 0 20px;
}

.panel p {
  padding: 15px 0;
  color: #333;
}


/* NEW SECTIONS STYLES */

/* FEATURES */
.features {
  padding: 4rem 2rem;
  background: white;
  text-align: center;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-box {
  background: #f6f6f6;
  padding: 2rem;
  border-radius: 12px;
  transition: .4s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-box:hover {
  transform: translateY(-10px);
}

.feature-icon {
  font-size: 40px;
  color: green;
  margin-bottom: 1rem;
}



/* TUTORS */
.tutors {
  padding: 4rem 2rem;
  background: white;
  text-align: center;
}

.tutor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.tutor-card {
  background: #f6f6f6;
  padding: 1.5rem;
  width: 250px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.tutor-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}



/* GALLERY */


.gallery {
  padding: 4rem 2rem;
  background: white;
  color: white;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  transition: .4s;
}

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



/* EVENTS */
.events {
  padding: 4rem 2rem;
  background: white;
}

.events-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.event-card {
  background: #f6f6f6;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.event-btn {
  background: green;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 1rem;
}



/* PARTNERS */
.partners {
  padding: 4rem 2rem;
  background: #21242c;
  color: white;
  text-align: center;
}

.partner-text {
  max-width: 700px;
  margin: 1rem auto;
  font-size: 1.1rem;
  opacity: 0.9;
}

.partner-buttons {
  margin-top: 2rem;
}

.partner-btn {
  padding: 14px 25px;
  background: green;
  color: white;
  border-radius: 8px;
  margin: 1rem;
  display: inline-block;
}

.partner-btn.secondary {
  background: transparent;
  border: 2px solid green;
}




.roadmap {
  background: #f6f6f6;
  padding: 4rem 2rem;
  text-align: center;
}

.roadmap-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.roadmap-step {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.roadmap-step span {
  font-size: 2rem;
  font-weight: 900;
  color: green;
}



.stats {
  background: #21242c;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 3rem 2rem;
  text-align: center;
}

.stat-box h1 {
  font-size: 3rem;
  color: green;
}



/* ==============================
   PROFESSIONAL HERO (NO IMAGE)
============================== */

.hero-pro {
  min-height: 100vh;
  background: radial-gradient(circle at top, #262a35, #14161b);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 8% 80px;
  position: relative;
  overflow: hidden;
}

/* CONTENT */
.hero-content {
  max-width: 820px;
  z-index: 2;
  animation: fadeUp 1.2s ease forwards;
}

/* BADGE */
.hero-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  background: rgba(0, 255, 0, 0.12);
  color: #7CFF7C;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* TITLE */
.hero-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.15;
}

.hero-title .highlight {
  color: #00ff6a;
  text-shadow: 0 0 15px rgba(0,255,106,0.6);
}

/* SUBTITLE */
.hero-subtitle {
  margin: 1.5rem auto;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 650px;
  opacity: 0.9;
}

/* CTA BUTTONS */
.hero-actions {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.hero-btn {
  padding: 15px 32px;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.35s ease;
}

.hero-btn.primary {
  background: linear-gradient(135deg, #00c853, #00ff6a);
  color: #0e1117;
}

.hero-btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,255,106,0.35);
}

.hero-btn.outline {
  border: 2px solid #00ff6a;
  color: #00ff6a;
}

.hero-btn.outline:hover {
  background: #00ff6a;
  color: #0e1117;
}

/* STATS */
.hero-stats {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.hero-stats h3 {
  font-size: 2.2rem;
  color: #00ff6a;
}

.hero-stats p {
  font-size: 0.95rem;
  opacity: 0.85;
}

/* GLOW EFFECTS */
.hero-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0,255,106,0.25), transparent 70%);
  filter: blur(80px);
  animation: floatGlow 12s infinite alternate;
}

.glow-1 {
  top: -120px;
  left: -120px;
}

.glow-2 {
  bottom: -120px;
  right: -120px;
}

/* ANIMATIONS */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes floatGlow {
  0% { transform: translate(0,0); }
  100% { transform: translate(40px, -40px); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.8rem;
  }

  .hero-stats {
    gap: 2rem;
  }
}




/* SUCCESS SECTION */
.success {
  padding: 4rem 2rem;
  background: #f6f6f6;
  text-align: center;
}

.success-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
/*
.success-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: 0.4s;
}

.success-card:hover {
  transform: translateY(-10px);
}
*/
.success-card h2 {
  color: green;
  margin-bottom: 1rem;
}





.success-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.success-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: green;
  top: 0;
  left: 0;
}

.success-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,255,106,0.2);
}