/** Shopify CDN: Minification failed

Line 2431:0 Unexpected "}"

**/
::-webkit-scrollbar {
  display: none;
}

hr {
     margin: 1rem 0;
  }

.product__info-wrapper.grid__item {
    text-align: start;
}

ul.a-unordered-list.a-vertical.a-spacing-mini {
    margin: 0px;
    padding: 0px;
}

.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in{
  text-align: start;
}

.predictive-search__result-group h2{
  font-size: 24px !important;
  color: black;
}


/* .swiper-horizontal {
    background: #f5f5f5;
} */
.newsletter-form__message{
    color:white;
    opacity: 0.9;
}
.swiper-slide{
  margin-right: 0px !important;
}
.menu-drawer__navigation {
  height: auto;           
  overflow-y: auto;       
  max-height: 100vh;      
}

.product-tabs-wrap.active{
  text-align: start;
}

button#ProductSubmitButton-template--16532394934334__main {
    background: #346307;
}

s.price-item.price-item--regular{
  color: red;
}

span.price-item.price-item--sale.price-item--last{
  color: #346307;
  font-size: 28px;
}

.utility-bar.color-scheme-1.gradient.utility-bar--bottom-border{
  background-color:#264b03;
  box-shadow: none;
}
.announcement-bar__message{
  color: #fff;
}

.circle-divider time {
  right:37%;
  top: 6rem;
  position: relative;
  background-color: white;
  border-radius:2rem;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size:1.5rem;
}

.article-template__hero-adapt img {
    border-radius: 50px;
}

.article-template__title{
  text-align:left;
  padding-left:2rem;
}

.header-wrapper{
  background: #346307;
}

.blo-list-title-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom:30px;
}
 
.blo-list-title-desc h2 {
  font-weight: 500;
}
 
.blo-list-title-desc p {
  width: 35%;
}
 
.article-template__hero-adap img{
  border-radius:2rem;
}
 
.blo-list-title-desc h2{
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    text-align:left;
    width:60%
}
 
.article-template__content p{
  text-align:left;
  width:40%;
}

/* blog detail css */
.blo-list-title-desc{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:0px 50px;
  width:content;
}

.media{
  background:transparent;
}

.media img{
  border-radius:50px;
}

.blo-list-title-desc h2{
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    text-align:left;
}

.article-template__content p{
  text-align:left;
  width:100%;
  /* color: black; */
  /* font-size: 5rem; */
  /* font-weight: bold; */
}

/* Header Section Start */
header {
  width: 100vw;
  z-index: 1000;
  border-radius: 3rem;
  color: white;
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease-in-out;
  position:relative;
  top:2rem;
}

a.hero-btn {
    display: flex;
    align-items: center;
    background-color: #a5ad1c;
    justify-content: space-around;
    width: 15rem;
    padding: 0px 0px 0px 10px;
    text-decoration:none;
    border-radius: 50px;
    color:white;
    font-size:14px;
}
    
.hero-btn svg{
  width:4rem;
}

.header__heading-logo-wrapper{
  width:5rem;
}


header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account{
 max-width:75%;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  left:0;
  right:0;
  max-width:75%;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  padding-inline: 1rem !important;
  border-radius: 4rem !important;
}

.hero-slider-wrap {
    position: absolute;
    bottom: 30%;
    left: 5%;
    width: 25%;
}

.hero-slider-part{
    position:relative;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 20px 50px;
}

.hero-slider-wrap p{
  font-size:14px;
  color:#fff;
  opacity:0.6;
}

.header__heading{
  width:6rem;
}

.header__active-menu-item{
  color: white;
}

.header__menu-item{
  color: white;
}

.head-contact-btn{
  background-color:white;
  border-radius:2.5rem;
  font-weight:500;
  text-decoration:none;
  padding:0.8rem 20px;
  color: black;
  font-size:14px;
}

.hero-slider-section {
  position: relative;
  border-radius:50px;
  z-index: 1;
}
/* Header Section End */

/* //////////// catalog page start/////////////// */

#product-grid .grid__item{
  max-width: 30rem;
}
.quick-add__submit{
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: #FAFAFB;
}
.quick-add__submit:after {
  border-top: 1px solid black;
  margin-left:4rem;
  --border-opacity: none;
}
 
.price-item{
  font-size: 1rem;
}
 
.price__container{
  display: flex;
  justify-content: space-between;
}
.quick-add__submit span svg{
  position: relative;
  top: 0.8rem;
  left:1rem;
}
.card__media{
  background-color: #E1E1E1;
}
 
.product-card-wrapper .card {
  width: 100%;
}
 
.product-card-wrapper{
  width: 100%;  
  background-color: #FAFAFB;
  border-radius: 3rem;
}
 
.card__badge span {
  position: relative;
  bottom: 17rem;
  left: 17rem;
}
 
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 80vw;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 0;
}
 
.jdgm-prev-badge__text{
  font-size: 1.5rem;
}
 
.card--card, .card--standard .card__inner{
  border-radius: 6rem;
}
 
.card__media {
  border-radius: 8rem;
}
 
.product-grid {
  display: flex;
  gap: 3rem;
  max-width: 90vw;
}
 
.card__information{
  border-radius: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 
.quick-add__submit:after {
  border-top: 1px solid #E1E1E1;
  width:70%;
  --border-opacity: none;
}
 
.product__info-wrapper.grid__item {
    text-align: start;
}
 
button #ProductSubmitButton-template--16532394934334__main {
    background: #346307;
}
 
s.price-item.price-item--regular{
  color: red;
}
 
span.price-item.price-item--sale.price-item--last{
  color: #346307;
    font-size: 20px;
}
/* //////////// catalog page end/////////////// */

