body{
    margin: 0;
    padding: 0;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: rgb(20, 65, 18);
    animation: loading 1s linear infinite;
  }
  @keyframes loading {
    to {
      transform: rotate(360deg);
    }
  }
  /*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #154e0e !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #154e0e !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #154e0e;
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/


h2.hero_font.py-2.px-4 {
    font-size: 45px;
}
@media (max-width: 991.98px){
    h2.hero_font.py-2.px-4 {
        font-size: 12px;
    }
    .hero_p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
     }
     
}
@media (max-width: 767px) {
  .product-card img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    padding: 15px;
}
.product-cards img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    padding: 15px;
}
.card-bodys {
    padding: 15px;
}

}
.carousel-caption{
    left: 7%!important;
    right: 7%!important;
}

.organic-products-slider-container {
    position: relative;
    padding: 0 50px;
  }
  
  .product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 10px;
    overflow: hidden;
  }
  
  .product-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    padding: 20px;
}
.product-cards {
    /* background-color: #fff; */
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    margin: 10px;
    overflow: hidden;
  }
  
.card-body {
    padding: 20px;
}
  
  .card-title {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 33px;
}
  
.card-text {
    color: #6c757d;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}
  
  .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
  }
  
  .slick-prev {
    left: 0;
  }
  
  .slick-next {
    right: 0;
  }
  
  .slick-prev:before, .slick-next:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .slick-prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
  }
  
  .slick-next:before {
    transform: translate(-75%, -50%) rotate(45deg);
  }
  
  .slick-dots {
    bottom: -30px;
  }
  
  .slick-dots li button:before {
    font-size: 12px;
    color: #333;
    opacity: 0.25;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
  }

  .img_slide {
    background-color: #ebebef73;
}

section.bottom_img img {
  width: 100%;
  height: auto;
}
.Ayurveda-Based{
  background-image: url(../img/ayurveda-banner.png);
  background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 759px;

}

.OurAyurveda .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.OurAyurveda .product-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: none;
}
.OurAyurveda .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.OurAyurveda .product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  color: white;
  padding: 0px 60px 60px 60px;
}
.OurAyurveda .product-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.OurAyurveda .product-description {
  font-size: 0.8rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .OurAyurveda .product-grid {
      grid-template-columns: 1fr;
  }
  .OurAyurveda .product-overlay{
    padding: 0px 60px 35px 35px;
  }
  h2.Ayurveda-Based-text {
    font-size: 24px;
    text-align: center;
    padding-top: 60px;
}
h4.Ayurveda-Based-text2 {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
p.Ayurveda-Based-par {
    text-align: center;
    padding: 20px 20px 0px 20px;
    font-size: 12px;
}
.Ayurveda-Based {
  background-image: url(../img/ayurveda-banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 620px;
}
.card-text {
  font-size: 15px;
}
.card-title{
  font-size: 18px;
}
.product-card img{
  height: 225px;
}
.col-md-12.mb-4.mb-md-0.footer_last {
  display: inline;
  /* justify-content: center; */
  padding-top: 131px;
}
.footer_last p {
  padding: 0px;
}
}
@media (min-width: 768px){
h2.Ayurveda-Based-text {
  font-size: 48px;
  text-align: center;
  padding-top: 60px;
}
h4.Ayurveda-Based-text2 {
  font-size: 21px;
  text-align: center;
  padding-top: 10px;
}
p.Ayurveda-Based-par {
  text-align: center;
  padding: 30px 60px 0px 60px;
  font-size: 23px;
}

}
h5.card-titles {
    font-size: 32px;
    padding-top: 10px;
}
.care-offerings {
    max-width: 1200px;
}

.slider {
    margin-bottom: 20px;
}

.care-offerings .slide {
    padding: 15px;
}

.read-more {
    background-color: #7a8a5f;
    border-color: #7a8a5f;
}

.read-more:hover {
    background-color: #62703f;
    border-color: #62703f;
}

.view-all {
    color: #fff;
    border-color: #7a8a5f;
}

.view-all:hover {
    background-color: #7a8a5f;
    color: white;
}

/* Slick Slider Custom Styles */
.slick-dots {
    bottom: -30px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
}

.slick-dots li.slick-active button:before {
    color: #7a8a5f;
}
.footer {
    background-image: url(../img/footer.png);
    color: white;
    /* padding: 2rem 0; */
    /* margin-top: auto; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer h5 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.footer p {
    font-size: 0.9rem;
}
.footer-logo {
    max-width: 100px;
    margin-bottom: 1rem;
}
.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 1rem;
}
.form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
}
.btn-join {
    background-color: white;
    color: #6b7742;
}
.footer-links a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
}
section.OurAyurveda {
  margin-top: -75px;
  background-image: url(../img/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
section.OurAyurveda h1 {
  padding-top: 100px;
}
section.slide_img,.Our-Herbal {
  padding-bottom: 30px;
}



.line_1 {
  height: 1px;
  background: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width:768px) {
 
  .col-md-12.mb-4.mb-md-0.footer_last {
    display: flex;
    justify-content: center;
    padding-top: 131px;
}
.footer_last p {
  padding: 10px 60px 0px 60px;
}
}

#back-to-up{
  background-color: #666634;
}