.navbar-nav .nav-link:hover{
  color:#000 !important;
}
.footer ul li:hover{
  color:#000 !important;
}
.navbar-nav .nav-link {
 font-family: 'Poppins', sans-serif;
    background-color: #e6f6d7;
    color:#000 !important;
  margin-top:20px !important;
  font-size:15px !important;
}





.nav-bg{
  background-color: #a4ce3c !important;
}
.mw-embed-iframe, .mwembed{
  min-height:0px !important;
}
.shop-products .product .price{
  color:#003300 !important;
  border:1px  solid #555;
  font-size:14px;
}
.shop-products .product-title{
  color: #00a450 !important;
}
/*Blog post section*/
.blog-posts-19 .h-100{
background-color: white;
border-radius: 10px;
  padding:10px ;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);   
}
.blog-posts-19 h6{
color:#001f3f;
font-weight:600 !important;
}
.blog-posts-19 p{
font-size:14px !important;
color:#555 !important;
}
.blog-posts-19 .img-as-background{
 height:300px !important;
}
.blog-posts-19 small{
color:#555 ;
font-size:14px !important;
}
.blog-posts-19 .post-19::after {
 display:none;
}
 @media (max-width: 768px) {
.blog-posts-19 .img-as-background{
height:250px !important;
width:350px !important;
}
}
/*Blog post section*/
/*About uS*/
.job-banner-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      
    }

    .job-banner-content {
      flex: 1;
      max-width: 50%;
    }

    .job-banner-content h2 {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 20px;
	 text-align: center;
  

  background: linear-gradient(to right, #a7cd43 0%, #00a450 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

 

  padding-bottom: 12px;
  line-height: 1.4;
  border-bottom: 2px solid #eee;
  display: inline-block;
  font-weight: bold;
    }

    .job-banner-content p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #666;
    }

    .banner-cta-btn {
     background-color: #424242;
      color: #fff;
      padding: 12px 24px;
      border: none;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }
 .banner-cta-btn:hover{
   color:#000 !important;
}
    .job-banner-image-wrapper {
      flex: 1;
      max-width: 45%;
      position: relative;
    }

    .job-banner-image-wrapper img {
      width: 100%;
      border-radius: 20px;
    }

    .experience-badge {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: #ddef40;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
    }

    .experience-badge span {
      font-size: 30px;
      font-weight: 700;
      color: #424242 ;
	  line-height:1.4!important;
    }

    .experience-badge small {
      display: block;
      font-size: 14px;
      color: #333;
    }

    @media (max-width: 768px) {
      .job-banner-section {
        flex-direction: column;
      }

      .job-banner-content,
      .job-banner-image-wrapper {
        max-width: 100%;
      }

      .job-banner-image-wrapper {
        margin-top: 30px;
      }

      .experience-badge {
        bottom: 10px;
        right: 10px;
        padding: 16px;
      }
    }
/*about us end*/