/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
 /* header  */

 /* mobile */
 .logo-mobile {
     display: none;
 }

 /* mobileend */


 .top-info {
     padding: 10px 0;
     border-bottom: 1px solid #e0e0e0;
 }

.logo {
    height: 100px !important;
}

 .sub-address {
     display: flex;
     align-items: center;
     justify-content: end;
 }
 a {
    text-decoration: none;
 }

 .info-icon {
     width: 60px;
     height: 60px;
     background-color: #00923f;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 24px;
 }

 .info-text h6 {
    margin: 0;
    color: #117048;
    font-weight: 600;
}

 .navbar-nav .nav-link {
     padding: 15px 20px;
     font-weight: 500;
 }

 .nav-link {
     padding: 10px 30px !important;
 }

 .nav-link.active {
     color: #00923f !important;
     font-weight: 600;
 }

 /* section1 */



 /* section2 */
 .sec-2 {
    background-color: #ffffff;
}

 .feature-box {
     background-color: #256453;
     color: #fff;
     padding: 20px;
     border-radius: 6px;
     display: flex !important;
     align-items: flex-start;
     gap: 15px;
     height: 100%;
 }

 .feature-box2 {
     background-color: #1D2F3D;
     color: #fff;
     padding: 20px;
     border-radius: 6px;
     display: flex;
     align-items: flex-start;
     gap: 15px;
     height: 100%;
 }

 /* .feature-box:nth-child(even) {
      background-color: #1d2d3d;
    } */

 .feature-icon {
     font-size: 28px;
     color: #8BC14A;
     flex-shrink: 0;
 }

 .feature-text h5 {
     margin: 0;
     font-weight: 700;
     font-size: 1.2rem;
 }

 .feature-text p {
     margin: 0;
     font-size: 0.95rem;
     color: #cbd5e1;
 }

 /* section3 */
 .offer-card {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 30px;
     border-radius: 10px;
     height: 100%;
 }

 .offer-card h4 {
    font-weight: 700;
    font-size: 1.4rem;
    color: #266a29;
}
 .offer-card p {
     margin: 10px 0 20px;
     font-size: 1rem;
     color: #555;
 }

 .offer-card .btn-outline-dark {
    border: 2px solid #266a29;
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 25px;
    transition: all 0.3s;
}

 .offer-card .btn-outline-dark:hover {
     background-color: red;
     color: #fff;
 }

 .offer-img {
     max-width: 280px;
 }

 /* <!-- section4 --> */
 .circle-img-wrapper {
     position: relative;
     width: 100%;
/*      max-width: 400px; */
 }

 .circle-img {
     width: 100%;
     border-radius: 50%;
     object-fit: cover;

 }



 .section-title {
     color: #7BA829;
     font-weight: 550;
     font-size: 2.5rem;
     margin-bottom: 10px;
     font-family: 'Caveat', cursive;
 }

 .main-heading {
     font-weight: 700;
     font-size: 2rem;
 }

.sub-text {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
}

 .icon-box {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .icon-box img {
     width: auto;
     height: 60px;
 }

.icon-box h6 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    color: #266a29;
}
.icon-box p {
    color: #777;
    font-size: 16px;
    line-height: 27px;
    margin-top: 8px;
}
 @media (max-width: 767.98px) {
     .circle-img-wrapper {
         max-width: 300px;
     }
 }

 /* section5 */
 .section-subtitle {
     font-family: 'Caveat', cursive;
     font-size: 1.5rem;
     color: #6ca83a;
 }

 .product-card {

     padding: 20px;
     border: 1px solid #e0e0e0;
     background-color: #fff;
     text-align: center;
 }

 .product-card img {
     width: 100%;
     max-height: 220px;
     object-fit: contain;
     border-radius: 8px;
 }


 .product-desc {
     font-size: 0.9rem;
     color: #555;
     margin: 10px 0 20px;
 }

 .shop-btn {
     font-weight: 600;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 5px;
     font-size: 0.95rem;

 }

 .owl-carousel .item {
     padding: 15px;
     background-color: #fff;
 }

 /* Custom border colors per card (as seen in image) */
.border-magenta {
    border: 1px solid #81b613;
    border-radius: 10px;
}
 .border-blue {
    border: 1px solid #8dbd35;
    border-radius: 10px;
}
.fw-bold {
    font-weight: 700!important;
    color: #117048;
}

 .border-red {
   border: 1px solid #2e5b3c;
   border-radius: 10px;
 }

