

*, *::after, *::before {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;  
}
html {
    font-size: 0.512vw;
     scroll-behavior: smooth;
     
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
     padding: 0;
     border: 0;
     font-family: "Poppins", serif;
     color: #000;
}
body {
    background-color: #ffff;
     scroll-behavior: smooth;
     font-family: "Poppins", serif;
     
}
span, blockquote {
    font-size: 2.5rem;
     font-weight: 400;
     font-family: 'Poppins', serif;
     
}
ul {
    list-style: none;    
}

/* 

h1 => 90px => 9rem

h2 => 68px => 6.8rem 

h3 => 55px => 5.5rem

h4 => 

h5 => 30px => 3rem 

h6 =>  => 

p => 25px => 2.5rem

font-20 => 20px => 2rem

a, li => 20px => 2rem



*/




h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", serif;
     
}
h1 {
    font-size: 9rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.4rem;
}
h2 {
    font-size: 6.8rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
    line-height: 1.2;
    letter-spacing: -0.2rem;
    color: #4F4D46;
}
h3 {
    font-size: 5.5rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
    line-height: 1.35;
}
h5 {
    font-weight: 500;
    font-size: 3rem;
    color: #4F4D46;
}
p {
    color: #2A2B2B;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 400;
}
.font-20 {
    font-size: 2rem;
    font-weight: 500;
}
a, li{
    font-size: 2rem;
    text-decoration: none;
    font-weight: 500;
}

/* Common Classes Start */ 
section {
   margin: 0 auto;
   overflow: hidden;
}
.relative{
    position: relative;
}
.container {
    /* width: 83%; */
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 16.5rem;
}
.com-padding {
   padding-top: 18rem;
   padding-bottom: 18rem;
}
.uppercase{
    text-transform: uppercase;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;  
}
.text-center {
    text-align: center;  
}
.text-end{
    text-align: end;
}
.text-justify{
    text-align: justify; 
}
.align-center {
    align-items: center; 
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end; 
}
.justify-center {
    justify-content: center; 
}
.justify-between {
    justify-content: space-between;
}
.justify-evenly {
    justify-content: space-evenly;
}
.justify-around {
    justify-content: space-around;
}
.justify-end {
    justify-content: flex-end; 
}
.justify-start {
    justify-content: flex-start; 
}
.margin-x-auto {
    margin-left: auto; 
    margin-right: auto;   
}
.ml-auto {
    margin-left: auto; 
}
.mr-auto {
    margin-right: auto;   
}
.mt-1{
    margin-top: 1rem; 
}
.mt-2{
    margin-top: 2rem; 
}
.mt-3 {
    margin-top: 3rem;  
}
.mt-4 {
    margin-top: 4rem;  
}
.mt-5 {
    margin-top: 5rem;  
}
.mr-1{
    margin-right: 1rem;  
}
.mb-2{
    margin-bottom: 2rem;   
}
.mb-3 {
    margin-bottom: 3rem;  
}
.mb-4 {
    margin-bottom: 4rem;  
}
.mb-5 {
    margin-bottom: 5rem; 
}
.mb-6 {
    margin-bottom: 6rem;  
}
.mb-7 {
    margin-bottom: 7rem; 
}
.pt-3 {
    padding-top: 3rem;  
}
.pt-4 {
    padding-top: 4rem; 
}
.pt-5 {
    padding-top: 5rem;  
}
.fw-400{
    font-weight: 400;  
}
.fw-500{
    font-weight: 500;  
}
.fw-600{
    font-weight: 600;  
}
/* width  */
.max-content{
    width: max-content;
}
.w-10 {
    width: 10%;  
}
.w-15{
    width: 15%;
}
.w-20 {
    width: 20%; 
}
.w-25 {
    width: 25%; 
}
.w-30 {
    width: 30%;
}
.w-33 {
    width: 33.33%; 
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45{
    width: 45%; 
}
.w-47{
    width: 47%; 
}
.w-50 {
    width: 50%;  
}
.w-55 {
    width: 55%; 
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}

/* color  */
.text-white, .text-white * {
    color: #fff;
}
.bg-white {
    background-color: #fff;
}
.bg-peach{
    background-color: #fbf1e5;
}
.bg-peach-linear{
    background: linear-gradient(180deg, #F6E8D6 -13.12%, #FBF1E5 60.41%);
}
.text-sand{
    color: #BB8056;
}   
.bg-sand{
    background-color: #BB8056;
}

/* button  */
.btn {
    font-size: 2rem;
    padding: 1.8rem 5rem;
    border-radius: 5rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s;
    display: inline-block;
}
.sand-btn {
    background: #BB8056;
    color: #FDFDF1;
}
.dark-bg{
    background-color: #66473D;
}
.transparent-btn {
    border-color: #94856F;
    color: #94856F;
}
.two-btn-box a.btn {
    font-size: 2.5rem;
}
.white-btn{
    color: #333333;
    background-color: #fff;
}


.btn:hover {
    background: transparent;
    border-color: #94856F;
    color: #94856F;
    transition: all 0.3s;
}
.transparent-btn:hover{
    background: #BB8056;
    color: #FDFDF1;
    border-color: #BB8056;
    transition: all 0.3s;
}
.white-btn:hover {
    background: #bb8056;
    border-color: #bb8056;
    color: #fff;
    transition: all 0.3s;
}

.btn-line-box {
    border-top: 1px solid #52525282;
    margin-top: 10rem;
}
.btn-line {
    margin-top: -3.5rem;
}
.btn-line .btn:hover {
    background: #fbf1e5;
}





.up {
    opacity: 0;
}

/* lenis recommended css  */

html.lenis, html.lenis body {
    height: auto;
  }
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  .lenis.lenis-smooth iframe {
    pointer-events: none;
  }


  /* scroll bar css  */

.scroll-wrapper::-webkit-scrollbar {
    width: 0.5rem !important;  
}
.scroll-wrapper::-webkit-scrollbar-track {
    background: #ECF1EC !important; 
    border-radius: 2rem !important;  
    margin-top: 3rem;  
} 
.scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #EC7048 !important;   
    border-radius: 2rem !important;    
}















/* header  */


header {
    position: absolute;
    width: 100%;
    z-index: 500;
}
.header-box {
    max-width: 1920px;
    margin: auto;
    padding: 3.5rem 10rem;
}
.header-logo img {
    width: 23rem;
    object-fit: contain;
}
.header-box nav ul li a {
    margin: 0 3rem;
    color: #fff;
    font-size: 2.2rem;
    transition: all 0.3s;
    text-underline-offset: 0.3rem;
}
.header-box nav ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 1rem;
    transition: all 0.3s;
}

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

            /* Homepage CSS  */

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

