.mw-accordion-faq-skin-header h5{
font-size:16px;
}



.product-info-content h1{
font-size: 30px !important;
}


.herbal-card.overlay-style {
  position: relative;
  width: 320px;
  height: auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.herbal-card.overlay-style img {
  width: 100%;
  height: auto;
  display: block;
}

.herbal-card.overlay-style .dark-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  z-index: 1;
}

.herbal-card.overlay-style .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: 2px solid white;
  padding: 15px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  border-radius: 6px;
}

/*footer*/
.contact-info-box {
  font-family: Tahoma, sans-serif;
  padding: 10px;
  line-height: 1.8;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px; /* Increased line gap */
}

.info-item i {
  font-size: 16px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.info-link:hover {
  color: #000000;
  text-decoration: underline;
  font-size: 16px;
}
.footer-background{
border-top:2px solid black;
}

/*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);
  overflow: hidden;
  text-align: center;
}

.blog-posts-19 h6 {
  color: black;
  font-weight: 600 !important;
  margin-top: 10px;
}

.blog-posts-19 p {
  font-size: 14px !important;
  color: #555 !important;
}

.blog-posts-19 small {
  color: #555;
  font-size: 14px !important;
}

.blog-posts-19 .post-19::after {
  display: none;
}

/* Image Styling - NO CROPPING */
.blog-posts-19 .img-as-background {
  max-height: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .blog-posts-19 .img-as-background {
    max-height: 180px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/*footer*/
.custom-footer {
  background-color: #F4F1EA;
  padding: 60px 0 0; /* Removed extra bottom padding */
  font-family: Tahoma, sans-serif;
  color: #333;
}

.footer-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.footer-description {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.contact-info {
  list-style: none;
  padding-left: 0;
}

.contact-info li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height:1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-info i {
  color: #a05b00eb; /* Brown icon */
}

.footer-bottom {
  font-size: 13px;
  font-weight: 800;
  color: #fff; /* Changed to white for green bar */
  margin: 0;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  text-decoration: underline;
}

.des-logo {
  font-size: 16px;
  font-weight: 800;
}

/* Responsive spacing if needed */
@media (max-width: 767px) {
  .custom-footer {
    padding: 40px 15px 0;
	overflow:hidden;
  }
}
/*shop*/
.btn.btn-primary, .btn:not(.btn-secondary):not(.btn-outline):not(.btn-link){
padding:9px 15px;
  font-size:13px;
}
.btn-secondary{
font-size:13px !important;

}
#btn-mw-module-1753250666862-contact-form-btn{
padding:15px 0;
}

/*navbar ul*/
.module-navigation-default > ul > li ul {
  text-align: left;
}