.border-brown {
    border: 1px solid #7ba829;
    border-radius: 10px;
}

 /* Custom Owl nav buttons */
 .owl-nav {
     position: absolute;
     top: 35%;
     width: 100%;
     display: flex;
     justify-content: space-between;
 }

 .owl-nav button {
     background-color: #6ca83a !important;
     color: #fff !important;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     font-size: 1.5rem !important;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }

 .owl-nav button:hover {
     background-color: #5c8c2e !important;
 }

 .bi-arrow-right-circle-fill::before {
     content: "\f133";
     padding: 0px 5px 0px 0px;
     font-size: 30px;
 }

 /* anothersection */
.ethical {
    background-color: #117048;
    padding: 40px 0;
    background-image: url(../../../wp-content/uploads/2025/06/why-choose-bg-2.png);
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.ethical::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 4 4 / 56%);
}
.ethical .container{
	position: relative;
}

.ethical.cta-2 {
    background-color: #117048;
    padding: 40px 0;
    background-image: url(../../../wp-content/uploads/2025/06/cta-section-bg-2.png);
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.ethical.cta-2::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 4 4 / 56%);
}
.ethical.cta-2 .container{
	position: relative;
}
 .ethical h2 {
     color: #fff;
 }

.ethical a {
    background-color: #6ca83a;
    text-decoration: none;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 25px;
    font-weight: 700;
    border: none;
}

 /* section6 */
 .values-section {
     padding: 60px 0;
     position: relative;
     background-color: #F4F5F7;
 }

 .values-section h5 {
     color: #4b792c;
     text-align: center;
     font-weight: 500;
 }

 .values-section h2 {
    font-weight: 600;
    text-align: center;
    color: #77a125;
    margin-bottom: 100px;
}
 .value-item {
     text-align: center;
     position: relative;
     z-index: 2;
 }

 .value-icon {
     background-color: #306b2f;
     color: white;
     width: 90px;
     height: 90px;
     line-height: 90px;
     border-radius: 50%;
     margin: auto;
     font-size: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .value-title {
     font-size: 16px;
     font-weight: 600;
     margin-top: 15px;
     color: #000;
 }

 .value-line {
     position: absolute;
     top: 70px;
     left: 5%;
     right: 5%;
     height: 150px;
     /* background: url('https://i.imgur.com/O2nKXZP.png') no-repeat center; */
     background-size: contain;
     z-index: 0;
 }

 .one .value-number {
     position: absolute;
     top: -80px;
     right: 10px;
     font-size: 60px;
     font-weight: 800;

 }

 .two {
     margin-top: 80px;
 }

 .two .value-number {
     position: absolute;
     top: 0px;
     right: 0;
     font-size: 60px;
     font-weight: 800;
 }

 .value-number {
     font-size: 50px;
     color: #dee3f2;
     font-weight: 700;
     transform: translateX(-50%);
     z-index: 1;
 }

 /* section7 */

 .why-icon-box {
     background: #fff;
     padding: 30px 20px;
     text-align: center;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
     border-radius: 12px;
     height: 100%;
 }
.why-icon-box:hover{
	background: #99c04a;
    color: #000000;
    transform: translateY(-20px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
	}

 .why-icon-circle {
     width: 70px;
     height: 70px;
     background: #d9f3d9;
     color: #0c9b38;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     font-size: 28px;
     margin: 0 auto 15px auto;
 }

 .why-heading-sub {
     font-family: 'Caveat', cursive;
     font-size: 22px;
     color: #6aa423;
 }

 .why-heading-main {
     font-size: 28px;
     font-weight: 700;
     color: #000;
 }

 /* section8 */
.stats-section {
    background-image: url(images/new-images/bg-section3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #F4F6E9;
    padding: 60px 0;
}
 .stat-box {
     text-align: center;
     padding: 20px 10px 0px;
     border-right: 2px dashed #777;
 }

 .none-border {
     border: none;
 }

 .test {
     display: flex;
     justify-content: center;
 }

 .stat-icon {
     font-size: 40px;
     color: #0b9444;
     margin-bottom: 0px;
 }

 .stat-number {
     font-size: 32px;
     font-weight: 700;
     color: #1a1a1a;
     padding: 30px 0px 0px 20px;
 }

 .stat-plus {
     color: #ff7c00;
     font-size: 24px;
     margin-left: 3px;
     vertical-align: top;
     font-weight: 800;
 }

 .stat-title {
     font-size: 16px;
     color: #333;

     padding: 0px 0px 0px 50px;
 }

 .cow-img {
     width: 100%;
 }

 /* section9 */
 .text-content img {
     width: 100%;
 }

 .india {
     color: #46742B;
     font-weight: 600;
     font-size: 17px;
 }

 .custom-title {
    color: #00683e;
    font-size: 35px;
    padding: 10px 0px;
}
 .india-content{
    font-size: 17px;
    line-height: 2rem;
 }
 /* section10 */

   
 .testimonial-section{

      background: #f1f1f1;
      font-family: 'Mulish', sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
      padding: 60px 0;
    }
    .testimonial-section h2 {
    font-weight: 700;
    color: #00683e;
}

    .testimonial-card {
      background-color:#fff ;
      color: #000;
      max-width: 400px;
      padding: 30px 20px;
      border-radius: 10px;
      text-align: center;
      /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
    }

    .testimonial-stars {
      margin-bottom: 20px;
    }

    .testimonial-stars i {
      color: gold;
      margin: 0 2px;
      font-size: 1.2em;
    }

    .testimonial-text {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .testimonial-profile {
      /* display: flex; */
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .testimonial-profile img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 3px solid white;
    }

    .testimonial-name {
      font-weight: 600;
    }

.testimonial-profile img{
 max-width: fit-content;
      margin: 0 auto 17px;
      border-radius: 50%;
}
   
/* section11 */
.why-heading-sub2 {
     font-family: 'Caveat', cursive;
     font-size: 30px;
     color: #6aa423;
 }
 .ayur-main{
    position: relative;
    
 }
 .ayur-products {
    font-size: 37px;
    font-weight: 700;
    color: #00683e;
}
 .ayur-img-div{
    width: 100%;
    position: relative;
 }
 .ayur-img-div img{
    width: 100%;
 }

 .stress p{
    color: #0c9b38;
 }
 .stress p span{
    color: #777;
    padding-left: 10px;
 }
 .stress {
    width: 90%;
    margin: auto;
    background-color: #fff;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 45%);
       transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
    bottom: -80px;
    left: 20px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
hr{
    margin: 0 0 10px;
}
.green{
    border-bottom: 2px solid #00923f;
    width: 50px;
    margin-bottom: 0;
}
 .stress a{
    text-decoration: none;
    font-weight: 700;
    color: #000;
 }
 .stress a span{
    color: #00923f;
 }
 /* footer  */
 footer{
    width: 100%;
    background-image: url(../../../wp-content/uploads/2025/05/r-footer.png);
    margin-top: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
 }

.upper-footer {
    background-color: #82B916;
    border-radius: 100px;
    position: relative;
    padding: 40px 0;
}
.footer-img {
    max-width: 300px;
    position: absolute;
    top: -200px;
    left: 80px;
}
 .subscribe{
    padding: 30px 0;
 }
 .subscribe h2{
    color: #fff;
    padding: 0px 0 20px;
 }
  .subscribe input{
    border: none;
    border-bottom: 2px solid #aaa;
    background-color: transparent;
    padding: 0px 120px 0px 0px;
    color: #fff;
  }
  input::placeholder {
  color: #fff; /* your desired color */
  opacity: 0.8;     /* ensures full visibility */
}
   .subscribe button{
    background-color: #237501;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    margin-left: 20px;
   }
footer h4 {
    font-weight: bold;
    color: #ffffff;
}
  footer .section-divider {
    width: 50px;
    border-top: 2px solid #6aa423;
    margin: 0.5rem 0 1rem 0;
  }
  .small{
    font-size: 1rem !important;
  color: #ffffff
}
  footer .social-icons i {
    margin-right: 1rem;
    cursor: pointer;
  }
  footer ul {
    padding-left: 0;
    list-style: none;
  }
footer ul li {
    font-size: 1rem;
    /* margin-bottom: 0.5rem; */
    padding: 6px 0;
    color: #ffffff;
}
  footer ul li i {
    margin-right: 0.5rem;
  }
.social-icons.d-flex {
    color: #ffffff;
}
 .open-orange {
    color: #82b916;
}
  .footer-bottom {
    background-color: #82b916;
    font-size: 14px;
    text-align: center;
    padding: 1rem 0;
}
  .footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 0.25rem;
  }
  @media (min-width:767px){
    div#navbar {
    justify-content: center;
}
  }
@media (max-width: 767.98px) {

    /* header  */
    .desk-nav {
        display: none;
    }

    .logo-mobile {
        display: block;
        height: 60px;
    }
    div#navbar {
    justify-content: flex-end;
}

    /* section1 */


    /* section2 */
    .feature-box {
        padding: 20px;
    }

    .feature-box2 {
        padding: 20px;
    }

    /* section3 */
    .offer-card {
        flex-direction: column;
        text-align: center;
    }

    .offer-img {
        margin-top: 20px;
        max-width: 200px;
    }

    /* <!-- section4 --> */

    .section-title {
        font-size: 2rem;
    }

    .main-heading {
        font-weight: 700;
        font-size: 1.5rem;
    }

    .sub-text {
        font-size: 1rem;
    }

    .icon-box h6 {
        font-size: 20px;
    }

    .icon-box p {
        font-size: 1rem;
    }
/* anothersection */
.ethical h2{
    margin-bottom: 30px;
}
.ethical a{
    background-color: #426255;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    
}
    /* section6 */
    .value-number {
        font-size: 30px;
        top: -40px;
    }

    .value-line {
        display: none;
    }

    .two {
        margin-top: 0px;
    }

    .two .value-number {
        top: -80px;
        right: 10px;
    }

    /* section7 */
    .why-choose-section {
        background-image: unset;

        padding: 60px 0px 60px 0px;
    }
	section.why-choose-section {
    background-position: left !important;
}

    .why-text-content {
        padding-left: 20px;
    }

    /* section8 */

    .stats-section {
        background-size: contain;
        padding: 20px 0 0px 0px;
    }

    .stat-icon {
        font-size: 30px;
    }

    .none-border {
        border-right: 2px dashed #777;
    }

    .stat-number {
        padding: 30px 0px 0px 10px;
    }

    .stat-number {
        font-size: 25px;
    }

    .stat-title {
        font-size: 16px;
        color: #333;
        padding: 0px 0px 0px 30px;
    }
 /* section9 */
 .custom-title {
     font-size: 30px;
 }
/* section11  */
 .ayur-main{
    position: relative;
    margin-top: 10px;
    
 }
 .stress {
    width: 100%;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 45%);
       transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: static;
    bottom: -80px;
    left: 20px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

/* footer  */
footer{
    margin-top: 50px;
}
.upper-footer{
    margin-top: 0px;
    border-radius: unset;

}
.subscribe input{
   
    padding: 0px 50px 0px 0px;
  }
 .footer-img {
   display: none;
}

}

/* .container {
	background-color: $white;
	border-radius: 5px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
    min-width: 370px;
} */

h2 {
  font-size:2rem;
  margin-bottom:1rem;
}
.form-container {
  display:flex;
}

.left-container {
  flex:1;
  height:480px;
  background-color:  #fffefe;;
}
.right-container {
  display:flex;
  flex:1;
  height:460px;
  background-color: #Ffffff;
  justify-content:center;
  align-items:center;
}

.left-container {
  display:flex;
  flex:1;
  height:480px;
  justify-content:center;
  align-items:center;
    color:$white;
}

.left-container p {
  font-size:0.9rem;
}

.right-inner-container {
  width:70%;
  height:80%;
  text-align:center;
}

.left-inner-container {
  height:50%;
  width:80%;
  text-align:center;
  line-height:22px;
}

input, textarea {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
  font-size:0.8rem;
}

input:focus, textarea:focus{
  outline:1px solid $teal;
}

button {
    border-radius: 20px;
    border: 1px solid #00b4cf;
    background-color: #00b4cf;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
    margin: 7px 0 0 -8px;
} 

button:hover {
  opacity:0.7;
}
@media only screen and (max-width: 600px) {
  .left-container{
    display: none;
  }
  .lg-view {
    display:none;  
  }
}

@media only screen and (min-width: 600px) {
  .sm-view {
    display:none;  
  }
}

form p {
  text-align:left;
}

section.breadcrumb-inner {
    background: url(../../../wp-content/uploads/2025/06/breadcrumb-rising-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 50px;
    text-align: left;
    color: #fffdfd;
    background-color: #00923f;
    font-weight: 600;
    margin: 0;
    padding: 80px 0;
    /* background-blend-mode: multiply; */
}
.main-heading {
    font-weight: 700;
    font-size: 3rem;
}

/* ================ Contact Page Styles ================ */
.brand-contact-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid green;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(139, 194, 74, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  flex-shrink: 0;
}

.contact-details h4 {
    font-size: 1.1rem;
    color: #026102;
    margin-bottom: 5px;
}

.contact-details p {
  margin-bottom: 0;
  color: var(--brand-dark);
}
.brand-section-subtitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #026102;
}

.social-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(139, 194, 74, 0.1);
  border-radius: 50%;
  color: #000000;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-3px);
}

.brand-map-section {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.brand-form-card.contact-page input {
    margin-bottom: 15px;
}
.brand-form-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 4px solid green;
}
.brand-section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
.brand-section-subtitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #00a600;
}
.social-links-inn {
    display: flex;
}
.brand-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: green;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
}
@media (max-width: 992px) {
  .brand-contact-card, .brand-form-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact-info-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .contact-icon {
    margin-bottom: 10px;
  }
}
input.wpcf7-form-control.wpcf7-text {
    padding: 10px 15px;
    width: 100%;
    color: #000000;
    background: transparent;
    border: 1.2px solid #000;
    border-radius: 9px;
    margin: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
    height: 120px;
    color: #000000;
    background: transparent;
    border: 1.2px solid #000;
    border-radius: 9px;
}
.wpcf7 input::placeholder {
  color: black;
}
.brand-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00a600;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    color: #005e00;
}
.brand-page-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: green;
    border-radius: 2px;
}
section.contact-inner-page {
    margin: 25px;
}
.brand-form-card input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 10px 25px;
    background: green;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #026102;
    font-size: 17px;
}
.brand-section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: green;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}
 .brand-section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: green;
}

