 *{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
 }
html, body {
  overflow-x: hidden;
  width: 100%;
}
 body {
      font-family: 'Poppins', sans-serif;
    }

    .hero-section {
      background-color: #fff;
      padding: 80px 0;
    }

    .badge-custom {
      background-color: #4CAF50;
  color: white;
  font-size: 23px;
  padding: 9px 25px;
  border-radius: 100px;
  font-weight: 600;
  display: inline-block;
  transform: rotate(-12deg);
  margin-bottom: 36px;
    }

    .hero-title {
      font-size: 40px;
      font-weight: 600;
      margin-top: 20px;
    }

    .highlight-text {
    
      display: inline-block;
      margin: 5px 0;
    }

    .highlight-green {
    
      color: #59b247;
      display: inline-block;
      margin: 5px 0;
    }

    .highlight-purple {
     
      display: inline-block;
      margin: 5px 0;
    }

    .hero-buttons .btn {
      margin-right: 15px;
    }

    .hero-image img {
      max-width: 100%;
    }

    .navbar-brand img {
      height: 40px;
    }

    .login-btn {
      background-color: #4CAF50;
      color: #fff;
      border-radius: 20px;
      padding: 6px 18px;
    }
.btn.login-btn:hover{
  background-color: #163B51 !important;
  color: #fff;
}
    .text-muted-small {
      font-size: 14px;
      color: #555;
      margin: 20px 0;
    }
    .hero-section{
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(245, 249, 236, 1) 100%);
    }

    .flex-box-banner-with-icon{
      position: relative;
    }
    .flex-box-banner-with-icon .img{

    position: absolute;
  right: -100px;
  top: -101px;
    }
        .flex-box-banner-with-icon .img img{
          width: 78%;
        }


  /* counter section */

 
