/*
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.6
Tested up to: 7.0
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
 * ----------------------------------------------------------------------------
 */



:root{
    --primary:#6DA12B;
    --secondary:#085825;
    --heading:#353535;
    --text:#7E7E7E;
    --white:#fff;
    --bg:#ffffff;
	 --dark-color: #1a251e;
    --light-bg: #f4f8f5;
    --white: #ffffff;
	--bg-color:#F1FFE0;
   --section-padding: 70px 0;
   --responsive-padding:40px 0;
	 --border-color: #e1ede4;
    --heading-font:'DM Sans', sans-serif;
     --body-font:'DM Sans', sans-serif;
  --gradient-primary: linear-gradient(135deg, #59d0c8, #096467);
  --gradient-secondary: linear-gradient(135deg, #096467, #59d0c8);
}

body{
    font-family:var(--body-font);
    overflow-x:hidden;
    background:var(--bg);
}
body {
    font-family: "DM Sans", sans-serif;
}
* {
    font-family: "DM Sans", sans-serif;
}


section.hero-section .section-title {
    font-family: var(--heading-font);
    font-size: 50px;
    line-height: 59px;
    font-weight: 700;
    color: var(--heading);
    margin-bottom: 20px;
}
span.highlighted-text {
    color: var(--primary);
}
.section-title {
    font-family: var(--heading-font);
    font-size: 45px;
    line-height: 51px;
    font-weight: 700;
    color: var(--heading);
    margin-bottom: 20px;
}
p{
    font-family:var(--body-font);
    font-size:17px;
    font-weight:400;
    line-height:27px;
    color:var(--text);
}
@media(max-width:991px){
    .section-title{
        font-size:42px;
    }
}

.container-fluid {
    width: 98%;
}
a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
}

img.img-fluid.logo {
    width: 100%;
}


/* Hero-section */

.hero-section {
    position: relative;
    padding: 60px 100px 114px 100px;
    overflow: hidden;
    border-top: 1px solid #7e7e7e91;
    background: #fff url(images/banner-bg.png) no-repeat center bottom;
    background-size: contain;
    margin: 5px 0 0 0;
}
.section-subtitle p {
    color: var(--primary);
    font-weight: 700;
}

/* Feature-section */

.feature-wrap {
    background: var(--secondary);
    padding: 0 0;
    overflow: hidden;
}
.feature-bar{
    background:#6aa315;
    padding:18px 0;
    clip-path:polygon(0 15%,100% 0,100% 85%,0 100%);
}

.marquee{
    display:flex;
    width:max-content;
    animation:marquee 22s linear infinite;
}

.marquee:hover{
    animation-play-state:paused;
}

.feature-item{
    display:flex;
    align-items:center;
    min-width:330px;
    padding:0 35px;
    color:#fff;
    white-space:nowrap;
}

.feature-number{
    font-size:42px;
    font-weight:700;
    line-height:1;
    margin-right:12px;
}

.feature-content h5{
    margin:0;
    font-size:16px;
    font-weight:700;
}

.feature-content p {
    margin: 0;
    /* font-size: 11px; */
    color: #fff;
}

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

@media(max-width:991px){

    .feature-item{
        min-width:290px;
        padding:0 25px;
    }

    .feature-number{
        font-size:34px;
    }

    .feature-content h5{
        font-size:14px;
    }

    .feature-content p{
        font-size:10px;
    }

}

/* About-us */

section.about-us {
    padding: var(--section-padding);
}
a.btn-secondary i {
    color: var(--text);
}

/* Product crousel */

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

    background-image: url("images/product-bg-Banner.png");
    background-repeat: no-repeat;
    background-position: center center;
     background-size: 100% 100%;
}

.product-img img {
    border-radius: 24px;
}
/* CARD */

.product-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    transition:.4s;
    /* box-shadow:0 12px 40px rgba(0,0,0,.08); */
    
}
a.btn-primary i {
    background: #fcfcfc;
    color: #085825;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.product-card:hover{
    transform:translateY(-10px);
}

.product-img{
    height:270px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    padding:20px;
}

.product-img img{
    max-height:230px;
    transition:.4s;
}

