h1,h2,h3,h4,h5,h6{
 font-family: "Playfair", serif!important;
}
/* Promotions page CSS starts */
main.promotion-page {
    padding: 0;
}
section.promo-hero {
    padding: 100px 0;
}
.promo-badge:before {
    background: #EFB900;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 3px;
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.promo-badge {
    background: #43893D;
    color: #fff;
    border-top: 1px solid #FFFFFF33;
    border-radius: 40px;
   
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    padding: 5px 20px 5px 30px;
    position: relative;
}
h1.promo-title span {
    color: #EFB900;
}
h1.promo-title {
    text-align: left;
    font-weight: 700;
    font-size: 60px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    color: #fff;
    width: 100%;
    max-width: 735px;
}
h1.promo-title:after {
	display:none;
}
.promo-description strong {
    color: #EFB900;
	font-weight: 400;
}
.promo-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px;
    max-width: 870px;
    width: 100%;
}
a.promo-button {
    background: #EFB900;
    color: #000;
    padding: 15px 40px;
    display: block;
    width: fit-content;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.promo-meta span:nth-child(1) {
    padding-right: 20px;
}

.promo-meta {
    color: #fff;
    font-size: 18px;
}
.promo-meta img {
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
section.promo-product-section {
    padding: 50px 0;
}
section.promo-product-section b {
    color: #004D28;
}
section.promo-product-section h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: 0px;
    text-align: center;
    color: #423930;
}/*
.promo-product-section:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}*/

.section-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00502e;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

/*.section-title:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #d6a500;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}*/

.section-description {
    color: #777;
    font-size: 14px;
    margin-bottom: 35px;
}


/* GRID */

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 60px;
}


/* CARD */

.product-card {
    width: 100%;
}

.product-image {
    margin-bottom: 18px;
}

.product-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}


/* TITLE */

.product-card h3 {
    margin: 0 0 4px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    color: #0d5b3a;
}

.latin-name {
    margin-bottom: 10px;
}

.latin-name em {
    color: #7d9a83;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}


/* DESCRIPTION */

.product-description {
    color: #666;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 18px;
}

.product-description strong {
    color: #333;
}


/* PRICING */

.pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 12px;
}

.promo-price {
    color: #005f36;
    font-size: 22px;
    font-weight: 700;
}

.regular-price {
    color: #777;
    font-size: 14px;
}
div.section-description p {
   
    font-weight: 400;
    font-size: 18px;
    line-height: 28.9px;
    letter-spacing: 0px;
    text-align: center;
}
div.section-description p strong {
    font-weight: 400;
    color: #43893D;
}
h3.section-inner-title:before {
    background: #EFB900;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 3px;
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
h3.section-inner-title span {
    color: #6A5036;
    font-weight: 100;
		font-size:italic;
}
h3.section-inner-title {
    font-size: 22px;
    color: #004C1D;
    position: relative;
    padding-left: 20px;
}
.promo-products-row {
    padding-bottom: 30px;
    border-bottom: 1px solid #231F2033;
    margin-bottom: 30px;
}
.promo-products-row:nth-child(2) {
    border: 0 !important;
    padding: 0;
    margin: 0 !important;
}

.promo-products-row.no-padding-border {
    padding: 0;
    margin: 0;
    border: 0;
}
.promo-banner-inner {
    padding: 50px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
.banner-content {
    width: 100%;
    max-width: 470px;
}
.banner-content h4 {
    color: #EFB900;
    font-style: italic;
    font-weight: 100;
    margin-top: 0;
    font-size: 26px;
}
.banner-content h2 {
    margin: 0;
    margin-top: 20px;
    font-size: 44px;
    color: #fff;
}
.banner-content {
    width: 100%;
    max-width: 470px;
}
.banner-content p {
    margin-bottom: 0;
    color: rgb(255 255 255 / 80%);
}
.banner-content p strong {
    color: #efb900;
}
.banner-content a {
    margin-top: 20px;
}
section.promo-banner {
    margin-bottom: 50px;
}
section.promo-features {
    background: #231F20;
    padding: 50px;
}
.feature-item h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 19.5px;
    letter-spacing: 0px;
    color: #43893D;
}
.feature-item p, .feature-item ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    color: #fff;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 80px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.feature-item img {
    width: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 25px;
}
section.newsletter-section p {
    
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(255 255 255 / 80%);
}
section.newsletter-section h2 span {
    color: #EFB900;
    display: block;
}
section.newsletter-section h2 {
    
    font-weight: 700;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}
