html {
    font-size: 16px !important;
  }
  body {
    color: #442007 ;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  p, li {
      letter-spacing:0.2px;
  }
  h1,
  h2,
  h3,
  h3 span,
  h4,
  h5,
  h6,
  h1 span {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
  }
  a {
    text-decoration: none !important;
  }
  .home .main-container {
    position: unset !important;    
  }
  
  .main-container {
      position: relative;
         top: 4rem;  
  } 
/*  .post-type-archive-product .main-header.scrolled .main-logo, .postid-77 .main-header .main-logo{*/
/*   width: 7rem;*/
/*    max-width: unset !important;*/
/*}   */
/*.post-type-archive-product .main-header, .postid-77 .main-header{*/
/*    background-color: #442007  !important; */
/*}  */
/*  .page-id-102 .main-logo{  */
/*    width: 10rem;*/
/*    transition: all 0.3s ease; */
/*  } */

  
  .main-logo{
    width: 8rem;
    transition: all 0.3s ease;
        max-width: unset; 
  } 
  .home .main-header .main-logo{
    width: 8rem !important;
} 
.home .main-header.scrolled .main-logo{
    width: 5rem !important;
}
   .main-header .main-logo{
    width: 5rem;
} 
  footer .main-logo{
      width: 10rem !important;
  }
 
  .btn-primary, .wc-block-cart .wc-block-cart__submit-button{
    /*background-color: #55C233 !important;*/
    background-color: #FDD78A !important;
    /*color: #442007  !important;*/
    color: #442007 !important; 
    border-radius: 60px;
    /*border: 1px solid #55C233;*/
    border: 1px solid #FDD78A;
    font-weight: 700;
    z-index: 1;
    position: relative;
    padding: 0.5rem 1.5rem;
        transition: all .3s ease-in-out;
  }

    .btn-primary:hover{
        background-color: #fff !important;
        /*color: #442007  !important; */
        color: #442007 !important;
        border: 1px solid #FDD78A; 
        font-weight: 700;
        z-index: 1;
        position: relative;
        transform: translateY(-2px); 
    }

    .btn-secondary {
        /*background-color: #442007 ;*/
        background-color: #442007;
        color: #fff !important;
       border-radius: 60px;
        border: 1px solid #442007;
        font-weight: 700;
        z-index: 1;
        position: relative;
        padding: 0.5rem 1.5rem;
        transition: all .3s ease-in-out; 
    }
    
    .btn-secondary:hover { 
        background-color: #fff;
        color: #442007 !important;
        border: 1px solid #442007;
        transform: translateY(-2px); 
    }

    .btn:focus-visible, .btn:active{
        background-color: #FDD78A !important;
        color: #442007 !important;
        border: 1px solid #FDD78A !important;
        outline: 0;
        box-shadow: unset;
    } 
    
    .single_add_to_cart_button:hover {
        color: #000 !important;
    }
    .wc-block-cart-item__remove-link:hover {
   color: #000 !important; 
}
    
     a.button:not(.has-background), .wp-block-button .wp-block-button__link:not(.has-background), .wp-block-button__link:not(.has-background), .wp-block-search .wp-block-search__button:not(.has-background), input[type="button"]:not(.has-background), input[type="reset"]:not(.has-background), input[type="submit"]:not(.has-background), .comments-area .comment-reply-link:not(.has-background), .emoza-sc-product-quantity, .wc-block-components-quantity-selector__button--plus, .wc-block-components-quantity-selector__button--minus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
        
     background-color: #442007 !important;
        color: #fff !important;
        border: 1px solid #442007;
    }
    
  .custom-shape-divider-top-1746886294 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1746886294 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 56px;
}