/* inner-pages css */

.inner-image img {
    border-radius: 4px;
    box-shadow: 0 7px 29px rgba(0, 0, 0, 0.5);
}
section.inner-pages {
    margin: 60px 0;
}
hr:not([size]) {
    height: 3px;
    color: #e31e24;
    width: 95px;
}
h2.inner-text {
    color: #00683e;
    font-weight: 700;
}
strong {
    color: #00683e;
    font-size: 18px;
}
h5.mission-text {
    color: #256453;
    font-size: 25px;
    font-weight: 700;
}
span.care-text {
    font-size: 18px;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: #00683e;
    border-color: #93b54d;
    border-radius: 15px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00683e;
    border-color: #93b54d;
    border-radius: 5px;
}
/* Contact us css */

.bg-primary {
    background-color: #00683e !important;
    transition: all 0.3s ease;
}
.contact-wrap.w-100.p-4.p-md-5 {
    background-color: #edf3e0;
}
section.inner-content input.wpcf7-form-control.wpcf7-text {
    border: 0;
    border-bottom: 1px solid #83b719;
    padding: 12px 30px;
    border-radius: 10px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    padding: 10px 15px;
    width: 100%;
    color: #000000;
    background: transparent;
    border: 1.2px solid #83b719;
    border-radius: 9px;
    margin: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
    height: 120px;
    color: #000000;
    background: transparent;
    border: 1.2px solid #83b719;
    border-radius: 9px;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
    color: #00683e;
}
p.mb-4.animation-line {
    color: #ffffff;
}
input, textarea {
    background-color: #00683e;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 600;
}
.text-white {
    color: #fff!important;
    text-decoration: none;
}
.align-items-center {
    align-items: center!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}