section.newsletter-section .container {
    padding: 50px;
    border-radius: 20px;
}
section.newsletter-section {
    padding: 50px 0;
}
.newsletter-inner-content {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}
#gform_wrapper_5 .gform_footer,
#gform_wrapper_5 .gform_page_footer {
    display: none !important;
}
form#gform_5 ::placeholder {
    color: #fff !important;
    opacity: 1;
}
form#gform_5 input[type=text], form#gform_5 input[type=email] {
    border: 1px solid #FFFFFF;
    background: rgb(255 255 255 / 10%);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
}

div#field_5_7 button {
    width: 100%;
    background: #EFB900;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    padding: 15px;
}
div#gform_wrapper_5 p.gform_required_legend {
    display: none;
}
.page-template.page-template-new-home-template .mail-section {
    display: none;
}















/* MOBILE */

@media(max-width:991px){

    .product-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }
.features-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 40px;
}
	.features-right-col .feature-item-image {
    width: 65px;
}
	.feature-item ul {
    margin-left: 15px;
}
	main.promotion-page .container {
    margin-left: 25px;
    margin-right: 25px;
}
	.promo-meta span {
    display: block;
}
	main.promotion-page  h1.promo-title {
    font-size: 40px;
}
	main.promotion-page  h2.section-title {
    font-size: 30px !important;
    line-height: normal !important;
}
	.banner-content h2 {
    font-size: 30px;
    line-height: normal;
}
	section.promo-features .container {
    margin: 0;
}
	section.newsletter-section h2 {
    font-size: 30px;
    line-height: normal;
}
}

@media(max-width:767px){

    .product-grid{
        grid-template-columns:1fr;
    }

    .product-image img{
        height:auto;
    }

}
/* Promotion page CSS ends */


#footer-new {
    background: #302A25;
    padding: 70px 0 50px;
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 60px;
}

.footer-company img {
    max-width: 320px;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.contact-item .icon {
    width: 18px;
    height: 18px;
    fill: #EFB900;
    flex-shrink: 0;
}

.contact-item a,
.contact-item span {
    color: #fff;
    font-size: 16px;
}

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

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

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-subscribe h3 {
    margin-bottom: 20px;
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 16px;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.footer-social a {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-bottom {
    background: #302A25;
    border-top: 1px solid rgba(255,255,255,.15);
    padding: 35px 0;
}

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

.footer-policy-links {
    display: flex;
    gap: 30px;
}

.footer-policy-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
ul.footer-social li img {
    margin: 0;
}
.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-subscribe ::placeholder {
    color: #FFFFFF99;
}
.footer-subscribe input[type=email] {
    background: #FFFFFF1A;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF99;
}
input#gform_submit_button_6 {
    background: #43893D;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    opacity: 1;
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
}
.footer-subscribe .gform-footer.gform_footer.top_label {
    padding: 0;
}
/* HEADER */
.home header#site-header {
position: fixed;
}
header#site-header {
    background: #FFFFFFB2;
    box-shadow: 0px 0px 30px 0px #00000026;
    border-bottom: 1px solid #000000;
    
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 10px;
}
button.mobile-toggle {
    display: none;
}
.header-row {
    display: flex;
    flex-direction: row;
   
    align-items: center;
    justify-content: space-between;
}
li.more-links {
    display: none;
}
.awiNav.collapsable li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #423930;
}
.logged-in.home  header#site-header {
    margin-top: 32px;
}
.header-tools img {
    width: 45px;
    height: auto;
}
.header-tools {
    display: flex;
    text-align: end;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
}
.header-tools form {
    position: relative;
    margin: 0;
}

.header-tools form button {
    background: transparent;
    color: #423930;
    position: absolute;
    left: -25px;
    top: 54%;
    transform: translateY(-50%);
}
.header-tools input[type="text"] {
    background: #F7F7F7;
    border: 0;
    border-radius: 100px;
    padding: 5px 20px 5px 45px;
    max-width: 200px;
    width: 100%;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.main-menu-desktop li .sub-menu a:after {
    display: none;
}
.main-menu-desktop li:hover a:after {
    width: 100%;
}
.main-menu-desktop li a:after {
    background: #000;
    width: 0;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .3s;
}
.main-menu-desktop li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #423930;
    padding: 20px 20px;
    text-decoration: none;
    position: relative;
}