.custom-shape-divider-top-1746886294 .shape-fill {
    fill: #FFFFFF;
} 
    /* Navbar Styles */
    #menuToggle {
        
        background: transparent !important;
    }
    .main-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        transition: background-color 0.3s ease;
    }

    .main-header.scrolled, .page-id-8 .main-header {
        /*background-color: #442007 ;*/
        background-color: #442007;
    }

    .navbar-nav {
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .main-header .nav-link {
        font-size: 1.25rem;
        color: #fff;
    }

    .main-header .nav-link:hover,
    .main-header .nav-link.active {
        /*color: #55C233 !important;*/
        color: #FDD78A !important;
    }
    
    
    
    .main-header .nav-link {
      position: relative;
    }
    .main-header .nav-link:before,
    .main-header .nav-link:after {
      content: '';
      position: absolute;
      -webkit-transition: all 0.40s ease-in-out;
      -moz-transition: all 0.40s ease-in-out;
      -o-transition: all 0.40s ease-in-out;
      -ms-transition: all 0.40s ease-in-out;
      transition: all 0.40s ease-in-out;
    }
    .main-header .nav-link:before {
      left: 10%;
      bottom: 0;
      width: 80%;
      height: 1px;
      background: currentcolor;
      transform: scaleX(0);
    }
    .main-header .nav-link:hover:before {
      transform: scaleX(1);
    } 

    /* Change Hamburger to X */
.navbar-toggler {
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

/* Hamburger Icon */
.menu-icon {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
    position: relative;
    transition: 0.3s;
}

/* Middle bar of Hamburger */
.menu-icon::before,
.menu-icon::after {
    content: "";
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.menu-icon::before {
    top: -8px;
}

.menu-icon::after {
    top: 8px;
}

    .navbar-toggler.open .menu-icon {
        background: transparent;
    }
    
    .navbar-toggler.open .menu-icon::before {
        transform: rotate(45deg);
        top: 0;
    }
    
    .navbar-toggler.open .menu-icon::after {
        transform: rotate(-45deg);
        top: 0;
    }
    .navbar-toggler:focus{
        box-shadow: unset !important;
    }
    .full-height-menu {
        position: fixed;
        top: 86px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: #442007 ;
        color: #fff;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1000;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-direction: column;
    }
      
      .full-height-menu.show {
        transform: translateX(0);
      }
      
      .full-height-menu .menu-items {
        list-style: none;
        padding: 0;
        text-align: center;
      }
      
      .full-height-menu .menu-items li {
        margin: 15px 0;
      }
      
      .full-height-menu .menu-items li a {
        color: #fff;
        text-decoration: none;
        font-size: 1.5rem;
        transition: color 0.3s ease;
      }
      .full-height-menu  a{
        font-size: 1.5rem !important;
      }
      .full-height-menu .menu-items li a:hover{
        color: #442007;
      }
        .full-height-menu .menu-items li {
            padding-bottom: 1rem;
        }
      .main-header.opened{
        background-color: #442007 ;
      }
      
    /* Banner Section */
   
    .banner {
        position: relative;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        overflow: hidden;
        padding-top: 5rem;
    }
    
    
    .banner h1 {
        color: #fff !important;
    }

    .banner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .banner h1 {
        font-size: 3.25rem;
        font-weight: bold;
        z-index: 1;
        position: relative;
    }

    .banner p {
        font-size: 1.25rem;
        margin-bottom: 20px;
        z-index: 1;
        position: relative;
        padding: 0.5rem 0;
    }

    .play-button {
        background-color: #442007 ;
        border: none;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 2rem;
        position: relative;
        overflow: hidden;
        z-index: 1;
      }
    
      .pulse-button {
        display: block;
        width: 100px;
        height: 100px;
        font-size: 1.3em;
        font-weight: light;
        text-transform: uppercase;
        text-align: center;
        line-height: 100px;
        letter-spacing: -1px;
        color: white;
        background-color: #442007 ;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 20px rgba(24, 30, 58, 0.7);
        animation: pulse 1.5s infinite;
        z-index: 1;
        position: relative;
      }
    
      /* .pulse-button:hover {
        animation: none;
      } */
    
      @keyframes pulse {
        0% {
            transform: scale(0.9);
          }
          70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(225, 226, 233, 0.3);
          }
          100% {
            transform: scale(0.9);
            box-shadow: 0 0 0 0 rgba(143, 147, 180, 0.8);
          }
      }
    
header a:focus {
    outline: none !important;
}


.our-story {
  background-color: #f9f7f2;
  position: relative;
  overflow: hidden;
}

.our-story:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9f5e9"><path d="M12 0l2.47 7.97h7.99l-6.53 4.96 2.47 7.98-6.4-4.96-6.4 4.96 2.47-7.98-6.53-4.96h7.99z"/></svg>') no-repeat;
  opacity: 0.1;
  top: -50px;
  left: -50px;
  transform: rotate(15deg);
  z-index: 0;
}

.story-image {
  border-radius: 10px;
  overflow: hidden;
}
.lead { 
    font-weight: 400;
}
.experience-badge {
  position: absolute;
  bottom: 50%;
  right: 40px; 
  background: linear-gradient(45deg, #4CAF50, #8BC34A);
  color: white;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: 5px solid white;
}

.experience-badge .years {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.experience-badge .text {
  font-size: 0.9rem;
  font-weight: 500;
}

.section-heading .subtitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.section-heading .title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #442007 ;
}

.heading-divider {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.divider-line {
  height: 2px;
  background-color: #4CAF50;
  flex-grow: 1;
  opacity: 0.5;
}

.heading-divider i {
  margin: 0 15px;
  font-size: 20px;
}

.founder-signature .signature-img {
  opacity: 0.8;
} 



.what-makes-us-special {
  background-color: #ffffff;
  position: relative;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 2.5rem 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  z-index: 1;
}

.feature-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  /*background: linear-gradient(45deg, rgba(76, 175, 80, 0.1), rgba(139, 195, 74, 0.1));*/
  background: linear-gradient(45deg, rgba(136, 85, 36, 0.1), rgba(253, 215, 138, 0.1));
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 15px;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-card:hover:before {
  height: 100%;
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  /*background: linear-gradient(45deg, #4CAF50, #8BC34A);*/
      background: linear-gradient(45deg, #442007, #8B5A2B); 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  /*box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);*/
   box-shadow: 0 8px 20px rgba(68, 32, 7, 0.4); 
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.feature-card p {
  color: #666;
  margin-bottom: 0;
}

.btn-success {
  /*background: linear-gradient(45deg, #4CAF50, #8BC34A);*/
  background: linear-gradient(45deg, #442007, #8B5A2B);
    color: #fff !important;
  border: none;
  box-shadow: 0 5px 15px rgba(68, 32, 7, 0.4);
  transition: all 0.3s ease;
  border: 1px solid #442007;
}

.btn-success:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(68, 32, 7, 0.4);
  /*background: linear-gradient(45deg, #43A047, #7CB342);*/
color: #442007 !important;
background: #fff !important;    
border: 1px solid #442007;
}
 
 
 
 
 .health-benefits-section {
  background-color: #f7fcf7;
  position: relative;
}

.health-benefits-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e9f5e9"><path d="M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM9 17.5h-2v-11h2v11zm4 0h-2v-11h2v11zm4 0h-2v-11h2v11z"/></svg>') no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.benefit-card {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-align: center;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(45deg, #4CAF50, #8BC34A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.benefit-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.comparison-wrapper {
  background-color: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.comparison-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.milk-types-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.milk-type {
  text-align: center;
}

.milk-image {
  position: relative;
/*   padding: 10px; */
	padding: 2rem 6rem;
}

.milk-image img {
  border-radius: 50%;
  border: 5px solid #f0f0f0;
}

.a2-milk .milk-image img {
  border-color: rgba(76, 175, 80, 0.2);
}

.milk-label {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #444;
}

.milk-vs {
  font-size: 24px;
  font-weight: 700;
  color: #999;
  padding: 0 15px;
}

.comparison-table-container {
  overflow-x: auto;
  margin: 2rem 0;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px; 
}

.comparison-table th, 
.comparison-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.comparison-table th {
  background-color: rgba(76, 175, 80, 0.1);
  color: #333;
  font-weight: 600;
}

.comparison-table th:first-child {
  border-top-left-radius: 10px;
}

.comparison-table th:last-child {
  border-top-right-radius: 10px;
}

.comparison-table td:last-child {
  color: #4CAF50;
  font-weight: 500;
}

.comparison-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.comparison-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.comparison-table tr:hover {
  background-color: rgba(76, 175, 80, 0.05);
}

.research-support {
  background-color: rgba(76, 175, 80, 0.05);
  border-radius: 15px;
  border-left: 5px solid #442007;
}

.research-support h4 {
  color: #442007;
  font-weight: 600;
}

.btn-outline-success {
  border: 2px solid #4CAF50;
  color: #4CAF50;
  transition: all 0.3s ease;
}

.btn-outline-success:hover {
  background-color: #4CAF50;
  color: white;
} 



.products-section {
  background-color: #fff;
  position: relative;
}

.product-filter {
  margin-bottom: 30px;
}

.filter-btn {
  background: none;
  border: none;
  padding: 8px 20px;
  margin: 0 5px 10px;
  font-weight: 600;
  color: #666;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.95rem;
}

.filter-btn:hover {
  color: #4CAF50;
}

.filter-btn.active {
  background-color: #4CAF50;
  color: white;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.product-card {
  background-color: #fff;
  border-radius: 15px;
  /*overflow: hidden;*/
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #4CAF50;
  color: white;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
}

.product-badge-new {
  background-color: #2196F3;
}

.product-badge-limited {
  background-color: #FF9800;
}

.product-badge-organic {
  background-color: #8BC34A;
}

.product-thumb {
  position: relative;
  /*overflow: hidden;*/
  /*padding-top: 100%;*/
}

/*.product-thumb img {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  transition: transform 0.5s ease;*/
/*}*/

.product-card:hover .product-thumb img {
  /*transform: scale(1.05);*/
}
.product-card .product-thumb img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-quick-actions {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  opacity: 0;
}

.product-card:hover .product-quick-actions {
  bottom: 20px;
  opacity: 1;
}

.quick-view, .add-to-cart {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.quick-view:hover, .add-to-cart:hover {
  background-color: #4CAF50;
  color: white;
  transform: translateY(-3px);
}

.product-info {
  padding: 20px;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.product-rating {
  margin-bottom: 10px;
  color: #FFB300;
  font-size: 0.9rem;
}

.product-rating span {
  color: #999;
  margin-left: 5px;
}

.product-variants {
  margin-bottom: 15px;
}

.variant {
  display: inline-block;
  padding: 3px 10px;
  background-color: #f5f5f5;
  border-radius: 30px;
  font-size: 0.75rem;
  color: #666;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.current-price {
  font-weight: 700;
  font-size: 1rem;
  color: #4CAF50;
} 

.old-price {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
}

/*@media (min-width: 900px) {*/
/*    .d-md-block {*/
/*        display: block !important;*/
/*    }*/
/*}*/
/*@media (max-width: 900px) {*/
/*    .d-md-none {*/
/*        display: none !important;*/
/*    }*/
/*}*/
 
@media (max-width: 991.98px) {
  .products-container {
    justify-content: center;
  }
  
  .product-item {
    max-width: 300px;
    /*margin: 0 auto;*/
  }
} 

.em-h3:not(.has-text-color), h3:not(.has-text-color) {
    
    color: #442007 !important;
}
    /* footer css */
    footer h4{
        font-size: 1.25rem;
        line-height: 1.5;
        color: #fff !important;
    }
    footer h5 {
        color: #fff !important;
    }
    footer {
    padding: unset !important;
    text-align: left !important;
    }
    .bg-brown {
        position: relative;
        background-color: #895129;
        background-image: url('../images/green-farm.jpg');
        background-size: cover;
        background-position: center;
        color: #fff;
        z-index: 0;
                /*top: 12rem;*/
      } 
      .background-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(139, 69, 19, 0.9); */
            background-color: rgba(68, 32, 7, 0.9);
        z-index: -1;
      }
      footer h5{
        font-weight: 600;
      }
      .quick-links a{
        color: #fff;
        font-size: 1.125rem;
        font-weight: 500;
        text-decoration: none;
        display: flex !important;
        align-items: center;
      }
      .quick-links ul li a {
        position: relative;
        display: flex !important;
        /* padding-left: 20px; */
        transition: all 0.3s ease;
      }
      
      .quick-links ul li a i {
        position: absolute;
        left: 0;
        opacity: 0;
        transform: translateX(-5px);
        transition: all 0.3s ease;
      }
      
      .quick-links ul li a:hover {
        /*padding-left: 20px;*/
      }
      
      .quick-links ul li a:hover i {
        opacity: 1;
        transform: translateX(0);
      }
      

      .cp-rights {
        border-top: 1px solid #fff;
      }
      .cp-rights a{
        color: #fff;
        font-size: 1.125rem;
        font-weight: 500;
        text-decoration: none;
      }
      .cp-rights a:hover{
        color: #FDD78A !important;
      }
.follow-us a{
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.follow-us a:hover i, footer .quick-links a:hover{
    color: #FDD78A !important;
}


footer { position:relative; }
.site-bot-line {
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:24px;
    margin-bottom:-24px;
    z-index:1;
    background-image:url("../images/bot-line.png");background-repeat:repeat-x;
}
.site-bot-line3 {
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:24px;
    margin-bottom:-24px;
    z-index:1;
    background-image:url("../images/bot-line.png");background-repeat:repeat-x;
}
.site-bot-line2 {
    position:absolute;
    bottom:0px;
    right:0px;
    width:100%;
    height:24px;
    margin-top:-24px;
    z-index:1;
    background-image:url("../images/bot-line.png");background-repeat:repeat-x;
    transform: rotate(180deg);
}


/* our story css */
.our-story, .products-section, .our-team{
    background-color: #F4F3E9;
} 

.sub-title{
    font-size: 1.25rem;
    font-weight: 600;
    color: #895129;
}
.our-story p{
    font-size: 1.125rem;
}

.aone-bg-cow {
    position: absolute;
    left: -10px;
    top: 40%;
    transform: translateY(-70%);
    width: 12rem;
    height: 16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.aone-bg-cow2 {
    position: absolute;
    right: 10px;
    top: 10%;
    transform: translateY(-40%);
    width: 15rem;
    height: 16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.parallax-img {
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.our-products {
    position: relative;
    background: url('../images/Milk_splash-removebg-preview\ 1.png') no-repeat center center;
    background-size: cover;
}
/* .our-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    opacity: 0.5; 
    z-index: -1;
  } */
  .our-products::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Adjust this height as per the grass image */
    background: url('../images/Grass-removebg-preview\ 2.png') repeat-x bottom;
    z-index: 1;
    pointer-events: none; /* Ensures it's non-clickable */
}
.product-cow {
  bottom: 0;
  right: 1rem;
  transform: scaleX(-1);
  width: 26rem;
}

.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    animation: fadeInUp 1s ease-in-out;
    /* background: transparent; */
    background: rgba(255, 255, 255, 0.7);
    border: unset;
    text-align: center;
    /* color: #fff; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .product-card .card-title{
    font-weight: 700;
    font-size: 1.5rem;
  }

  .product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px #FDD78Aeb;
    box-shadow: 0 10px 20px #FDD78Aeb;
    /*background: #55c233eb;*/ 
    color: #fff !important;
  }
  .product-card:hover .btn-primary, .product-card:hover .btn-secondary{
    background-color: #fff;
    color: #442007 ;
  }
  .product-card:hover .btn-primary:hover, .product-card:hover .btn-secondary:hover{
    background-color: #fff;
    color: #442007 ;
    border-color: #442007 ;
  }

  .card-img-top {
    transition: transform 0.3s;
    animation: bounceIn 1s ease-in-out;
    width: fit-content;
    margin: auto;
  }

  .product-card:hover .card-img-top {
    transform: scale(1.09) rotate(-15deg) translate(0, -20px) !important;
  }
 
  /* Wrap the image */
.image-container {
  position: relative;
  transition: transform 0.3s;
}

/* Circular background */
.image-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #895129;
  transition: all 0.3s;
  z-index: -1;
  transform: translate(-50%, -50%);
}

/* Expand on hover */
.product-card:hover .image-container::before {
  width: 12rem;
  height: 12rem;
}


  /* why us */
  .bg-green {
    position: relative;
    background-color: #895129;
    background-image: url('../images/why-us.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 0;
  }

.background-overlay2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(139, 69, 19, 0.79); 
        z-index: -1;
      }
  /* benefits */
  .benefits {
    background-color: #F4F3E9;
    background-image: url('../images/pattern-bg.png');
    background-repeat: repeat;
    background-size: auto;
  }

  /* videos */
  .video-module{
    background: url('/wp-content/uploads/2025/05/cow-grazing.png') no-repeat center center;
    background-size: cover;

  }

.custom-shape-divider-top-1747493635 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1747493635 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-top-1747493635 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1747493865 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747493865 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-bottom-1747493865 .shape-fill {
    fill: #FFFFFF;
}
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
      opacity: 0;
      transform: scale3d(.3, .3, .3);
    }
    20% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      transform: scale3d(.97, .97, .97);
    }
    100% {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
  }


  .testimonials {
    background-color: #55C233;
    /* background-image: url('../images/testi-dots.png'); */
    background-image: url(../images/product-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  .testimonials::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(85, 194, 51, 0.6); /* green with transparency */
    z-index: -1;
}

  .overlay-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #54c233cb;
    z-index: 0;
}
.testimonial-card .card{
  padding: 2rem 1rem 0;
  color: #895129;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.testimonial-card .card-body{
  font-size: 1.25rem;
  font-weight: 600;
}

.fa-star-of-life {
  position: absolute;
  top: 0px;
  left: -10px;
  font-size: 3rem;
  z-index: 1;
}

.testimonial-slider .slick-prev {
    right: 5rem;
    position: absolute;
    top: -2rem;
}
.testimonial-slider .slick-next{
  right: 2rem;
  position: absolute;
  top: -2rem;
}
.testimonial-slider .slick-arrow{
padding: 0.5rem 1rem;
width: fit-content;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border: unset;
background-color: #442007 ;
color: #fff;
border-radius: 50%;
}

.testimonial-card h5 {
  color: #442007 ;
}
.testimonial-card h6{
  color: #442007 ;
}
.testimonial-text{
  height: 12rem;
  overflow-y: scroll;
}
.testimonial-text::-webkit-scrollbar {
  width: 0.35rem;
  /* Adjust the width of the scroll bar */
 }
 
 .testimonial-text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Background color of the scroll bar track */
 }
 
 .testimonial-text::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  /* Color of the scroll bar thumb */
 }
 
 .testimonial-text::-webkit-scrollbar-thumb:hover {
  background-color: #555;
 }


/* gallery */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
  overflow: hidden; 
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.grid-wrapper > div > img:hover{
  transform: scale(1.2);
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

.text-success{
  color: #55C233 !important;
}

/* meet the team css */
.bg-team {
  position: relative;
  background-color: #895129;
  background-image: url('/wp-content/uploads/2025/05/cow-grazing.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 0;
}
.team-card {
  transition: transform 0.3s, box-shadow 0.3s;
  animation: fadeInUp 1s ease-in-out;
  background: transparent;
  border: unset;
  text-align: center;
  color: #fff;
    box-shadow: 0 10px 20px #FDD78Aeb;
  position: relative;
  border-radius: 30px;
      backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px);
  
}


.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.team-image:hover img {
  transform: scale(1.1);
}

/* Overlay Effect */
.overlay-team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 80%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-image:hover .overlay-team {
  opacity: 1;
}
.team-details h6, .team-details h3, .pro-title{
    color: #fff !important;
}

.page-id-100 .team-details h6, .page-id-100 .team-details h3 {
    color : #442007 !important;
}
/* Social Icons Overlay */
.social-icons {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.social-icons a {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  background: #55C233; /* Blue color on hover */
  color: white;
}

/* Show overlay and icons on hover */
.team-image:hover .social-icons {
  opacity: 1;
}



/* blogs css */
.blog-card {
  background: transparent;
  border: unset;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
}
.blog-card .blog-image{
  overflow: hidden;
}
.blog-card img {
  transition: all 0.3s ease-in-out;
}
.blog-card:hover .blog-image img{
  transform: scale(1.1);
}

.blog-card h4 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.5rem; /* Adjust based on font-size */
}

.blog-card p {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2; /* Limits text to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3rem; /* Adjust based on font-size */
}

.blog-card a{
  color: #55C233;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.blog-card a:hover{
  color: #442007 ;
}


.logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background: #fff;
}

.logo-slider div {
  text-align: center;
}

.logo-slider img {
  max-width: 150px; /* Adjust as needed */
  height: auto;
  margin: 0 auto;
}




/*faq css*/

 .faq-section {
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      padding: 80px 0;
      border-radius: 15px;
    }
    .faq-title {
      color: #2b5d34;
      font-weight: 700;
      margin-bottom: 50px;
      position: relative;
    }
    .faq-title::after {
      content: "";
      width: 70px;
      height: 3px;
      background: #8bc34a;
      position: absolute;
      bottom: -15px;
      left: 0;
    }
    .faq-title::before {
      content: "";
      width: 70px;
      height: 3px;
      background: #8bc34a;
      position: absolute;
      bottom: -15px;
      right: 0;
    }
    .faq-card {
      border: none;
      background-color: transparent;
      margin-bottom: 20px;
    }
    .faq-header {
      border: none;
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }
    /*.faq-header:hover {*/
    /*  transform: translateY(-3px);*/
    /*}*/ 
    .faq-button {
      width: 100%;
      text-align: left;
      font-weight: 600;
      color: #2b5d34;
      padding: 20px;
      position: relative;
      border: none;
      background-color: transparent;
    }
    .faq-button:focus {
      box-shadow: none;
    }
    .faq-button .icon {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.3s;
      color: #8bc34a;
    }
    .faq-button:not(.collapsed) .icon-plus {
      display: none;
    }
    .faq-button.collapsed .icon-minus {
      display: none;
    }
    .faq-body {
      padding: 5px 20px 20px;
      line-height: 1.8;
      background-color: #ffffff;
      border-radius: 0 0 10px 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    .cow-icon {
      margin-right: 15px;
      color: #8bc34a;
    }
    .milk-badge {
      background-color: #e8f5e9;
      color: #2b5d34;
      font-weight: 600;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 0.8rem;
      margin-left: 10px;
    }
    .faq-container {
      position: relative;
      overflow: hidden;
    }
  
 .faq-section .accordion button:not(.has-background) {
    color: #442007  !important;
    background: #fff !important;
}

/*button:not(.has-background):hover {*/
/*    background-color: unset !important;*/

/*}*/

        /* media queries */
        @media (max-width: 768px) {
            html{
                font-size: 14px !important;
            }
            .home .main-header .main-logo {
    width: 5rem !important;
} 
            .main-logo {
                width: 5rem !important;
            }
            .product-cow {
              width: 12rem;
          }
          .aone-bg-cow{
            top: 0;
          }
          .aone-bg-cow2 {
            top: 2%;
            width: 7rem;
            height: 8rem;
        }
        .pulse-button {
          display: block;
          width: 70px;
          height: 70px;
          font-size: 1.3em;
          font-weight: light;
          text-transform: uppercase;
          text-align: center;
          line-height: 70px;
          letter-spacing: -1px;
          color: white;
          background-color: #442007 ;
          border: none;
          border-radius: 50%;
          cursor: pointer;
          box-shadow: 0 0 20px rgba(24, 30, 58, 0.7);
          animation: pulse 1.5s infinite;
          z-index: 1;
          position: relative;
      }
      .cart-count {
              top: 2px !important;
              left: 78% !important;
                  padding: 7px 6px;
      }
      
      .heading-divider {
              margin-bottom: 10px !important;
      }
      .milk-badge {
              display: inline-block;
    margin-top: 0.5rem;
      }
      .contact-section .social-links {
         margin-top: 3rem !important;
         margin-bottom: 2rem;
      }
			.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-left {
    margin-right: 0 !important;
}
			.banner h1 {
    			font-size: 2.5rem;
			}
        }

    @media screen and (min-width: 1400px){
        html{
            font-size: 18px !important;
        }
        .container{
            max-width: 85% !important;
        }
        
    }

    #why-sahiwal {
      position: relative; /* Ensure the image can move relative to its container */
      will-change: transform; /* Optimize for animation */
    }
    
    
    .woocommerce .quantity .qty {
/*     width: 7rem !important; */
    text-align: center;
    border: 1px solid #efefef !important;
    padding: 0.5rem !important;  
} 

.variations tr {
 display: flex;
 flex-direction: column; 
} 
.variations tr .value select{
    padding: 1rem 3rem !important;
     border: 1px solid #efefef !important;
     border-radius: 50px; 
} 
#main-product-image {
width: 20rem !important;
height: 20rem; 
}
/* .woocommerce div.product { */
/*    padding-top: 8rem !important;*/
/*}*/

 


.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 10px 15px;
	color: #333 !important;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #442007;
	color: #fff !important; 
}
 .woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100% !important;   
 }
 .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff !important;
  /*background-color: rgb(24, 30, 58) !important; */
  background-color: rgb(68, 32, 7) !important;
 } 
 .woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0 !important;
}