section.home-banner-section {
    height: 113rem;
}
.home-banner-box .text-box {
    position: absolute;
    top: 5%;
}
.home-banner-box .text-box {
    position: absolute;
    top: 34rem;
    /* top: 30%; */
    left: 0%;
    text-align: center;
    width: 100%;
}
.home-banner-box, .home-banner-box .img-box {
    height: 100%;
}
.home-banner-box .img-box img{
    height: 100%;
    object-fit: cover;
}
.mouse-box .mouse-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14%;
    height: 1.8rem;
    animation: moveDown 1.5s linear infinite;
}
.mouse-box p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 1rem;
}
.mouse-box .mouse {
    width: 3.5rem;
}
.mouse-box {
    /* margin-top: 30rem; */
    position: absolute;
    bottom: 8%;
    left: 50%;    
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes moveDown {
    0% {
        top: 12%;
        opacity: 1;
    }
    100% {
        top: 30%;
        opacity: 0;
    }
}
.finest-rice-box .text-box h5 {
    margin-bottom: 4rem;
}
.finest-rice-box .text-box h3{
    color: #BB8056;
}
.finest-rice-box .text-box img {
    width: 8rem;
    margin-bottom: 1.5rem;
    margin-top: 9rem;
}
.finest-rice-box .head-box img {
    width: 77%;
    margin-top: 18rem;
}
ul.finest-usp {
    margin-top: 15rem;
}
ul.finest-usp li{
    width: 27%;
}
ul.finest-usp li h3 {
    font-size: 12rem;
}
.section-underline{
    border-bottom: 1px solid #525252;
}
ul.home-products-listing li {
    width: 23%;
    position: relative;
    border: 2px dashed #cb956e00;
    border-radius: 100%;
    transition: all 0.5s;
}

.products-listing-sec ul.home-products-listing li:hover {
    padding: 1.8rem 1.8rem 1.1rem 1.8rem;
    border-color: #BB8056;
    transition: all 0.5s;
}
ul.home-products-listing {
    margin-top: 11rem;
}
ul.home-products-listing li .text-box p {
    font-size: 3.3rem;
    color: #fff;
    font-weight: 600;
    width: 50%;
    margin: auto;
    line-height: 1.3;
}
ul.home-products-listing li .text-box {
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0%;
    text-align: center;
}
ul.home-products-listing li:hover {
    padding: 1.8rem 1.8rem 1.1rem 1.8rem;
    border-color: #BB8056;
    transition: all 0.5s;
}
/* .product-page-listing ul.home-products-listing li:hover{
    padding: 0;
    border-color: transparent;
} */
.home-products-box .active{
    background: #BB8056;
    color: #FDFDF1;
    border-color: #BB8056;
    position: relative;
}
.home-products-box .active::after{
    content: '';
    position: absolute;
    background: url(../img/active-btn.png) no-repeat;
    width: 2.8rem;
    height: 2rem;
    bottom: -22%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}
ul.own-brand-listing li {
    border-top: 1px solid #838383;
    padding: 3.8rem 0;
}
ul.own-brand-listing li:last-child{
    border-bottom: 1px solid #838383;
}
ul.own-brand-listing li img {
    width: 3.5rem;
    margin-right: 1.8rem;
}
.w-42 {
    width: 42%; 
}
.own-brand-section{
    background-image: url(../img/own-brand-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 70rem;
}
ul.unmatch-quality-listing li {
    width: 23.3%;
    border-radius: 2rem;
    overflow: hidden;
    height: 57.3rem;
}
ul.unmatch-quality-listing li video{
    width: 100%;
}
ul.unmatch-quality-listing li .text-box {
    position: absolute;
    bottom: -35%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 4rem 4rem;
    background: linear-gradient(180deg, rgba(169, 110, 68, 0) 8.17%, #A96E44 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s all;
}
ul.unmatch-quality-listing li:hover .text-box{
    bottom: 0%;
    transition: 0.5s all;
}
ul.unmatch-quality-listing li:hover .text-box h5{
    margin-bottom: 2rem;
    transition: all 0.5s;
}
ul.unmatch-quality-listing li .text-box h5 {
    font-size: 3.5rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 5rem;
    transition: all 0.5s;
}
ul.unmatch-quality-listing li .text-box p{
    color: #fff;
}
ul.serve-listing-section li h3 {
    font-size: 8rem;
    font-weight: 600;
    margin-top: 0.8rem;
}
ul.serve-listing-section li:first-child{
    border-top: 1px solid #fff;
}
ul.serve-listing-section li {
    border-bottom: 1px solid #fff;
    padding: 3rem 0;
}
.serve-box .text-box img {
    width: 14rem;
}
.serve-section {
    background-size: cover;
}
ul.certification-listing li {
    width: 25%;
    padding: 1.5rem 2.2rem;
}
.form-box-class .contact-info img {
    width: 3rem;
    object-fit: contain;
    margin-right: 1rem;
}
.form-box-class .contact-info a:hover{
    text-decoration: underline;
    text-underline-offset: 0.6rem;
}
.form-box-class .form-box form input, .form-box-class .form-box form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #7A7A7A;
    height: 8rem;
    font-size: 2rem;
    font-family: "Poppins", serif;
    margin-bottom: 2rem;
    outline: none;
}
.form-box-class .form-box form textarea::placeholder, .form-box-class .form-box form input::placeholder{
    color: #464646;
}
.form-box-class .form-box form textarea{
    height: 20rem;
    margin-top: 2rem;
}
.form-box-class .form-box form{
    background: #fff;
    padding: 5rem 6rem 7rem 6rem;
    border-radius: 2rem;
}
.form-box-class button.btn {
    font-size: 2.5rem;
    margin-top: 5rem;
    cursor: pointer;
}
.form-box-class form input, .form-box-class form textarea {
    background: transparent;
}
.form-box-class .label-box label, .form-box-class .label-box label span {
    display: flex;
    align-items: center;
    width: max-content;
    font-size: 2rem;
    font-family: "Poppins", serif;
    margin-right: 1.5rem;
    cursor: pointer;
    color: #464646;
}
.form-box-class .label-box label input {
    margin: 0 ;
    margin-right: 1rem ;
    cursor: pointer;
    appearance: none;
    width: 3rem;
    height: 3rem;
    border: 3px solid #B7A78A;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    padding: 0.5rem;
}
.form-box-class .label-box {
    height: 5rem;
    margin-top: 3rem;
}
.form-box-class .label-box label input[type="radio"]:checked{
    background-image: url(../img/bt.png);
    border-color: #BB8056;  
    background-size: contain;
    background-position: center;
}
.contact-us-box {
    background-image: url(../img/contact-us-bg.webp);
    background-position: 52% 69%;
    background-repeat: no-repeat;
    background-size: 28%;
}
footer {
    background: #2A2B2B;
    overflow: hidden;
}
.footer-box .head-box img {
    width: 33rem;
}
.footer-box .head-box p {
    font-size: 1.8rem;
}
.footer-box .head-box {
    width: 45%;
}
.footer-box {
    padding-top: 15rem;
}
.footer-box .head-box p {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 3rem;
    line-height: 1.6;
    width: 80%;
}
.footer-box h6 {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #FBF1E5;
    margin-bottom: 3rem;
}
.footer-box ul li a{
    font-weight: 400;
    color: #E3E3E3;
    transition: all 0.3s;
}
.footer-box ul li a:hover, .footer-bottom-box .terms a:hover{
    color: #bb8056;
    transition: all 0.3s;
}
.footer-box ul li {
    margin: 2rem 0;
}
.footer-link-box{
    width: max-content;
}
.footer-media-box{
    width: 15%;
}
.footer-media-box ul{
    display: flex;
    align-items: flex-start;
}
.footer-media-box ul li{
    margin: 0;
    margin-right: 1rem;
    transition: all 0.5s;
}
.footer-media-box ul li:hover{
    transform: translateY(-1rem);
    transition: all 0.5s;
}
.footer-media-box ul li img{
    width: 4rem;
}
footer h2 {
    text-transform: uppercase;
    font-size: 15.7rem;
    color: #fff;
    font-weight: 800;
    margin: 7rem 0;
}
.footer-bottom-box .terms a {
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 2px solid #E3E3E3;
    line-height: 1;
    transition: all 0.3s;
}
.footer-bottom-box .terms a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
.footer-bottom-box {
    border-top: 1px solid #979797;
    padding: 4rem 0;
}


/* genric pages css   */

.generic-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28rem;
    padding-bottom: 20rem;
}

.generic-content-box h2 {
    margin-top: 7rem;
    margin-bottom: 3.5rem;
  }
  .generic-content-box ul, .generic-content-box ol {
    margin: 5rem 0;
  }
  .generic-content-box ul li, .generic-content-box ol li {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.5;
    padding-left: 2rem;
    position: relative;
    color: #2A2B2B;
  }
  .generic-content-box ul li::after {
    content: '';
    position: absolute;
    background-color: #2A2B2B;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    top: 1.5rem;
    left: 0;
  }
  .generic-content-box p {
    margin: 4rem 0;
  }
  .generic-section{
    padding-top: 10rem;
  }
  
.error-page-section{
	background: #94856f;
}
.error-page-box p {
    margin-top: 2rem;
    margin-bottom: 5rem;
} 
.error-page-section h1{
    font-size: 35rem;
}
.error-page-section .btn:hover{
    background-color: #fff;
    color: #000;
}


/* faq  */

ul.faq-list {
    padding: 5rem 3rem;
    border-radius: 2rem;
    margin-right: 8rem;
    position: sticky;
    top: 10rem;
    background: #F6E8D6;
  }
  ul.faq-list li.active a {
    color: #A96E44;
  }
  ul.faq-list li a {
    font-size: 2.2rem;
    font-weight: 500;
    display: inline-block;
    color: #4F4D46;
  }
  ul.faq-list li {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #4F4D46;
  }
  ul.faq-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .faq-list-box .faq-listing {
    margin-bottom: 10rem;
  }
  .faq-list-box .faq-listing:last-child{
    margin-bottom: 0;
  }

.faq-listing {
    margin-top: 8rem;
    padding: 0 8rem;
}

.faq-listing .faq-box {
    padding-bottom: 3rem;
    border-bottom: 1px solid #4F4D46;
    margin-bottom: 3rem;
}

.faq-listing .faq-box h4.open-faq {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    line-height: 1.2;
    width: 100%;
    padding-right: 2rem;
    color: #4F4D46;
}

.faq-listing .faq-box h4.open-faq .faq-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    transition: all linear .2s;
}
.faq-listing .faq-box h4 .faq-icon{
    filter: invert(100%);
}

.faq-listing .faq-box h4.open-faq .faq-icon.intro {
    transform: rotate(180deg);
}

.faq-listing .faq-box .answer-box {
    padding-top: 3rem;
    display: none;
}

.faq-listing .faq-box .answer-box p {
    font-size: 2rem;
}
.faq-list-box .faq-listing h2 {
    font-size: 6rem;
    margin-bottom: 5rem;
}
.faq-bar-section{
    background: #F6E8D6;
    padding: 7rem 0;
}
.faq-bar-section h2{
    margin-bottom: 0;
}


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

        /* product detail page  */

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