.main-menu-desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}
.main-menu-desktop li:hover .sub-menu {
    display: block;
}
.main-menu-desktop li {
    display: flex;
    position: relative;
    
}
.main-menu-desktop li .sub-menu {
    display: none;
    position: absolute;
    width: 300px;
    background: #fff;
    margin: 0;
    padding: 14px;
    top: 58px;
    left: 0;
    z-index: 9999;
}
.header-logo img {
    width: 100%;
    max-width: 250px;
}
.header-right li#menu-item-116363 .sub-menu {
    right: 0;
    left: auto;
}
li#menu-item-116363 > a {
    background: #43893D;
    color: #fff;
    border-radius: 8px;
}
.main-menu-desktop li .sub-menu a {
    padding: 10px;
}
button.mobile-toggle span {
    width: 100%;
    height: 2px;
    background: #004c1d;
    display: block;
    margin: 11px 0;
}
button.mobile-toggle {
    background: transparent;
    position: relative;
    width: 40px;
    padding: 0;
  
}
button.awiNav__trigger {
    display: none;
}
.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    display: none;
}

.mobile-menu.ative-menu {
    display: flex;
    align-items: center;
}

.close-menu {
    position: absolute;
    right: 60px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 100px;
    cursor: pointer;
}
.close-menu span {
    width: 40px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.close-menu span:nth-child(1) {
    transform: rotate(45deg);
}
.close-menu span:nth-child(2) {
    transform: rotate(-45deg);
}
main.home-page {
    padding: 0;
}

main.home-page .hero {
    position: relative;
    min-height: 860px;
    padding-top: 250px;
}
main.home-page .hero-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}

main.home-page .hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(0deg, #004D28 0%, rgba(0, 77, 40, 0.7) 30%, rgba(0, 77, 40, 0.2) 55%, rgba(0, 0, 0, 0) 75%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

main.home-page .hero .container{
    position:relative;
    z-index:3;
}
main.home-page .hero-badge {
    background: #FFFFFF1F;
    border-top: 1px solid #FFFFFF33;
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 20px;
    color: #fff;
}
main.home-page .hero h1 {
    font-weight: 700;
    font-size: 65px;
    line-height: 110.00000000000001%;
    letter-spacing: 0px;
    margin: 0;
    text-align: left;
    color: #fff;
    max-width: 960px;
    margin-bottom: 30px;
      width: 100%;
}
.page-template-home-page-template header#site-header {
    position: fixed;
}
main.home-page .hero-description {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #fff;
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
}
main.home-page .hero-buttons {
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
}


main.home-page .hero-stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
main.home-page .hero-stat {
    display: flex;
    align-items: center;
    gap: 10px;
}
main.home-page .hero h1:after{
display:none;    
}

main.home-page h2 span {
    color: #004D28;

}

main.home-page .categories-section h2 span {
  
    display: block;
}

main.home-page h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: 0px;
    color: #423930;
    margin-top: 0;
}

section.categories-section {
    padding: 50px 0;
}
.categories-grid a {
    box-shadow: 0px 4px 24px 0px #004D281A;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.categories-grid {
    display: flex;
    gap: 45px;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: nowrap;
}
.categories-grid-inner-wrap h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    left: 0;
    padding: 18px;
}
.categories-grid-inner-wrap:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0) 75%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.categories-grid-inner-wrap h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    left: 0;
    padding: 18px;
    display: flex;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}
section.content-block.content-block-1, section.content-block.content-block-2 {
    background: #F7F3EE;
    padding: 50px 0;
}
.content-block-2 .content-grid {
    flex-direction: row-reverse;
}

.content-grid .content-image, .content-grid .content-text {
    flex: 1;
}
.content-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}
.content-text div {
    font-family: Inter;
    font-weight: 400;
    font-size: 17px;
    line-height: 28.9px;
    letter-spacing: 0px;
    max-width: 500px;
    width: 100%;
}
main.home-page .button-box a.btn:hover,
main.home-page .hero-buttons .btn:hover {
    background: #5e4334!important;
    color: #fff!important;
}