/* Footer Section Start */

/* General Footer Styling */
.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

footer {
  background-color: #000;
  color: #fff;
  font-family: 'Arial', sans-serif;
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
  margin-top:50px;
}

/* Two-column layout */
.footer-part {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-part-left {
  width: 30%;
}

.footer-part-right {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Logo styling */
.footer-part-left figure img {
  max-width: 100px;
  height: auto;
}

.footer-part-left {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer-part-left p{
  color:#fff;
  opacity:0.6;
  font-size:14px;
  width:80%;
  text-align:start;
}

/* Subscription form */
.footer-part-subscription-form {
  width: 100%;
  margin-bottom: 30px;
}

.footer-part-subscription-form h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.newsletter-form__field-wrapper {
  display: flex;
}

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.field__input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  padding: 12px 15px !important;
  width: 70%;
  border-radius: 4px 0 0 4px;
}

.field__label {
  position: absolute;
  left: -9999px;
}

.newsletter-form__button {
  background-color: #fff;
  color: #000;
  height: 40px;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  font-weight: bold;
}

/* Navigation menu */
.footer-part-menu {
  width: 100%;
  margin-top: 20px;
}

.footer-part-menu-ul {
  display: flex;
  list-style: none;
  justify-content:space-between;
  padding: 0;
  margin: 0;
  color:#fff;
  opacity:0.6;
  flex-wrap: wrap;
}

.footer-part-menu-ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer-part-menu-ul li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-part-menu-ul li a:hover {
  opacity: 0.8;
}

/* Main logo styling */
.footer-part-logo {
  text-align: center;
  margin-top: 30px;
}

button#Subscribe {
    box-shadow: inherit;
    background-color: #fff !important;
    padding: 0 15%;
    height: 45px;
    font-weight:500;
}
.footer-part-logo figure img {
  max-width: 100%;
  height: auto;
  filter: brightness(1.1);
}

.footer-part-bottom-left p{ 
  font-size:14px;
  color:#fff;
}

/* Bottom section with copyright and social icons */
.footer-part-bottom-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0px 50px;
}

.footer-part-bottom-social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-part-bottom-social li {
  margin-left: 15px;
}

.footer-part-bottom-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s;
}

.footer-part-bottom-social li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Decorative elements */
.footer-part-logo:before,
.footer-part-logo:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(50, 100, 50, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.footer-part-logo:before {
  top: 20%;
  left: 15%;
}

.footer-part-logo:after {
  bottom: 10%;
  right: 20%;
}

.footer-part-subscription-form h2{
  font-size:48px !important;
  color:#fff;
  margin-bottom:30px !important;
}

/* Footer Section End */


/* About For Auji Karna Section Start */
.image-text-count-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.image-text-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  text-align:start;
}

.image-text-count-left {
  flex: 1;
  max-width: 50%;
}

.image-text-count-left h2 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}

.image-text-count-wrap {
  display: grid;
  text-align:start;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 500px;
  margin:35px 0px;
}

.image-text-count-desc h4 {
  font-size: 40px;
  font-weight: 500;
  margin:0px;
  color: #000000; 
}

.image-text-count-desc p {
  font-size: 16px;
  color: #000000;
  opacity:0.6;
  margin-top: 5px;
}

.image-text-count-btn {
  margin-top: 30px;
  display:flex;
}

.image-text-count-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 20px;
  background-color: #346307;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight:normal;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.image-text-count-btn > a:hover {
  background-color: #294a1f;
}

.image-text-count-btn > a > svg {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 5px;
}

.image-text-count-right {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}

.image-text-count-right figure {
  position: relative;
  width: 80%;
}

.image-text-count-right figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1c300f;
  border-radius: 30% 70% 70% 30%;
  top: 0;
  left: 0;
  z-index: -1;
}

.image-text-count-right img {
  width: 100%;
  display: block;
}
/* About For Auji Karna Section End */

/* ======================================================================== */

/* About Auji Karna Capsule Section Start */
.page-width h2 {
  font-size: 60px;
  margin: 10px 0;
  font-weight:500;
  text-align:start;
  margin-bottom:20px;
}

.home-about-text-section {
  background-color: #ffffff;
  padding: 60px 0;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Desktop & Tablet View - Side by Side */
.home-about-text {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  gap: 40px;
}

/* Left Side - Video */
.home-about-text-left {
  flex: 1;
  max-width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items:center;
}

.home-about-text-left video {
  width: 100%;
  border-radius: 20px;
  display: block;
  height: 100%;
  object-fit: cover;
}

.home-about-text-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

/* Right Side - Text */
.home-about-text-right {
  flex: 1;
  max-width: 50%;
}

.home-about-text-right p {
  font-size: 16px;
  color: #000000;
  opacity:0.6;
  margin-bottom: 20px;
  text-align:start;
}

/* Content Boxes */
.home-about-text-wrap {
  position: relative;
  /* display: flex; */
  align-items: flex-start;
  /* gap: 15px; */
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.home-about-text-wrap figure {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 35px;
  height: 35px;
}

.home-about-text-wrap img {
  width: 100%;
  height: auto;
}

.home-about-text-desc {
  padding-left: 60px; /* Creates space so text doesn't overlap with the icon */
}

.home-about-text-desc h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin: 10px 0px 0px 0px;
  display:flex;
  align-items:center;
}

.home-about-text-desc p {
  font-size: 14px;
  color: #000000;
  opacity:0.6;
  text-align:start;
  margin:10px;
}

/* Button */
.home-about-text-btn {
  margin-top: 30px;
  display:flex;
}

.home-about-text-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 20px;
  background-color: #346307;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.home-about-text-btn > a:hover {
  background-color: #294a1f;
}