.product-card:hover img{
    transform:scale(1.05);
}

.product-body{
    padding:25px;
}

.product-body h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.product-body p{
    color:#666;
    line-height:28px;
    font-size:15px;
    margin-bottom:25px;
}

.card-footer{
    border:0;
    background:none;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.card-footer span{
    color:#7db928;
    font-weight:700;
}

.card-footer a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.card-footer a:hover{
    background:var(--secondary);
}

.view-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 34px;
    background:#7db928;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.view-btn:hover{
    color:#fff;
    background:#111;
}

/* OWL NAV */

.product-slider .owl-nav{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:18px;
}

.product-slider .owl-nav button{
    width:55px;
    height:55px;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
    transition:.3s;
}

.product-slider .owl-nav button:hover{
    background:#7db928!important;
    color:#fff!important;
}

.product-slider .owl-nav i{
    font-size:18px;
}

/* DOTS */

.product-slider .owl-dots{
    margin-top:20px;
}

.product-slider .owl-dot span{
    width:12px!important;
    height:12px!important;
    background:#d8d8d8!important;
}

.product-slider .owl-dot.active span{
    background:#7db928!important;
    width:28px!important;
    border-radius:20px;
}

/* RESPONSIVE */

@media(max-width:991px){

.section-title{
font-size:34px;
}

.product-img{
height:220px;
}

}

@media(max-width:767px){

.products-section{
padding:70px 0;
}

.section-title{
font-size:28px;
}

.product-card{
margin:8px;
}

}

/* Why choose-section */

.why-choose{
    background:#fff;
    padding: var(--section-padding);
}

.feature-box{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:24px;
    padding:30px;
    height:100%;
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.feature-box i{
    font-size:38px;
    color:#0f6b36;
    display:block;
    margin-bottom:18px;
}

.feature-box h4{
    font-size:20px;
    font-weight:700;
    color:#333;
    margin-bottom:10px;
}
.why-choose-img {
    padding: 10px 0 22px 0;
}


@media(max-width:767px){

.feature-box{
    padding:25px;
}

}

.feature-box{
    position:relative;
    overflow:hidden;
    background:#fff;
    border-radius:20px;
    transition:.4s ease;
    z-index:1;
}

.feature-box::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(135deg,#8bc34a,#5d9c12);
    transition:.5s;
    z-index:-1;
}

.feature-box:hover::before{
    left:0;
}

.feature-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.2);
}

.feature-box:hover h3,
.feature-box:hover p,
.feature-box:hover i{
    color:#fff;
}

/* Benefits-section */

