h1, h2, h3, h4, h5, h6 {
    font-family: "Zain", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  p, span, li, a{
    font-family: "Mukta", sans-serif;
    font-weight: 300;
    font-style: normal;
  } 


/* Header CSS Start */

.pa-main-header {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensures the header stays on top of other content */
  background-color: #fff; /* Optional: Add background color to make it look better */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow for better visibility */
  transition: all 0.3s ease-in-out; /* Optional: Smooth transition */
}


.header-new .pa-logo img {
  width: 100%;
  margin-top: 10px;
}

.header-new .pa-nav-bar {
  display: flex
;
  gap: 0px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  /* margin-left: 70px; */
}


.header-new .pa-menu>ul>li, .pa-head-icon>ul>li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.header-new .pa-menu ul li a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #1c800d;
    font-size: 16px;
}


.pa-top-header.head{
    background: #1c800d;
}

.pa-main-header.header-new {
  background: #fff;
  height: 120px;
}

.pa-top-header.head p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}


.pa-top-header.head .pa-header-call a{
    color: #fff;
}

.row.whole{
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-new ul.pa-submenu{
  top: 48px;
  min-width: 320px;
}

/* .header-new ul.pa-submenu{
  top: 48px;
  width: 320px;
} */

.header-new ul.pa-submenu li a {
  display: flex
;
  gap: 5px;
  align-items: center;
  color: #1c800d;
  transition: transform 0.3s ease, color 0.3s ease;
  padding: 10px 20px;
  width: 315px;
}

.header-new ul.pa-submenu li a:hover {
  transform: translateX(5px);
  color: #101010;
}

.header-new ul.has-submenu .submenu li a{
  width: 250px;
}

/* Header CSS End */

/* Banner Section CSS Start */

.pa-banner.banner_sec {
    height: 85vh;
    padding: unset;
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
}


.banner_sec  .swiper {
    width: 100%;
    height: 100%;
 
  }

  /* .banner_sec .swiper-slide.one{
    background-image: url('../images/banner/one.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 
  } */

  .banner_sec   .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner_sec  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    
    object-fit: cover;
  }

  .banner_sec   .swiper {
    margin-left: auto;
    margin-right: auto;
  }

/* Default bullets */
.banner_sec .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #fff; /* White color */
    /* opacity: 0.4; */
    transition: all 0.3s ease; /* Smooth animation */
}

/* Active bullet */
.banner_sec .swiper-pagination-bullet-active {
    width: 16px; /* Increase only width */
    height: 6px; /* Keep height same */
    background: #1c800d; /* Your active color */
    opacity: 1;
    border-radius: 8px; /* Optional: Make it pill-shaped when active */
}



  /* Banner Section CSS End */


  /* Products Section CSS Start */

.pa-product-single.spacer-top.products_sec .pa-prod-thumb-img {
  margin-top: -130px;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border: 1px solid #eee; */
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


.pa-product-single.spacer-top.products_sec.whole .pa-prod-thumb-img {
  margin-top: unset;
}
.pa-product-single.spacer-top.products_sec .product-box {
    box-shadow: unset;
    border-radius: 12px;
    padding: 20px;
    background-color: unset;
    display: flex
;
    align-items: center;
}

.pa-product-single.spacer-top.products_sec .product-box ul li{
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #101010;
  /* margin-bottom: 15px; */
  text-align: justify;
}

.pa-product-single.spacer-top.products_sec .pa-prod-content {
    padding: 15px 15px;
}

.pa-product-single.spacer-top.products_sec .pa-prod-content  .separator1::before {
    content: '';
    position: absolute;
    width: 50px;
    border: 2px solid #c3c3c3;
    right: -56px;
    top: -2px;
}

.pa-product-single.spacer-top.products_sec .pa-prod-content .separator1 {
    border: 2px solid #1c800d;
    position: relative;
    width: 14px;
    margin: 0 auto 20px;
    margin-left: 0px;
}

.pa-product-single.spacer-top.products_sec .pa-prod-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: justify;
}

  /* Products Section CSS End */


 .product-inner .pa-medicine-box {
    position: relative;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); */
    border-radius: 10px;
    padding: 30px;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
    height: 620px;
   
}