.home-about-text-btn > a > svg {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 5px;
}
/* About Auji Karna Capsule Section End */

/* Discover our Product Section Start */

    
/* Discover our Product Section End */

/* Experience Relief With Auji Karna Start */

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.home-icon-text-grid-head {
  margin-top: 30px;
}

.home-icon-text-grid-head > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 20px;
  background-color: #346307;
  color: #ffffff;
  border-radius: 30px;
  font-size: 14px;
  font-weight:normal;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

.home-icon-text-grid-head > a:hover {
  background-color: #294a1f;
}

.home-icon-text-grid-head > a > svg {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 5px;
}


.home-icon-text-grid-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.home-icon-text-grid-head h2 {
  font-size: 60px;
  font-weight: 500;
  color: #000;
}

/* .home-icon-text-grid-head a {
  background: #346307;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
} */

.home-icon-text-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-icon-text-grid-wrap {
  background: white;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.home-icon-text-grid-wrap:hover {
  transform: translateY(-5px);
}

.home-icon-text-grid-wrap figure {
  display: flex;
  justify-content: start;
  align-items: start;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.home-icon-text-grid-wrap h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  text-align:start;
}

.home-icon-text-grid-wrap p {
  font-size: 14px;
  color: #666;
  text-align:start;
}

/* /////////////////////// Some Problems Of Ear Start///////////////////// */
.page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.home-image-title-section {
    display: flex;
    flex-direction: column;
}

.home-image-title-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  margin-top: 3rem;
    /* align-items:end; */
}

.home-image-title-part h2 {
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    text-align:left;
}

.home-image-title-part p {
    max-width: 320px;
    color: #555;
    font-size: 16px !important;
    margin-top:40px;
}

.home-image-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Always 2 images per row */
    gap: 20px;
}

.home-image-title-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #F5F6FA;
}

.home-image-title-wrap figure {
    margin: 0;
}

.home-image-title-wrap img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.home-image-title-wrap:hover img {
    opacity: 0.8;
}

.home-image-title-wrap-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: white;
    padding: 40px 15px;
    text-align: left;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.home-image-title-wrap-desc h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color:white;
}

.home-image-title-wrap-desc a {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.home-image-title-wrap-desc a svg {
    margin-left: 5px;
}

/* /////////////////////// Some Problems Of Ear End///////////////////// */



/* /////////////////////// The Experts Powering  Our Innovations Start///////////////////// */

.our-innovations-team-section {
    text-align: center;
    padding: 50px 0px;
    background: #f8f8f8;
}

.our-innovations-team-section h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 40px;
}

.our-innovations-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Default: 2 images per row */
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.our-innovations-team-wrap {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.our-innovations-team-wrap:hover {
    transform: translateY(-5px);
}

.our-innovations-team-wrap figure {
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.our-innovations-team-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-innovations-team-wrap h3 {
    font-size: 24px;
    font-weight: 500;
  margin-bottom:10px;
}

.our-innovations-team-wrap h4 {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.our-innovations-team-wrap a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #006400;
    font-weight: 500;
    font-size: 14px;
}

.our-innovations-team-wrap a::after {
    content: '→';
    margin-left: 5px;
    background: green;
    border-radius: 50%;
    color: white;
    height: 30px;
    width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}





/* /////////////////////// The Experts Powering  Our Innovations End///////////////////// */

/* About Auji prodect sale Section */
.discover-our-product {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

.discover-our-product-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: left;
  padding: 50px 0px 0px 0px;
}

.discover-our-product-head h2 {
  font-weight: 500;
  font-size: 60px;
  color: white;
}

.discover-our-product-head p {
  width: 50%;
  color: #ffffff;
  opacity: 0.6;
  font-size: 16px;
}

.discover-our-product-wrap {
  flex: 1 1 calc(33.33% - 1.5rem);
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.discover-our-product-cart-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 21%;
  opacity: 0; /* Hide the button by default */
  transition: opacity 0.3s ease; /* Smooth transition for the hover effect */
}

/* Show the cart button only on hover */
.discover-our-product-wrap:hover .discover-our-product-cart-btn {
  opacity: 1;
}

.discover-our-product figure {
  max-width: 100%;
}

.discover-our-product-wrap h4 a {
  text-decoration: none;
  color: white;
  font-size: 30px;
}

.marquee-text-section {
  display: flex;
  background-color: #CCD712;
  max-width: 100vw;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  white-space: nowrap;
  align-items: center;
  transform: rotate(1deg) translateY(-5px);
  top: -18px;
}

.marquee-text-section::before,
.marquee-text-section::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 5px;
  border-top: 1px dashed black;
}

.marquee-text-section::before {
  top: 1rem;
}

.marquee-text-section::after {
  bottom: 1rem;
}

.marquee-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.marquee-text-slider {
  display: flex;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100%;
  animation: marquee 10s linear infinite;
}

.marquee-text-slider li {
  display: flex;
  color: #000000;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  white-space: nowrap;
  min-height: 7rem;
  padding: 0 1rem;
}

/* ::-webkit-scrollbar {
  display: none;
}
 */

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .marquee-text-slider li:nth-child(n+6) {
    display: none;
  }
}

/* /////////////////////// Blog Post Start///////////////////// */
.home-featured-blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom:30px;
}

.home-featured-blog-head h2 {
  font-weight: 500;
}

.home-featured-blog-head p {
  width: 35%;
}

@media screen and (max-width: 992px) {
  .home-featured-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .home-featured-blog-head h2 {
    font-size: 28px;
  }
}