/* .outofstock .woocommerce-loop-product__title::after {
  content: "Coming Soon";
  display: inline-block;
  background-color: #a65c1b;
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  margin-left: 10px;
  border-radius: 3px;
} */


.coming-soon-ribbon {
  position: absolute;
  top: 12px;
  left: -40px;
  background: #dc3545; /* Bootstrap danger red */
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px 20px;
  transform: rotate(-45deg);
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  pointer-events: none;
} 

.single-product .site-main>.product>section.products:last-child {
    margin-bottom: unset !important;
}

#pincheck_wrapper .pincheck_inner .button {
    background-color: #442007 !important;
    color: #fff !important;
     border: 1px solid #442007 !important;
}
#pincheck_wrapper .pincheck_inner .button:hover, .wc-block-components-shipping-calculator-address__button:hover, #place_order:hover, .wc-block-components-checkout-place-order-button:hover {
    background-color: #fff !important;
    color: #442007 !important;
    border: 1px solid #442007 !important;
}

.reviews_tab {
    display: none !important;
}

.woocommerce-cart tbody tr:not(.woocommerce-cart-form__cart-item), .woocommerce-cart tbody tr:not(.woocommerce-cart-form__cart-item) td {
    border-color: #cccccc !important;
}

.cart-layout1 table td, .cart-layout1 table th, .cart-layout1 table tr {
    padding: 10px;
    border: 1px solid #cccccc !important;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 1rem !important;
} 
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding: 1rem !important;
    text-align: center;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    
    padding: 1rem !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 1rem !important;
    white-space: nowrap;
}
.wc-block-cart__submit-button {
    margin-top: 1rem; 
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #fff !important;
}