.product-inner .pa-medicine-box .spices-img {
    height: 230px;
    object-fit: cover;
    /* border: 1px solid #ddd; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-inner .pa-medicine-box .enquiry{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
}

.product-inner .pa-medicine-box:hover {
    /* border-color: var(--pureayurveda-primary); */
    border-bottom: 3px solid #1c800d;
}

.product-inner .pa-medicine-box p{
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: center;
}

.pa-medicine.spacer-top.spacer-bottom.product-inner p.dry{
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: center;
}


.product-inner .pa-medicine-box p:hover{
    color: #101010;
}

.product-inner .pa-medicine-box h2 {
    font-size: 30px;
    color: #101010;
    margin: 12px 0px;
    text-transform: capitalize;
}

.about_sec .pa-about-content {
    text-align: center;
}

.about_sec .pa-about-content .pa-headin{
    margin-bottom: 25px;
    text-align: center !important;
}

.our_products .pa-medicine-box h2 a {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0 0px;
  text-transform: capitalize;
  color: #101010;
}




/* Footer CSS Start */

.footer-contact {
    position: relative;
    margin-top: -100px;
    /* top: -110px; */
    /* bottom: -218px; */
    height: 520px;
    /* background: #000; */
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.footer-contact .footer-logo img {
    width: 100%;
}

.pa-footer.footer-new {
    background: url(../images/banner-shape.png) #111;
    background-size: cover;
    padding: 50px 0 0px;
}


.footer-contact .footer-logo {
    /* width: 220px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.footer-contact .address-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-top: 40px;
}

/* .footer-contact .address-icon {
 
} */

.footer-contact .address-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
}

.footer-contact .address-details p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
}


.footer-contact .address-details p a{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
}

.footer-contact .address-card.call .address-details{
    margin-top: 13px;
}

/* .footer-new .pa-foot-box h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-new .pa-foot-box h2::before{
    border-bottom: 3px solid #fff;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
} */

.footer-new .pa-foot-title {
  position: relative;
  display: inline-block; 
  padding-bottom: 10px; 
  font-size:28px;
}

.footer-new .pa-foot-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background-color: #fff;
}


.pa-foot-box ul li a{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
}

.pa-foot-box ul li a:hover{
  transform: translateX(5px);
  color: #26cb0e;
}


.footer-new .pa-foot-box {
    margin-bottom: 30px;
    padding: 40px 20px;
}

.footer-new .pa-foot-box.products ul {
    column-count: 2;
}

/* Footer CSS End */


.our_products .pa-medicine-box .product-img{
    height: 240px;
}


.pa-contact.contact_us_sec .pa-contact-form {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px;
  border-radius: 10px;
  transform: unset;
  z-index: 1;
  position: unset;
  background: #fff;
}

.contact_us_sec .pa-cmnt-form input{
    background: rgba( 255, 255, 255, 0.25 );
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    -webkit-backdrop-filter: blur( 4px );
    backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.contact_us_sec  .pa-contact-map iframe {
    height: 593px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    filter: unset;
}

.contact_us_sec input, .contact_us_sec  textarea, .contact_us_sec  select {
    background-color: rgba(255, 255, 255, 0.5); 
    border: 1px solid rgba(255, 255, 255, 0.3); 
    color: #828282; 
    padding: 10px;
    border-radius: 5px;
    outline: none;
    backdrop-filter: blur(5px); 
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);  */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
  }

  .contact_us_sec label {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px;
}

.contact_us_sec {
  /* background-image: url(../images/bg/bg.jpg); */
  /* background-size: cover; */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  padding: 50px 0px 90px 0px;
  background: #4a9c4f;
}


.contact_us_sec .pa-heading h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}