/* Responsive Head Section */
@media (max-width: 768px) {
  .home-featured-blog-head {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .home-featured-blog-head p {
    width: 100%;
  }
}

/* Blog Layout */
.home-featured-blog {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Responsive Blog Card Layout */
@media (max-width: 768px) {
  .home-featured-blog {
    flex-direction: column;
    gap: 1.5rem;
  }
}

/* Blog Card */
.home-featured-blog-wrap {
  border-radius: 3rem;
  border: 1px solid #E8E8E8;
  width: 100%;
  max-width: 500px;
}

/* Image Section */
.home-featured-blog-wrap figure {
  position: relative;
  margin: 0;
}

.home-featured-blog-wrap figure img {
  width: 100%;
  display: block;
  padding: 1rem;
  border-radius: 3rem;
}

/* Date inside Image */
.home-featured-blog-wrap figure span {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: white;
  padding: 0.5rem 1rem;
  font-size: 14px;
  border-radius: 5rem;
  font-weight: 500;
  z-index: 1;
}

/* Blog Description */
.home-featured-blog-desc {
  padding: 1rem;
  text-align: left;
}

.home-featured-blog-desc h4 a {
  text-decoration: none;
  font-size: 2rem;
  color: black;
  font-size:22px;
  font-weight: 500;
}

/* Responsive Title */
@media (max-width: 768px) {
  .home-featured-blog-desc h4 a {
    font-size: 1.5rem;
  }
}

.home-featured-blog-desc p {
  color: #00000099;
}

.home-featured-blog-desc a {
  display: flex;
  gap: 1rem;
  color: black;
  text-decoration: none;
  align-items: center;
}


/* /////////////////////// Some Problems Of Ear Start///////////////////// */
.page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.home-image-title-section {
    display: flex;
    flex-direction: column;
}

.home-image-title-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    /* align-items:end; */
}

.home-image-title-part h2 {
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    text-align:left;
}

.home-image-title-part p {
    max-width: 320px;
    color: #000000;
    opacity:0.6;
    font-size: 12px;
    margin-top:50px;
}

.home-image-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Always 2 images per row */
    gap: 20px;
}

.home-image-title-wrap {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background: #F5F6FA;
}

.home-image-title-wrap figure {
    margin: 0;
}

.home-image-title-wrap img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.home-image-title-wrap:hover img {
    opacity: 0.8;
}

.home-image-title-wrap-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: white;
    padding: 40px 15px;
    text-align: left;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.home-image-title-wrap-desc h4 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    color:white;
}

.home-image-title-wrap-desc a {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.home-image-title-wrap-desc a svg {
    margin-left: 5px;
}

/* /////////////////////// Some Problems Of Ear End///////////////////// */



/* /////////////////////// The Experts Powering  Our Innovations Start///////////////////// */

.our-innovations-team-section {
    text-align: center;
    padding: 50px 20px;
    background: #f8f8f8;
}

.our-innovations-team-section h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 40px;
}

.our-innovations-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Default: 2 images per row */
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.our-innovations-team-wrap {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.our-innovations-team-wrap:hover {
    transform: translateY(-5px);
}

.our-innovations-team-wrap figure {
    margin: 0 auto 15px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.our-innovations-team-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-innovations-team-wrap h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom:10px;
}

.our-innovations-team-wrap h4 {
    font-size: 14px;
    color: #777;
    margin: 10px;
}

.our-innovations-team-wrap a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #006400;
    font-weight: 500;
    font-size: 14px;
}

.our-innovations-team-wrap a::after {
    content: '→';
    margin-left: 5px;
    background: green;
    border-radius: 50%;
    color: white;
    height: 30px;
    width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* /////////////////////// The Experts Powering  Our Innovations End///////////////////// 


/* /////////////////////// Contact screen UI Start ///////////////////// */

*:focus-visible{
  outline: none  !important;
  outline-offset: none  !important; 
  box-shadow: none !important;
}

/* Style the form container */
.contact-page-form-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 12px;
}

input#ContactForm-name {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    outline: none;
    transition: border 0.3s ease-in-out;
}

input#ContactForm-email {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    outline: none;
    transition: border 0.3s ease-in-out;
}
.inner-banner-section {
    position: relative;
}
.inner-banner-section figure img{
  width:100%;
}
.hero-slider-part figure img{
  width:100%;
  background: #f5f5f5;
}
.hero-slider-part figure {
  background: #f5f5f5;
}
.inner-banner {
    top:0;
    bottom:0;
    left:0;
    right:0;
    position: absolute;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  text-align: center;
}

.inner-banner h2{
  font-size:50px;
  color:#fff;
  font-family:'Azonix' !important;
}
.inner-banner p{
  font-size:16px;
  text-align: center;
  color:#fff;
  opacity:0.6;
  font-weight:400;
  padding: 0px 35px;
}

/* Left side form */
.contact-page-form-left {
    width: 48%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align:start;
}

.contact-page-form-left h2{
  font-size:18px;
}

.contact-page-form-left p{
  margin-bottom:40px;
}

/* Right side image */
.contact-page-form-right {
    width: 48%;
}

.contact-page-form-right img {
    width: 100%;
    border-radius: 8px;
}

/* Style input fields */
.contact__fields_list {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.contact__fields_list label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size:16px;
}

/* Common styling for Email and Phone fields */
.contact__fields_list input[type="email"],
.contact__fields_list input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    padding-left: 40px; /* Space for icon */
    outline: none;
    transition: border 0.3s ease-in-out;
}

/* Add hover & focus effects */
.contact__fields_list input[type="email"]:focus,
.contact__fields_list input[type="tel"]:focus {
    border-color: #4CAF50;
}

/* Phone Field Icon */
.contact__fields_list input[type="tel"] {
    background: #fff url('https://cdn-icons-png.flaticon.com/512/3059/3059529.png') no-repeat 10px center; 
    background-size: 20px;
}

