:root{--green:#3b6118;--dark-green:#174018;--sage:#dfeee5;--soft-sage:#f3f8f0;--cream:#fbf8ef;--gold:#9a6a32;--text:#1d251f}
body{font-family:Poppins,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
.serif,h1,h2,h3,h4{font-family:"Playfair Display",serif}
a{text-decoration:none}
img {max-width: 100%;width: auto;height: auto;object-fit: cover;}
p {font-size: 16px;color:#333;line-height:1.7;}
.text-success{color: var(--dark-green) !important;}
.top-bar{background:var(--green);color:#fff;font-size:14px;padding:8px 0}
.top-bar a{color:#fff}
.main-header{background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 8px 25px rgba(0,0,0,.05);position:sticky;top:0;z-index:999}
.logo-img{max-height:78px;width:auto}
.navbar-nav .nav-link{color:#111;font-weight:500;margin:0 10px;position:relative}
.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{color:var(--green)}
.btn-green{text-align:center;display:inline-block;background:var(--green);color:#fff;border-radius:8px;padding:13px 24px;font-weight:600;border:1px solid var(--green);transition:.3s ease}
.btn-green:hover{background:var(--dark-green);color:#fff;transform:translateY(-2px)}
.btn-outline-green{text-align:center;display: inline-block;border:1px solid var(--green);color:var(--green);border-radius:8px;padding:13px 24px;font-weight:600;transition:.3s ease}
.btn-outline-green:hover{background:var(--green);color:#fff}
.hero-section{position:relative;background:/*linear-gradient(90deg,rgba(255,255,255,.97) 0,rgba(255,255,255,.86) 48%,rgba(237,244,230,.88) 100%),*/url(../img/home_bnr.webp) center/cover no-repeat;overflow:hidden;padding:100px 0}
.hero-section::before{content:"";position:absolute;left:-100px;top:120px;width:240px;height:340px;background:url('https://www.transparenttextures.com/patterns/white-diamond.png');opacity:.15}
.hero-section h1{font-size:clamp(42px, 5vw, 76px);line-height:1.05;font-weight:700;color:#111;margin-bottom:22px}
.hero-section h1 span{color:var(--green)}
.hero-section p{max-width:610px;font-size:18px;line-height:1.8;color:#333}
.provider-card{background:linear-gradient(145deg, rgb(230 244 237 / 58%), rgb(248 255 248 / 87%));border-radius:20px;padding:48px 36px;box-shadow:0 30px 70px rgba(36,92,37,.18);border:1px solid rgba(36,92,37,.12);max-width:360px;margin-left:auto;text-align:center}
.provider-icon{width:100px;object-fit:contain;margin-bottom:25px}
.section-padding{padding:90px 0}

.about_sec {
    background: url(../img/about_bg.webp) no-repeat;
    background-position: right bottom -10px;
    background-size: 150px;
}
.head_box{margin-bottom: 40px;}
.section-title, .head_box h2{font-size:clamp(34px, 4vw, 52px);font-weight:700;color:var(--green);text-align:center;margin-bottom:15px}
.section-subtitle, .head_box p {max-width:760px;margin:0 auto 45px;text-align:center;color:#555;line-height:1.8}
.head_box p{margin-bottom: 0;}
.about-img{border-radius:18px;height:340px;width:100%;object-fit:cover;box-shadow:0 20px 45px rgba(0,0,0,.08)}
.eyebrow{color:var(--gold);font-size:13px;text-transform:uppercase;font-weight:700;letter-spacing:2px}

.services-section{background:#fbf8ef;position:relative}
.service-card{height:100%;background:#fff;border-radius:14px;overflow:hidden;border:1px solid rgb(36 92 37 / 18%);transition:.3s ease}
.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 55px rgba(36,92,37,.15)}
.service-img{height:250px;width:100% !important;object-fit:cover;filter:brightness(.9)}
.service-icon{width:68px;height:68px;background:#fff;border-radius:50%;margin:-34px auto 15px;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;color:var(--green);font-size:28px;box-shadow:0 8px 25px rgba(0,0,0,.12)}
.service-card h4{color:var(--green);font-family:Poppins,sans-serif;font-size:18px;font-weight:700;text-align:center;margin-bottom:12px}
.service-txt{padding:0 18px 28px;}
.service-card p{text-align:center;color:#555;font-size:14px;line-height:1.7;margin:0;}
.membershipSlider .owl-stage {padding: 20px;}
.cta_bnr{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 50px 60px;
    background: linear-gradient(rgba(15, 55, 12, .85), rgba(25, 85, 20, .88)), url(../img/srvc_img3.webp) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.cta_icon{
    width:120px;
    height:120px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.cta_icon i{
    font-size:58px;
    color:#2f6b25;
}
.cta_bnr h3 {
    font-weight: 700;
    color: #fff;
}
.cta_bnr p {
    margin: 0;
    color: #fff;
}
.cta-btn {
    background: #fff;
    color: #24581f;
    border: none;
    padding: 15px 25px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    transition: .3s ease;
    white-space: nowrap;
}
.cta-btn:hover{
    background: var(--green);
    color: var(--sage);
}
.pricing-card{background:#fff;border:1px solid rgba(36,92,37,.15);border-radius:14px;height:100%;padding:30px 20px;text-align:center;transition:.3s ease}
.pricing-card:hover{transform:translateY(-6px);border-color:var(--green);box-shadow:0 18px 45px rgba(36,92,37,.12)}
.pricing-icon{width:50px;height:50px;background:var(--green);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:20px}
.pricing-card h4{font-family:Poppins,sans-serif;color:var(--green);font-size:17px;font-weight:700;min-height:50px}
.pricing-card p{color:#666;font-size:14px;line-height:1.7;}

.why-section{background:#fbfaf6}
.why-item{text-align:center;padding:25px 15px;height:100%;background: #fff}
.why_row > div:not(:last-child) .why-item{border-right:1px dashed rgba(36,92,37,.25)}
.why-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:50%;background:#fff;color:var(--green);display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 8px 24px rgba(0,0,0,.08)}

.faq-section{background:#fff}
.accordion-item{border:0;margin-bottom:14px;border-radius:10px!important;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.05)}
.accordion-button{font-weight:600;color:#222;background:#e9e9e9}
.accordion-button:not(.collapsed){background:var(--sage);color:var(--green);box-shadow:none}

.footer{background:var(--green);color:#fff;padding:60px 0 20px}
.footer a{color:rgba(255,255,255,.85)}
.footer a:hover{color:#fff}
.footer-logo{max-height:90px;margin-bottom:18px}
.footer-title{font-weight:700;margin-bottom:18px}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin-bottom:10px}
.copy_right p a img {
    max-width: 150px;
}
.footer p {
    color: #fff;
}
.copy_right p{margin: 0;font-size: 14px;}

/* Owl Slider CSS Start here */
.owl-carousel .owl-stage {
    display: flex;
}
.item {
    height: 100%;
}

.owl-carousel .owl-item img{width:auto;display:inline-block}
.owl-dots{display:flex;margin-top:20px;align-items:center;justify-content:center}
.owl-dots button{width:12px;height:12px;background:#d2d2d2!important;display:flex;align-items:center;justify-content:center;border-radius:100%}
.owl-dots button.active{width:15px;height:15px;background:#245c25!important}
.owl-dots button:not(:last-child){margin-right:10px}
/* Owl Slider CSS End here */

/* About page CSS Start here */
.inner_bnr{padding: 70px 0;background-position: top center !important;}
.titleBtm_img {
    max-width: 230px;
    margin-bottom: 30px;
}
.hero-section .titleBtm_img {
    max-width: 500px;
    margin-bottom: 20px;
}
.profile_img{position: relative;padding: 40px 40px 0 0;}
.profile_img:before {
    content: "";
    display: block;
    width: 97%;
    height: 95%;
    background: linear-gradient(52deg, rgba(255, 255, 255, .97) 0, #bdd39a 48%, #d3e0be 100%);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 12px;
    z-index: 9;
}
.profile_img:after {
    content: "";
    display: block;
    width: 95px;
    height: 267px;
    position: absolute;
    right: 98%;
    top: 0;
    background: url(../img/profileLeft_img.webp) no-repeat;
    background-size: contain;
}
.profile_img img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
}
.mission-vision-values {
    background-color: #fbf8ef;
    border-radius: 12px;
    padding: 2rem;
}
.mvv-item {
    text-align: center;
    padding: 1rem;
}
.mvv-item i, .plan_icon {
    font-size: 2.5rem;
    color: #4a794a;
    background: #e2e7d0;
    min-width: 100px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 1rem;
}
.mvv-item h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--dark-green);
}
.mvv-item p {
    font-size: 0.95rem;
}
.mvv-item ul {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 200px;
    margin: 0 auto;
}
.mvv-item ul li {
    position: relative;
    padding-left: 25px;
}
.mvv-item ul li::before {
    content: "\f26a";
    margin-right: 0.5rem;
    color: #4a794a;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 4px;
}
.rowGap_24{row-gap: 24px;}
/* About page CSS End here */

/* Contact page CSS Start here */
.contact_box {
    border: 1px solid rgba(36, 92, 37, .15);
    border-radius: 14px;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 15px rgb(0 0 0 / 8%);
}
.contact_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 0;
    background: #3b6118;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 32px;
}
.contact_box h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}
.contact_box a {
    color: #3b6118;
}

.form-card{background:#fff;color:#111;border-radius:14px;overflow:hidden;box-shadow: 0 2px 15px rgb(0 0 0 / 8%);}
.form-head{background:linear-gradient(135deg, rgb(59 97 24 / 14%), rgb(85 85 85 / 8%));padding:26px 20px;text-align:center;color:#fff}
.form-head h3{color:#000;margin:0;font-size:26px;font-weight:900;text-transform:uppercase}
.form-head span{color:#3b6118}
.form-body{padding:28px}
.input-group{margin-bottom:14px}
.input-group-text{background:#fff;color:#777;position:absolute;left:1px;top:1px;z-index:9;height:50px;border: none;}
.form-control,.form-select{height:52px;font-size:14px;border-radius: 4px !important;padding: 10px 15px;}
.form-card .form-control,.form-card .form-select{padding-left: 45px;}
textarea.form-control {height: 120px;padding-top: 14px;}
.form-control:focus,.form-select:focus{box-shadow:none;border-color:#ced4da}
.submit-btn{width:100%;background:linear-gradient(135deg, #753134 0%, #3b6118 35%, #6baf2d 72%, #3b6118 100%);color:#fff;border:none;height:56px;font-weight:900;border-radius:8px;text-transform:uppercase;margin-top:6px}
.submit-btn:hover{background:#3b6118}
.form-note{text-align:center;margin-top:16px;font-weight:500;color:#333;font-size:14px}
.form-card .input-group p {width: 100%;}
.form-card p{margin: 0;position: relative;}
span.wpcf7-spinner {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 10px 0 0;
}
.map_box {
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}
.map_box iframe {
    min-height: 300px;
    height: 100%;
    width: 100%;
}
.thankyou h1 {
    font-size: 50px;
    color: #000;
    margin: 15px 0;
    font-weight: 700;
}
.thankyou p {
    margin: 0 0 3px;
}
/* Contact page CSS End here */
/* Pricing page CSS Start here */
.inner_bnr h1 {
    font-size: 48px;
    max-width: 650px;
}
.head_box h3 {
    color: var(--green);
    font-weight: bold;
    font-size: 32px;
}
.head_box.text-center .titleBtm_img {
    margin: 0 auto;
}
.planSlider .owl-stage {
    padding: 50px 30px;
}
.plan_box {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #DBDBDB;
    box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
    padding:30px 15px;
    height: 100%;
    position: relative;
    transition: ease-in-out 0.3s;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.active_plan{
        border: 2px solid #3b6118;
    transform: scale(1.02);
}
.plan_box > div {
    width: 100%;
}
.plan_box:hover {
    box-shadow: 2px 4px 46px rgb(0 0 0 / 10%);
    margin-top: -10px;
}
.plan_icon {
    min-width: 70px;
    width: 70px;
    height: 70px;
}
.plan_icon img {
    max-width: 35px;
    max-height: 40px;
}
.plan_txt h4 {
    color: #0D121F;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.plan_txt h3 {
    font-size: 36px;
    color: #3b6118;
    margin: 15px 0 0;
    font-weight: 700;
    text-align: center;
}
.plan_txt h3 small {
    font-size: 18px;
    color: #000;
}
.plan_box p {
    font-size: 14px;
    text-align: center;
    margin: 15px 0;
}
.plan_box ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.plan_box li, .plan_list li {
    font-size: 14px;
    color: #0D121F;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    padding-left: 25px;
    background: url(../img/check.webp) no-repeat;
    background-position: left top 6px;
    background-size: 13px;
}
.plan_box .badge {
    background: #3b6118;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    max-width: 130px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
}
.plan_box .btn_group {
    text-align: center;
}
/* Pricing page CSS End here */

/* Blog page CSS Start here */
.blog-card {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}
.blog-card .featured-image {
    min-width: 42%;
    max-width: 42%;
}
.blog-card .featured-image img {
    width: 100%;
    height: 100%;
}
.blog-content {
    padding: 1.8rem;
}
.blog_badge {
    color: var(--green);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-content h3 a{
    font-weight: 600;
    color: #000;
}
.blog-content p {
    color: #4b4b4b;
    margin-bottom: 1rem;
}
.blog-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 1rem;
    align-items: center;
}
.blog-meta i {
    font-size: 1rem;
}
.blog-card .btn-green {
    padding: 8px 15px;
}
.pagi_nation ul{justify-content:center;display:flex;list-style: none;margin-top:40px}
.pagi_nation li:not(:last-child){margin-right:10px}
.pagi_nation span.page-numbers, .pagi_nation a.page-numbers{width:52px;height:52px;border:1px solid var(--green);border-radius:100%!important;display:flex;align-items:center;justify-content:center;color:var(--green)!important;font-size:16px;font-weight:500}
.pagi_nation .page-numbers.current,.pagi_nation a:hover{background:var(--green);border-color:var(--green);color:#fff!important}

.search_blog {margin-bottom: 20px;}
.search_blog .form-control {
    height: 70px;
    padding: 20px 50px 20px 20px;
    border: 1px solid #e4e4e4;
    border-radius:12px !important;
}
.search_blog .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    padding: 12px 20px;
    font-size: 24px;
    background:var(--green);
    color: #fff;
    border-radius: 0 12px 12px 0;
}

.recent_post {
    padding: 20px;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08); */
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
}
.recent_title {
    text-align: center;
}
.recent_title h4{color: var(--green);font-weight: 600;}
.recent_title .titleBtm_img {
    max-width: 150px;
    margin: 0 auto 20px;
}
.recent_post .blog-card {
    align-items: center;
    box-shadow: none;
    margin-bottom: 15px;
	flex-direction: row;
}
.recent_post .blog-card a img {
    width: auto;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
}
.recent_post .blog-content {
    padding: 0 0 0 10px;
}
.recent_post h5 a {
    color: #000;
    font-size: 18px;
}
.recent_post .blog-meta {
    margin: 0;
}
.recent_post ul{list-style: none;padding: 0;margin: 0;}
.recent_post li:not(:last-child){margin-bottom: 15px;}
.recent_post li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 23px;
    background: #fff;
    padding-left: 30px;
    color: #000;
    font-size: 16px;
    position: relative;
}
.recent_post li a:before {
    content: "\f26a";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: var(--green);
    position: absolute;
    left: 0;
    top: 4px;
}
.recent_post li a span {
    background: #e7e7e7;
    width: 30px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
}
.recent_post.mvv-item {
    background: #f8f8f8;
}
.recent_post.mvv-item .bi-envelope {
    background: #fff;
}
.recent_post .submit-btn {
    margin-top: 12px;
}
.recent_post form p {
    position: relative;
    text-align: left;
}

.blogPost_bnr{background: #3b6118;}
.blogPost_bnr h1 {
    max-width: 100%;
    color: #fff;
}
.blogPost_bnr .eyebrow {
    color: #bab7b3;
    font-size: 18px;
}
.blog_detail .content_box img {
    border-radius: 12px;
    margin-bottom: 20px;
}
.content_box ul, .content_box ol {
    padding-left: 18px;
}
.content_box li:not(:last-child) {
    margin-bottom: 10px;
}
.content_box > p {
    margin: 15px 0;
}
/* Blog page CSS End here */