.checkout-wrapper {
    margin-left: 0 !important;
    max-width: 100% !important;
}

.checkout-main input {
    width: 100%;
    border: unset;
    background: #dee2e6;
    border-radius: 12px;
    margin-top: 1rem;
}
/* .form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 red;
} */

.checkout_coupon.woocommerce-form-coupon>p:first-child {
    width: max-content;
}
.woocommerce-page .select2-container .select2-selection--single, .woocommerce .select2-container .select2-selection--single {
     width: 100%;
    border: unset;
    background: #dee2e6;
    border-radius: 12px;
}
#pincheck_wrapper .pincheck_inner input {
    margin-top: unset !important;
}
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button__text:hover{
    background: unset !important;
    border: unset !important;
}
.woocommerce-billing-fields label {
    font-weight: 700;
}
.woocommerce-account.logged-in .entry-content>.woocommerce .button {
 margin-bottom: 1rem;
}
.order-actions-button {
    margin-right: 1rem;
}
.woocommerce-customer-details .woocommerce-column, .woocommerce-MyAccount-content .woocommerce-Address{
    width: 100% !important;
}
.wc-block-cart-item__remove-link{
        background: transparent !important;
    color: #000 !important;
}

.wc-block-grid__product.product-grid {
   background-color: #fff;
  border-radius: 15px;
  /*overflow: hidden;*/
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03); 
} 