/* Email Field Icon */
.contact__fields_list input[type="email"] {
    background: #fff url('https://cdn-icons-png.flaticon.com/512/3178/3178158.png') no-repeat 10px center; 
    background-size: 20px;
}

/* Style the message textarea */
.text-area {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    min-height: 100px;
    resize: vertical;
    line-height:1;
}

/* Checkbox container */
.agree-condition {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

/* Style the submit button */
.contact__button button {
    background: #004F23;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.contact__button button:hover {
    background: #003a19;
}




/* /////////////////////// FAQ screen UI Start ///////////////////// */
.faq-list-section h2{
  font-weight:400;
  font-size: 38px;
  margin-bottom:20px;
  text-align:left;
}

.faq-list {
  display:flex;
  flex-direction:column;
  gap:1.5rem;
}

.faq-list-wrap {
  text-align:left;
  padding: 0.8rem 1.8rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
}

.faq-list-wrap h4{
  display:flex;
  justify-content:space-between;
  width:100%;
  font-weight: semibold;
  font-size:2rem;
  line-height:1;
}

.faq-list-wrap h4 span{
  font-size:3rem;
}

.faq-list-desc{
  font-size:small;
}


/* //////////////////////// All Products Page Start/////////////////// */

/* Product Grid Container */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 0;
}

/* Card Styling */
.card__inner {
  position: relative;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 300px;
}

.card__inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Card Media Section */
.card__media {
  position: relative;
  padding-top: 100%;
  background-color: #e0e0e0;
  overflow: hidden;
}

.media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 30px;
  transition: transform 0.3s ease;
}

.card__inner:hover .media img {
  transform: scale(1.05);
}

/* Badge Styling */
.card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
}

.badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  background-color: #bada55;
  color: #333;
}

.color-scheme-4 {
  background-color: #bada55;
  color: #333;
}

/* Card Content Section */
.card__content {
  padding: 16px;
}

.card__information {
  margin-bottom: 8px;
}

.card__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.full-unstyled-link {
  text-decoration: none;
  color: inherit;
}

/* Price Styling */
.price {
  display: flex;
  margin-bottom: 12px;
}

.price__container {
  display: flex;
  align-items: center;
}

.price__regular {
  display: none;
}

.price--on-sale .price__regular {
  display: none;
}