.d-flex {
    display: flex!important;
}
.icon {
    margin: -17px 0 0 0;
}
section.why-choose-section {
/*     background-image: url(../../../wp-content/uploads/2025/05/Untitled-design.png); */
	position: relative;
    padding: 50px 0;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.why-choose-section::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(4 4 4 / 56%);
}
section.why-choose-section .container {
    position: relative;
    color: #000000;
    z-index: 1;
}
.text-muted {
    color: #616161 !important;
}
/* product list css */
section.ancient-products {
  background-color: #f9f9f9;
}

section.ancient-products .ancient-page-header {
  margin-bottom: 40px;
}

section.ancient-products .ancient-page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00a600;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

section.ancient-products .ancient-page-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #026102;
}

section.ancient-products .ancient-page-subtitle {
  font-size: 1.2rem;
  color: #666;
}

section.ancient-products .ancient-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

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

section.ancient-products .product-badge .badge {
  background: #00683e;
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

section.ancient-products .product-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

section.ancient-products .product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

section.ancient-products .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 100, 83, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .product-overlay {
  opacity: 1;
}

section.ancient-products .quick-view-btn {
  color: #fff;
  background: #026102;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .quick-view-btn {
  transform: translateY(0);
}

section.ancient-products .product-content {
  padding: 20px;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #00683e;
  padding: 10px 0;
  margin-bottom: 1rem;
}
.product-title1 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #7ba829;
    margin-bottom: 1rem;
    padding: 10px 0;
}