.masonry-grid {
    column-count: 3;
    column-gap: 1.5rem;
    padding-top: 2rem;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.masonry-item:hover {
    transform: scale(1.03);
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry-grid {
        column-count: 3;
		    column-gap: 1rem;
    }
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
} 

.wc-block-components-checkout-place-order-button, .product-gallery-summary .emoza-single-addtocart-wrapper .button {
        background-color: #442007 !important;
    color: #fff !important;
    border: 1px solid #442007; 
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
}

.nav-item .ws-svg-icon {
    display: none !important;
}


.testimonials-section {
    background-color: #fdd78a42;
    position: relative;
    overflow: hidden;
  }
  
  .testimonials-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e0e0e0' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    z-index: 0;
  }
  
  .testimonials-section .container {
    position: relative;
    z-index: 1;
  }
  
  /* Section Heading Styles */
  .section-heading .subtitle {
    color: #4CAF50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }
  
  /*.section-heading .title {*/
  /*  font-size: 36px;*/
  /*  font-weight: 700;*/
  /*  margin-bottom: 20px;*/
  /*  color: #333;*/
  /*}*/
  
  .heading-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    max-width: 180px;
  }
  
  .divider-line {
    height: 2px;
    background-color: #e0e0e0;
    flex-grow: 1;
  }
  
  .heading-divider i {
    font-size: 18px;
    color: #4CAF50;
    margin: 0 15px;
  }
  
  .section-heading .lead {
    font-size: 1.25rem;
  }
  
  /* Testimonial Cards */
  .testimonials-slider {
    padding: 30px 15px;
  }
  
  .testimonial-item {
      padding: 1.5rem; 
  }
  
  .testimonial-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  }
  
  .quote-icon {
    position: absolute;
    top: 5px;
    left: 2rem;
    font-size: 2rem;
    color: rgba(76, 175, 80, 0.15);
  }
  
  .testimonial-content {
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  
  .testimonial-content p {
      font-size: 1.25rem;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 3px solid rgba(76, 175, 80, 0.3);
    height: 9rem !important;
  }
  
  .rating {
    margin-bottom: 15px;
  }
  
  .rating i {
    color: #FFD700;
    font-size: 14px;
    margin-right: 2px;
  }
  
  .testimonial-author {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
  }
  
  .author-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
  }
  
  .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .author-info h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
  }
  
  .author-info span {
    display: block;
    font-size: 14px;
    color: #4CAF50;
    font-weight: 600;
  }
  
  .author-info small {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 3px;
  }
  
  
  .testimonials-slider .slick-prev {
    right: 5rem;
    position: absolute;
    top: -2rem;
}
.testimonials-slider .slick-next{
  right: 2rem;
  position: absolute;
  top: -2rem;
}
.testimonials-slider .slick-arrow{
padding: 0.5rem 1rem;
width: fit-content;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border: unset;
background-color: #442007 ;
color: #fff;
border-radius: 50%;
}

  @media (max-width: 767px) {
    .section-heading .title {
      font-size: 28px;
    }
    
    .testimonial-card {
      padding: 20px;
    }
    
    .testimonial-content p {
      font-size: 14px;
    }
    .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal::before {
        position: unset;
        width: 80px !important;
	  }
	  .shopengine-table__body-item--td.product-subtotal, .shopengine-table__body-item--td.product-price {
		 display: flex;
    align-items: center;
    justify-content: space-between !important; 
	  }
	  .shopengine-table__body-item--td.product-quantity {
		  padding-top: 1rem; 
	  }
	  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
		     display: flex;
    flex-direction: column;
/*     align-items: flex-end;  */
		  align-items: normal; 
	  }
	  .woocommerce-account.logged-in .entry-content>.woocommerce .button {
    margin-bottom: 1rem;
    width: 8rem;
    text-align: center;
}
	  .products-container .product-item {
		        margin-bottom: 2rem;  
	  }
	  .wp-block-columns .wp-block-column.gutenova-block-column.block-219e9c43-2b1b-4918-b937-1e7351764fa1 {
		      background-color: #f9fafb;
    padding-top: 0 !important;
    padding-right: 10px !important;
    padding-bottom: 0 !important;
    padding-left: 10px !important;
	  }
  }