.flex-box-section-counting{
 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.py-2.count{
color: #59b247;
font-size: 56px;
font-weight: 600;
}

.py-2.count span{
color: #000;

}
.counting-textarea{
  color: #000;
}
.counter-inner {
  padding: 20px 0;
}
.counter-inner .title-content {
  text-align: center;
}
.counter-inner .title-content p{
 font-size: 20px;
 
}
.counter-inner .title-content span{
 font-size: 18px;
 color: #59b247;
 padding-bottom: 5px;
 display: block;
}
.text-center p.counting-textarea{
  font-size: 18px;
}
.btn-success {
  background-color: #59b247;

}
.hero-buttons a.btn-success {
  border: 0;
}
.common-sub-title{
  margin-bottom: 10px;
}
.common-sub-title h6{
  background-color: #59b247;
  display: inline-block;
  margin-bottom: 6px;
  transform: rotate(-12deg);
  border-radius: 100px;
  padding: 4px 15px;
  font-size: 16px;
  color: #fff;
}

/* courses-section */


.course-card img {
      border-radius: 10px;
      height: 180px;
      object-fit: cover;
    }
    .course-title {
      font-weight: 600;
      font-size: 1rem;
    }
    .instructor {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .instructor img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
    }
    .search-bar input {
      border: none;
      outline: none;
    }
    .search-bar {
      border: 1px solid #ccc;
      border-radius: 30px;
      padding: 5px 15px;
      display: flex;
      align-items: center;
    }
  .heading-title{
    width: 100%;
  }
    .heading-title h2{
      font-size: 32px;
      font-weight: 600;
    }
    .display-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .more-button{
      text-align: center;
      /* padding: 30px 0; */
    }
    .more-button a{
      border: 0;
    }

    .favorite-section{
      text-align: center;
    }
    .common-width-title{
      max-width: 420px;
      margin: auto;
    }
    .favorite-section-area{
      background-color: #f7faf1;
      padding: 60px 0 30px;
    }
    .category-card{
      padding: 20px;
      background-color: #fff;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      margin-bottom: 30px;
      border-radius: 20px;
    }

    .category-icon-box{
     margin-top: -42px;
  background-color: #beeeb5;
  display: inline-block;
  border-radius: 100px;
  padding: 18px;
  margin-left: -17px;
  border: 9px #fff solid;
  box-shadow: rgba(149, 157, 165, 0.2) 9px 1px 24px;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;

    }
    .category-icon-box img{
     max-width: 100%;
    }
    .course-count{
      background-color: #59b247;
  padding: 4px 13px;
  border-radius: 50px;
  color: #fff;
    }
    .why-choose-section-box img{
      width: 100%;
    }
    .text-left{
      text-align: left;
    }
    img{
      max-width: 100%;
     
    }
    .down-icon-pluse{
      display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 2px 4px 24px;
    }
    .down-icon-pluse img{
      width: 226px;
}
    .down-icon-pluse p{
      margin-bottom: 0;
    }
    .common-section-gap{
      padding: 60px 0;
    }

.testimonials-list{
  max-width: 900px;
  background-color: #4CAF50;
  border-radius: 50px;
  text-align: center;
  margin: auto;
  padding: 60px;
  margin-top: 20px;
  color: #fff;
}
.swiper-pagination {
  padding-top: 20px;
  position: relative;
}
.testimonials-list p{
  font-size: 20px;
  padding-bottom: 30px;
}
.testimonials-list h6{
  font-size: 24px;
  font-weight: 500;
  padding-top: 20px;
}

.left-faq-section{
  text-align: left;
}

.left-faq-section .common-width-title{
  text-align: left;
  margin: 0;
}
.subscrip-section .main-section{
  background-color: #4CAF50;
  border-radius: 40px;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.main-section p{
  max-width: 600px;
  margin: auto;
  padding-bottom: 30px;
}
.main-section h2{
  padding-bottom: 10px;
}

.input-field{
 background-color: #ffff;
  max-width: 486px;
  margin: auto;
  padding: 20px;
  border-radius: 100px;
}
.input-field input{
  border: 0;
}
.input-field input:focus-visible{
  border: 0;
  outline: none;
}
.input-field button{
  border: 0;
  background-color: #4CAF50;
  border-radius: 100px;
  padding: 8px;
}
.subscrip-section{
  padding: 60px 0;
}

/* footer */
.footer {
  padding: 40px 20px;
  background: #fefef5;
  border-top: 1px solid #ccc;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-about {
  
  max-width: 300px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.footer-links {
  display: flex;
  flex: 2 1 600px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.footer-column a:hover{
  background-color: transparent !important;
  color: #000;
 
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.footer-column a {
  display: block;
  font-size: 14px;
  color: #575757;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-bottom {
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #575757;
}

.footer-social a {
  color: #444;
  margin-left: 12px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #575757;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.common-widthd{
  max-width: 200px;
}


/* contact forom */
.common-banner-section {
  position: relative;
  background-image: url('../images/page-header-bg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
  z-index: 1;
  overflow: hidden;
}

.common-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}
.common-banner-section h2{
  color: #ffff;
  font-weight: 600;
}
.common-banner-section img{
width: 100px;
}

.contact-form-section{
  padding: 60px 0;
}
.common-form-ht{
border: 1px solid #d3d3d3;
  padding: 31px;
  border-radius: 20px;
}

.common-form-ht form input{
  padding: 10px;
}
.common-form-ht form textarea{
  resize: none;
}
.heading-title-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding: 13px 0;
}

.heading-title-flex .icon-box {
  padding: 10px;
  border: 1px solid #4caf50;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.heading-title-flex .icon-box i{
  font-size: 20px;
}
a{
  text-decoration: none;
}
.left-content-ab p{
  margin-bottom: 40px;
}
.vission-section h5{
  padding-top: 20px;
}
.about-sectio-for-content .row{
  align-items: center;
}


.cart-dsf{
box-shadow: rgba(149, 157, 165, 0.43) 0px 8px 24px;
padding: 30px;
border-radius: 20px;
margin-bottom: 40px;
}


.cart-dsf i{
  font-size: 56px;
  background-color: #4caf50;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.payments img.amazon-ic {
  width: 80px;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
ul li{
  padding: 10px 0; 
}
ul li i{
  padding-right: 10px;
}
a{
  color: #000;
}











.author {
  color: #666;
  font-size: 16px;
}

.course-meta span {
  margin-right: 10px;
  color: #444;
}

.course-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.course-left {
  flex: 2;
}

.tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 5px;
}

.tabs li {
  list-style: none;
  cursor: pointer;
  padding: 5px 10px;
}

.tabs li.active {
  color: #2a5bd7;
  border-bottom: 2px solid #2a5bd7;
  font-weight: bold;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.learn-list {
  display: flex;
  gap: 50px;
}

.learn-list ul {
  list-style: none;
  padding-left: 0;
}

.learn-list li {
  margin-bottom: 10px;
}

.note {
  margin-top: 20px;
  color: #666;
}

.course-right {
  flex: 1;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.course-right img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.price-box {
  text-align: center;
}

.old-price {
  text-decoration: line-through;
  color: #999;
}

.new-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}



.course-info {
  text-align: left;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.course-info li {
  margin-bottom: 8px;
}

.btn-primary{
  background-color: #59b247;
  border: 0;
}
.btn-primary:hover{
background-color:#163B51
}

.btn-dark{
  background-color: #59b247;
  border: 0;
  border-radius: 50px;
}
a:hover{
background-color:#163B51 !important

}

.nav-item a:hover{
  background-color: transparent !important;
  color: #163B51;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #163B51;

}
.text-warning{
  color: #4CAF50 !important;
}
.text-danger{
  color: #163B51 !important;
font-weight: 600 !important;
font-size: 26px;
}

#courseList img{
  width: 100%;
}

.heading-title ul li i{
  font-size: 30px;
  color: #59b247;
}
.learn-list ul li i{
  font-size: 30px;
  color: #59b247;
}
.navbar a:hover{
  background-color: transparent !important;
}
.footer-about a:hover{
  background-color: transparent !important;

}
.list-of-blog a:hover{
  background-color: transparent !important;
  color: #59b247;

}
.list-of-blog ol li{
  padding-bottom: 10px;
}
.course-card a:hover{
  background-color: transparent !important;
}

 .earn-box {
      background: white;
      border: 1px solid #e0f2f1;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
      border-radius: 12px;
      padding: 20px;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    .earn-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
    }

    .earn-box i {
      font-size: 22px;
      margin-right: 10px;
      color: #59b247;
    }

    .earn-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .earn-box p {
      font-size: 14px;
    }

   .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {

  bottom: 0;
}
.swiper-slide {
  padding-bottom: 60px;
}

.bg-primary {
 
  background-color: #4CAF50 !important;
}

.table-dark th {
  background-color: #4caf50;
  border-color: #fff;
}