*{ font-family: 'Jost', sans-serif; }


.top-bar {
  background-color: #1f2f4d;
  padding: 8px 0;
  font-size: 14px;
}

.top-bar a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 10px;
}

.top-bar i {
  margin-right: 5px;
}

.social-icons a {
  color: #ffffff;
  margin-left: 12px;
  font-size: 15px;
}

.social-icons a:hover,
.top-bar a:hover {
  color: #f5c400;
}
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
  

/* nav bar */
 
.navbar-nav .nav-link{
  font-weight: 600;
  color: #1f2a44;
  margin: 0 12px;
  position: relative;
}
 
.navbar-nav .nav-link:hover{
  color: #13A2CD;
}
 
/* ACTIVE LINK */
.navbar-nav .nav-link.active{
  color: #8EC147;
}
 
/* BLUE UNDERLINE */
.navbar-nav .nav-link.active::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background-color: #8EC147
}
 
/* LOGO SIZE */
.navbar-brand img{
  height: 80px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


/* Slider */

.hero-slide {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.40);
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.welcome-text {
  color: #8EC147;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-buttons .btn {
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-slide {
    text-align: center;
  }
}
/* About  */
.about-section 
  {
  background: #f6fff8;
};


.about-tag {
  color: #16c1d6;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}

.about-tag::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #dcdcdc;
}

.about-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #1f2a44;
}

.about-text {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .about-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .about-text {
    font-size: 20px !important;
    line-height: 1.5;
  }
}


/* Service Button */
.service-btn {
  background: #1f2a44;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.service-btn:hover {
  background: #16c1d6;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 767px) {
  .about-title {
    font-size: 32px;
  }
}

/* Heading */
.py-6 {
  background: #f6fff8;
}
.section-tag {
  color: #00bcd4;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.section-tag::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d9d9d9;
  margin: 6px auto 0;
}

.section-title {
  font-size: 52px;
  font-weight: 800;
  color: #1f2a4a;
  line-height: 1.2;
}


/* Product Image Slider  */
.py-7 {
  background-color: #f6fff8 ;
  margin-bottom: 30px;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.product-card img {
  max-height: 250px;
  margin-bottom: 10px;
}

/* Mobile – ek image */
@media (max-width: 768px) {
  .carousel-item .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* Footer */
.neuro-footer {
  background: #0b2b4b;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

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

.footer-links li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-bottom {
  background: #ffffff;
  color: #000;
  text-decoration-line: none;
  font-size: 16px;
}

/* Counter */
    .ambition-section{
    background: url("../images/Home/Screenshot\ 2026-01-12\ 094712.png") center/cover no-repeat;
    position: relative;
    padding: 50px 0;
    color: #fff;
    margin-bottom: 40px;
}
.ambition-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,60,40,0.75);
}
.ambition-content{
    position: relative;
    z-index: 1;
}
.counter-box{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 40px 20px;
}
.counter{
    font-size: 48px;
    font-weight: 700;
}
.counter-text{
    color: #00c853;
    font-size: 20px;
    font-weight: 600;
}
 /* Vission Mission */
     /* SECTION */
    .vision-section{
      background: url("../images/Home/farmer-with-basket-harvested-vegetables-sunset.png") center/cover no-repeat;
      padding: 100px 0;
      position: relative;
    }

    .vision-section::before{
      content:"";
      position:absolute;
      inset:0;
      background: rgba(0,0,0,0.45);
    }

    /* CARD */
    .vision-card{
      position: relative;
      background: rgba(0, 128, 0, 0.6);
      border-radius: 18px;
      padding: 50px;
      color: #fff;
      height: 100%;
      text-align: center;
    }

    .vision-card h2{
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 36px;
    }

    .vision-card p{
      font-size: 18px;
      line-height: 1.7;
    }

    .director-text{
      margin-top: 15px;
      font-size: 16px;
      font-weight: 500;
    }

    /* RESPONSIVE */
    @media(max-width: 991px){
      .vision-section{
        padding: 80px 0;
      }
    }

    @media(max-width: 768px){
      .vision-card{
        padding: 30px 20px;
      }

      .vision-card h2{
        font-size: 26px;
      }

      .vision-card p,
      .director-text{
        font-size: 16px;
      }
    }
    
/* Contact form */
/* Dealer Section Base */
.dealer-section h2 {
  font-size: 50px;
}

.dealer-section p {
  font-size: 20px;
  line-height: 1.7;
}

.dealer-section h3 {
  font-size: 35px;
}

.dealer-section .form-control,
.dealer-section .form-select {
  font-size: 18px;
  padding: 14px;
}

.dealer-section button {
  font-size: 20px;
  padding: 14px;
}

/* Tablets */
@media (max-width: 991px) {
  .dealer-section h2 {
    font-size: 36px;
  }

  .dealer-section h3 {
    font-size: 26px;
  }

  .dealer-section p {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .dealer-section h2 {
    font-size: 28px;
  }

  .dealer-section h3 {
    font-size: 22px;
  }

  .dealer-section p {
    font-size: 16px;
  }

  .dealer-section .form-control,
  .dealer-section .form-select {
    font-size: 16px;
    padding: 12px;
  }

  .dealer-section button {
    font-size: 17px;
    padding: 12px;
  }
}

.success-message {
  margin-top: 15px;
  padding: 12px;
  background: #d1e7dd;
  /* color: #0f5132; */
  border-radius: 6px;
  font-size: 15px;
}


.whatsapp-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 999;
}

.whatsapp-right img {
    width: 30px;
    margin-top: 12px;
}

.whatsapp-right:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

/* Mobile Responsive */
@media(max-width:768px){
    .whatsapp-right{
        right:15px;
        bottom:15px;
        width:50px;
        height:50px;
    }
}





