/*
Theme Name: Mildhill
Theme URI: https://mildhill.qodeinteractive.com/
Description: Organic and Food Store Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: mildhill
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* 
@font-face {
  font-family: 'headerFont';
  src: url('http://demo.getln.com/kaviraj-pharma/wp-content/uploads/2025/11/Fontspring-DEMO-juanaalt-medium.otf')
	format('otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1{
	font-family: 'headerFont', sans-serif;
}
 */


/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif !important;
} */

/* h1{
	font-family:"Abril Fatface",serif !important;
} */

h5{
	 font-family: 'Poppins', sans-serif !important;
	font-size:16px;
	font-weight: 600;
}

h2{
	font-size:35px;
		 font-family: 'Poppins', sans-serif !important;
}

h3{
	 font-family: 'Poppins', sans-serif !important;

}

h4{
	font-size:18px;
	 font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
}

.qodef-woo-product-title{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
}

span{
	 font-family: 'Poppins', sans-serif !important;
	
	font-weight: 600;
}

.section-title, .subheading {
  font-family: 'Poppins', sans-serif !important;
}

p, li {
  font-family: 'Mulish', sans-serif !important;
}

label{
	font-family: 'Mulish', sans-serif !important;
}


#qodef-page-inner{
	padding:0;
}



.qodef-page-title{
	display:none;
}

.custom-height{
	height:450px;
}

.full-height{
	height:100%;
}

#qodef-top-area{
	display:none;
}


.footer-section{
	
    padding: 50px 0;
    background: #fff0dd;

}

.footer-section .container{
	
    width: 1200px;
    margin: auto;

}

.footer-section-cont{
	
    display: flex;
    justify-content: space-between;

}

.footer-logo-section{
	
    width: 15%;
	display: flex;
    flex-direction: column;
    justify-content: center;

}

.footer-logo img{
	
    width: 100%;

}

.footer-middle-section{
	width: 60%;
}

.footer-menu-section{
	
    display: flex;
    justify-content: space-evenly;

}

.footer-social-link-section{
	
    display: flex;
    gap: 15px;
	align-items: center;
    justify-content: center;

}

.footer-social-links{
	
    display: flex;
    align-items: center;
	gap:15px;

}

.footer-social-links a img{
	
    width: 24px;

}

.market-links a img{
	width:60px;
}

.footer-menu h4{
	margin-top:0;
}

.footer-menu-section ul{
	
    list-style: none;
    line-height: 32px;

}

.copyright-section p{
	font-size:12px;
}


/* --- HEADER LAYOUT --- */
.custom-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

/* Logo */
.header-logo img {
  max-height: 70px;
}

/* Navigation */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 35px;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-decoration: none;
  color: #552200;
  font-weight: 500;
  font-size: 16px;
}

.nav-menu li.current-menu-item a {
  color: #000;
  font-weight: 600;
}

/* Icons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-icons a {
  color: #552200;
  font-size: 18px;
}

/* Badge */
.header-badge img {
  max-height: 80px;
}

/* --- MOBILE --- */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #552200;
  display: block;
}

@media (max-width: 991px) {
  .header-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 0;
  }

  .nav-menu.active {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .header-badge {
    display: none;
  }
}

/* === SEARCH POPUP === */
.search-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.96);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.search-popup {
  position: relative;
  width: 90%;
  max-width: 600px;
}

.search-popup .search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 5px 15px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.1);
}

.search-popup .search-field {
  flex: 1;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 10px 15px;
}

.search-popup .search-submit {
  background: none;
  border: none;
  color: #552200;
  font-size: 20px;
  cursor: pointer;
}

.close-search {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 35px;
  color: #552200;
  background: none;
  border: none;
  cursor: pointer;
}

.header-nav{
	display:flex;
	gap:30px;
	width: 86%;
    justify-content: center;
}

#mega-menu-wrap-main-navigation{
	
    width: 90%;

}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title, .qodef-woo-product-list .product-category .woocommerce-loop-category__title{
	bottom:0;
	font-size:18px;
}

#qodef-page-content > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1762424046878.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex > div:nth-child(1) > div > div > div.qodef-shortcode.qodef-m.qodef-section-title.qodef-alignment--left > h1{
	font-size:50px;
	line-height:50px;
}

/* Mobile adjustments */


.header-icons i{
	font-size:24px;
}