.price--on-sale .price__sale {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-item--regular {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.price-item--sale {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* Add to Cart Button */
.cart-btn {
  margin-top: 15px;
  width: 100%;
  background-color: #f0f0f0;
  color: #333;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background-color 0.2s ease;
}

.cart-btn:hover {
  background-color: #e0e0e0;
  opacity:0.3;
}

.cart-icon {
  background-color: #2a6d2a;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Rating Stars */
.rating {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.star {
  color: #ffc107;
  margin-right: 5px;
}

.rating-text {
  font-size: 14px;
  color: #666;
}

/* Divider */
.divider {
  height: 1px;
  background-color: #e0e0e0;
  margin: 10px 0;
}

/* Wishlist Button */
.wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
}

.wishlist-icon {
  width: 24px;
  height: 24px;
  stroke: #666;
  fill: none;
  stroke-width: 2;
}

.wishlist-btn:hover .wishlist-icon {
  stroke: #333;
}

/* Helper Classes */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Fix for the gradient ratio */
.gradient.ratio {
  position: relative;
}

/* Fix for srcset images */
.motion-reduce {
  transition: none !important;
}

/* //////////////////////// All Products Page End/////////////////// 


/* ///////////////////////// Feedback Section Start////////////////////////// */

.swiper-button-next:after, .swiper-button-prev:after{
  color:white;
}

/* Main container styles */
.customer-feedback-section {
  background-color: #346307;
  color: #ffffff;
  padding: 90px 0;
  margin-bottom:50px;
  font-family: 'Arial', sans-serif;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Heading styles */
.customer-feedback-section h2 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #ffffff;
}

/* Slider container */
.customer-feedback-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: hidden;
  position: relative;
}

.customer-feedback-slider li {
  flex: 0 0 100%;
  transition: transform 0.5s ease;
}


/* Feedback card layout */
.customer-feedback-part {
  display: flex;
  flex-direction: row !importnat;
  border-radius: 12px;
  overflow: hidden;
}

/* Image container */
.customer-feedback-part figure {
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-feedback-part figure img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Play button overlay style */
.customer-feedback-part figure::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Content container */
.customer-feedback-desc {
  flex: 0 0 50%;
  text-align:start;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.customer-feedback-desc p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
  opacity:0.6;
}

/* Star rating */
.customer-feedback-desc h4 {
  margin-bottom: 30px;
}

/* Use the existing SVG but style it */
.customer-feedback-desc svg {
  fill: #f8c43a;
}

/* Customer info section */
.customer-feedback-details {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.customer-feedback-details-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.customer-feedback-details-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-feedback-details-right h5 {
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #fff;
}

.customer-feedback-details-right h6 {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  color: #9bb595;
}

/* Navigation arrows */
.customer-feedback-section button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.customer-feedback-section button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.customer-feedback-section button:first-child {
  left: 10px;
}

.customer-feedback-section button:last-child {
  right: 10px;
}


/* Responsive styles */
/* @media (max-width: 768px) {
  .customer-feedback-part {
    flex-direction: column;
  }
  
  .customer-feedback-part figure,
  .customer-feedback-desc {
    flex: 0 0 100%;
  }
  
  .customer-feedback-section h2 {
    font-size: 32px;
    text-align: center;
  }
  
  .customer-feedback-desc {
    padding: 20px;
  }
} */

 .whatsapp{
   position: fixed; 
   bottom: 60px; 
   left: 48px; 
   z-index: 1000;
 }


@media (max-width: 768px) {

   .hero-slider-part{
    height: 100% !important;
  }
  .whatsapp {
    position: fixed;
    bottom: 98px;
    left: 20px;
    z-index: 1000;
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 0.5rem;
    max-width: 100%;
    margin: 0 auto;
  }

  .header__heading {
    margin: 0;
    padding: 0;
    text-align: left;
    flex: 0 1 auto;
    order: 1;
    margin-right: auto !important;
  }

a.header__heading-link.link.link--text.focus-inset{
    margin-right: auto;
}
  
  .header__heading-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header__heading-logo-wrapper {
    display: flex;
    height: 4.5rem;
    width: 4.5rem;
    justify-content: flex-start;
  }

  header-drawer {
    order: 2;
    margin-left: auto;
    order:3;
    margin-right: 10px
  }

  .header__inline-menu {
    display: none !important;
  }

  .header__icons {
    order:2;
  } 

  .header header--middle-left header--mobile-center page-width header--has-menu header--has-social header--has-account{
    justify-content: unset;
  }

  /* Optional: hide localization/contact button if interfering */
  /* .header__icons {
    display: none;
  } */
    /* Stack image and text in one column */
  .customer-feedback-part {
    flex-direction: column !important;
  }
}

  /* Adjust section padding */
  .customer-feedback-section {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  
  /* Reduce heading size */
  .customer-feedback-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  

  
  /* Make image and text full width */
  /* .customer-feedback-part figure,
  .customer-feedback-desc {
    flex: 0 0 100%;
    width: 100%;
  } */
  
  /* Reduce text padding */
  .customer-feedback-desc {
    padding: 20px;
  }
  
  /* Adjust button positioning */
  .customer-feedback-section button:first-child {
    left: 5px;
  }
  
  .customer-feedback-section button:last-child {
    right: 5px;
  }
  
  /* Make play button overlay smaller */
  .customer-feedback-part figure::after {
    width: 40px;
    height: 40px;
  }
 
}

@media (max-width: 480px) {
  /* Keep the single column layout from above media queries */

 header-drawer {
    order: 2;
    margin-left: auto;
    order:3;
    margin-right: 10px
  }

  .header__inline-menu {
    display: none !important;
  }

  .header__icons {
    order:2;
  } 

  .header header--middle-left header--mobile-center page-width header--has-menu header--has-social header--has-account{
    justify-content: unset;
  }

  /* Further reduce sizes for better fit */
  .customer-feedback-section h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .customer-feedback-section {
    padding: 40px 0;
    margin-bottom: 25px;
  }
  
  .customer-feedback-desc {
    padding: 15px;
  }
  
  .customer-feedback-desc p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .customer-feedback-details-right h5 {
    font-size: 16px;
  }
  
  .customer-feedback-details-right h6 {
    font-size: 12px;
  }
  
  .customer-feedback-section button {
    width: 32px;
    height: 32px;
  }
  
  .customer-feedback-details-left {
    width: 40px;
    height: 40px;
  }

  .home-icon-text-grid-head h2 {
  font-size: 40px;
}
}
/* Custom styles for star rating - works with existing HTML */
.customer-feedback-desc svg path[fill="none"] {
  fill: #f8c43a;
}

/* Add star styling since the stars are in an SVG */
.customer-feedback-desc svg {
  display: block;
  height: 30px;
}


/* //////////////////////////////// Blog Details Page Start///////////////////////////////// */


.card {
  background: transparent;
  border-radius: 20px;
  padding: 2rem;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent; 
}

.name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

.position {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 1rem;
}

.stats {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.stat {
  flex: 1;
  min-width: 80px;
  text-align: center;
}

.stat-number {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}

.stat-label {
  font-size: 0.75rem;
  color: #777;
}

.follow-btn {
  background: #e0e5ec;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* .follow-btn:hover {
  box-shadow: inset 4px 4px 8px #a3b1c6, inset -4px -4px 8px #ffffff;
} */

.card.article-card.card--standard.article-card__image--medium.card--media {
  flex-direction: row !important;
}

.article-card__excerpt {
    width: 100%;
    margin-top: 1.2rem;
    max-height: 3.6em;
    overflow: hidden;
    height: 50;
}

/* //////////////////////////////// Blog Details Page End///////////////////////////////// */


/* /////////////////////////////////Product Details Start //////////////////////////////// */
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    text-align: left;
}
.product__title{
  margin-top: 20px;
}

.product__title h1{
  font-size:40px;
  font-weight:500;
}

ul.product-desc-social {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items:center;
}

ul.product-desc-social li{
    background-color:#d0d0d0;
    /* opacity:0.2; */
    color:#fff;
    width:50px;
    height:50px;
    border-radius:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__info-container ul{
    list-style:none;
    text-align:left;
    padding:0;
    margin-top:20px;
}

.product__info-container ul li{
    display:flex;
    align-items:center;
    padding:0;
    margin:0;
}

.product__info-container ul em {
    padding-right:7px;
    align-items: center;
    display: flex;
}

.product__info-container ul span{
    width:10px;
    height:10px;
    background-color:#56A746;
    border-radius:50px;
    margin-right:10px;
}

ul.product-tabs-head {
    display: flex;
    list-style: none;
    justify-content: center;
    /* padding: 20px; */
    font-size:34px;
}

.des-margin{
  margin-right:30px;
}

.des-margin:active{
  color:#000;
}

.product-tabs .product-tabs-head#description-tab{
  margin-right:30px;
}
.product-icon-text {
    display: flex;
    text-align:start;
}

.product-icon-text-btn {
    width: 70%;
    height: 80px;
    background-color: #346307;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius:20px;
    margin-top:20px;
}

.product-icon-text-btn a{
    color:#fff;
    font-size:24px;
    text-decoration:none;
}

.product-icon-text-section .page-width{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction:column;
    margin-top:30px;
    margin-bottom:30px;
}

.product-icon-text-wrap h4{
    font-weight:500;
    font-size:20px;
}
.product-icon-text-wrap p{
    font-size:14px;
    color:#000;
    opacity:0.6;
}
/* .product-icon-text-wrap img{
  background-color: rgba(52, 99, 7, 0.2); 
  padding: 20px;
  color: black;
  border-radius: 50px; 
} */

.product-icon-text {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap; /* Prevent wrapping to keep all in one line */
  overflow-x: auto;  /* Allows horizontal scrolling if needed */
}

.product-icon-text-wrap {
  width: 20%;  /* You can adjust this width to your needs */
  background: #e5dfda;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.product-icon-text-wrap:hover {
  transform: translateY(-4px);
}

.product-icon-text-wrap figure {
  margin: 40px 0 20px;
}

.product-icon-text-wrap figure img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.product-icon-text-wrap h4 {
  background-color: #346307;
  color: #fff;
  padding: 15px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  border-top: 1px solid #346307;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;

  height: 70px;                 /* Set fixed height */
  display: flex;               /* Center content vertically */
  align-items: center;
  justify-content: center;
  text-align: center;

  white-space: normal;         /* Allow wrapping if needed */
  overflow: hidden;
}

.product-icon-text-wrap p {
  display: none; /* Hides lorem text as per image */
}


.product-icon-text {
  margin:30px 0px;
}

.product-tabs-wrap ul{
  list-style:none;
  text-align:start;
}
.product-tabs-head li:active{
  margin-right:20px;
}

/* /////////////////////////////////Product Details End //////////////////////////////// */




/* ==============================================================  RESPONSIVE  ============================================================== */
@media (max-width: 1024px) {

  a.hero-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-around;
    width: 60%;
    padding: 5px 5px 5px 10px;
    text-decoration:none;
    border-radius: 50px;
    color:black;
    font-size:14px;
}
  .image-text-count {
    flex-direction: column;
    text-align: center;
  }

  

  .image-text-count-left, 
  .image-text-count-right {
    max-width: 100%;
  }

  .image-text-count-left h2 {
    font-size: 60px;
  }

  .image-text-count-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .image-text-count-right {
    margin-top: 20px;
  }

  /* ////////// /////// */
  .home-about-text {
    flex-direction: column;
    text-align: center;
  }

  .home-about-text-left,
  .home-about-text-right {
    max-width: 100%;
  }

  .home-about-text-wrap {
    flex-direction: column;
    text-align: left;
  }

  .home-about-text-wrap figure {
    position: relative;
    top: 3px;
    left: 0;
    margin-bottom: 15px;
  }

  .home-about-text-desc {
    padding-left: 0;
  }

  .home-about-text-btn {
    text-align: center;
  }

  .home-image-title-wrap-desc h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      color:white;
  }

  
/* ///////////////// Contact page/////////////////////// */
    .contact-page-form-section {
        padding: 25px;
        flex-direction: column;
    }

  .hero-slider-wrap{
    /* display:none; */
        bottom: 10rem;
  }

  .hero-slider-wrap a.hero-btn {
    display: flex;
    align-items: center;
    background-color: #a5ad1c;
    justify-content: space-around;
    width: 12rem;
    padding: 0px 0px 0px 15px;
    text-decoration: none;
    border-radius: 50px;
    color: white;
    font-size: 12px;
    }
  
    .hero-slider-wrap p {
        font-size: 12px;
    }
    
    /* Make image on top for tablet/mobile */
    .contact-page-form-right {
        width: 100%;
        order: 1; /* Lower number appears first */
        margin-bottom: 20px;
    }
    
    /* Reduce image height for tablet/mobile */
    .contact-page-form-right img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    
    /* Make form below image for tablet/mobile */
    .contact-page-form-left {
        width: 100%;
        order: 2; /* Higher number appears second */
        padding: 25px;
    }
    
    .inner-banner h2 {
        font-size: 36px;
    }
}

.header__icon--menu .icon{
  color: white;
}

@media (max-width: 768px) {

.head-contact-btn{
  display: none;
}
  
.inner-banner-section figure img {
    width: 100%;
    height: 260px; 
    border-radius: 0px 0px 30px 30px;
  }

  .image-text-count-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .image-text-count-left h2 {
    font-size: 48px;
  }

  .home-featured-blog {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .image-text-count-desc h4 {
    font-size: 38px; 
    color: #000000;
  }

  .image-text-count-desc p {
    font-size: 16px; 
  }

  .image-text-count-btn > a {
    font-size: 14px;
    padding: 8px 12px;
  }

  .image-text-count-btn > a > svg {
    width: 30px;
    height: 30px;
  }

 .header__icon--menu .icon .icon-hamburger .icon-close{
  /* color: white; */
  position: relative;
  left: 4rem;
}
  /* /////////////////// */
   .home-about-text {
    flex-direction: column;
    text-align: center;
  }

  .home-about-text-left,
  .home-about-text-right {
    max-width: 100%;
  }

  .home-about-text-wrap {
    flex-direction: column;
    text-align: left;
  }

  .home-about-text-wrap figure {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  .page-width h2{
    font-size:40px;
  }
  .home-about-text{
    display:block;
  }

  .home-about-text-desc {
    padding-left: 0;
  }

  .home-about-text-btn {
    text-align: center;
  }
/* //////////////// */

  .home-icon-text-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-icon-text-grid-head {
    flex-direction: column;
    text-align: center;
  }

  .home-icon-text-grid-head h2 {
    font-size: 60px;
  }

  .home-icon-text-grid-head a {
    margin-top: 15px;
  }

    .home-image-title-wrap-desc h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      color:white;
  }

  .home-image-title {
        grid-template-columns: 1fr; /* 1 image per row */
    }
    .home-image-title-part {
        flex-direction: column;
        text-align: center;
    }
    .home-image-title-part p {
        max-width: 100%;
    }

  .home-image-title-wrap-desc h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      color:white;
  }

   .our-innovations-team {
        grid-template-columns: 1fr; /* 1 image per row */
    }

  
  /* /////////////////// */

   /* .customer-feedback-section h2 {
    font-size: 42px;
    text-align: left;
    margin-bottom: 40px;
  }
  
  .customer-feedback-part {
    flex-direction: row;
  }
  
  .customer-feedback-part figure {
    flex: 0 0 50%;
    text-align:start;
    width: auto;
  }
  
  .customer-feedback-desc {
    text-align:start;
    flex: 0 0 50%;
    padding: 30px;
    width: auto;
  }
  
  .customer-feedback-desc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .customer-feedback-details-left {
    width: 50px;
    height: 50px;
  }
  
  .customer-feedback-details-right h5 {
    font-size: 18px;
  }
  
  .customer-feedback-details-right h6 {
    font-size: 14px;
  }
  
  .customer-feedback-section button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: 50%;
  } */

/* ///////////////// Contact page/////////////////////// */

  .contact-page-form-section {
        padding: 15px;
    }
    
    /* Further reduce image height for mobile */
    .contact-page-form-right img {
        height: 200px;
    }
    
    .contact-page-form-left {
        padding: 20px;
    }
    
    .inner-banner h2 {
        font-size: 28px;
    }
    
    .inner-banner p {
        font-size: 14px;
    }
  

/* /////////////// Footer /////////////////////// */

  .footer-part-left,
  .footer-part-right {
    width: 100%;
  }
  
  .footer-part-left {
    margin-bottom: 30px;
  }
  
  .footer-part-bottom-part {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-part-bottom-left {
    margin-bottom: 20px;
  }
  
  .field__input {
    width: 60%;
  }
  
  .footer-part-logo figure img {
    max-width: 100%;
  }

  
}


/* About Auji Karna prodect sale Section responsive */
@media (max-width: 768px) { 

 .product-icon-text {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .product-icon-text-wrap {
    flex: 0 0 100%;
    max-width: 90%;
    margin: 0 auto !important;
  }
  
header{
  top:1.5rem !important;
}

.header-wrapper{
  padding-top: 15px !important; 
}  

.header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
  max-width: 90%;
  height: 6rem;
  padding-inline: 0rem !important;
  justify-content: unset !important;
}

  .hero-slider-wrap {
        position: absolute;
        bottom: 12%;
        left: 0;
        width: 50%;
        right: 0;
        margin: auto;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
  
  .hero-slider-wrap a.hero-btn {
        width: 12rem;
        padding: 3px 3px 3px 19px;
        text-decoration: none;
        border-radius: 50px;
        color: white;
        font-size: 12px;
    }

.hero-slider-wrap p{
   /* display:none; */
  text-align: center;

}
  
a.hero-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-around;
    width: 80%;
    padding: 5px 5px 5px 10px;
    text-decoration:none;
    border-radius: 50px;
    color:black;
    font-size:14px;
}

a.hero-btn svg{
    width:40px;
    height:40px;
}
  
  .discover-our-product-head {
    flex-direction: column;
    text-align: center;
  }
  .discover-our-product-head h2{
  font-weight:medium;
    font-size:3rem;
  color:white;
}

.discover-our-product-head p{
  width:100%;
}
  .discover-our-product-wrap {
    flex: 1 1 calc(50% - 1.5rem);
    position:relative;
  }

   .home-image-title {
        grid-template-columns: 1fr; /* 1 image per row */
    }
    .home-image-title-part {
        flex-direction: column;
        text-align: center;
    }
    .home-image-title-part p {
        max-width: 100%;
    }

  .home-image-title-wrap-desc h4 {
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      color:white;
  }

   .our-innovations-team {
        grid-template-columns: 1fr; /* 1 image per row */
    }
}

@media (max-width: 480px) {

 .hero-slider-wrap {
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 70%;
        right: 0;
        margin: auto;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
  
  .hero-slider-wrap a.hero-btn {
        width: 12rem;
        padding: 5px 5px 5px 21px;
        text-decoration: none;
        border-radius: 50px;
        color: white;
        font-size: 12px;
    }

.hero-slider-wrap p{
   /* display:none; */
  text-align: center;

}
  
a.hero-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-around;
    width: 100%;
    padding: 5px 5px 5px 10px;
    text-decoration:none;
    border-radius: 50px;
    color:black;
    font-size:10px;
}

a.hero-btn svg{
    width:30px;
    height:30px;
}
  
.discover-our-product-head {
    flex-direction: column;
    text-align: center;
  }
  
  .discover-our-product-head h2{
  font-weight:medium;
       font-size:3rem;
  color:white;
}

.discover-our-product-head p{
  width:100%;
}
  
  .discover-our-product-wrap {
    flex: 1 1 100%;
  }

  /* ////////////// Footer /////////////////// */
   .footer-part-menu-ul {
    flex-direction: column;
  }
  
  .footer-part-menu-ul li {
    margin-bottom: 15px;
  }
  
  .newsletter-form__field-wrapper {
    flex-direction: column;
  }
  
  .field {
    flex-direction: column;
  }
  
  .field__input {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  
  .newsletter-form__button {
    width: 100%;
    border-radius: 4px;
  }
}
