 body {
      font-family: 'Poppins', sans-serif;
     
      background-image: url('images/home-bg.jpg');
      background-size: cover;      /* Scales image to fill container while keeping aspect ratio */
      background-position: center; /* Centers the image */
      background-repeat: no-repeat;
      background-attachment: fixed; /* Keeps image in place while scrolling */
      /*background-attachment: fixed;*/
    }


    /* NAVBAR GRADIENT */
    .custom-navbar {
      /*background: linear-gradient(90deg, #7b2ff7, #a044ff);*/
      /*background: #fff;*/
      padding: 12px 0;
    }

    /* LOGO TEXT */
    .navbar-brand {
      font-weight: 700;
      /*color: #fff !important;*/
      color: #7b2ff7 !important;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .navbar-brand span {
      font-size: 14px;
      line-height: 1.2;
    }

    /* NAV LINKS */
    .navbar-nav .nav-link {
      /*color: #fff !important;*/
      color: #103b14 !important;
      font-weight: 500;
      margin-left: 20px;
      transition: 0.3s;
    }

    .navbar-nav .nav-link:hover {
      opacity: 0.8;
    }
/* ACTIVE LINK */
.navbar-nav .nav-link.active {
      font-weight: 600;
      border-bottom: 2px solid #103b14;
    }

    /* MOBILE TOGGLER */
    .navbar-toggler {
      border: none;
      color: #103b14;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    .navbar-toggler-icon {
      filter: invert(1);
    }
    /* Responsive */
    @media (max-width: 991.98px) 
    {
     #Navbar {
      background:#fff!important;
    }
  }

 /* HERO SLIDER */
    .hero-slider {
      position: relative;
    }
     /* Hero Section */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      /*background: linear-gradient(135deg, #071a12, #0f3d2e, #16a34a);*/
      position: relative;
      overflow: hidden;
    }

    /* Soft glowing gradient orb */
    .hero::before {
      content: "";
      position: absolute;
      width: 550px;
      height: 550px;
      background: radial-gradient(circle, rgba(34,197,94,0.35), transparent);
      top: -120px;
      right: -120px;
      filter: blur(10px);
    }
    /* Image animation */
    .hero-img img {
      max-width: 100%;
      animation: float 4s ease-in-out infinite;
    }

    @keyframes float {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-15px); }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero{
        padding-top: 90px;
      }
      .hero h1 {
        font-size: 2.2rem;
      }
    }
    /*----------------------*/
    /* Logo Color */
    .htme_colo{
      /*color: #103b14;*/
      color: orange;
    }
    .theme_color{
     color: #103b14;
    }
 
    /* themes Button */
    .th_button{
      /*background-image : linear-gradient(180deg, #8e00fe 0%, #143cf7e0 100%);*/
      background: #103b14;
      color : #fff;
      padding : 7px 25px;
      border-radius: 20px;
    }
    .th_button:hover{       
      /*background-image : linear-gradient(180deg, #F5C457 0%, #F58C07 100%);*/
      background: #103b14;
      color : #fff;
    }

    .btn-outline-light {       
      padding: 12px 14px;      
    }
/* Grid section 1 */
.Grid_1, .section_{
  padding-top: 80px;
  padding-bottom: 80px;
}


.usp-section .rounded{
  width: 50px;
  height: 50px;
  margin: auto;
}
.usp-section .rounded .icon{
  padding: 6px;
}
 /* Responsive */
    @media (max-width: 768px) {
     .usp-section .rounded .icon
     {
      padding: 10px;
      }
    }
/*----------------------*/

    /*blog*/
    /* Card */
.blog-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Hover */
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(34,197,94,0.3);
}