@media (max-width: 600px) {
  .search-popup .search-field {
    font-size: 16px;
  }
  .close-search {
    top: -40px;
  }
	.header-nav {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
}
	.vc_row.vc_row-o-full-height {
    min-height: 50vh;
}
	.footer-section .container {
    width: 90%;
    margin: auto;
}
	.footer-section-cont {

    flex-direction: column;
}
	.footer-logo-section {
    width: 100%;
}
	.copyright-section p {
    font-size: 12px;
    text-align: center;
}
	.footer-logo img {
    width: 60%;
}
	.footer-logo{
		text-align:center;
	}
	.footer-menu-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

	.footer-middle-section {
    width: 100%;
}
	.market-links{
		display:none;
	}
	html{
		margin-top:0 !important;
	}
	.vc_custom_1565949371918{
		padding-left:0 !important;
	}
	.vc_custom_1565949268110 {
    padding-right: 0 !important;
}
	#qodef-page-content > div > div > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1762424046878.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex > div:nth-child(1) > div > div > div.qodef-shortcode.qodef-m.qodef-section-title.qodef-alignment--left > h1{
	font-size:24px;
	line-height:30px;
		width:90%;
}
	.qodef-section-title .qodef-m-text {
    line-height: 27px;
    margin: 18px 0 0;
    font-size: 18px !important;
}

}


.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas{
	width:60% !important;
}

/* .mega-sub-menu{
	
    width: 220% !important;
    left: -250px !important;

} */


.qodef-woo-product-list .qodef-woo-product-base-price{
	display:none!important;
}

#qodef-woo-page.qodef--single .entry-summary .product_meta{
	display:none!important;
}

#qodef-woo-page.qodef--single .entry-summary .qodef-social-share{
	display:none!important;
}

/* #qodef-woo-page.qodef--single .woocommerce-tabs{
	display:none!important;
} */

.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-product-title-price-holder {
    display: flex;
    justify-content: center;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
}

.custom-cart-icon {
  position: relative;
  display: inline-block;
  color: #333; /* adjust to your theme color */
  font-size: 22px; /* size of the icon */
}

.custom-cart-icon .cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #e63946; /* red badge */
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 6px;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}


/* .mega-sub-menu{
	
    width: 150% !important;
    left: -17% !important;
    background:white;
} */

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-title-price-holder{
	flex-direction:column;
}

.qodef-content-grid{
	width:100%;
	
}

#qodef-woo-page{
	padding:0 5%!important;
}


.qodef-testimonials-list .qodef-e-content {
    background-color: #fff7e6;
    padding: 10%;
    height: 300px;
}


.qodef-testimonials-list .qodef-e-text{
	
    margin: 15px 0 0px;
    padding-bottom: 1px;
    text-align: left;
    font-size: 14px;
}

.qodef-testimonials-list .qodef-e-title{
	margin: 20px 0 0 0;
    text-align: left;
    font-size: 18px;
}

marquee {
    margin-top: 0px;
    width: 100%;
}

.main-runtext {
    margin: 0 auto;
    overflow: visible;
    position: relative;
    height: 30px;
}

.runtext-container .holder a {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 500;
}

/* .qodef-woo-product-list .qodef-woo-product-inner{
	background: #ffebeb;
} */

.swiper-slide:nth-child(odd) .qodef-woo-product-inner {
    background-color: #e8f3ff;
}

.swiper-slide:nth-child(even) .qodef-woo-product-inner {
    background-color: #ffebeb;
}

ul.products li.product:nth-child(odd) .qodef-woo-product-inner {
    background-color: #e8f3ff;
}

ul.products li.product:nth-child(even) .qodef-woo-product-inner {
    background-color: #ffebeb;
}


.qodef-woo-product-background{
	display:none;
}

.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-ratings{
	display:none !important;
}

.arrow_carrot-up:before {
    content: "\2191";
}

.arrow_carrot-down:before {
    content: "\2193";
}

.qodef-icon-with-text.qodef-layout--before-content{
	
    display: flex;
   
}
	
.qodef-icon-with-text.qodef-layout--before-content {
    margin-bottom: 10px;
}

#tab-title-additional_information{
	display:none;
}


/* number count section */

:root{
    --bg-color:#7a330f; /* brown */
    --overlay: rgba(0,0,0,0.0);
    --accent:#ffffff;
    --muted: rgba(255,255,255,0.75);
    --container-width:1100px;
    --pad:60px;
  }