.benefits-section{
    background:url(images/benefits-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position:relative;
    overflow:hidden;
    padding:90px 0;
}

.benefit-box{
    background:transparent;
    border:2px dashed #91b34b;
    border-radius:22px;
    text-align:center;
    padding:30px 20px;
    height:100%;
    transition:.3s;
}

.benefit-box:hover{
    background:var(--secondary);
    color: #fff;
    transform:translateY(-8px);
}

.icon-circle{
    width:66px;
    height:66px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#6ea421;
    display:flex;
    align-items:center;
    justify-content:center;
}
.icon-circle:hover{
    background:var(--primary);
}


.icon-circle img {
    width: 48px;
}

.benefit-box h5{
    font-size:18px;
    font-weight:700;
    color:#333;
    margin-bottom:10px;
    line-height: 25px;
}

.benefit-box p {
    font-size: 16px;
    color: #777 !important;
    line-height: 25px;
    margin: 0;
}
.benefit-box p:hover{
    color: #fff !important;
}
@media(max-width:991px){

.section-title{
    font-size:42px;
}

}

@media(max-width:767px){

.section-title{
    font-size:32px;
}

.benefit-box{
    padding:25px 15px;
}

.icon-circle{
    width:60px;
    height:60px;
}

.icon-circle i{
    font-size:28px;
}

}

/* Testimonial */

.testimonial-section{
    padding:var(--section-padding);
}

.testimonial-card {
    background: linear-gradient(90deg, #e1f3c5, #ecffd0);
    border-radius: 16px;
    padding: 30px;
    min-height: 320px;
}
.quote-icon i {
    color: var(--secondary);
    font-size: 40px;
}
.testimonial-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.quote{
    font-size:70px;
    color:#0b6b33;
    line-height:1;
}

.stars{
    color:#78af20;
    font-size:14px;
}
.testimonial-card p {
    color: #2b2a2a;
    line-height: 25px;
}

.testimonial-card h6{
    font-size:14px;
    color:#777;
    margin:0;
}

.owl-nav{
    margin-top:35px !important;
}

.owl-nav button{
    width:45px;
    height:45px;
    border-radius:50% !important;
    background:#fff !important;
    border:1px solid #ddd !important;
    margin:0 8px !important;
    font-size:32px !important;
    color:#333 !important;
    transition:.3s;
}

.owl-nav button:hover{
    background:#6ea421 !important;
    color:#fff !important;
}

.owl-dots{
    display:none;
}

@media(max-width:767px){

.testimonial-card p{
    font-size:18px;
}

}

/* Contact-section */

 .business-section {
    background: url(images/contact-bg-img.png);
    padding: 60px 0 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
} 

.btn-outline-custom{
    border:1.5px solid #777;
    color:#555;
    border-radius:50px;
    padding:15px 32px;
    font-size:18px;
    font-weight:600;
}

.btn-outline-custom:hover{
    background:#6ea421;
    color:#fff;
    border-color:#6ea421;
}

.btn-green{
    background:#6ea421;
    color:#fff;
    border-radius:50px;
    padding:15px 18px 15px 32px;
    display:flex;
    align-items:center;
    gap:15px;
    font-size:18px;
    font-weight:600;
}

.btn-green span{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:#333;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.btn-green:hover{
    background:#5d9319;
    color:#fff;
}

.ground-img{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:2;
}

.cow-img{
    position:absolute;
    left:60px;
    bottom:150px;
    width:170px;
    z-index:3;
}

.goat-img{
    position:absolute;
    right:60px;
    bottom:145px;
    width:130px;
    z-index:3;
}

@media(max-width:991px){

.business-section{
    padding-bottom:170px;
}

.cow-img{
    width:120px;
}

.goat-img{
    width:90px;
}

}

@media(max-width:767px){

.cow-img,
.goat-img{
    display:none;
}


}

/* Footer */

.footer{
    background:#373434;
    color:#cfcfcf;
    padding:80px 0 20px;
    overflow:hidden;
}

.footer h4{
    color:#fff;
    font-size:28px;
    font-weight:600;
    margin-bottom:20px;
}

.footer-logo{
    width:90px;
}

.footer-text{
    color: #d6d6d6;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a {
    text-decoration: none;
    transition: .3s;
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #d6d6d6;
}

.footer-links a:hover{
    color:#78a825;
}

.contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-list li{
    display:flex;
    gap:12px;
    margin-bottom:22px;
    line-height:1.7;
}

.contact-list i{
    color:#78a825;
    font-size:20px;
    margin-top:4px;
}

.form-control{
    background:#434040;
    border:1px solid #4b4949;
    color:#fff;
    height:52px;
}

.form-control::placeholder{
    color:#bdbdbd;
}

.form-control:focus{
    background:#434040;
    color:#fff;
    border-color:#78a825;
    box-shadow:none;
}

.subscribe-btn{
    width:100%;
    height:52px;
    border:none;
    background:#78a825;
    color:#fff;
    border-radius:8px;
    font-size:18px;
    font-weight:600;
}

footer.footer .social-icons{
    display:flex;
    gap:15px;
}

footer.footer .social-icons a{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#4b4949;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}
footer.footer .social-icons a:hover{
    background-color: var(--primary);
}

.social-icons a:hover{
    background:#78a825;
}

hr{
    border-color:#4b4949;
    margin:60px 0 25px;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom p {
    margin: 0;
    text-decoration: none;
    transition: .3s;
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #d6d6d6;
}

.footer-bottom a {
    margin-left: 25px;
    text-decoration: none;
    transition: .3s;
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #d6d6d6;
}
.footer-bottom a:hover{
    color:#78a825;
}

/* WATERMARK */

.footer-watermark{
    text-align:center;
    margin-top:35px;
    /* margin-bottom:-90px; */
    font-size:230px;
    font-weight:900;
    line-height:0.85;
    color:transparent;
    -webkit-text-stroke:2px rgba(120,168,37,.18);
    white-space:nowrap;
    pointer-events:none;
    user-select:none;
}

/* Responsive */

@media(max-width:991px){

.footer{
    text-align:center;
}

.contact-list li{
    justify-content:center;
}

.footer-bottom{
    flex-direction:column;
    gap:15px;
}

.footer-bottom a{
    margin:0 10px;
}

.footer-watermark{
    font-size:90px;
    margin-top:25px;
    margin-bottom:-30px;
    line-height:1;
}

.social-icons{
    justify-content:center;
}

}

/* Responsive-css */

@media (max-width: 767px) {
     img.img-fluid.logo {
    width: 40% !important;
}
.hero-section {
    padding: 33px 10px 60px 10px;
}
.hero-section .section-subtitle p {
    font-size: 13px;
    line-height:0;
}
section.hero-section .section-title {
    font-size: 37px;
    line-height: 46px;
    margin-bottom: 10px;
}
section.hero-section a.btn-secondary {
    display: none;
}
section.hero-section .btn-primary {
  margin: 0;
}
section.about-us {
    padding: var(--responsive-padding);
}
section {
    overflow-x: hidden !important;
}
.section-subtitle p {
    font-size: 14px;
    line-height: 0;
}
.section-title {
    font-size: 37px;
    line-height: 44px;
}
section.products-section {
    padding: 40px 0 80px;
}
.btn-primary {
 margin: 0;
}
.why-choose {
    padding: var(--responsive-padding);
}
section.benefits-section {
    background: #f1ffe0;
    padding: 40px 10px;
}
section.testimonial-section{
     padding: 40px 0 0 0 ;
}

.owl-nav {
    display: none;
}
section.business-section {
 padding: var(--responsive-padding);
}
.business-section {
    background: url(images/contact-bg-img.png);
    background-size: cover;
    margin: 40px 0 0 0;
}
section.business-section a.btn-secondary{
    display: none;
}
.footer {
    padding: 30px 0 20px;
}
.footer-watermark {
    font-size: 65px;
}
hr {
    border-color: #4b4949;
    margin: 30px 0 25px;
}
	.page-breadcrumb {
    padding: 30px 0 0 0 !important;
}
	section.innerpages {
    padding: 40px 0 !important;
}
}

/* Inner-pages css */

.info-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(8, 88, 37, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 30px 20px 0 20px !important;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(8, 88, 37, 0.08);
    border-color: var(--secondary);
}
h5.inner-title {
    color: var(--secondary);
    font-size: 25px;
    font-weight: 700;
}
h5.inner-title-heading {
    color: var(--primary);
    font-size: 35px;
    font-weight: 700;
}

.img-wrapper {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.bullet-list {
    list-style: none;
    padding-left: 0;
}

.bullet-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}

.bullet-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}
label {
    display: inline-block;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    border: 1px solid #6da12b;
    padding: 3px;
    border-radius: 5px;
    margin: 3px 0 6px 0;
}
textarea {
    width: 100%;
    border: 1px solid #6da12b;
    padding: 3px;
    border-radius: 5px;
    margin: 3px 0 6px 0;
    height: 100px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    text-decoration: none;
    padding: 13px 24px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 1px solid #0858255e !important;
    letter-spacing: 0.6px;
    background: var(--primary);
    align-items: center;
    justify-content: center;
    width: 100%;
}
#sequence {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #6da12b 0%, #085825 100%);
    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: 12px 0;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid #ffffff;
    margin: 0 0 26px 0;
}

/* Breadcrumb css */
.page-breadcrumb {
    background: linear-gradient(135deg, #6da12b 0%, #0a5b28 100%);
    padding: 50px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}
section.innerpages {
    padding: 60px 0;
}
/*     position: relative; */
    overflow: hidden;
}
	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}


	.page-breadcrumb span.breadcrumb_new a {
		color: var(--white-color);
	}

	.page-breadcrumb span.breadcrumb_new {
		color: var(--white-color);
	}

	.page-breadcrumb .extraa {
		margin:54px 0;
	}