main.home-page .button-box a.btn {
    background: #43893D;
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .3s;
}
main.home-page .button-box {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 20px;
}
main.home-page .button-box a.btn.btn-secondary {
    color: #43893D;
    background: transparent;
    border: 1px solid;
}
section.content-block.content-block-3 {
    padding: 50px;
}
main.home-page .hero-buttons a.btn.btn-secondary {
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    background: transparent;
    color: #EFB900;
    border: 1px solid;
}
main.home-page .hero-buttons .btn {
    border-radius: 8px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    background: #EFB900;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .3s;
}
.home-features-grid .feature-box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
    color: #6A5036;
}
.home-features-grid h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32.5px;
    letter-spacing: 0px;
    max-width: 330px;
    color: #004D28;
}
.home-features-grid .feature-box {
    flex: 1;
}
.home-features-grid {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
section.features-section {
    padding-bottom: 50px;
}
.feature-box a.btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    text-decoration: none;
    background: #43893D;
    padding: 10px 20px;
    border-radius: 8px;
    color:#fff;
}
.feature-buttons.button-box {
    justify-content: center;
    border-top: 1px solid #E8E2DA;
    padding-top: 20px;
    margin-top: 20px;
}
section.testimonial-section .container {
    position: relative;
    z-index: 10;
}
section.testimonial-section:before {
    background: #004D28E5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: auto;
}
section.testimonial-section {
    padding: 100px 0;
    position: relative;
}
section.testimonial-section h2 span {
    color: #EFB900;
}
section.testimonial-section h2 {
    color: #fff;
    text-align: center;
}
section.testimonial-section  blockquote:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    background: url(/wp-content/uploads/2026/06/Vector-1.svg);
    width: 38px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
section.testimonial-section blockquote:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: 0;
    background: url(/wp-content/uploads/2026/06/Vector-2.svg);
    width: 38px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
section.testimonial-section blockquote {
    color: #fff;
    border-left: 8px solid;
    font-family: "Playfair", serif !important;
    font-weight: 500;
    font-style: Italic;
    font-size: 26px;
    line-height: 41.6px;
    letter-spacing: 0px;
    text-align: center;
    padding: 35px;
    border: 0;
    max-width: 870px;
    margin: 0 auto;
    position: relative;
}
.testimonial strong:before {
    background: #efb900;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 48px;
    height: 1px;
    content: "";
    transform: translateX(-50%);
}
.testimonial span {
    font-family: Inter;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    color: #fff;
}
.testimonial strong {
    font-family: Inter;
    font-size: 18px;
    line-height: 22.5px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 400;
    margin-bottom: 14px;
    position: relative;
}
section.process-section {
    padding: 50px 0;
    text-align: center;
}
section.process-section div > p {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 28.9px;
    letter-spacing: 0px;
    text-align: center;
}
.process-grid {
    display: flex;
    gap: 30px;
    margin-top:40px;
}
.process-card p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 24.75px;
    letter-spacing: 0px;
    text-align: left !important;
    color: #6A5036;
}
.process-card h3 {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 22px;
    line-height: 28.6px;
    letter-spacing: 0px;
    color: #004D28;
}
.process-card span {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #EFB900;
}
.process-grid .process-card {
    flex: 1;
    background: #F7F3EE;
    padding: 30px 50px;
    text-align: left;
    border-radius: 16px;
}
.process-buttons.button-box {
    justify-content: center;
}
section.grow-section h2 span {
    color: #EFB900;
    display: block;
}
section.grow-section h2 {
    color: #fff;
}
section.grow-section {
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
section.grow-section p {
    font-family: Inter;
    font-weight: 200;
    font-size: 17px;
    line-height: 28.9px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
main.home-page section.grow-section .grow-buttons.button-box .btn {
    color: #000 ;
    background: #EFB900 ;
}

main.home-page section.grow-section .grow-buttons.button-box {
    justify-content: center;
}
main.home-page section.grow-section .grow-buttons.button-box .btn.btn-secondary {
    color: #EFB900;
    background: transparent;
}
section.final-section h2 {
    max-width: 669px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 0px;
    text-align: center;
}
section.final-section {
    padding: 100px 0;
}
.final-boxes {
    display: flex;
    gap: 50px;
}
.final-boxes .final-box {
    background: #F7F3EE;
    opacity: 1;
    border-radius: 16px;
    padding: 50px 40px !important;
    margin: 0;
    border-top: 3px solid #43893D;
    flex: 1;
}
.final-box h3 {
    display: none;
}
.final-box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
    text-align: center;
}
.final-buttons.button-box {
    justify-content: center;
}
html ,html body{
    color:#6A5036
}
.categories-grid-inner-wrap h3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
a.category-card:hover h3 {
    padding-right: 30px;
}
.categories-grid-inner-wrap h3 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    transition: all ease-in-out .3s;
}
@media(max-width:991px){
button.mobile-toggle {
    display: block;
}
    .header-row {
    flex-direction: row-reverse;
}
.header-left, .header-right {
    display: none;
}
    .footer-grid {
    grid-template-columns: 1fr;
}
    .footer-bottom-wrap {
    flex-direction: column;
}
    .header-logo img {
    max-width: 180px;
}
}