section.ancient-products .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

section.ancient-products .product-title a:hover {
  color: #026102;
}

section.ancient-products .product-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

section.ancient-products .meta-item {
   margin-bottom: 8px;
        align-items: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

section.ancient-products .meta-item i {
  color: #00683e;
  margin-right: 8px;
  width: 20px;
  text-align: center;
}

section.ancient-products .product-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

section.ancient-products .price {
  font-weight: 700;
  color: #00a600;
}

section.ancient-products .price .amount {
  font-size: 1.2rem;
}

section.ancient-products .add-to-cart a {
  background: #00683e;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

section.ancient-products .add-to-cart a:before {
  content: '\f217';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}

section.ancient-products .add-to-cart a:hover {
  background: #00a600;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 194, 74, 0.3);
}

/* ================ Single Product Styles ================ */
section.ancient-single-product {
    background-color: #f9f9f9;
    padding: 50px 0;
}

section.ancient-single-product .ancient-product-detail {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

section.ancient-single-product .ancient-product-gallery {
    position: relative;
}

section.ancient-single-product .main-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

section.ancient-single-product .main-image img {
    width: 100%;
    height: auto;
    display: block;
}

section.ancient-single-product .thumbnail-slider {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

section.ancient-single-product .thumbnail-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

section.ancient-single-product .thumbnail-img:hover {
    border-color: #026102;
}

section.ancient-single-product .ancient-product-info {
    padding-left: 30px;
}

section.ancient-single-product .product-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #00683e;
}

section.ancient-single-product .product-rating {
    margin-bottom: 15px;
}
.product-table-title a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}
.product-table-title a:hover {
    color: #00a600;
}

section.ancient-single-product .star-rating {
    color: #ffb300;
    font-size: 1.2rem;
}

section.ancient-single-product .product-price {
    font-size: 1.8rem;
    color: #00a600;
    font-weight: 700;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-box {
    background: rgba(139, 194, 74, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-title {
    font-size: 1.1rem;
    color: #00a600;
    margin-bottom: 10px;
    font-weight: 600;
}

section.ancient-single-product .meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

section.ancient-single-product .meta-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .meta-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.ancient-single-product .description-title {
    font-size: 1.3rem;
    color: #00683e;
    margin-bottom: 15px;
    font-weight: 600;
}

section.ancient-single-product .product-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .share-label {
    font-weight: 600;
    margin-right: 15px;
    color: #00683e;
}

section.ancient-single-product .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

section.ancient-single-product .share-icon.facebook {
    background: #3b5998;
}

section.ancient-single-product .share-icon.twitter {
    background: #1da1f2;
}

section.ancient-single-product .share-icon.linkedin {
    background: #0077b5;
}

section.ancient-single-product .share-icon.whatsapp {
    background: #25d366;
}

section.ancient-single-product .share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    section.ancient-single-product .ancient-product-info {
        padding-left: 0;
        padding-top: 30px;
    }
    
    section.ancient-single-product .product-title {
        font-size: 1.6rem;
    }
    
    section.ancient-single-product .product-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    section.ancient-single-product .ancient-product-detail {
        padding: 20px;
    }
    
    section.ancient-single-product .thumbnail-slider {
        flex-wrap: wrap;
    }
}
.ancient-related-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ancient-related-products .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #00a600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.ancient-related-products .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #026102;
}

.ancient-related-products .ancient-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.ancient-related-products .ancient-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ancient-related-products .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.ancient-related-products .product-badge .badge {
    background: #026102;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.ancient-related-products .product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.ancient-related-products .product-image-wrapper img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.ancient-related-products .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.ancient-related-products .ancient-product-card:hover .product-overlay {
    opacity: 1;
}

.ancient-related-products .quick-view-btn {
    color: #fff;
    background: #00a600;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.ancient-related-products .product-content {
    padding: 15px;
}

.ancient-related-products .product-title {
    font-size: 1.1rem !important;
    margin-bottom: 10px !important;
}

.ancient-related-products .product-title a {
    color: #00a600;
    text-decoration: none;
}

.ancient-related-products .product-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.ancient-related-products .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ancient-related-products .price {
    font-weight: 700;
    color: #00a600;
}

@media (max-width: 768px) {
    .ancient-related-products .section-title {
        font-size: 1.5rem;
    }
}
.view-toggle .btn.active {
    background: #00683e;
    color: #fff;
    border-radius: 13px;
}
button.btn.btn-outline-primary {
    color: #83b719;
    font-weight: bold;
	border: 2px  #00683e;
}

/* sequence */

#sequence {
	width: 100%;
	float: left;
	background: #83b719;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 0;
	color: #ffffff !important;
	margin: 0 !important;
}

#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 7px 0;
	font-size: 15px;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}

.upper-footer .btn-outline-dark {
    border: 2px solid #000;
    color: #fcfcfc;
    background: #000;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 25px;
    transition: all 0.3s;
}
.btn-outline-dark:hover {
    background-color: #0f943f;
    color: #fff;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-links li a:hover {
    color: #82b916;
    letter-spacing: 1px;
}

.footer-links li {
 color: #fff;
}


section.divisions-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }

  section.divisions-section .section-title-division {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
  }

  section.divisions-section .section-title-division h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
  }

  section.divisions-section .section-title-division h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #0b9444, #000000);
  }

  section.divisions-section .section-title-division p {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
  }

  section.divisions-section .logo-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border: none;
    position: relative;
    overflow: hidden;
  }

  section.divisions-section .logo-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0b9444 , #000000);
  }

  section.divisions-section .logo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  section.divisions-section .logo-img-container {
    width: 150px;
    height: 150px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(78, 205, 196, 0.1);
    border-radius: 50%;
    transition: all 0.4s ease;
  }

  section.divisions-section .logo-card:hover .logo-img-container {
    background: rgba(255, 107, 107, 0.1);
    transform: scale(1.05);
  }

  section.divisions-section .logo-img {
    width: 100px;
    height: auto;
    object-fit: contain;
  }

  section.divisions-section .logo-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
  }

  section.divisions-section .company-name {
    font-size: 1.1rem;
    color: #0b9444;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
  }

  section.divisions-section .logo-desc {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  section.divisions-section .badge-pill {
    background: #0b9444;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
  }

  section.divisions-section .nutraceutical .logo-img-container {
    background: rgba(78, 205, 196, 0.1);
  }

  section.divisions-section .allopathic .logo-img-container {
    background: rgba(255, 107, 107, 0.1);
  }

  section.divisions-section .nutraceutical .company-name {
    color: #4ecdc4;
  }

  @media (max-width: 767.98px) {
    section.divisions-section .section-title-division h2 {
      font-size: 2rem;
    }

    section.divisions-section .logo-card {
      padding: 30px 20px;
      margin-bottom: 20px;
    }
  }

/* Table Styles */
.tableizer-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.tableizer-firstrow th {
    background: linear-gradient(135deg, #117048 0%, #6ca83a 100%);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 10px;
    text-align: left;
    border: none;
}

.tableizer-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    color: #555;
}

.tableizer-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.tableizer-table tr:hover {
    background-color: #e8f5e9;
}

.tableizer-table td:nth-child(1) {
    font-weight: 600;
    color: #117048;
    text-align: center;
    width: 50px;
}

.tableizer-table td:nth-child(2) {
    font-weight: 600;
    color: #2c3e50;
}

.tableizer-table td:nth-child(3) {
    font-size: 14px;
    color: #7f8c8d;
}

.tableizer-table td:nth-child(5) {
    font-weight: 700;
    color: #27ae60;
    text-align: right;
}

@media (max-width: 768px) {
    .tableizer-table {
        display: block;
        overflow-x: auto;
    }
    
    .tableizer-firstrow th {
        font-size: 12px;
        padding: 10px 8px;
    }
    
    .tableizer-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
}

.tableizer-table td:nth-child(2) {
    position: relative;
    padding-left: 15px;
}

.tableizer-table td:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #8BC14A;
    border-radius: 50%;
}

.tableizer-table tr {
    transition: all 0.3s ease;
}

.tableizer-table tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}