.product-detail-section {
    overflow: hidden;
}
.product-intro-box p {
    margin: 3rem 0;
}
.product-intro-box .text-box img {
    width: 8rem;
    margin-top: 5rem;
}
.product-intro-box .list-box li {
    background: #fff;
    width: 47.5%;
    height: max-content;
    padding: 5rem 3.8rem;
    border-radius: 3rem;
    margin-bottom: 4rem;
}
.product-intro-box .list-box li:nth-child(even) {
    margin-top: -8rem;
}
.product-intro-box {
    padding-top: 5rem;
}
.product-intro-box .text-box{
    width: 48%;
    position: sticky;
    top: 10%;
    height: max-content;

}
.product-intro-box ul.list-box {
    width: 48.5%;
}
.product-intro-box .list-box li img {
    width: 13rem;
    margin: 2rem 0 3rem 0;
}
.product-category-inner-box h5 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.product-category-inner-box li a {
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
}
.product-category-inner-box li img {
    width: 3.8rem;
    margin-right: 2rem;
}
.product-category-inner-box li {
    padding: 0.7rem 0;
    display: flex;
    align-items: center;
}
.product-category-inner-box li.active a, .product-category-inner-box li:hover a {
    color: #fff;
}
.product-category-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-category-inner-box li.active img {
    opacity: 1;
}
.product-category-inner-box li img{
    opacity: 0;
}
.product-category-inner-box li:last-child {
    padding-bottom: 0;
}
.product-category-inner-box li a img {
    width: 1.7rem;
}
.product-detail-box .form-box-class form {
    background: #BB8056;
    padding: 4rem 4rem 5rem 4rem;
}
.product-detail-box .form-box-class form input::placeholder, .product-detail-box .form-box-class form textarea::placeholder, .product-detail-box .form-box-class form label {
    color: #fff;
}
.product-detail-box .form-box-class .form-box form input, .product-detail-box .form-box-class .form-box form textarea, .product-detail-box .form-box-class .form-box form label{
    border-color: #ffffff87;
    font-size: 1.6rem;
    color: #fff;
}
.product-detail-box .form-box-class .form-box form textarea {
    height: 10rem;
}
.product-detail-box .form-box-class .form-box form input {
    height: 6rem;
    margin-bottom: 1.5rem;
}
.product-detail-box .form-box-class .label-box{
    height: 6rem;
}
.product-detail-box .form-box-class .label-box label input{
    height: 2.5rem;
    width: 2.5rem;
    border: 2px solid #fff;
    margin-bottom: 0;
}
.product-detail-box .form-box-class .label-box label input[type="radio"]:checked{
    background-image: url(../img/white-bt.png);
    border-color: #fff;
    background-repeat: no-repeat;
    background-size: 1.1rem;
    background-position: center;
}
.product-detail-box .form-box-class button.btn {
    background: #fff;
    color: #BB8056;
    font-size: 2rem;
    margin-top: 2rem;
}
.product-detail-box .form-box-class button.btn:hover{
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.product-detail-box .form-box-class h5{
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3rem;
}
.product-detail-content-box img {
    width: 57rem;
    height: 57rem;
    object-fit: cover;
    padding: 2rem;
    border: 2px dashed #fff;
    border-radius: 100%;
}
.product-detail-content-img{
    padding-left: 7rem;
}
.product-detail-content-box p {
    margin: 4rem 0;
}
.product-detail-content-box ul li {
    font-size: 2rem;
    list-style: disc;
    margin: 1rem 0;
    font-weight: 400;
}
.product-detail-content-box ul{
    padding-left: 3rem;
}
.product-detail-content-text h4 {
    font-size: 3.8rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 3rem;
}
.specification-box{
    margin-top: 7rem;
}
.specification-box .text-center p {
    border: 1px solid #BABABA;
    width: max-content;
    margin: auto;
    padding: 0.5rem 4rem;
    border-radius: 4rem;
    font-weight: 600;
    background: #66473d;
    font-size: 2rem;
    text-transform: uppercase;
}
.specification-box {
    border: 1px solid #BABABA;
    padding: 0 3rem 2rem 3rem;
    border-radius: 2rem;
}
.specification-box .text-center {
    margin-top: -3rem;
    margin-bottom: 4rem;
}
.specification-box ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.specification-box ul{
    padding: 0;
}
.specification-box ul li::after{
    content: "";   
    background-image: url(../img/spec-line.png);
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    height: 0.1rem;
    width: 100%;
}
.specification-box ul li div{
    z-index: 5;
}
.specification-box ul li div p {
    margin: 0.5rem 0;
    background: #66473d;
    padding-left: 2rem;
    z-index: 5;
    font-size: 2rem;
}
.specification-box ul li div:first-child p {
    font-weight: 600;
    padding-right: 2rem;
    padding-left: 0;
}

.product-details-listing > li {
    display: none; 
    opacity: 0;
    transition: opacity 2s ease;
}
.product-details-listing > li.show {
    display: flex;
    opacity: 1;
    transition: opacity 2s ease;
}


.underline {
    border: 1px solid #9d9d9da6;
    margin: 13rem 0;
}

.comparison-table {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 7rem;
}
.parameter-column {
    border-radius: 4rem 0 4rem 4rem;
    border: 1px solid #B9B9B9;
    padding: 0 4rem;
    list-style: none;
    text-align: left;
    font-weight: bold;
    width: 20%;
    height: max-content;
}
.variant-column {
    border-radius: 4rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
    border: 1px solid #B9B9B9;
    text-align: center;
    width: 16%;
    list-style: none;
    overflow: hidden;
}
.variant-column img {
    width: 80%;
    height: max-content;
    border-radius: 50%;
    object-fit: contain;
    padding: 3rem 0;
}
.variant-column img+h5 {
    font-size: 2.7rem;
    font-weight: 600;
    color: #333333;
    margin-top: -2rem;
    padding-bottom: 4rem;
}
.variant-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.parameter {
    padding: 4rem 0;
    border-top: 0.1rem solid #B9B9B9;
}
.comparison-table ul li {
    font-size: 2.5rem;
    font-weight: 400;
}
.parameter-column li:first-child {
    border-top: none;
}
.comparison-table .parameter-column li {
    font-weight: 600;
}
/* .variant-column:hover li, .variant-column:hover{
    background: #fff;
}
.variant-column:hover li:first-child{
    background-color: #F4F4F4;
}
.variant-column:hover li:nth-child(2){
    border-color: transparent;
}
.variant-column:hover{
    border-color: transparent;
} */
.variant-column li:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
    margin: 0;
}
.variant-column li{
    margin: 0 4rem;
}
.parameter img {
    width: 5rem;
    height: 4rem;
    object-fit: contain;
    padding: 0;
}
li.parameter {
    height: 12rem;
}

ul.product-quality-listing {
    margin-top: 8rem;
    gap: 8rem;
}
ul.product-quality-listing li h3 {
    font-size: 11rem;
    font-weight: 900;
    -webkit-text-stroke: 1px;
    color: transparent;
    -webkit-text-stroke-color: #ededed9c;
    letter-spacing: 0.5rem;
}
ul.product-quality-listing li h5 {
    font-size: 3.6rem;
    width: 45%;
    line-height: 1.2;
    font-weight: 500;
}
ul.product-quality-listing li:nth-child(even) {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
}
.product-quality-box {
    background: url(../img/product-quality-bg.webp);
    background-position: 57% 61%;
    background-size: 61%;
    background-repeat: no-repeat;
}
.product-quality-box .btn-box {
    margin-top: 18rem;
    border-top: 1px solid #ffffff82;
}
.product-quality-box .btn-box a:hover{
    background: #fff;
    color: #000;
}
.product-quality-box .btn-box a{
    color: #fff;
    border-color: #fff;
    background-color: #bb8056;
}
.about-product-section .img-box {
    width: 42%;
}
.about-product-section{
    padding-top: 0;
}
.about-product-box .text-box p {
    margin: 3rem 0;
}
.about-product-box .img-text-box {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding: 6rem 7rem;
}
.about-product-box .img-text-box h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.6rem;
}
.about-product-box .img-text-box h5 img{
    width: 3rem;
    transition: all 0.3s;
}
.about-product-section .img-box:hover h5 img{
    transform: rotate(45deg);
    transition: all 0.3s;
}
.products-listing-slider li{
    margin: 0 2rem;
}

img.slider-btn {
    position: absolute;
    bottom: -38%;
    width: 8rem;
    cursor: pointer;
    background: #FBF1E5;
    border-radius: 100%;
}
img.slider-btn.left-slider.slick-arrow {
    left: 44.5%;
    z-index: 50;
}
img.slider-btn.right-slider {
    right: 44.5%;
}
.product-page-listing .btn-box .btn {
    background: #fbf1e5;
    width: 25rem;
    height: 5rem;
    border: none;

}