.blogs .pro-title, .gallery h2, .faq-section h2{
	color: #442007 !important; 
}

.is-large .wc-block-checkout__sidebar.is-sticky {
	top: 120px !important;
}

[data-sticky-states].is-sticky--top>[data-sticky-states-inner] {
    top: 70px !important;
}
.woocommerce-error li {
	color: red !important;
}
.page-id-7 .emoza-quantity-plus, .page-id-7 .emoza-quantity-minus, .page-id-7 .emoza-quantity-minus.show, .page-id-7 .emoza-quantity-plus.show {
		display: none !important;
	}
.woocommerce-cart .cart_totals {
	margin-top:0 !important;
}

	.wp-block-columns .wp-block-column.gutenova-block-column.block-219e9c43-2b1b-4918-b937-1e7351764fa1 {
		    flex-basis: calc(60%) !important;
	}

    .woocommerce-shipping-calculator {
        position: relative;
        width: 100% !important;
        left: 0 !important;
    }

.cart_totals .woocommerce-shipping-calculator, .shopengine-woocommerce-info::before{
		display: none !important;
	}
#block-4c07db66-bab3-4877-9d9d-ece5b91d9c4c .shopengine-cart-table .shopengine-table__footer .shopengine-footer-button:hover {
	background-color: #442007 !important;
}
#block-4c07db66-bab3-4877-9d9d-ece5b91d9c4c .shopengine-cart-table .shopengine-table__footer .shopengine-footer-button {
	color: #fff !important;
	background-color: #442007 !important;
}
#block-4c07db66-bab3-4877-9d9d-ece5b91d9c4c .shopengine-cart-table .shopengine-table__footer i, #block-4c07db66-bab3-4877-9d9d-ece5b91d9c4c .shopengine-cart-table .shopengine-table__footer a {
    color: #fff !important;
}