/* Section */
  .stats-section{
    background-image: url("https://kavirajlifecare.com/wp-content/uploads/2025/11/12.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--bg-color); /* fallback */
    color: var(--accent);
    padding: calc(var(--pad) * 0.7) 20px;
  }

  /* semi overlay so text remains legible */
  .stats-section::before{
    content:"";
    display:block;
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.08);
    pointer-events:none;
  }

  .stats-wrap{
    position:relative; /* so ::before overlay is not applied to whole page */
    max-width: var(--container-width);
    margin: 0 auto;
    text-align:center;
    padding: 30px 20px;
  }

  .kaviraj{
    font-size:34px;
    margin:10px 0 6px;
    font-weight:600;
    color:#fff;
  }

  .looking{
    font-size:28px;
    color: rgba(255,255,255,0.65);
    margin-bottom:40px;
    font-weight:300;
  }

  /* Stats grid */
  .stats-grid{
    display:flex;
    gap:40px;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    margin-top:10px;
  }

  .stat{
    flex:1 1 200px;
    min-width:200px;
    padding: 20px;
	  display: flex;
    flex-direction: column;
    align-items: center;
  }

  .stat .number{
    font-size:40px;
    font-weight:700;
    line-height:1;
    margin-bottom:10px;
    color:#fff;
    transition: transform .3s;
	      border: 5px solid #9f6e4a;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  /* Label under number */
  .stat .label{
    font-size:20px;
    color: rgba(255,255,255,0.95);
    text-transform:none;
    letter-spacing:0.02em;
  }

  /* ensure good spacing on small screens */
  @media (max-width:900px){
    .kaviraj{ font-size:28px; }
    .looking{ font-size:22px; }
    .stat .number{ font-size:48px; }
    .stats-grid{ gap:18px; }
  }

  @media (max-width:520px){
    .kaviraj{ font-size:22px; }
    .looking{ font-size:18px; margin-bottom:20px; }
    .stat .number{ font-size:38px; }
    .stats-grid{ align-items:center; }
  }

  /* small decorative left-right florals styling: keep it subtle */
  .stats-wrap::before,
  .stats-wrap::after{
    content:"";
    position:absolute;
    top:40%;
    width:180px;
    height:180px;
    background-repeat:no-repeat;
    background-size:contain;
    opacity:0.18;
    pointer-events:none;
  }
  .stats-wrap::before{ left:0; transform:translateX(-30%); background-image:none; }
  .stats-wrap::after{ right:0; transform:translateX(30%); background-image:none; }

  /* utility */
  .sr-only{
    position:absolute !important;
    height:1px; width:1px;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
    white-space:nowrap;
  }

/* number count section */

.aigpl-img-count{
	display:none;
}

.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text{
	width:100%;
}

var{
	font-family:unset;
}

.kaviraj-group-sec-1-cont{
	
    display: flex;
    justify-content: space-between;

}

.kaviraj-group-sec-1-left{
	
    width: 48%;

}

.kaviraj-group-sec-1-left h2{
	
    font-weight: 700;
    color: #7f3206;

}

.kaviraj-group-sec-1-right{
	
    width: 48%;

}

.kaviraj-group-sec-1-right-image{
	
    height: 450px;

}

.kaviraj-group-sec-1-right-image img{
	
    height: 100%;
    object-fit: cover;
    width: 100%;

}

.herbals-section{
	height:560px;
}

.kaviraj-group-sec-2-cont{
	
    display: flex;
    justify-content: space-between;

}

.kaviraj-group-sec-2-left{
	
    width: 48%;

}

.kaviraj-group-sec-2-right{
	
    width: 48%;

}

.kaviraj-group-sec-2-left h2{
	
    font-weight: 600;
    color: #7f3206;

}

@media all and (max-width:768px){
	.header-nav {
    display: flex;
    gap: 30px;
    width: 70%;
    justify-content: center;
}
	.kaviraj-group-sec-1-cont{
		flex-direction:column;
	}
	.kaviraj-group-sec-1-left {
    width: 100%;
}
	.kaviraj-group-sec-1-right {
    width: 100%;
}
	.kaviraj-group-sec-2-cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	.kaviraj-group-sec-2-left {
    width: 100%;
}
	.kaviraj-group-sec-2-right {
    width: 100%;
}
	    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text .qodef-m-text {
        text-align: center;
    }
}


.wc-block-cart__submit-button{
	    background: #7f3206;
    color: white;
}

.policy-page-section{
	
    display: flex;
    justify-content: center;
    padding: 50px 0;

}

.policy-page-conent{
	
    width: 90%;

}

.policy-page-conent h2{
	font-size:26px;
}

.policy-page-conent h3{
	font-size:20px;
}

.policy-page-conent h4{
	font-weight:500;
}

.policy-links a{
	
    color: grey;
    font-size: 14px;
    font-weight: 600;

}

@media all and (max-width:768px){
	.policy-links{
		
    flex-direction: column;
    gap: 0;
    margin: 15px 0;

	}
}

#qodef-woo-page.qodef--single .entry-summary .woocommerce-product-details__short-description p strong{
	color: #244263;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p strong{
	color: #244263;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description strong{
	color: #244263;
}

a:hover, p a:hover {
    color: #244262;
}

.woocommerce-pagination .prev{
	display:none;
}

.woocommerce-pagination .next{
	display:none;
}

.footer-menu ul li p{
	color:#244262;
}

.number::after {
  content: "+";
  font-size: inherit;
  color: inherit;
}