li.parameter{
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.parameter-column li {
    justify-content: start;
}
.variant-column.active li, .variant-column.active{
    background: #fff;
}






/* section change css update  */
.product-detail-box {
    margin-top: 10rem;
}
.product-page-listing {
    padding-top: 0;
}
.product-comparing-section {
    padding-bottom: 12rem;
}
.product-comparing-box .btn-line-box {
    margin-top: 15rem;
}

ul.banner-background-image {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
ul.banner-background-image li, ul.banner-background-image .slick-list, ul.banner-background-image .slick-track {
    height: 100%;
}
ul.banner-background-image img {
    height: 100%;
    object-fit: cover;
}

ul.about-us-banner-listing {
    width: 40rem;
    position: absolute;
    right: 6%;
    bottom: 8%;
}
ul.about-us-banner-listing li {
    width: 33%;
    padding: 0 1rem;
}
ul.about-us-banner-listing li img {
    width: 100%;
}

.own-brand-section.about-map-section{
    background-image: url(../img/about-map-img.webp);
    background-size: 85%;
    background-position-y: 87%;
    padding-bottom: 110rem;
    background-color: #F6E8D6;

}

ul.about-voice-listing li .text-box p {
    font-size: 2rem;
}
ul.about-voice-listing li p {
    color: #000;
}
ul.about-voice-listing li {
    background: #FBF1E5;
    width: 28%;
    margin-right: 6rem;
    margin-top: 2rem;
    margin-left: 2rem;
    padding: 4rem;
    border-radius: 1rem;
    position: relative;
}
ul.about-voice-listing li .text-box {
    border-bottom: 1px solid #D9D9D9;
    min-height: 30rem;
    margin-bottom: 5rem;
}
ul.about-voice-listing li .name-box p+p {
    font-size: 1.8rem;
    color: #868686;
}
ul.about-voice-listing li .name-box p {
    color: #585753;
}
ul.about-voice-listing li::after{
    position: absolute;
    content: "";
    background-image: url(../img/about-voice-listing-after.webp);
    width: 5.5rem;
    height: 5.5rem;
    left: -5%;
    top: -3%;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-voice-box .head-box {
    margin-bottom: 10rem;
}
ul.about-voice-listing img.slider-btn {
    background: transparent;
    bottom: 107%;
}
ul.about-voice-listing img.slider-btn.left-slider.slick-arrow{
    left: 82.5%;
}
ul.about-voice-listing img.slider-btn.right-slider {
    right: 6.5%;
}
ul.certified-products-listing li {
    width: 33.3%;
    padding: 0 6rem;
    border-right: 1px solid #7c7c7c69;
    margin: 5rem 0;
}
ul.certified-products-listing li:nth-child(3), ul.certified-products-listing li:nth-child(6) {
    border-right: 0;
}
ul.certified-products-listing li .img-box img {
    width: 17rem;
    height: auto;
}
ul.certified-products-listing li .img-box {
    background: #FFF7EE;
    padding: 7rem 10rem;
    height: 38rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.certified-products-listing li h5 {
    font-size: 3.5rem;
    color: #39442B;
    margin-bottom: 1rem;
}

.certified-finest-box ul li {
    border-bottom: 1px solid #83838373;
    margin: 2rem 0;
    padding: 2rem 0;
}
.certified-finest-box ul li h5 {
    width: 80%;
}
.certified-finest-box ul li img {
    width: 11rem;
    margin-right: 2rem;
}
.certified-finest-box ul li:last-child{
    border: none;
}
.certified-finest-box .list-box .list-text-box {
    position: absolute;
    bottom: 0%;
    padding: 5rem;
}
.certified-finest-box .list-box .list-text-box img {
    width: 8rem;
    object-fit: contain;
}
.certified-finest-box .list-box .list-text-box .text {
    width: 70%;
}
.certified-finest-box .list-box .list-text-box .text h5 {
    font-size: 4.5rem;
}
section.certified-finest-section{
    background: #F6E8D6;
}
img.about-page-icon {
    width: 22rem;
    margin-bottom: 5rem;
}
.about-page-box .text-box p+img {
    filter: invert(1);
    width: 15rem;
    margin-top: 5rem;
}
p.sub-title {
    color: #BB8056;
    border: 1px solid #BB8056;
    width: max-content;
    padding: 0.5rem 3rem;
    border-radius: 3rem;
    font-size: 2.3rem;
    font-weight: 500;
    text-transform: uppercase;
}
.about-page-box .list-box ul li {
    margin: 10rem 0;
}
.about-page-box .list-box ul li .year-box {
    width: 8rem;
    position: relative;
}
.about-page-box .list-box ul li p {
    width: 40%;
    font-weight: 500;
}
.about-page-box .list-box ul li img {
    width: 27rem;
}
.about-page-box .list-box ul li .year-box::before{
    position: absolute;
    content: "";
    background-image: url(../img/about-page-usp-before.png);
    width: 2rem;
    height: 20rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-map-section ul.own-brand-listing li h3 {
    font-size: 8rem;
    font-weight: 600;
    margin-right: 3rem;
    letter-spacing: -0.4rem;
}
.about-map-section ul.own-brand-listing li{
    padding: 2rem 2rem;
}
.about-map-section ul.own-brand-listing li h3+p {
    font-size: 2.2rem;
}
.about-mision-vision-section{
    background-image: url(../img/about-mision-vision-bg.webp);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    transition: all 0.3s ease-out;
}
.about-mision-vision-box .list-box .mis-vis-box:first-child {
    border-top: 1px solid #ffffffd0;
}
.about-mision-vision-box .list-box .mis-vis-box {
    padding: 12rem 0;
    border-bottom: 1px solid #ffffffd0;
}
.about-mision-vision-box .list-box .mis-vis-box h5 {
    font-size: 4.8rem;
    margin-bottom: 1rem;
}
.about-mision-vision-box .list-box .mis-vis-box h5 {
    font-size: 4.8rem;
    margin-bottom: 1rem;
}
.about-mision-vision-box .list-box .mis-vis-box img {
    width: 7rem;
    margin-bottom: 3rem;
}
.about-mision-vision-box .list-box .mis-vis-box p{
    font-size: 2.95rem;
    font-weight: 300;
}
.about-mision-vision-box .text-box .bottom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-mision-vision-box .text-box .bottom-box ul {
    display: flex;
    margin-top: 5rem;
}
.about-mision-vision-box .text-box .bottom-box p {
    color: #fff;
    font-weight: 300;
    font-size: 1.7rem;
    border-color: #fff;
}
.about-mision-vision-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-mision-vision-box .text-box .bottom-box ul li {
    padding: 1.5rem;
    width: 25%;
}
.about-mision-vision-box .text-box .bottom-box ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

ul.about-rice-manu-listing li .img-box {
    width: 13rem;
}
ul.about-rice-manu-listing li h5 {
    width: 35%;
    font-size: 3.5rem;
    color: #646464;
    letter-spacing: -0.2rem;
    line-height: 1.3;
    padding-right: 11rem;
    padding-left: 4rem;
}
ul.about-rice-manu-listing li {
    border-bottom: 1px solid #7A7A7A;
    padding: 5rem 0;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}
ul.about-rice-manu-listing li:first-child{
    border-top: 1px solid #7A7A7A;
}
ul.about-rice-manu-listing li .text-box {
    width: 50%;
    padding-right: 15rem;
    height: 7rem;
    overflow: hidden;
    transition: all 0.5s;
}
ul.about-rice-manu-listing li h5 strong{
    color: #BB8056;
    font-weight: 500;
}
ul.about-rice-manu-listing li .text-box+img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
    transition: all 0.5s;
    position: absolute;
    right: 0%;
    top: 11rem;
}
ul.about-rice-manu-listing li.active .text-box{
    height: 25rem;
    transition: all 0.5s;
}
ul.about-rice-manu-listing li .text-box .btn{
    margin-top: 2rem;
}
ul.about-rice-manu-listing li.active .plus {
    transform: rotate(45deg);
    transition: all 0.5s;
}
 .home-banner-box .img-box video {
    height: 100%;
    width: 100%;
    object-fit: cover ;
}
.about-page-banner .text-box{
    top: 47rem;
}
.about-founder-box .img-box {
    padding: 3rem;
    border: 2px dashed #BB8056;
}
.about-founder-box .text-box .founder-qoute {
    width: 8rem;
    margin-bottom: 3rem;
    margin-top: 8rem;
}
.about-founder-box .text-box p {
    font-size: 3.5rem;
    margin: 2rem 0;
}
.about-founder-box .text-box p strong{
    color: #39442B;
}
.about-founder-box .text-box p.name {
    font-size: 2.8rem;
}
.about-detail-box .text img {
    width: 12rem;
    margin-top: 5rem;
}
.about-detail-listing .text-detail-box, .about-detail-listing img{
    opacity: 0;
    display: none;
    transition: opacity 2s ease;
}
.about-detail-listing .text-detail-box.show, .about-detail-listing img.show{
    display: block;
    opacity: 1;
    transition: opacity 2s ease;
}
.about-detail-listing .text-box {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 41%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-detail-listing .text-box .text-detail-box p.font-20 {
    font-weight: 300;
    margin-top: 1.5rem;
}
.about-detail-listing .text-box .text-detail-box h3 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff9e;
    color: transparent;
    font-size: 4.6rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.about-detail-listing .text-box .text-detail-box {
    width: 53%;
    text-align: end;
}
.about-detail-listing .text-box .year-box li p {
    color:rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.about-detail-listing .text-box .year-box li {
    margin: 1.2rem 0;
}
.about-detail-listing .text-box .year-box {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 1.764rem;
    border-left: 1px solid #fff;
}
.about-detail-listing .text-box .year-box li {
    padding-left: 4rem;
}
.about-detail-listing .text-box .year-box li.active{
    list-style: disc;
}




/* private labelling page css  */


.priv-benefits-box .list-box li {
    width: 47%;
}
.priv-benefits-box .list-box li img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
    margin-bottom: 3rem;
}
.priv-benefits-box .list-box li {
    width: 47.5%;
    border: 1px solid #bcbcbca8;
    padding: 3rem;
}
.priv-benefits-box .list-box {
    gap: 3.5rem;
}
.priv-benefits-box .list-box li h5 {
    line-height: 1.2;
    margin-bottom: 1.8rem;
}
.priv-signifi-box p {
    margin: 3rem 0;
}
.priv-signifi-section::after{
    position: absolute;
    content: "";
    background-image: url(../img/priv-signi-after.webp);
    width: 126.6rem;
    height: 41.5rem;
    left: 0%;
    bottom: 0%;
    background-repeat: no-repeat;
    background-size: contain;
}
.priv-contact-section .form-box-class .form-box form {
    background: #FBF1E5;
}
.priv-contact-section .contact-us-box{
    background-image: url(../img/priv-contact-bg.webp);
}
.priv-product-section .product-quality-box{
    background-image: url(../img/priv-product-quality-bg.webp);
}
.priv-product-section ul.product-quality-listing li h3{
    -webkit-text-stroke-color: #BB8056;
}
.priv-process-section{
    background: #F6E8D6;
}
ul.priv-process-listing li h3{
    font-size: 8.2rem;
    font-weight: 900;
    -webkit-text-stroke: 1px;
    color: transparent;
    -webkit-text-stroke-color: #bb8056;
    letter-spacing: 0.5rem;
}
ul.priv-process-listing li h5{
    line-height: 1.2;
    margin-bottom: 1rem;
}
ul.priv-process-listing li p{
    font-size: 1.835rem;
}
ul.priv-process-listing {
    margin: 0 -2rem;
    margin-top: 10rem;
    gap: 5rem;
    position: relative;
}
ul.priv-process-listing li {
    width: 22.5%;
    background: #FBF1E5;
    text-align: center;
    padding: 6rem;
    border-radius: 100%;
}
ul.priv-process-listing::after{   
    position: absolute;
    content: "";
    background-image: url(../img/priv-usp-bg.webp);
    width: 104%;
    /* height: 116%; */
    /* left: -1.8%; */
    height: 115%;
    left: -1.85%;
    bottom: -8.4%;
    background-repeat: no-repeat;
    background-size: contain;
}
.priv-process-box::after{
    position: absolute;
    content: "";
    background-image: url(../img/priv-process-after.webp);
    width: 15rem;
    height: 20rem;
    right: 0%;
    top: 13%;
    background-repeat: no-repeat;
    background-size: contain;
}
.priv-process-box::before{
    position: absolute;
    content: "";
    background-image: url(../img/priv-process-before.webp);
    width: 29rem;
    height: 20rem;
    left: -5%;
    top: 1%;
    background-repeat: no-repeat;
    background-size: contain;
}
.faq-box .text-box img {
    width: 8rem;
    margin-top: 9rem;
}
.faq-box .list-box li {
    padding: 4rem 3rem;
    cursor: pointer;
    border-bottom: 1px solid #838383a6;
}
.faq-box .list-box li:first-child{
    border-top: 1px solid #838383a6;
}
.faq-box .list-box li p {
    margin-top: 2rem;
    width: 100%;
    font-weight: 400;
    color: #2A2B2B;
}
.faq-box .list-box li h5{
    width: 95%;
    font-weight: 500;
}
.faq-box .list-box li p {
    height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all 0.5s;
}
.faq-box .list-box li.active p{
    height: 11rem;
    margin-top: 2rem;
    transition: all 0.5s;
}
.faq-box .list-box li::after{
    position: absolute;
    content: "";
    background-image: url(../img/+.png);
    width: 3rem;
    height: 3rem;
    right: 0%;
    top: 5rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.faq-box .list-box li.active::after{
    background-image: url(../img/-.png);
    top: 6rem;
}
.priv-product-listing{
    background: #F6E8D6;
    padding-top: 18rem;
}
.priv-product-listing .btn-box .btn{
    background: #F6E8D6;
}

.priv-transform-box .text-box li p {
    height: 0rem;
    overflow: hidden;
    transition: all 1s;
}
.priv-transform-box .text-box li.active p {
    height: 13rem;
    transition: all 1s;
}
.priv-transform-box .text-box li h5 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
}
.priv-transform-box .text-box li {
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
.auto-open-list li {
    position: relative;
    border-bottom: 1px solid #000;
}
.auto-open-list li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    width: 0%;
    height: 0.3rem;
    background-color: brown;
}

.auto-open-list li.active::after {
    width: 100%;
    transition: width 4s linear;
}

ul.priv-proc-listing li h5 {
    font-size: 3.5rem;
}
.priv-proc-section{
    background: #F6E8D6;
}
.priv-proc-listing::before{
    content: "";   
    background-image: url(../img/priv-proc-before.png);
    position: absolute;
    left: -119%;
    top: -3%;
    height: 100%;
    width: 84rem;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.priv-proc-listing li .img img {
    height: 20rem;
    object-fit: contain;
}
ul.priv-proc-listing li {
    margin-bottom: 3rem;
    width: 100%;
}
ul.priv-proc-listing {
    margin-top: 7rem;
}
ul.priv-proc-listing li:nth-child(2) {
    margin-left: -15rem;
}
ul.priv-proc-listing li:nth-child(3) {
    margin-left: -30rem;
}
ul.priv-proc-listing li:nth-child(4) {
    margin-left: -45rem;
}
ul.priv-proc-listing li:nth-child(5) {
    margin-left: -60rem;
}
ul.priv-proc-listing li:nth-child(6) {
    margin-left: -75rem;
}
.product-quality-box .text .btn-box {
    margin-top: 5rem;
    border: none;
}
.product-quality-box .btn-box {
    border-color: #39442B;
}
.product-quality-box .btn-line {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5rem;
    background: #fbf1e5;
}
.faq-box .list-box li::after{
    display: none;
}
.faq-section {
    background: #FFF5EA;
}
.prev-explore-section{
    background: #F6E8D6;
}
.prev-explore-box ul li {
    background: #BB8056;
    padding: 5rem 4rem;
    border-radius: 3rem;
    width: 31.5%;
}
.prev-explore-box ul{
    width: 62%;
}
.prev-explore-box ul li h5 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 4rem;
}
.prev-explore-box ul li .icon {
    width: 14rem;
}
.prev-explore-box ul li img.arrow {
    padding: 1.5rem;
    background: #FBF1E5;
    border-radius: 7rem;
    width: 7rem;
    margin-top: 4rem;
    transition: all 0.3s;
}
.prev-explore-box ul li:hover img.arrow {
    transform: rotate(45deg);
    transition: all 0.3s;
}
.priv-transform-box .text-box li:last-child {
    margin-bottom: 0;
}

.contact-map-section .about-mision-vision-box .text-box .bottom-box {
    width: 50%;
}
.contact-map-section .about-mision-vision-box .text-box .bottom-box ul {
    margin-top: 3rem;
    flex-wrap: wrap;
}
.contact-map-section .about-mision-vision-box .text-box .bottom-box ul li {
    padding: 0.5rem;
    width: 20%;
}
.contact-map-section .about-mision-vision-box .list-box .mis-vis-box img {
    filter: invert(1);
    width: 10rem;
    margin-bottom: 0rem;
}


/* prduct listing  */

.products-listing-sec ul.home-products-listing li{
    width: 22.4%;
    margin-bottom: 4rem;
}
.products-listing-sec ul.home-products-listing {
    margin-bottom: -4rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

/* product detail  */

/* ul.products-listing-slider {
    height: 40rem;
    overflow: hidden;
} */

/* contact us  */

.form-box-class .form-box form input.wpcf7-submit {
    font-size: 2.2rem;
    margin-top: 5rem;
    cursor: pointer;
    background: #BB8056;
    color: #FDFDF1;
    padding: 1rem 3rem;
    border-radius: 5rem;
    font-weight: 400;
    border: 1px solid transparent;
    transition: all 0.3s;
    display: inline-block;
    width: 22rem;
    height: 7rem;
}
.form-box-class .form-box form input.wpcf7-submit:hover {
    background: transparent;
    border-color: #94856F;
    color: #94856F;
    transition: all 0.3s;
}
.wpcf7-response-output {
    font-family: 'Poppins';
    font-size: 1.7rem;
}
.form-box-class .label-box span {
    margin-left: 0;
}
.wpcf7-not-valid-tip {
    font-size: 2rem;
}


/* header css  */


#menu-item-10 .sub-menu {
    display: none;
    position: absolute;
    background: transparent;
    padding: 1rem 0;
    top: 9.5rem;
    list-style: none;
    min-width: 20rem;
    text-align: center;
}

    #menu-item-10:hover .sub-menu {
        display: block;
    }

    #menu-item-10 .sub-menu li {
        padding: 2rem 2rem;
        background: #fff;
    }
    #menu-item-10 .sub-menu li a {
        color: #000;
    }

    #menu-item-10 .sub-menu li:hover {
        background: #f5f5f5;
    }


/* nested submenus*/
#menu-item-10 .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 3.3rem;
    padding-left: 2rem;
    padding-bottom: 5rem;
    display: none;
    min-width: 30rem;
}