.page-id-7 .woocommerce-notices-wrapper {
	    margin: 0 0 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
}

#coupon_code.vi-wcaio-coupon-code {
	min-height: unset !important;
	    height: 30px;
}
.qlwapp__button{
	width: 40px; 
	padding: unset !important;
}
/* #block-4c07db66-bab3-4877-9d9d-ece5b91d9c4c .shopengine-cart-table .shopengine-table__body {
    border-style: solid;
    border-width: 0 0px 1px 0px;
    border-color: #cccccc;
} */
.shopengine-widget .shopengine-cart-table .shopengine-table__body-item {
	    border-bottom: 1px solid #cccccc;
    padding-bottom: 1.5rem;
}

.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle::before {
    font-family: "Font Awesome 6 Free" !important; /* or 5 Free depending on version */
    font-weight: 900; /* solid style */
    content: "\f078" !important; /* unicode for chevron-down */
    color: #101010;
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1.5em;
    left: unset;
    pointer-events: none;
}

.shopengine-checkout-coupon .form-row.form-row-last button{
	    background-color: #FDD78A !important;
    color: #442007 !important;
}

.fc-place-order-button{
		color: #fff !important;
	background-color: #442007 !important;
	border: 1px solid #442007 !important;
}
.show-password-input {
	position: relative; 
}
.show-password-input::before {
    font-family: "Font Awesome 6 Free"; /* or "Font Awesome 5 Free" if using v5 */
    font-weight: 900; /* 900 = solid icons */
    content: "\f06e"; /* Unicode for 'eye' icon */
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: absolute; /* Adjust as needed */
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.show-password-input.display-password::before {
    content: "\f070"; /* fa-eye-slash */
}

.woocommerce-tabs ul.tabs {
	display: flex;
/* 	justify-content: space-between;  */
}

@media (max-width: 768px) {
	.woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-between;
}
	.ws-svg-icon {
		display: none; 
	}	
}