/* Image */
.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Tag */
.blog-img .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(45deg, #22c55e, #4ade80);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Text */
.blog-card p {
  color: #000;
  font-size: 0.9rem;
}

/* Button */
.blog-section .btn-primary {
  background: linear-gradient(45deg, #22c55e, #4ade80);
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
}

.blog-section .btn-primary:hover {
  background: linear-gradient(45deg, #16a34a, #22c55e);
}

/* info-section */
/*.info-section{
  background-image: url(images/home-bg.jpg);
  background-position: center;  
  background-repeat: no-repeat;  
  background-size: cover; 
}*/

/*----------- Contact Us -----------------------*/

/* Background */
.contact-section {
  /*background: linear-gradient(135deg, #071a12, #0f3d2e);*/
  /*color: #fff;*/
}

/* Info Box */
.contact-info {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Form */
.contact-form {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* Inputs */
.contact-form .form-control {
  /*background: rgba(255,255,255,0.15);*/
  background: #fff;
  border: 1px solid #103b14;
  color: #103b14;
}

.contact-form .form-control::placeholder {
  color: #103b14;
}

/* Button */
.contact-form .btn-primary {
  background: linear-gradient(45deg, #22c55e, #4ade80);
  border: none;
  border-radius: 30px;
  padding: 12px;
  font-weight: 600;
}

.contact-form .btn-primary:hover {
  background: linear-gradient(45deg, #16a34a, #22c55e);
}

/* WhatsApp Button */
.btn-success {
  border-radius: 30px;
  padding: 10px 20px;
}

/* Map */
.map iframe {
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
/*----------Popular Courses Section-----------------------*/

/* Section Background */
.courses-section {
  /*background: linear-gradient(135deg, #071a12, #0b2e22);*/
  color: #103b14;
}

/* Course Card */
.course-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Hover Effect */
.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(34,197,94,0.3);
}

/* Text */
.course-card p {
  /*color: #d1fae5;*/
  font-size: 0.95rem;
}

.course-card ul {
  padding-left: 0;
  list-style: none;
}

.course-card ul li {
  font-size: 0.9rem;
  margin-bottom: 5px;
  /*color: #bbf7d0;*/
}

/*-----------How It Works Section----------------------*/
/* Section Background */
.process-section {
  /*background: linear-gradient(135deg, #071a12, #0f3d2e);*/
  /*color: #fff;*/
}

/* Process Card */
.process-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
}

/* Hover Effect */
.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(34,197,94,0.3);
}

/* Step Circle */
.step-circle {
  width: 40px;
  height: 40px;
  /*background: linear-gradient(45deg, #22c55e, #4ade80);*/
  background: #103b14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 10px;
  color: #fff;
}

/* Icon */
.process-card .icon {
  font-size: 2rem;
}

/* Text */
.process-card p {
  font-size: 0.9rem;
  color: #103b14;
}

/* Optional connector line (desktop only) */
@media (min-width: 992px) {
  .process-section .row::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 8%;
    width: 84%;
    height: 2px;
    background: linear-gradient(to right, #22c55e, #4ade80);
    z-index: 0;
  }

  .process-card {
    position: relative;
    z-index: 1;
  }
}

/* Mobile spacing */
@media (max-width: 768px) {
  .process-card {
    padding: 20px;
  }
}

/*====================================*/
/* footerLightCSS STYLES  */

  /* Footer Background */
.footer-section {
  /*background: linear-gradient(135deg, #071a12, #0b2e22);*/
  color: #103b14;
  border-top: 1px solid #103b14;
}

/* Text */
.footer-section p {
  color: #103b14;
  font-size: 0.9rem;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #103b14;
  text-decoration: none!important;
  font-size: 0.9rem;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #22c55e;
  padding-left: 5px;
}

/* Form */
.footer-section .form-control {
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
}

.footer-section .form-control::placeholder {
  color: #103b14;
}

/* Button */
.footer-section .btn-primary {
  background: linear-gradient(45deg, #22c55e, #4ade80);
  border: none;
  border-radius: 30px;
}

/* Social */
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #103b14;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #103b14;
  transform: scale(1.2);
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #103b14;
  font-size: 0.85rem;
}

    /* BACK TO TOP BUTTON */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  /*background: linear-gradient(135deg, #7b2ff7, #a044ff);*/
  background: #103b14;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 999;
  transition: 0.3s;
}

.back-to-top:hover {
  transform: translateY(-5px) scale(1.1);
}

/*------------------------------------*/


 

    