.contact_us_sec .pa-heading p{
  font-size:16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

/* .certificate-logo{
    height: 300px;
    width: 300px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
} */


.certifications_sec {
    padding: 60px 0;
    background-color: #f9f9f9;
  
  }

  .certifications_sec .row{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pa-heading h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
  }
  
  .certificate-logo {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; 
  }
  
  /* .certificate-logo img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
    transition: transform 0.3s ease;
} */

.certificate-logo img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
  
  .certificate-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  }
  
.certifications-inner{
    padding: 80px 0px;
}

/* .certifications-inner ul li{
    padding: 20px 0px;
}

.certification-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.certification-content .certificate-img {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; 
  }
  
  .certification-content .certificate-img img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
    transition: transform 0.3s ease;
} */

/* .certification-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }
  
  .certification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .certification-card img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
  }
  
  .certification-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .certification-card p {
    font-size: 14px;
    color: #555;
  } */
   

  /* .certification-table-container {
    padding: 40px 20px;
    overflow-x: auto;
  }
  
  .certification-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
  }
  
  .certification-table th,
  .certification-table td {
    padding: 16px 20px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .certification-table thead {
    background-color: #f5f5f5;
  }
  
  .certification-table th {
    font-size: 18px;
    color: #333;
  }
  
  .certification-table td {
    font-size: 15px;
    color: #555;
  }
  
  .certification-table img {
    max-height: 60px;
    max-width: 100px;
    object-fit: contain;
    display: block;
  } */
  

  /* .certification-table-container {
    padding: 20px 20px;
    overflow-x: auto;
  } */
  
  .certification-table {
    width: 100%;
    border-collapse: collapse;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    background-color: #fff;
    /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08); */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center; /* Center all text */
  }
  
  .certification-table th,
  .certification-table td {
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .certification-table thead {
    background-color: #f5f5f5;
  }
  
  /* .certification-table th {
    font-size: 18px;
    color: #333;
  } */
  
  .certification-table td {
    font-size: 18px;
    color: #101010;
    font-weight: 500;
    border: 1px solid #ccc;
}

.certification-table td.title {
    font-size: 18px;
    color: #101010;
    font-weight: bold;
    /* width: 200px; */
}
  
  .certification-table img {
    max-height: 80px;
    max-width: 100px;
    object-fit: contain;
    display: block;
    margin: 0 auto; 
  }
  
  

  /* About Inner CSS Start */

.about-inner  .pa-about-content .pa-heading h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
}

.about-inner .pa-about-content .pa-heading h6 {
  margin-top: 5px;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
}



.about-inner .pa-about-content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #101010;
  text-align: justify;
}


.about-inner .vision {
  margin-top: 50px;
}

.about-inner .vision h2{
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}

.about-inner .vision h2::before {
  content: '';
  border-bottom: 3px Solid #1c800d;
  position: absolute;
  left: 3px;
  /* transform: translate(-50%, -50%); */
  bottom: 3px;
  width: 40px;
}


.about-inner .vision p{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #101010;
  text-align: justify;
  margin-top: 20px;
}


.about-inner .vision ul{
  margin-top: 20px;
}


.about-inner .vision ul li{
  display: flex;
  gap:10px;
  /* justify-content: center; */
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #101010;
  text-align: justify;
  padding: 8px 0px;
}