/* .fw-semibold {
	    font-weight: 700; 
} */

.price .sumosubs_plan_message {
	display: none !important; 
}
.woocommerce-variation-price .price .sumosubs_plan_message {
	display: block !important; 
}

.wcj_variable_items_wrapper .variable-item {
	    padding: 0.5rem 1rem !important;
	margin-right: 1rem !important; 
}
.variations_form.cart .variations .label {
    width: 100% !important;
}

#coderockz_woo_delivery_setting_wrapper {
    position: relative;
    padding-top: 1rem !important;
}

/* .single_add_to_cart_button {
    pointer-events: none;
    opacity: 0.5;
}
.pincode-allowed .single_add_to_cart_button {
    pointer-events: auto;
    opacity: 1;
} */

/* .single_add_to_cart_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
} */
 

/* Optional styling for message */
#pincode_msg {
    margin-top: 8px;
    font-weight: 600;
	color: red; 
}

.pincode-allowed #pincode_msg {
	color: green !important;
}

/* Hide Dummy delivery frequency from button swatches */
.variable-item.button-variable-item-Dummy {
    display: none !important;
}

/* Also hide from select dropdown fallback */
select[name="attribute_delivery-frequency"] option[value="Dummy"] {
    display: none !important;
}

a:focus {
    outline: unset !important;
}
#fkcart-floating-toggler[data-position=bottom-left] {
	    left: 16px !important;
    right: auto;
    bottom: 16px !important;
}

.woocommerce-checkout main.main-container {
	top: unset !important;
	    padding-top: 3rem;
}
.woocommerce-form__label-for-checkbox span:not(.required):after {
		display: none !important; 
	}
.woocommerce-form__label-for-checkbox span {
		padding-left: 0 !important
	}

    .woocommerce-account.logged-in .entry-content>.woocommerce .button {
        margin-bottom: 1rem;
        width: auto !important;
        text-align: center;
    }

.testimonials-slider .slick-list{
	padding: 0 6rem;
}
@media (max-width: 767px) {
	.banner {
		    height: 65vh;
	}
	.banner h1 {
		font-size: 2rem !important;
	}
    .elementor-381 .elementor-element.elementor-element-626054f5 {
        padding: 0 !important;
    }
	.comparison-wrapper {
		    padding: 2.5rem 1rem;
	}
	.our-story, .our-mission, .our-farm, .contact-section{
		text-align: center; 
	}
	.heading-divider {
		    max-width: 100% !important;
	}
	.testimonial-item {
    padding: 1.5rem 1rem;
}
	.our-story:before {
		display: none; 
	}
	.blog-banner h1, .contact-banner h1 {
    font-size: 3rem !important;
	}
	.full-height-menu .menu-items li a:hover {
    color: #FDD78A !important;
}
	.testimonials-slider .slick-list{
	padding: 0;
}
	.main-container {
	    top: 2.9rem;	
	}
	.woocommerce-account.logged-in .entry-content>.woocommerce .button {
		    width: 100% !important;
	}
	.woocommerce-order-details .woocommerce-table__line-item td {
		width: 100%; 
	}
	.milk-image {
		    padding: 0rem;
	}
	.health-benefits-section:after {
		display: none;
	}
}

#availableLocations .list-group-item {
	padding: 5px !important;
}

a {
    color: unset;
}

.mfp-iframe-holder .mfp-close {
    background: transparent !important;
}

.elementor-page-title, h1.entry-title {
	text-align: center; 
}
.location-check {
padding-bottom: 2rem !important;	
}