#menu-item-1001:hover .sub-menu, #menu-item-1002:hover .sub-menu{
    display: block;
}
li#menu-item-1001 a:first-child {
    display: none;
}
li#menu-item-1001 li a:first-child {
    display: block;
}

li#menu-item-416, li#menu-item-415{
    display: none;
}



ul.products-listing-slider-hover {
    height: 40rem;
    padding-top: 2rem;
}
ul.products-listing-slider-hover li {
    margin: 0 1rem;
    width: 37rem;
}

ul.products-listing-slider-hover img.slider-btn.right-slider {
right: 0%;
}
ul.products-listing-slider-hover img.slider-btn {
position: absolute;
bottom: 108%;
width: 5.5rem;
}
ul.products-listing-slider-hover img.slider-btn.left-slider.slick-arrow {
left: 92.5%;
z-index: 50;
}
.home-btn-box{
display: block !important;
}

.contact-map-section .about-mision-vision-box .list-box .mis-vis-box {
    padding: 15rem 0 20rem 0;
}

ul.home-products-listing li img {
    border-radius: 100%;
    display: block;
}

section.serve-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-text-box {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 18rem;
}
section.serve-section .video-box {
    height: 100%;
}

.hidden{
    display: none;
}

/* non pesticide page css  */

ul.n-pesti-diff-listing {
    gap: 5rem;
    margin-top: 7rem;
}
ul.n-pesti-diff-listing li {
    width: 31%;
    padding: 6rem 5rem;
    border: 1px solid #BCBCBC;
}
ul.n-pesti-diff-listing li img {
    width: 9rem;
    margin-bottom: 4rem;
}
ul.n-pesti-diff-listing li h5 {
    font-size: 3.5rem;
    width: 80%;
    line-height: 1.2;
    margin-bottom: 2rem;
}
ul.n-pesti-diff-listing li h5+p {
    font-weight: 400;
}
.n-pesti-farm-section {
    background: #F6E8D6;
}
.n-pesti-text-listing li img {
    width: 10rem;
    object-fit: contain;
    margin-right: 2.5rem;
}
.n-pesti-text-listing {
    margin-top: 5rem;
    gap: 4rem;
    display: flex;
    flex-direction: column;
}
.n-pesti-text-listing .text {
    width: 78%;
}
.n-pesti-text-listing .text p {
    font-size: 2.7rem;
}
.n-pesti-text-listing .text p strong {
    font-weight: 500;
}
.n-pesti-why-box .text-box img {
    width: 7rem;
}
ul.n-pesti-product-listing li .text-box h5+p {
    font-weight: 300;
}
ul.n-pesti-product-listing li .text-box h5 {
    line-height: 1.2;
    width: 80%;
    font-weight: 500;
    margin-bottom: 3rem;
    transition: all 0.5s;
}
ul.n-pesti-product-listing li .text-box {
    position: absolute;
    bottom: -17%;
    width: 100%;
    height: 100%;
    left: 0%;
    padding: 3.5rem;
    background: linear-gradient(180deg, rgba(169, 110, 68, 0) 0, rgba(169, 110, 68, 0.73) 63.9%, #A96E44 103.62%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
}
ul.n-pesti-product-listing {
    margin-top: 7rem;
    gap: 3rem;
}
ul.n-pesti-product-listing li{
    width: 23.5%;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    height: 58rem;
}
ul.n-pesti-product-listing li:hover .text-box{
    bottom: 0%;
    transition: all 0.5s;
}
ul.n-pesti-product-listing li:hover .text-box h5 {
    margin-bottom: 2rem;
    transition: all 0.5s;
} 
.n-pesti-cook-section{
    background: #F6E8D6;
}
ul.n-pesti-cool-listing li {
    margin-top: 7rem;
}
ul.n-pesti-cool-listing {
    padding: 0 20rem;
    position: relative;
}
ul.n-pesti-cool-listing li p {
    font-size: 2.2rem;
}
ul.n-pesti-cool-listing li h5 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
ul.n-pesti-cool-listing li:nth-child(even) {
    flex-direction: row-reverse;
}
ul.n-pesti-cool-listing li .img-box img {
    border-radius: 2rem;
}
ul.n-pesti-cool-listing::after{
    position: absolute;
    content: "";
    background-image: url(../img/n-pesti-after-line.png);
    width: 1rem;
    height: 100%;
    right: 50%;
    top: 0rem;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
ul.n-pesti-cool-listing li:nth-child(even) .text-box::after {
    left: -33%;
    background-image: url(../img/n-pesti-cook-after-2.png);
    padding-right: 1.5rem;
}
ul.n-pesti-cool-listing li .text-box::after{
    position: absolute;
    content: attr(data-number);
    background-image: url(../img/n-pesti-cook-after.png);
    width: 7rem;
    height: 5.6rem;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEFEFB;
    font-size: 2.5rem;
}    
ul.n-pesti-cool-listing li:nth-child(odd) .text-box::after{
    right: -27%;
    padding-left: 1.5rem;
}
.n-pesti-join-section{
    background: #FBF1E5;
}
.n-pesti-join-box h2 {
    margin-bottom: 5rem;
}
ul.n-pesti-all-product-listing li {
    margin: 0 1rem;
}
ul.n-pesti-all-product-listing {
    gap: 3rem 0;
}

ul.home-products-listing li .img-box{
    position: relative;
}
ul.home-products-listing li .img-box::after{
    background: linear-gradient(180deg, rgba(187, 128, 86, 0) 39.46%, #BB8056 100%);
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}






@media (min-width: 1921px) {
    html {
        font-size: 9.85px;
    }


    .own-brand-section{
        background-size: inherit;
    }

}    

@media (min-width: 799px){
    .desktop-none{
        display: none !important;
    }
}


@media (max-width: 800px){
    html{
        font-size: 2vw;
    }
    .mobile-none{
        display: none !important;
    }
    br{
        display: none;
    }
    .com-padding {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .btn {
        font-size: 1.8rem;
        padding: 1.5rem 4rem;
    }


    .m-w-100{
        width:100%;
    }
    .m-w-95{
        width: 95%;
    }
    .m-w-90{
        width:90%;
    }

    /* font  */
    h1 {
        font-size: 4.7rem;
        letter-spacing: -0.2rem;
        font-weight: 600;
    }
    h2{
        font-size: 3.8rem;
    }
    h3{
        font-size: 3.3rem;
    }
    h5 {
        font-size: 2.3rem;
    }
    p{
        font-size: 2.2rem;
    }




    /* homepage */
    section.home-banner-section {
        height: 100vh;
    }
    .container{
        padding: 0 2rem;
    }
    .header-box{
        padding: 2rem 2rem;
    }
    .header-logo img{
        width: 15rem;
    }
    .home-banner-box, .home-banner-box .img-box, .home-banner-box .img-box img {
        height: 100%;
        object-fit: cover;
    }
    .home-banner-box .text-box{
        top: 50%;
        transform: translateY(-50%);
    }
    .home-banner-box .text-box p{
        font-weight: 400;
    }
    .mouse-box p{
        font-size: 1.6rem;
    }
    .mouse-box .mouse {
        width: 3.3rem;
    }
    .finest-rice-box .text-box h5 {
        margin-bottom: 2rem;
    }
    .finest-rice-box .text-box img {
        width: 5rem;
        margin-bottom: 1rem;
        margin-top: 3rem;
    }
    ul.finest-usp li h3 {
        font-size: 6rem;
    }
    .finest-rice-box {
        padding-bottom: 0;
    }
    .finest-rice-section .container.section-underline {
        border-bottom: 0;
    }
    ul.finest-usp li {
        width: 100%;
        margin-top: 2rem;
        border-top: 1px solid #0000009e;
        padding-top: 2rem;
        text-align: center;
    }
    ul.finest-usp li:last-child {
        border-bottom: 1px solid #0000009e;
        padding-bottom: 2rem;
    }
    ul.finest-usp {
        margin-top: 1rem;
    }
    .two-btn-box {
        margin-top: 3rem;
    }
    .two-btn-box a.btn {
        font-size: 2rem;
    }
    .two-btn-box a.btn:first-child {
        width: 22rem;
        text-align: center;
    }
    ul.home-products-listing {
        margin-top: 4rem;
    }
    ul.home-products-listing li .text-box p {
        font-size: 2.2rem;
    }
    ul.home-products-listing li {
        width: 30rem;
        margin-bottom: 0.5rem;
    }
    .btn-line-box {
        margin-top: 6rem;
    }
    .home-products-box .active::after{
        bottom: -28%;
    }
    ul.own-brand-listing li{
        padding: 2.2rem 0;
    }
    ul.own-brand-listing li h5{
        width: 80%;
        line-height: 1.2;
    }
    ul.own-brand-listing {
        margin-top: 3rem;
    }
    .own-brand-section{
        padding-bottom: 25rem;
    }
    ul.unmatch-quality-listing {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    ul.unmatch-quality-listing li .text-box h5{
        margin-bottom: 2rem;
        font-size: 3.3rem;
    }
    ul.unmatch-quality-listing li .text-box{
        bottom: 0%;
    }
    ul.unmatch-quality-listing li {
        min-width: 85vw;
        margin-right: 1.5rem;
    }
    ul.unmatch-quality-listing li .text-box{
        padding: 3rem 4rem;
    }
    ul.serve-listing-section li h3 {
        font-size: 6rem;
        font-weight: 500;
        margin-top: 0;
    }
    ul.serve-listing-section li {
        padding: 2rem 0;
        text-align: center;
    }
    ul.serve-listing-section {
        margin-top: 5rem;
    }
    .serve-box h2+p {
        margin-top: 0;
    }
    ul.certification-listing li {
        width: 25%;
        padding: 0.2rem 0.5rem;
    }
    .form-box-class .form-box form {
        margin-top: 4rem;
        padding: 3rem 3rem 4rem 3rem;
    }
    .form-box-class .form-box form input, .form-box-class .form-box form textarea{
        height: 7rem;
    }
    .form-box-class .form-box form textarea {
        height: 13rem;
    }    
    .form-box-class button.btn {
        margin-top: 1rem;
        font-size: 2rem;
    }
    .form-box-class .label-box label input{
        height: 3rem;
    }
    .form-box-class .contact-info img {
        margin-right: 1.8rem;
    }
    .footer-box {
        padding-top: 8rem;
    }
    .footer-box .head-box, .footer-box .head-box p{
        width: 100%;
    }
    .footer-link-box {
        width: 50%;
        margin-top: 3rem;
    }
    .footer-box ul li {
        margin: 1rem 0;
    }
    .footer-box h6{
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }
    .footer-media-box {
        width: 100%;
        margin-top: 3rem;
    }
    .footer-media-box ul li img {
        width: 5rem;
    }
    .footer-media-box ul li{
        margin-right: 1rem;
    }
    .footer-box .head-box p{
        font-size: 1.9rem;
    }
    .footer-box .head-box img {
        width: 25rem;
    }
    footer h2 {
        font-size: 4.6rem;
        margin: 3rem 0;
    }
    .copy-right {
        margin-bottom: 3rem;
    }
    .form-box-class .contact-info p {
        margin-top: 1.5rem;
    }


    /* genric mobile css  */

    .generic-banner-section{
        padding-top: 18rem;
        padding-bottom: 39rem;
        height: 100vh;
        background-position: center;
    }
    .generic-content-box h2 {
        margin-top: 5rem;
        margin-bottom: 1.5rem;
    }
    .generic-content-box p {
        margin: 2rem 0;
    }
    .generic-content-box ul li, .generic-content-box ol li {
        font-size: 2.2rem;
        margin-bottom: 1.2rem;
    }
    .generic-content-box ul, .generic-content-box ol {
        margin: 3rem 0;
    }
    .generic-section{
        padding-top: 5rem;
    }

    .error-page-section h1 {
        font-size: 23rem;
        margin-top: 5rem;
    }
    .error-page-box p {
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }
    .error-page-box h3 {
        font-size: 3.2rem;
    }

    /* faq mobile  */

    .faq-listing {
        padding: 0;
        margin-top: 4rem;
    }
    ul.faq-list {
        margin-right: 0;
        margin-bottom: 3rem;
        grid-template-columns: none;
        grid-auto-flow: column;
        scroll-behavior: auto;
        overflow-y: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        justify-content: flex-start;
        display: grid;
        grid-column-gap: 1.5rem;
        padding: 3rem 2rem;
        border-radius: 1rem;
      }
      .faq-list-box .faq-listing {
        margin-bottom: 7rem;
      }
      .faq-list-box .faq-listing h2 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
        letter-spacing: -0.1rem;
    }
    .faq-listing .faq-box h4.open-faq{
        padding-right: 4rem;
        font-size: 2.3rem;
    }
    .faq-listing .faq-box .answer-box{
        padding-top: 2rem;
    }
      ul.faq-list li {
        padding: 0 1.5rem;
        margin-bottom: 0;
        width: max-content;
        padding-bottom: 1.5rem;
      }
      ul.faq-list li:last-child {
        border-bottom: 1px solid #4F4D46;
      }
      .faq-listing .faq-box h4.open-faq .faq-icon {
        width: 2.5rem;
    }
    .faq-listing .faq-box h4.open-faq .faq-icon img {
        width: 100%;
    }
    .faq-page-section.com-padding {
        padding-bottom: 7rem;
    }
    .faq-bar-section h2 {
        margin-bottom: 2.2rem;
    }
    .faq-bar-section {
        padding: 10rem 0;
        text-align: center;
    }
    .faq-page-banner {
        background-position: 41%;
    }

    /* product detail mobile  */
    
    .product-intro-box .text-box, .product-intro-box ul.list-box{
        width: 100%;
    }
    .product-intro-box .text-box{
        position: relative;
    }
    .product-intro-box .list-box li{
        padding: 2.5rem;
        border-radius: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-intro-box .list-box li:nth-child(even) {
        margin-top: 0;
    }
    .product-intro-box .list-box li {
        width: 100%;
        margin-bottom: 2rem;
    }
    .product-intro-box .list-box li img {
        width: 8rem;
        margin: 0;
        margin-right: 2rem;
    }
    .product-intro-box .text-box img {
        width: 5rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .product-intro-box p {
        margin: 1.8rem 0;
    }
    .product-detail-box {
        margin-top: 3rem;
    }
    .product-detail-content-text h4{
        font-size: 3.2rem;
        margin-bottom: 1rem;
    }
    .product-detail-content-box h2 {
        margin-bottom: 1.8rem;
    }
    .product-detail-content-box img{
        margin: 1rem 0;
        height: 46rem ;
        width: 46rem;
    }
    .product-detail-content-box p {
        margin: 1.8rem 0;
    }
    .product-detail-content-box ul li{
        font-size: 2.2rem;
    }
    .specification-box {
        margin-top: 7rem;
        padding: 0 2rem 1rem 2rem;
        border-radius: 2rem;
    }
    .product-detail-content-box ul li{
        margin: 0.5rem 0;
    }
    .specification-box .text-center {
        margin-top: -2.3rem;
        margin-bottom: 2rem;
    }
    .underline {
        margin: 7rem 0;
    }
    .product-category-inner-box, .product-detail-box .form-box {
        margin-top: 0;
    }
    ul.product-details-listing {
        margin-top: 3.5rem;
        padding-left: 0;
    }
    ul.product-category-listing {
        border: 1px solid #BB8056;
        border-radius: 2rem;
        padding: 2rem;
    }
    .product-detail-content-img {
        padding-left: 0;
        margin-bottom: 1rem;
    }
    .product-detail-box .form-box-class h5{
        font-size: 3rem;
    }
    .comparison-table ul li{
        font-size: 2rem;
    }
    li.parameter {
        padding: 3rem 0;
        height: 8.5rem;
    }
    .parameter-column {
        min-width: 25rem;
        padding: 0 3rem;
        
    }
    .variant-column {
        min-width: 20rem;
    }
    .comp-table-box {
        overflow: scroll;
        margin: 0 -2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 10rem;
    }
    .comparison-table{
        overflow: scroll;
        width: min-content;
        margin-top: 4rem;
    }
    .variant-column img+h5{
        font-size: 1.9rem;
    }
    .parameter img{
        width: 4rem;
        height: 2rem;
    }
    ul.product-quality-listing li h5 {
        width: 100%;
        font-size: 2.3rem;
    }
    .product-quality-box{
        background-position: 65% 69%;
        background-size: 80%;
    }
    ul.product-quality-listing li h3 {
        font-size: 10rem;
        line-height: 1.2;
    }
    ul.product-quality-listing {
        margin-top: 5rem;
        gap: 2rem;
    }
    ul.product-quality-listing li:nth-child(3), ul.product-quality-listing li:nth-child(4) {
        margin-top: 16rem;
    }
    .product-quality-box .btn-box{
        margin-top: 10rem;
    }
    .about-product-section .img-box {
        width: 100%;
    }
    .about-product-section{
        padding-top: 0;
    }
    .about-product-box .text-box p {
        margin: 1.8rem 0;
    }
    .about-product-box .img-text-box{
        padding: 3rem;
    }
    .about-product-box .img-text-box h5{
        font-size: 3.2rem;
    }
    .about-product-box .img-text-box h5 img{
        width: 2rem;
    }

    img.slider-btn.right-slider {
        right: 36%;
    }
    ul.about-voice-listing img.slider-btn.right-slider{
        right: 35%;
    }
    img.slider-btn.left-slider.slick-arrow{
        left: 36%;
    }
    ul.about-voice-listing img.slider-btn.left-slider.slick-arrow{
        left: 35%;
    }
    img.slider-btn {
        bottom: -22%;
        width: 6.5rem;
    }        
    .product-page-listing .btn-box .btn{
        width: 20rem;
    }
    .product-page-listing {
        padding-top: 0;
        padding-bottom: 15rem;
    }
    .product-page-listing .btn-box{
        margin-bottom: -5rem;
    }
    .product-comparing-box .btn-line-box {
        margin-top: 12rem;
    }

    .own-brand-section.about-map-section{
        padding-bottom: 50rem;
        position: relative;
        background-position: center 83%;
    }
    .about-map-section ul.own-brand-listing + .btn-box {
        position: absolute;
        bottom: 6%;
        left: 50%;
        transform: translateX(-50%);
    }
    ul.about-us-banner-listing{
        bottom: 5%;
        width: 30rem;
    }
    ul.about-voice-listing li {
        width: 100%;
        margin-right: 0;
    }

    img.about-page-icon {
        width: 10rem;
        margin-bottom: 2rem;
    }
    p.sub-title {
        font-size: 1.6rem;
        padding: 0.3rem 2rem;
    }
    .about-page-box .text-box p {
        margin-bottom: 2rem;
    }
    .about-page-box .list-box ul li p {
        width: 45%;
        font-size: 2rem;
    }
    .about-page-box .list-box ul li img {
        width: 13rem;
    }
    .about-page-box .list-box ul li .year-box::before{
        width: 1rem;
        height: 9rem;
        bottom: -10rem;
    }
    .about-page-box .list-box ul li {
        margin: 7rem 0;
    }
    .about-page-box .list-box ul li .year-box{
        width: 6rem;
    }
    .about-map-section ul.own-brand-listing li h3{
        font-size: 5.5rem
    }
    .about-map-section ul.own-brand-listing li h3+p {
        width: 60%;
    }
    .about-mision-vision-box .text-box .bottom-box ul {
        margin-top: 2rem;
    }
    .about-mision-vision-box .text-box .bottom-box {
        margin-top: 30rem;
        margin-bottom: 5rem;
    }
    .about-mision-vision-box .list-box .mis-vis-box img {
        width: 5rem;
        margin-bottom: 1rem;
    }
    .about-mision-vision-box .list-box .mis-vis-box h5 {
        font-size: 4rem;
        margin-bottom: 1rem;
    }
    .about-mision-vision-box .list-box .mis-vis-box p {
        font-size: 2.2rem;
    }
    .about-mision-vision-box .list-box .mis-vis-box {
        padding: 6rem 0;
    }
    .about-mision-vision-box .list-box .mis-vis-box:first-child{
        margin-top: 30rem;
    }
    ul.about-rice-manu-listing li .text-box+img {
        width: 3rem;
        height: 3rem;
        top: 5rem;
    }
    ul.about-rice-manu-listing li .text-box {
        width: 100%;
        padding: 0;
        height: 0;
    }
    ul.about-rice-manu-listing li h5 {
        padding: 0;
        font-size: 2.6rem;
        width: 77%;
        padding-right: 5rem;
    }
    ul.about-rice-manu-listing li .img-box {
        width: 8rem;
    }
    ul.about-rice-manu-listing li{
        padding: 3rem 0;
    }
    ul.about-rice-manu-listing li.active .text-box p {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .about-voice-box .head-box {
        margin-bottom: 0;
    }
    ul.about-voice-listing img.slider-btn {
        bottom: -20%;
    }
    ul.about-voice-listing {
        margin-bottom: 4rem;
    }
    ul.certified-products-listing li .img-box{  
        padding: 0;
        height: 25rem;
    }
    ul.certified-products-listing {
        gap: 0 2rem;
    }
    ul.certified-products-listing li {
        width: 47%;
        padding: 0;
        margin: 2rem 0;
        border: none;
    }
    ul.certified-products-listing li .img-box img {
        width: 12rem;
        height: 12rem;
        object-fit: contain;
    }
    ul.certified-products-listing li h5 {
        font-size: 3rem;
        margin-bottom: 0.5rem;
    }
    .serve-section {
        height: 98rem;
    }
    .home-serve-section{
        height: 125rem;
    }
    .certified-finest-box ul li h5 {
        width: 70%;
    }
    .certified-finest-box .list-box .list-text-box .text h5 {
        font-size: 3.2rem;
    }
    .certified-finest-box .list-box .list-text-box {
        padding: 2rem;
    }
    .certified-finest-box .list-box .list-text-box img{
        width: 5rem;
    }
    .certified-finest-box .list-box .list-text-box .text h5+p{
        font-size: 1.8rem;
    }
    .certified-finest-box .list-box .list-text-box .text {
        width: 85%;
    }
    .priv-benefits-box .text-box img, .priv-process-box::after, .priv-process-box::before, ul.priv-process-listing::after, .faq-box .text-box img {
        display: none;
    }
    .priv-benefits-box .text-box h2{
        margin-top: 0;
    }
    .priv-benefits-box .list-box li {
        min-width: 80vw;
    }
    .priv-benefits-box .list-box {
        gap: 1.5rem;
        flex-wrap: nowrap;
        overflow: scroll;
        margin: 0 -2rem;
        width: 100vw;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 3rem;
    }
    .priv-benefits-box .list-box li h5{
        font-size: 2.5rem;
    }
    .priv-signifi-section::after{
        height: 9.5rem;
        width: 15rem;
    }
    ul.priv-process-listing {
        margin: 0;
        margin-top: 3rem;
    }
    ul.priv-process-listing li {
        width: 90%;
        padding: 9.5rem 7rem;
        margin: auto;
    }
    ul.priv-process-listing{
        gap: 3rem;
    }
    .faq-box .list-box {
        margin-top: 3rem;
    }
    .faq-box .list-box li {
        padding: 2rem 1rem;
    }
    .faq-box .list-box li h5 {
        width: 100%;
        font-weight: 500;
    }
    .faq-box .list-box li::after{
        width: 2.5rem;
        height: 2.5rem;
    }
    .faq-box .list-box li.active p {
        height: 17rem;
    }
    .priv-product-listing{
        padding-top: 10rem;
    }
    .about-page-banner .mouse-box{
        display: none;
    }
    .contact-map-section .about-mision-vision-box .list-box .mis-vis-box img{
         width: 7rem;
    }
    .contact-map-section .about-mision-vision-box .text-box .bottom-box {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15rem;
    }
    .generic-banner-section .heading-box {
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0%;
        left: 0;
        padding: 0 2rem;
    }

    .about-founder-box .img-box {
        padding: 2rem;
        margin-top: 2rem;
    }
    .about-founder-box .text-box .founder-qoute {
        width: 6rem;
        margin-bottom: 1rem;
        margin-top: 6rem;
    }
    .about-founder-box .text-box p {
        font-size: 2.2rem;
        margin: 1rem 0;
    }
    .about-founder-box .text-box p.name {
        font-size: 2rem;
    }
    .about-detail-box .text img {
        width: 8rem;
        margin-top: 3rem;
    }
    .about-detail-listing img {
        height: 90rem;
        object-fit: cover;
        border-radius: 2rem;
        object-position: 70%;
    }
    .about-detail-listing .text-box {
        width: 100%;
    }
    .about-detail-listing .text-box .year-box li {
        padding-left: 1rem;
    }
    .about-detail-listing .text-box .year-box {
        width: 25%;
    }
    .about-detail-listing .text-box .text-detail-box{
        width: 68%;
        padding-left: 0.5rem;
    }

    .priv-transform-box .text-box li h5 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .priv-transform-box .text-box li.active p {
        height: 14rem;
    }
    .priv-transform-box .content-box {
        margin-top: 1rem;
    }
    .priv-proc-listing::before{
        display: none;
    }
    ul.priv-proc-listing li {
        margin-left: 0 !important;
        border-top: 1px solid #0000006b;
        margin-top: 3.5rem;
        padding-top: 3.5rem;
    }
    ul.priv-proc-listing {
        margin-top: 1rem;
    }
    ul.priv-proc-listing li:nth-child(even) {
        flex-direction: row-reverse;
    }
    ul.priv-proc-listing li .img img {
        height: 15rem
    }
    ul.priv-proc-listing li h5 {
        font-size: 2.8rem;
    }
    ul.priv-proc-listing li:last-child {
        margin-bottom: 0;
    }
    .product-quality-box .btn-line {
        padding: 0 2rem;
    }
    .prev-explore-box ul {
        overflow: scroll;
        flex-wrap: nowrap;
        width: 100vw;
        margin: 0 -2rem;
        margin-top: 3rem;
        padding-left: 1rem;
    }
    .prev-explore-box ul li .icon {
        width: 5rem;
        margin-right: 1rem;
        object-fit: contain;
    }
    .prev-explore-box ul li h5 {
        width: 64%;
        margin: 0;
        font-size: 2.6rem;
    }
    .prev-explore-box ul li img.arrow {
        width: 4.5rem;
        margin-top: 0;
        margin-left: 1rem;
    }
    .prev-explore-box ul li {
        width: 40rem;
        min-width: 40rem;
        margin: 0 1rem;
        padding: 3rem 2rem;
        border-radius: 2rem;
    }
    .prev-explore-box ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .products-listing-sec ul.home-products-listing li {
        width: 48%;
        margin-bottom: 1rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .products-listing-sec ul.home-products-listing {
        margin-bottom: -4rem;
        margin-left: 0rem;
        margin-right: 0rem;
        justify-content: space-between;
    }

    ul.products-listing-slider {
        height: max-content;
        margin-left: -2rem;
        margin-right: -2rem;
        padding-bottom: 2rem;
    }

    
    .form-box-class .form-box form input.wpcf7-submit {
        margin-top: 1rem;
        font-size: 2rem;
        width: 20rem;
        padding: 0;
        height: 6rem;
    }
    ul.about-rice-manu-listing li.active .text-box {
        height: 25rem;
    }
    ul.home-products-listing li:hover {
        padding: 0;
        border-color: transparent;
    }


    /* header  */

    .hamburger-box img {
        width: 5rem;
        filter: invert(1);
    }
    nav {
        position: absolute;
        width: 100%;
        height: 100vh;
        min-height: max-content;
        top: 0%;
        left: 0%;
        background: #66473D;
        padding: 5rem 2rem;
        z-index: 50000;
    }
    nav ul#menu-header-menu {
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    nav ul#menu-header-menu li {
        margin: 1rem 0;
        width: 100%;
    }
    nav ul#menu-header-menu li a {
        font-size: 3rem;
    }
    .menu-header-menu-container {
        margin-top: 2rem;
    }
    h3.close-hamburger {
        color: #fff;
        font-family: sans-serif;
        font-weight: 100;
        font-size: 4rem;
        position: absolute;
        right: 3rem;
        top: 3rem;
    }
    h3.close-hamburger img {
        width: 3.5rem;
        filter: invert(1);
    }
    nav {
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%); 
    }
    nav.open {
        transform: translateX(0); 
    }
    
    
    #menu-item-10:hover .sub-menu>a {
        display: none;
    }
    #menu-item-10 .sub-menu {
        position: relative;
        top: 0;
        min-width: max-content;
        text-align: start;
        padding: 0;
    }
    #menu-item-10 .sub-menu li {
        background: transparent;
        padding: 0rem 0;
        text-align: start;
    }
    #menu-item-10 .sub-menu li>a {
        font-size: 2.6rem;
        color: #fff;
    }
    #menu-item-10 .sub-menu .sub-menu {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 0rem;
        padding-left: 4rem;
    }
    #menu-item-10 .sub-menu .sub-menu a {
        font-size: 2.4rem;
        color: #ffffffbd;
        font-weight: 400;
    }
    #menu-item-10 .sub-menu li:hover {
        background: transparent;
    }
    li#menu-item-10>ul {
        margin-left: 3rem;
    }
    #menu-item-10{
        position: relative;
    }
    #menu-item-10::after{
        content: '';
        position: absolute;
        background: url(https://mintcream-starling-542407.hostingersite.com/wp-content/uploads/2025/03/ham-down-arrow.png) no-repeat center;
        width: 4rem;
        height: 4rem;
        background-size: contain;
        right: 0.5rem;
        top: 0rem;
        z-index: 1;
        filter: invert(1);
    }
    li#menu-item-416, li#menu-item-415{
        display: block;
    }

    ul.products-listing-slider-hover{
        /* height: 50rem; */
        height: 38rem;
        margin-left: -2rem;
        margin-right: -2rem;
    }
    ul.products-listing-slider-hover img.slider-btn{
        display: none !important;
    }
    
    .form-box-class .contact-info p br {
        display: block;
    }

    .contact-map-section .about-mision-vision-box .list-box .mis-vis-box {
        padding: 10rem 0 15rem 0;
        margin-top: 15rem;
    }
    .variant-column li:first-child{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .overlay-text-box{
        top: 10rem;
    }

    /* non pesticide mobile  */
    .n-pesti-intro-box .img-box {
        margin: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
        width: 90%;
    }
    ul.n-pesti-diff-listing {
        flex-wrap: nowrap;
        overflow: scroll;
        gap: 3rem;
        margin: 0 -2rem;
        margin-top: 4rem;
        padding: 0 2rem;
    }
    ul.n-pesti-diff-listing li {
        width: 80vw;
        min-width: 80vw;
        padding: 4rem 3rem;
    }
    ul.n-pesti-diff-listing li h5 {
        font-size: 2.8rem;
        width: 100%;
    }
    .n-pesti-text-listing .text p {
        font-size: 2.2rem;
    }
    .n-pesti-text-listing .text {
        width: 95%;
    }
    .n-pesti-text-listing li img {
        width: 11rem;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    .n-pesti-text-listing li:first-child {
        border-top: 1px solid #7b7b7bb5;
        padding-top: 5rem;
    }
    .n-pesti-text-listing li {
        justify-content: center;
        text-align: center;
        margin-bottom: 1rem;
        border-bottom: 1px solid #7b7b7bb5;
        padding-bottom: 5rem;
    }
    .n-pesti-why-box .n-pesti-text-listing li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
    .n-pesti-why-box .text-box {
        text-align: center;
    }
    ul.n-pesti-product-listing li {
        width: 75vw;
        min-width: 75vw;
    }
    ul.n-pesti-product-listing {
        margin: 0 -2rem;
        margin-top: 5rem;
        gap: 3rem;
        flex-wrap: nowrap;
        overflow: scroll;
        padding: 0 2rem;
    }
    ul.n-pesti-product-listing li .text-box {
        top: 0;
    }
    ul.n-pesti-product-listing li .text-box h5{
        margin-bottom: 2rem;
        font-size: 2.5rem;
        width: 100%;
    }
    ul.n-pesti-cool-listing{
        padding: 0;
        padding-left: 7rem;
    }
    ul.n-pesti-cool-listing li {
        margin-top: 4rem;
    }
    ul.n-pesti-cool-listing li h5 {
        font-size: 2.5rem;
        margin-bottom: 0.8rem;
        font-weight: 600;
    }
    ul.n-pesti-cool-listing li p {
        font-size: 1.9rem;
    }
    ul.n-pesti-cool-listing li .img-box {
        margin-top: 2rem;
    }
    ul.n-pesti-cool-listing::after{
        right: 92%;
    }
    ul.n-pesti-cool-listing li:nth-child(even) .text-box::after {
        left: -18%;
    }
    ul.n-pesti-cool-listing li .text-box::after {
        width: 5rem;
        height: 4.1rem;
        font-size: 1.8rem;
    }
    ul.n-pesti-cool-listing li:nth-child(odd) .text-box::after {
        right: 105%;
        padding-left: 0;
        padding-right: 1.5rem;
    }
    ul.n-pesti-cool-listing li .text-box::after{
        background-image: url(../img/n-pesti-cook-after-2.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .n-pesti-join-box h2, .n-pesti-join-box .img-box {
        margin-bottom: 3rem;
    }
    .certification-box .btn-box {
        text-align: center;
    }
    ul.n-pesti-all-product-listing {
        gap: 1rem 0;
    }
    ul.n-pesti-all-product-listing li {
        width: 46%;
    }

}