@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 0;
margin: 0;
box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

 .top-bar {
        background: #8D6E63;
        /* font-family: 'Montserrat', Arial, sans-serif; */
        /* font-size: 1.1rem; */
        /* font-weight: 500; */
        padding: 0.5rem 0;
      }
      .top-bar .promo-text {
        color: #fff;
      }
      .top-bar .promo-text strong {
        font-weight: 700;
      }
      .top-bar .top-link {
        color: #FF9800;
        margin-left: 2rem;
        margin-right: 0;
        text-decoration: none;
        font-weight: 600;
      }
      .top-bar .divider {
        border-left: 1px solid #fff3;
        height: 24px;
        margin: 0 1rem;
      }
        .top-bar .flag-icon {
        width: 20px;
        margin-right: 6px;
        vertical-align: middle;
      }
      .promo-text a marquee {
        color: #fff !important;
      }
        @media (max-width: 991.98px) {
        .top-bar .promo-text {
          font-size: 0.95rem;
        }
        .top-bar .top-link,
        .top-bar .dropdown-toggle,
        .top-bar .social-icons a {
          font-size: 1rem;
        }
        .top-bar .divider {
          margin: 0 0.5rem;
        }
      }
      /* start nav */
      .logo {
        max-width: 100px;
        height: auto;
      }
      nav form {
        max-width: 600px;
  

      }
      /* nav form input {
        border: none;
        border-radius: 30px 0 0 30px;
        box-shadow: none;
        height: 40px;
        font-size: 1rem;
      } */
/* Search Suggestions Styling */
    .search-suggestions {
      position: absolute;
      background: #fff;
      width: 100%;
      max-height: 200px;
      overflow-y: auto;
      /* border: 1px solid #ccc; */
      border-top: none;
      z-index: 1000;
    }
    .search-suggestions div {
      padding: 8px 12px;
      cursor: pointer;
    }
    .search-suggestions div:hover {
      background: #f1f1f1;
    }
      .search-bar .input-group {
  background: #f3f4f6;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: none;
  align-items: center;
}
.search-bar .search-input {
  background: transparent;
  border: none;
  border-radius: 40px 0 0 40px;
  font-size: 16px;
  color: #3d703f;
  padding: 1.2rem 2rem;
  height: 60px !important;
  box-shadow: none;
  outline: none;
}
.search-bar .search-input::placeholder {
  color: #3d703f;
  opacity: 0.8;
  font-size: 16px;
}
.search-bar .search-btn {
  background: transparent;
  border: none;
  border-radius: 0 40px 40px 0;
  color: #FF9800;
  /* font-size: 2rem; */
  font-size: 28px;
  padding-right: 2rem;
  transition: background 0.2s;
}
.search-bar .search-btn:focus,
.search-bar .search-input:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 575.98px) {
  .search-bar .search-input {
    padding: 0.8rem 1rem;
  }
  .search-bar .search-btn {
    padding-right: 1rem;
  }
}

.icon-nav i{
    color: #FF9800;
}

      /* start header */
      .header{
        background-color: #3d703f;
         }
         .header .navbar-nav .nav-item{
             padding-left: 80px;
             padding-left: 80px;
         }
         .header .navbar-nav .nav-item a{
            color:white;
         }
@media (max-width: 991.98px) {
  .header .navbar-nav .nav-item {
    padding-left: 20px; /* ya 10px */
  }
}

         /* start hero */

         .hero-section h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.1;
}
.hero-section p {
  font-family: 'Montserrat', sans-serif;
}
.hero-card {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-card {
    min-width: 250px;
    min-height: 220px;
    padding: 2rem !important;
  }
  .hero-section h1 {
    font-size: 2.2rem !important;
  }
}

/* start about  */
.about-section img {
  max-width: 100%;
  height: auto;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  .about-section .col-lg-6,
  .about-section img {
    min-height: 220px !important;
    /* max-height: 260px !important; */
  }
  .about-section h1 {
    font-size: 2rem !important;
  }
}

/* start products */

.product-card {
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 1.5rem;
}
.product-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px 0 #0002;
}

/* start why choose  */
.feature-card {
  border-radius: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #fff;
}
.feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px 0 #0002;
}

/* start certificate */

.cert-card {
  border-radius: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
  background: #fff;
}
.cert-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px 0 #0002;
}

/* start footer */
.footer-link {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
   font-family: 'Montserrat', sans-serif;
}
.footer-link:hover {
  color: #b7e283;
  text-decoration: underline;
}
.footer-list {
  padding-left: 0;
   font-family: 'Montserrat', sans-serif;
}
.footer-section p,h5{
    font-family: 'Montserrat', sans-serif;
}

/* start about us page */
.about-banner {
  min-height: 320px;
  display: flex;
  align-items: center;
  position: relative;
}
.about-banner .breadcrumb a {
  text-decoration: none;
  font-weight: 500;
}
.about-banner .breadcrumb-item.active {
  color: #fff !important;
}