.about-inner .vision ul li i{
  font-size: 18px;
  font-weight: bold;
  color: #1c800d;
}






    /* About Inner CSS End */
    
    .contact-inner{
      padding: 60px 0px;
    }


    .contact-inner .pa-contact-form {
      transform: unset;
      position: unset;
      background: unset;
      box-shadow: unset;
  }

  .contact-inner .pa-contact-form input,   .contact-inner .pa-contact-form textarea {
    margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #fafafa;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


/* .contact-card {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 40px 40px;
  border-radius: 20px;
  position: relative;
  bottom: -50px;
  height: 575px;
  width: 425px;
  z-index: 20;
} */

.contact-card {
  /* margin-bottom: -255px; */
  /* bottom: -25px; */
  z-index: 2;
  /* position: relative; */
  background: #fff;
  padding: 30px;
  height: 540px;
  width: 425px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-details{
  display: flex;
  gap:20px;
  align-items: center;
  /* justify-content: center; */
  margin-top: 25px;
}

.contact-details .contact-icon {
  width: 50px;
  height: 50px;
  background-color: #1c800d;
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-details .contact-icon i {
  font-size: 24px; 
  color: #fff; 
}

.contact-details p{
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  line-height: 24px;
}

.contact-details a{
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  line-height: 24px;
}

.contact-map{
  /* position: relative; */
  /* z-index: -1; */
  margin-top: 50px;
}

.contact-inner .pa-contact-form h2 {
  margin-bottom: 35px;
  margin-left: 15px;
  font-size: 41px;
}

.bdm_footer_logo {
    width: 180px;
    margin-left: -90px;
}

.pa-copyright p a{
  color: #fff;
  font-size: 16px;
  font-weight:500;
}

.pa-top-header.head {
  height: 40px;
  display: flex;
  align-items: center;
  /* padding: 0 100px; */
}

.pa-copyright  .row{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 30px; */
}


.whatsapp-se {
  display: flex
;
  align-items: center;
  position: fixed;
  right: -2px;
  bottom: 115px;
  font-size: 20px;
  font-weight: 900;
  /* background: #33b63e; */
  /* color: #33b63e; */
  /* border-radius: 50%; */
  /* padding: 17px; */
  /* width: 50px; */
  text-align: center;
  box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
  /* height: 50px; */
  transition: all ease 0.4s;
  z-index: 96;
}

.whatsapp-se  img{
  width: 50%;
}

.whatsapp-se,
.email-icon {
    transition: all 0.3s ease; /* smooth transition */
    opacity: 0;
    visibility: hidden;
}


.email-icon {
  display: flex
;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 60px;
  font-size: 20px;
  font-weight: 900;
  background: #33b63e;
  /* color: #33b63e; */
  border-radius: 50%;
  padding: 13px;
  width: 45px;
  text-align: center;
  box-shadow: -4px 4px 24px -10px var(--color-primary) !important;
  height: 45px;
  transition: all ease 0.4s;
  z-index: 96;
}

.whatsapp-se .fab.fa-whatsapp{
  color: #fff}

  
  .email-icon .fa-solid.fa-envelope{
    color: #fff;
  }

  .pa-counter.counter_sec {
    margin-bottom: unset;
}

/* .spacer-bottom.counter_sec {
  padding-bottom: unset;
} */

/* .counter-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -80px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.counter-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
} */


.counter-top {
  height: 170px;
  width: 170px;
  background: #33b63e;
  border-radius: 50%;
  display: flex
;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.counter-card .counter-top h2{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.counter-card h4{
  font-size:23px;
  font-weight: 600;
  text-align: center;
}

.counter-card {
  display: flex
;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.counter-card p{
  font-size: 16px;
  font-weight: 400;
  color: #101010;
  line-height: 22px;
}

.counter_sec{
  padding-top: 80px;
  padding-bottom: 80px;
}

.pa-services.spacer-top organic .row{
  display: flex;
  justify-content: center;
  align-items: center;
}

.organic .pa-services-content {
  padding: 0px 40px;
}

.organic .pa-heading h1 {
  margin-bottom: 8px;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #332f82;
  text-align: left;
}

.organic .pa-heading .separator1::before {
  content: '';
  position: absolute;
  width: 50px;
  border: 2px solid #c3c3c3;
  right: -56px;
  top: -2px;
}

.organic .pa-heading .separator1 {
  border: 2px solid #1c800d;
  position: relative;
  width: 14px;
  margin: 0 auto 20px;
  margin-left: 0px;
}

/* .organic .pa-heading h1::before {
  border-radius: 10px 10px 10px 10px;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  left: 50%;
  bottom: -10px;
  width: 100px;
  height: 3px;
  background-color: #1c800d;
}

.organic .pa-heading h1::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: -10px;
  left: 50%;
  width: 25px;
  height: 3px;
  background-color: #ddd;
  border-radius: 50px;
} */

.organic .enquiry {
  margin-top: 20px;
  margin-left: 40px;
}

.organic .pa-services-content p{
  /* font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #101010;
  margin-bottom: 15px;
  text-align: justify; */
      font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: justify;
}

.organic .pa-services-img.skin img{
  height: 424px;
}

.three-column-list {
  list-style: none;
  padding-left: 0;
  column-count: 3;
  column-gap: 30px;
  margin-bottom: 50px;
}

.three-column-list li {
    margin-bottom: 10px;
    break-inside: avoid;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: justify;
}


.organic .pa-services-img.industrial img{
margin-left: 40px;
margin-top: 40px;
}

.quality-sec{
  padding: 40px 0px;
}

.quality-sec .quality-icon img {
  height: 75px;
  width: 75px;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 8px;
}

.quality-sec .quality {
  display: flex;
  gap: 25px;
  align-items: center;
  position: relative;
}

.quality-sec .quality:not(.last)::before {
  content: '';
  position: absolute;
  border-left: 2px dashed #1c800d;
  height: 60px;
  right: 30px;
  bottom: 10px;
}

.quality-sec .quality-text h2{
  font-size: 30px;
  color:#101010;
  font-weight: 600;
  width: 90%;
}

.row.quality-sec {
  /* border: 1px solid #101010; */
  padding: 40px 40px;
  margin-bottom: 50px;
}

.quality-sec .quality-last {
  display: flex;
  gap: 25px;
  align-items: center;
  position: relative;
}

.products_sec .pa-prod-content h3{
  font-size: 40px;
  font-weight: bold;
  color: #332f82;
margin-bottom: 0px;

}


div#google_translate_element {
  margin-top: -20px;
}


.organic .pa-services-img.oil img{
  height: 400px;
}


.our_products .enquiry .pa-btn a{
  color: #fff;
}

.our_products .enquiry .pa-btn:hover a{
  color: #1c800d;
}



/* Base styles for the main menu */
.pa-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pa-menu li {
  position: relative;
}

.pa-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  /* background-color: #f8f8f8; */
  transition: background-color 0.3s;
}

/* .pa-menu a:hover {
  background-color: #ddd;
}  */


.pa-menu .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  background-color: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 1000;
}

/* Display submenu on hover */
.pa-menu li.has-submenu:hover > .submenu {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Submenu link styles */
.pa-menu .li.has-submenu a {
  padding: 10px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  color: #333;
  width: 100px !important;
}

/* .pa-menu .submenu li a:hover {
  background-color: #f0f0f0;
} */


.counter-card .counter-top .organic-img{
  height: 60px;
  width: 60px;
}

.counter-card .counter-top{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.google-translator {
  /* margin-left: 350px; */
  position: absolute;
  right:  60px;
  width: 100px;
  height: 30px;
  margin-top: -10px;
}


/* Default Desktop */
/* .mobile-overlay-menu {
  display: none;
}
 */

/* @media (max-width: 767px) {
  .mobile-overlay-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    padding: 30px 20px;
    z-index: 10000;
    transition: left 0.4s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  }

  .mobile-overlay-menu.active {
    left: 0;
  }

  .mobile-overlay-menu .menu-header {
    text-align: right;
    margin-bottom: 20px;
  }

  .mobile-overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-overlay-menu ul li {
    margin: 20px 0;
  }

  .mobile-overlay-menu ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #333;
  }
} */

.enquiry .pa-btn a{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.enquiry .pa-btn:hover a{
  color: #1c800d;
}

/* .product-img.care img{
  width: 80%;
} */


p.mt-4.mb-5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: justify;
}

 .table-responsive tr {
    border-color: inherit;
    border-style: solid;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #101010;
    margin-bottom: 15px;
    text-align: justify;
    border-width: 0;
      font-family: "Mukta", sans-serif;
}