@font-face {
    font-family: 'SF Pro Display';
    src:
        url('../font/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../font/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-Bold.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-Bold.woff')
            format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-HeavyItalic.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-HeavyItalic.woff')
            format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-LightItalic.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-LightItalic.woff')
            format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-Medium.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-Medium.woff')
            format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-Regular.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-Regular.woff')
            format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-SemiboldItalic.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-SemiboldItalic.woff')
            format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-ThinItalic.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-ThinItalic.woff')
            format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src:
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-UltralightItalic.woff2')
            format('woff2'),
        url('https://earthcureagriglobal.com/wp-content/uploads/2026/05/SFProDisplay-UltralightItalic.woff')
            format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
header.earthcure-header.sticky {
    position: fixed;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'SF Pro Display';
    background: #ededed;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
p,
span,
label,
a,
button,
li,
input,
textarea,
select {
    margin: 0;
    font-family: 'SF Pro Display';
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================
COMMON CONTAINER
========================= */

.container {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================
HEADER
========================= */

.earthcure-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-top: 10px;
}

.earthcure-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* LOGO */

.earthcure-logo {
    width: 20%;
}

.earthcure-logo-icon img {
    width: 230px;
}

.earthcure-logo-content {
    display: flex;
    flex-direction: column;
}

.earthcure-logo-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.earthcure-logo-subtitle {
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 5px;
}

/* MENU */

.earthcure-menu {
    display: flex;
    align-items: center;
    gap: 52px;
    width: 60%;
    justify-content: center;
}

.earthcure-menu-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}

.earthcure-menu-link:hover {
    opacity: 0.7;
}

/* RIGHT */

.earthcure-header-right {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 20%;
    justify-content: end;
}

.earthcure-search-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	min-width: 44px;
}

.earthcure-distributor-btn {
    padding: 11px 21px;
    border: none;
    border-radius: 50px;
    background: #3fd771;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* =========================
BANNER
========================= */

.earthcure-banner {
    position: relative;
    min-height: 980px;
    overflow: hidden;
}

.earthcure-banner-image {
    position: absolute;
    inset: 0;
}

.earthcure-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* .earthcure-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145.48deg, #001501 5.48%, rgba(10, 29, 11, 0) 68.01%);
} */

.earthcure-banner-wrapper {
    position: relative;
    z-index: 2;
    min-height: 980px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 180px;
}

.earthcure-banner-content {
    max-width: 760px;
}

.earthcure-banner-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 26px;
    backdrop-filter: blur(10px);
    background: linear-gradient(270deg, rgba(16, 28, 14, 0.3) 0%, rgba(63, 215, 113, 0.3) 100%);
    border: 1px solid #3fd7714d;
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 14%;
}

.earthcure-banner-heading {
    color: #fff;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 110px;
    line-height: 98px;
    letter-spacing: -4%;
    text-align: center;
}

.earthcure-banner-description {
    max-width: 775px;
    margin: auto;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1%;
    text-align: center;
}

.earthcure-banner-buttons {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.earthcure-quote-btn {
    padding: 17px 34px;
    border: none;
    border-radius: 50px;
    background: #3fd771;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.earthcure-story-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.earthcure-story-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================
ABOUT
========================= */

.earthcure-about {
    position: relative;
    margin-top: -140px;
    z-index: 5;
    padding-bottom: 85px;
}

.earthcure-about-card {
    background: #f8f8f8;
    border-radius: 38px;
    padding: 42px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    /* max-width: 1540px; */
    margin: auto;
    box-shadow: 0px 15px 33px 0px #cccccc1a;
    box-shadow: 0px 61px 61px 0px #cccccc17;
    box-shadow: 0px 137px 82px 0px #cccccc0d;
    box-shadow: 0px 243px 97px 0px #cccccc03;
    box-shadow: 0px 380px 106px 0px #cccccc00;
}
.earthcure-about-card {
    background: url(https://earthcureagriglobal.com/wp-content/uploads/2026/05/overlay_b.png)
        no-repeat left center / cover #fff;
}
/* LEFT */

.earthcure-about-left {
    display: flex;
    flex-direction: column;
}

.earthcure-about-tag {
    display: inline-flex;
    width: max-content;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #3fd771;
    color: #000;
    font-size: 13px;
    margin-bottom: 28px;
}

.earthcure-about-heading {
    color: #111;
    max-width: 700px;
    font-weight: 400;
    font-size: 54px;
    line-height: 53px;
    letter-spacing: -4%;
}

.earthcure-about-description {
    margin-top: 22px;
    color: #424040;
    max-width: 520px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-stats {
    margin-top: 46px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.earthcure-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.earthcure-stat-number {
    color: #111;
    font-size: 46px;
    font-weight: 700;
}

.earthcure-stat-label {
    color: #666;
    font-size: 14px;
}

.earthcure-about-btn {
    margin-top: 42px;
    width: max-content;
    padding: 16px 28px;
    border: none;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* RIGHT */

.earthcure-about-right {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
}

.earthcure-stat {
    border-right: 2.8px dashed #cccccc;
    padding-right: 40px;
    padding-left: 40px;
}

.earthcure-stat:last-child {
    border-right: 0;
    padding-right: 0;
}

.earthcure-stat:first-child {
    padding-left: 0;
}

.earthcure-about-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.earthcure-info-box {
    border-radius: 24px;
    min-height: 230px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.earthcure-info-light {
    background: linear-gradient(329.94deg, #ffffff -9.94%, #f0f0f0 81.67%);
}

.earthcure-info-green {
    background: #ccffdc;
}

.earthcure-info-icon {
    font-size: 32px;
}

.earthcure-info-text {
    color: #424040;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -4%;
}
.earthcure-about-image {
    height: 100%;
}

.earthcure-about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

/* =========================
BIO SECTION
========================= */

.earthcure-bio-section {
    padding-top: 00px;
    padding-bottom: 85px;
}

/* =========================
TOP CONTENT
========================= */

.earthcure-bio-top {
    text-align: center;
    max-width: 775px;
    margin: 0 auto 60px;
}

.earthcure-bio-heading {
    color: #000000;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: -4%;
}

.earthcure-bio-description {
    color: #424040;
    max-width: 520px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -4%;
    text-align: center;
}

/* =========================
CARD WRAPPER
========================= */

.earthcure-bio-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* =========================
CARD
========================= */

.earthcure-bio-card {
    background: #f8f8f8;
    border-radius: 30px;
    padding: 24px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 15px 33px 0px #cccccc1a;
    box-shadow: 0px 61px 61px 0px #cccccc17;
    box-shadow: 0px 137px 82px 0px #cccccc0d;
    box-shadow: 0px 243px 97px 0px #cccccc03;
    box-shadow: 0px 380px 106px 0px #cccccc00;
}

/* TOP NUMBER */

.earthcure-bio-card-number-top,
.earthcure-bio-card-number-bottom {
    color: #c9c5c5;
    font-weight: 508;
    font-style: Italic;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: -4%;
}
/* BOTTOM NUMBER */

.earthcure-bio-card-number-bottom {
    margin-top: 20px;
}

/* IMAGE */

.earthcure-bio-card-image {
    width: 100%;
    height: 270px;
    border-radius: 26px;
    overflow: hidden;
}

.earthcure-bio-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TITLE */

.earthcure-bio-card-title {
    color: #000000;
    font-weight: 500;
    font-size: 30px;
    line-height: 62px;
    letter-spacing: -4%;
}

/* BOTTOM */

.earthcure-bio-card-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* =========================
FOOTER
========================= */
.earthcure-footer {
    position: relative;
    background: #0b0f07;
    overflow: hidden;
    padding-top: 80px;
}

/* TOP */

.earthcure-footer-top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
    gap: 60px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 1494px;
}
/* BRAND */

.earthcure-footer-brand {
    max-width: 340px;
}

.earthcure-footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.earthcure-footer-logo-content {
    display: flex;
    flex-direction: column;
}

.earthcure-footer-logo-title {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

.earthcure-footer-logo-subtitle {
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.earthcure-footer-description {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

/* MENU */

.earthcure-footer-menu-title {
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 28px;
    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.earthcure-footer-link {
    color: #d4d4d4;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2%;
}

.earthcure-footer-link:hover {
    color: #63de7d;
}

/* MIDDLE */
.earthcure-footer-big-inner {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.earthcure-footer-middle {
    margin: 0 auto;
    max-width: 1494px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.earthcure-footer-copyright {
    color: #7f7f7fc7;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.earthcure-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* .earthcure-footer-social-link{
    width:36px;
    height:36px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#3FD771;
    text-decoration:none;
    font-size:14px;
    transition:0.3s;
}

.earthcure-footer-social-link:hover{
    background:#3FD771;
    color:#000;
} */

/* BIG TEXT */

.earthcure-footer-big-text {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
    max-width: 1494px;
}

.earthcure-footer-big-title {
    font-size: 132px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -4px;
    margin: 0;
    position: relative;
    color: #12351c;
    /* Bottom Fade Mask */
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 35%,
        rgba(0, 0, 0, 0.4) 75%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 35%,
        rgba(0, 0, 0, 0.4) 75%,
        transparent 100%
    );
}
/* LOGO GRID */

.earthcure-footer-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
}

.earthcure-footer-logo-box {
    min-height: 450px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.earthcure-footer-logo-box img {
    max-width: 320px;
    width: 100%;
    object-fit: contain;
}

.earthcure-video-section .earthcure-video-section {
    padding: 20px 0;
}

/* VIDEO WRAPPER */

.earthcure-video-section .earthcure-video-wrapper {
    position: relative;
    width: 100%;
    height: 850px;
    overflow: hidden;
}

/* THUMBNAIL */

.earthcure-video-section .earthcure-video-thumbnail {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.earthcure-video-section .earthcure-video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */

.earthcure-video-section .earthcure-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

/* VIDEO */

.earthcure-video-section .earthcure-video {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.earthcure-video.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}

.earthcure-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.earthcure-video-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    transition: 0.4s;
}

.earthcure-video-content.hide {
    opacity: 0;
    visibility: hidden;
}

/* INNER */

.earthcure-video-content-inner {
    max-width: 760px;
}

/* HEADING */

.earthcure-video-heading {
    color: #fff;
    font-size: 76px;
    line-height: 0.92;
    letter-spacing: -3px;
    font-weight: 300;
    margin-bottom: 34px;
    text-transform: uppercase;
}

/* PLAY BUTTON */

.earthcure-video-play-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* ICON */

.earthcure-video-play-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
}

.earthcure-video-play-btn:hover .earthcure-video-play-icon {
    background: #fff;
    color: #000;
}

/* TEXT */

.earthcure-video-play-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.earthcure-microbial-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* =========================
WRAPPER
========================= */

.earthcure-microbial-wrapper {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 44px;
    align-items: center;
}

/* =========================
LEFT CONTENT
========================= */

.earthcure-microbial-left {
    max-width: 620px;
}

/* HEADING */

.earthcure-microbial-heading {
    color: #000000;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 60px;
    line-height: 61px;
    letter-spacing: -4%;
}

/* DESCRIPTION */

.earthcure-microbial-description {
    color: #424040;
    max-width: 520px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -4%;
}

/* FEATURES */

.earthcure-microbial-features {
    margin-top: 24px;
}

/* FEATURE */

.earthcure-microbial-feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid #d9d9d9;
}

/* ICON */

.earthcure-microbial-feature-icon:after {
    content: '';
    width: 27px;
    height: 27px;
    min-width: 27px;
    border-radius: 50%;
    background: #58d978;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    inset: 7px;
    z-index: -1;
}

.earthcure-microbial-feature-icon {
    position: relative;
}

/* CONTENT */

.earthcure-microbial-feature-content {
    flex: 1;
}

/* TITLE */

.earthcure-microbial-feature-title {
    color: #111;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -4%;
}

/* TEXT */

.earthcure-microbial-feature-text {
    color: #555;
    max-width: 450px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0%;
}

/* =========================
RIGHT IMAGES
========================= */

.earthcure-microbial-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

/* IMAGE */

.earthcure-microbial-image {
    overflow: hidden;
    border-radius: 28px;
}

.earthcure-microbial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* LARGE */

.earthcure-microbial-image-large {
    width: 52%;
    height: 520px;
    margin-top: 100px;
}

/* SMALL */

.earthcure-microbial-image-small {
    width: 48%;
    height: 420px;
    margin-bottom: 200px;
}

.earthcure-quote-section {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* BACKGROUND */

.earthcure-quote-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.earthcure-quote-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.earthcure-quote-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(185.48deg, #13371f 5.48%, #13371fc9 68.01%); */
    z-index: 2;
}
/* WRAPPER */

.earthcure-quote-wrapper {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

/* =========================
LEFT
========================= */

.earthcure-quote-left {
    max-width: 520px;
}

/* HEADING */

.earthcure-quote-heading {
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -3px;
}
/* DESCRIPTION */

.earthcure-quote-description {
    color: #e4e4e4;
    margin-bottom: 48px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

/* CONTACT */

.earthcure-quote-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 34px;
}

.earthcure-quote-contact-title {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -4%;
}

/* ITEM */

.earthcure-quote-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

/* ICON */
/*
.earthcure-quote-contact-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#3FD771;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    font-size:18px;
    min-width:44px;
} */

/* CONTENT */

.earthcure-quote-contact-content {
    flex: 1;
}

/* LABEL */

.earthcure-quote-contact-label {
    color: #cfcfcf;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -4%;
}

/* TEXT */
.earthcure-quote-contact-text {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -4%;
}
/* =========================
RIGHT FORM
========================= */

.earthcure-quote-form-box {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    border: 2px solid #29683b;
    border-radius: 34px;
    padding: 36px;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(35.5px);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(16, 58, 30, 0.3) 100%);
}

/* FORM */

.earthcure-quote-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* ROW */

.earthcure-quote-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* GROUP */

.earthcure-quote-form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

/* LABEL */

.earthcure-quote-form-label {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 12px;
}

/* INPUT */

.earthcure-quote-input::placeholder,
.earthcure-quote-select::placeholder,
.earthcure-quote-textarea::placeholder {
    color: #111;
}
.earthcure-quote-input,
.earthcure-quote-select,
.earthcure-quote-textarea {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 0 24px;
    background: #f3f3f3;
    color: #111;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.earthcure-quote-select {
    width: 100%;
    height: 54px;

    padding: 0 50px 0 18px;

    border: 1px solid #dcdcdc;
    border-radius: 50px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #f3f3f3
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
        no-repeat right 18px center;

    background-size: 14px;

    font-size: 16px;
    color: #111;

    cursor: pointer;
}
/* TEXTAREA */

.earthcure-quote-textarea {
    height: 120px;
    border-radius: 22px;
    padding-top: 18px;
    resize: none;
}
/* .earthcure-quote-form-group .earthcure-quote-form-label{
    margin-bottom:0px;
} */
.earthcure-quote-textarea {
    margin-top: 12px;
}
/* BUTTON */

.earthcure-quote-btn {
    width: max-content;
    min-width: 180px;
    height: 60px;
    border: none;
    border-radius: 50px;
    background: #3fd771;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.earthcure-quote-btn:hover {
    background: #fff;
}
.earthcure-microbial-section .container {
    max-width: 1494px;
    margin: 0 auto;
}
.earthcure-quote-section .container {
    max-width: 1367px;
    margin: 0 auto;
}
.earthcure-video-play-btn:hover .earthcure-video-play-icon svg path {
    fill: #000;
}
a.earthcure-menu-link.active {
    text-underline-offset: 9px;
    text-decoration: underline;
    text-decoration-color: #3fd771;
}
/* =========================
VIDEO POPUP
========================= */

.earthcure-video-popup {
    position: fixed !important;
    inset: 0;
    width: 100% !important;
    height: 100%;
    max-width: 100% !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.earthcure-video-popup.active {
    opacity: 1;
    visibility: visible;
}

/* OVERLAY */

.earthcure-video-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

/* WRAPPER */

.earthcure-video-popup-wrapper {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
}

/* VIDEO */

.earthcure-video-popup-video {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #000;
}

.earthcure-video-popup-video video {
    width: 100%;
    display: block;
}

/* CLOSE BUTTON */

.earthcure-video-close {
    position: absolute;
    top: -60px;
    right: 0;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
}

.earthcure-video-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.earthcure-video-popup.active {
    opacity: 1;
    visibility: visible;
}

.earthcure-video-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.earthcure-video-popup-wrapper {
    position: relative;
    width: 90%;
    max-width: 1100px;
    z-index: 2;
}

.earthcure-video-popup-video {
    border-radius: 20px;
    overflow: hidden;
}

.earthcure-video-popup-video video {
    width: 100%;
    display: block;
}

.earthcure-video-close {
    position: absolute;
    top: -55px;
    right: 0;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
}
/* ........................ */
.earthcure-testimonials {
    background: #f3f3f3;
    padding: 87px 0 114px;
    overflow: hidden;
}

.earthcure-testimonials__container {
    max-width: 1483px;
    margin: 0 auto;
    padding: 0 24px;
}
.slider-container {
    padding-left: 219px;
}
.earthcure-testimonials__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 32px;
}

.earthcure-testimonials__title {
    margin: 0 0 14px;

    color: #050505;

    text-decoration: none;

    font-weight: 400;

    font-size: 60px;

    line-height: 50px;
    letter-spacing: -4%;
}

.earthcure-testimonials__subtitle {
    color: #333;

    font-weight: 400;

    font-size: 20px;

    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-testimonials__rating {
    text-align: end;
    padding-top: 36px;
}

.earthcure-testimonials__stars {
    font-size: 24px;
    letter-spacing: 2px;
    color: #ffb400;
    line-height: 1;
    margin-bottom: 8px;
}

.earthcure-testimonials__rating p {
    color: #424040;

    font-weight: 400;

    font-size: 20px;

    line-height: 27px;
    letter-spacing: -4%;
    text-align: right;
}

/* .earthcure-testimonials__slider::-webkit-scrollbar {
    display: none;
  } */

.earthcure-testimonial-card {
    flex: 0 0 530px;
    min-height: 196px;
    background: #fff;
    border-radius: 20px;
    padding: 32px 40px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.04);
}

.earthcure-testimonial-card--active {
    border-color: #30c878;
}

.earthcure-testimonial-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.earthcure-testimonial-card__head img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.earthcure-testimonial-card__head h3 {
    color: #000000;

    font-weight: 600;

    font-size: 20px;

    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-testimonial-card__head span {
    display: block;
    font-size: 20px;
    color: #ffb400;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 2px;
}
body .earthcure-quote-form-box .wpcf7-response-output {
    color: #fff;
    border-color: #3fd771;
    border: 2px solid #3fd771 !important;
}
.earthcure-testimonial-card p {
    color: #424040;
    font-weight: 400;

    font-size: 16px;
    line-height: 25px;
    letter-spacing: -4%;
}

.slick-list {
    padding-right: 80px !important;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.earthcure-testimonials__slider .slick-slide {
    margin: 0 10px;
}

.earthcure-testimonials__slider .slick-list {
    margin: 0 -10px;
}
.earthcure-hamburger {
    display: none;
}

body .animaction-hover {
    transition-timing-function: ease;
    transition-duration: 3.2s;
    transition-delay: 0s;
}
body .animaction-hover:hover {
    transform: translateY(-20px) !important;
}
a {
    text-decoration: none;
}

/* cropspage */
.earthcure-banner-crops {
    position: relative;
    overflow: hidden;
}

.earthcure-banner-crops-image {
    position: absolute;
    inset: 0;
}

.earthcure-banner-crops-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.earthcure-banner-crops-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145.48deg, #001501 5.48%, rgba(10, 29, 11, 0) 68.01%);
}

.earthcure-banner-crops-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 189px;
    padding-bottom: 37px;
}

.earthcure-banner-crops-content {
    max-width: 760px;
}

.earthcure-banner-crops-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 26px;
    backdrop-filter: blur(10px);
    background: linear-gradient(270deg, rgba(16, 28, 14, 0.3) 0%, rgba(63, 215, 113, 0.3) 100%);
    border: 1px solid #3fd7714d;
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 14%;
    text-transform: uppercase;
}

.earthcure-banner-crops-heading {
    color: #fff;
    font-weight: 500;

    font-size: 40px;

    line-height: 39px;
    letter-spacing: -4%;
    text-align: center;
    margin-bottom: 27px;
}

.earthcure-banner-crops-description {
    color: #fff;
    font-weight: 400;

    font-size: 16px;

    line-height: 1;
    letter-spacing: -1%;
}

.earthcure-banner-crops-buttons {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.earthcure-category-grid {
    padding: 37px 67px;
    background: #efefef;
}

.earthcure-category-grid__wrapper {
    max-width: 1197px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 18px;
}
.earthcure-category-grid__item {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 20px;
    flex: 0 0 calc((100% - 45px) / 4);

    text-align: center;

    transition: 0.3s ease;

    border: 1px solid #ffffff;

    min-height: 230px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.earthcure-category-grid__item.active,
.earthcure-category-grid__item:hover {
    /* border-color:#62c97b; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #3fd771;
}

.earthcure-category-grid__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d9ffe5;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;
}

.earthcure-category-grid__title {
    color: #000000;

    font-weight: 500;

    font-size: 24px;
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: -4%;
    text-align: center;
}

.earthcure-category-grid__text {
    font-weight: 400;
    font-size: 14px;

    line-height: 21px;
    letter-spacing: -4%;
    text-align: center;
    color: #424040;
}
/* Sustainable pages */
.earthcure-Sustainable-hero {
    position: relative;
    overflow: hidden;
    padding-block: 164px 31px !important;

    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.earthcure-Sustainable-hero__bg {
    position: absolute;
    inset: 0;
}

.earthcure-Sustainable-hero__bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.earthcure-Sustainable-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 25, 0, 0.45);
}

.earthcure-Sustainable-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    /* padding: 42px 20px 24px; */
    text-align: center;
}

.earthcure-Sustainable-hero__title {
    margin: 0 0 28px;
    color: #fff;

    font-weight: 500;

    font-size: 40px;
    line-height: 39px;
    letter-spacing: -4%;
}

.earthcure-Sustainable-hero__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.earthcure-Sustainable-hero__tab {
    /* min-width: 169px; */

    padding: 16px 35px 17px 34px;
    border-radius: 32.44px;
    border: 1px solid #939393;
    background: linear-gradient(
        109.28deg,
        rgba(63, 215, 113, 0.27) -12.75%,
        rgba(0, 0, 0, 0.27) 83.87%
    );

    color: #fff;
    text-decoration: none;

    transition: 0.3s ease;

    font-weight: 500;
    height: 44px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    backdrop-filter: blur(88.0999984741211px);

    line-height: 36px;
    letter-spacing: -4%;
    text-align: center;
}

.earthcure-Sustainable-hero__tab.active,
.earthcure-Sustainable-hero__tab:hover {
    background: #3fd771;

    border-color: #3fd771;
    color: #000000;
}
.earthcure-banner-Sustainable {
    position: relative;
    /* min-height: 980px; */
    overflow: hidden;
}

.earthcure-banner-Sustainable-image {
    position: absolute;
    inset: 0;
}

.earthcure-banner-Sustainable-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.earthcure-banner-Sustainable-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145.48deg, #001501 5.48%, rgba(10, 29, 11, 0) 68.01%);
}

.earthcure-banner-Sustainable-wrapper {
    position: relative;
    z-index: 2;
    /* min-height: 980px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 189px;
    padding-bottom: 37px;
}

.earthcure-banner-Sustainable-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 26px;
    backdrop-filter: blur(10px);
    background: linear-gradient(270deg, rgba(16, 28, 14, 0.3) 0%, rgba(63, 215, 113, 0.3) 100%);
    border: 1px solid #3fd7714d;
    width: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 14%;
    text-transform: uppercase;
}

.earthcure-banner-Sustainable-heading {
    color: #fff;
    font-weight: 500;

    font-size: 40px;

    line-height: 39px;
    letter-spacing: -4%;
    text-align: center;
    padding-bottom: 27px;
}

.earthcure-banner-Sustainable-description {
    color: #fff;
    font-weight: 400;

    font-size: 16px;

    line-height: 1;
    letter-spacing: -1%;
}

.earthcure-banner-Sustainable-buttons {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
/* earthcure product section */
.earthcure-products {
    max-width: 1720px;
    margin-inline: auto;
    width: 100%;
    padding-inline: 20px;

    /* background: #f3f3f3; */
    padding-block: 24px 72px;
}

.earthcure-products__top {
    margin-bottom: 8px;
}

.earthcure-products__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cecece;
    min-height: 28px;
    padding: 6px 14px;

    border-radius: 100px;
    background: #ffffff;

    color: #000;
    font-size: 12px;
    line-height: 1;
}

.earthcure-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.earthcure-products__card {
    background: #ffffff;
    border-radius: 18px;
    padding-inline: 24px 25px;
    padding-block: 63px 21px;
    text-align: center;

    border: 1px solid transparent;
    height: 491px;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.earthcure-products__card:hover .earthcure-products__content,
.earthcure-products__card.active .earthcure-products__content {
    border-color: #53d86c;
    transform: translateY(-21px);
}
.earthcure-products__card:hover,
.earthcure-products__card.active {
    border-color: #53d86c;
}
.earthcure-products__image {
    height: 312px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;
}

.earthcure-products__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.earthcure-products__title {
    margin: 0;

    color: #000;

    font-weight: 500;

    font-size: 20px;

    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
}

.earthcure-products__button {
    margin-top: 28px;

    width: 100%;
    min-height: 46px;

    border-radius: 100px;
    background: #46d466;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #000;
    text-decoration: none;

    font-weight: 500;

    transition: 0.3s ease;

    font-size: 18px;

    line-height: 36px;
    letter-spacing: -4%;
    text-align: center;
}
.earthcure-products__card:hover .earthcure-products__button,
.earthcure-products__card.active .earthcure-products__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* opacity: 1;
    visibility: visible; */
}
.earthcure-products__card .earthcure-products__button {
    /* opacity: 0;
    visibility: hidden; */
    display: none;
}
.earthcure-products__button:hover {
    transform: translateY(-2px);
}
/* .earthcure-science-benefits */
.earthcure-science-benefits {
    position: relative;
    overflow: hidden;
    padding-block: 109px 120px !important;
}

.earthcure-science-benefits__bg {
    position: absolute;
    inset: 0;
}

.earthcure-science-benefits__bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* .earthcure-science-benefits__overlay{
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.35);
    backdrop-filter: blur(6px);
} */

.earthcure-science-benefits__container {
    position: relative;
    z-index: 2;
    max-width: 1197px;
    margin: 0 auto;
}

.earthcure-science-benefits__heading {
    margin: 0 0 46px;

    color: #000000;

    text-align: center;

    font-weight: 400;

    font-size: 60px;

    line-height: 61px;
    letter-spacing: -4%;
}

.earthcure-science-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.earthcure-science-benefits__card {
    padding: 34px 22px;

    border-radius: 20px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.44) 0%,
        rgba(255, 255, 255, 0.44) 100%
    );

    backdrop-filter: blur(14px);
    box-shadow: 0px 15px 33px 0px #cccccc1a;

    box-shadow: 0px 61px 61px 0px #cccccc17;

    box-shadow: 0px 137px 82px 0px #cccccc0d;

    box-shadow: 0px 243px 97px 0px #cccccc03;

    box-shadow: 0px 380px 106px 0px #cccccc00;

    backdrop-filter: blur(199.3000030517578px);

    border: 1px solid #ffffff;

    text-align: center;

    transition: 0.3s ease;
}

.earthcure-science-benefits__card:hover {
    transform: translateY(-4px);
}

.earthcure-science-benefits__icon {
    width: 100px;
    height: 100px;

    border-radius: 50%;
    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 22px;
}

.earthcure-science-benefits__title {
    margin: 0 0 19px;

    color: #000;

    font-weight: 500;

    font-size: 24px;

    /* line-height: 50px; */
    letter-spacing: -4%;
}

.earthcure-science-benefits__text {
    margin: 0;
    color: #424040;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -4%;
    max-width: 245px;
    padding-inline: 12px;
    margin-inline: auto;
    width: 100%;
    /* background: red; */
    text-align: center;
}
/* single product page */
.earthcure-breadcrumb-hero {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding-block: 183px 29px;
}

.earthcure-breadcrumb-hero__bg {
    position: absolute;
    inset: 0;
}

.earthcure-breadcrumb-hero__bg img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
}

.earthcure-breadcrumb-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 35, 12, 0.45);
}

.earthcure-breadcrumb-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;

    /* padding: 0 50px; */
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.earthcure-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 400;

    font-size: 16px;

    line-height: 24px;
    letter-spacing: -1%;
}

.earthcure-breadcrumb a,
.earthcure-breadcrumb span {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.95;
}

.earthcure-breadcrumb a:hover {
    text-decoration: underline;
}

/* single producr page */
.earthcure-single-product {
    display: grid;
    grid-template-columns: 881px 632px;
    gap: 59px;
    max-width: 1750px;
    margin-inline: auto;
    padding-inline: 30px;
    padding-block: 43px 61px;
}

.earthcure-single-product__gallery {
    display: grid;
    grid-template-columns: 143px 1fr;
    gap: 11px;
}

.earthcure-single-product__thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.earthcure-single-product__benefits .earthcure-single-product__benefit-item:first-child {
    border-right: 1px solid #000000;
    padding-right: 25px;
}

.earthcure-single-product__thumb {
    width: 143px;
    height: 143px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    cursor: pointer;
}

.earthcure-single-product__thumb.active {
    border-color: #39d86d;
}

.earthcure-single-product__thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.earthcure-single-product__main-image {
    background: #fff;
    border-radius: 20px;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.earthcure-single-product__main-image img {
    max-width: 85% !important;
    max-height: 360px !important;
    object-fit: contain !important;
}

.earthcure-single-product__content {
    padding-top: 10px;
}

.earthcure-single-product__title {
    margin: 0 0 29px;
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    color: #000;

    font-size: 60px;
    line-height: 61px;
    letter-spacing: -4%;
}

.earthcure-single-product__subtitle {
    margin: 0 0 21px;

    font-weight: 500;
    color: #000;

    font-size: 26px;

    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-single-product__text {
    margin: 0 0 29px;
    max-width: 597px;
    color: #424040;

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;
    letter-spacing: -4%;
}

.earthcure-single-product__benefits {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
}

.earthcure-single-product__benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.earthcure-single-product__benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.earthcure-single-product__benefit-text {
    max-width: 120px;

    font-weight: 500;
    color: #000;

    font-size: 20px;

    line-height: 21px;
    letter-spacing: -4%;
}

.earthcure-single-product__accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.earthcure-single-product__accordion details {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.earthcure-single-product__accordion summary {
    height: 60px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;

    font-weight: 500;
    color: #000;

    font-size: 16px;

    line-height: 21px;
    letter-spacing: -4%;
}

.earthcure-single-product__accordion summary {
    position: relative;
    padding-right: 40px;
    list-style: none;
}

.earthcure-single-product__accordion summary::-webkit-details-marker {
    display: none;
}

.earthcure-single-product__accordion summary::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-60%) rotate(45deg);
    transition: 0.3s ease;
}

.earthcure-single-product__accordion details[open] summary::after {
    transform: translateY(-40%) rotate(-135deg);
}
.earthcure-single-product__accordion details div {
    padding: 0 18px 18px;
    font-size: 12px;
    line-height: 1.6;
    color: #555;
}

.earthcure-single-product__button {
    width: 100%;
    height: 60px;
    margin-top: 18px;
    border-radius: 32.44px;
    background: #3fd771;

    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ......................... */
section.earthcure-single-products {
    padding-block: 60px 78px !important;
}
.earthcure-single-products {
    background-color: #fff;
}

.earthcure-single-products-containar {
    max-width: 1750px;
    margin-inline: auto;
    padding-inline: 15px;
    /* padding-block: 60px 78px; */
    padding-inline: 20px;
}

.earthcure-single-products .earthcure-products__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    align-items: center;
}

.earthcure-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.earthcure-products__count--left {
    font-weight: 400;

    font-size: 40px;

    line-height: 61px;
    letter-spacing: -4%;
}
.earthcure-single-products .earthcure-products__card {
    border: 1px solid #d3d3d3;
}
.earthcure-products__card {
    background: #ffffff;
    border-radius: 18px;
    padding-inline: 24px 25px;
    padding-block: 63px 21px;
    text-align: center;

    height: 491px;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.earthcure-products__card:hover .earthcure-products__content,
.earthcure-products__card.active .earthcure-products__content {
    border-color: #53d86c;
    transform: translateY(-21px);
}

.earthcure-products__card:hover,
.earthcure-products__card.active {
    border-color: #53d86c;
}

.earthcure-products__image {
    height: 312px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;
}

.earthcure-products__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.earthcure-products__title {
    margin: 0;

    color: #000;

    font-weight: 500;

    font-size: 20px;

    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
}

.earthcure-products__button {
    margin-top: 28px;

    width: 100%;
    min-height: 46px;

    border-radius: 100px;
    background: #46d466;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #000;
    text-decoration: none;

    font-weight: 500;

    transition: 0.3s ease;

    font-size: 18px;

    line-height: 36px;
    letter-spacing: -4%;
    text-align: center;
}

.earthcure-products__card:hover .earthcure-products__button,
.earthcure-products__card.active .earthcure-products__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* opacity: 1;
    visibility: visible; */
}

.earthcure-products__card .earthcure-products__button {
    /* opacity: 0;
    visibility: hidden; */
    display: none;
}

.earthcure-products__button:hover {
    transform: translateY(-2px);
}

/* .............................. */
.earthcure-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.earthcure-products__card {
    background: #ffffff;
    border-radius: 18px;
    padding-inline: 24px 25px;
    padding-block: 63px 21px;
    text-align: center;

    border: 1px solid #d3d3d3;
    height: 491px;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

.earthcure-products__card:hover .earthcure-products__content,
.earthcure-products__card.active .earthcure-products__content {
    border-color: #53d86c;
    transform: translateY(-21px);
}

.earthcure-products__card:hover,
.earthcure-products__card.active {
    border-color: #53d86c;
}

.earthcure-products__image {
    height: 312px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;
}

.earthcure-products__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.earthcure-products__title {
    margin: 0;

    color: #000;

    font-weight: 500;

    font-size: 20px;

    line-height: 24px;
    letter-spacing: -1%;
    text-align: center;
}

.earthcure-products__button {
    margin-top: 28px;

    width: 100%;
    min-height: 46px;

    border-radius: 100px;
    background: #46d466;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #000;
    text-decoration: none;

    font-weight: 500;

    transition: 0.3s ease;

    font-size: 18px;

    line-height: 36px;
    letter-spacing: -4%;
    text-align: center;
}

.earthcure-products__card:hover .earthcure-products__button,
.earthcure-products__card.active .earthcure-products__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* opacity: 1;
    visibility: visible; */
}

.earthcure-products__card .earthcure-products__button {
    /* opacity: 0;
    visibility: hidden; */
    display: none;
}

.earthcure-products__button:hover {
    transform: translateY(-2px);
}

/* contact section */
.earthcure-contact-section {
    /* background: #f1f1f1; */
    padding: 64px 20px;
}

.earthcure-contact-section__inner {
    max-width: 1398px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 655px;
    gap: 109px;
    align-items: center;
}

.earthcure-contact-section__left h2 {
    margin: 0 0 30px;

    color: #000;

    font-weight: 400;

    font-size: 60px;

    line-height: 50px;
    letter-spacing: -4%;
}

.earthcure-contact-section__left p {
    color: #000;

    font-weight: 400;
    font-style: Regular;
    font-size: 20px;

    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-contact-section__divider {
    width: 100%;
    max-width: 558px;
    height: 1px;
    background: #d3d3d3;
    margin: 51px 0 28px;
}

.earthcure-contact-section__left h3 {
    margin: 0 0 35px;

    color: #000;

    font-weight: 400;

    font-size: 30px;

    line-height: 50px;
    letter-spacing: -4%;
}

.earthcure-contact-section__info {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.earthcure-contact-section__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.earthcure-contact-section__item span {
    color: #3bd56f;
    font-size: 22px;
    line-height: 1;
}

.earthcure-contact-section__item small {
    display: block;
    margin-bottom: 21px;

    color: #000;

    font-weight: 400;

    font-size: 18px;

    line-height: 27px;
    letter-spacing: -4%;
}
.earthcure-single-product__thumb {
    border: 1px solid transparent;
    transition: 0.3s ease;
}

.earthcure-single-product__thumb.active {
    border-color: #3fd771;
}
.earthcure-contact-section__item strong {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    color: #000;
    font-size: 22px;

    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-contact-section__form {
    background: #fff;
    border: 1px solid #3bd56f;
    border-radius: 30px;
    padding: 37px 46px 42px 47px;
}

.earthcure-contact-section__form label {
    display: block;
    margin-bottom: 12px;

    font-weight: 500;

    font-size: 14px;

    line-height: 27px;
    letter-spacing: -4%;
    color: #606060;
}

.earthcure-contact-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.earthcure-contact-section__form input,
.earthcure-contact-section__form select,
.earthcure-contact-section__form textarea {
    width: 100%;
    margin-top: 7px;

    border-radius: 100px;
    background: #f8f8f8;

    padding: 0 18px;
    height: 60px;

    font-weight: 500;

    outline: none;
    backdrop-filter: blur(35.5px);
    color: #606060;
    border: 1px solid #d3d3d3;

    font-size: 14px;

    line-height: 27px;
    letter-spacing: -4%;
}

.earthcure-contact-section__form input:focus,
.earthcure-contact-section__form select:focus,
.earthcure-contact-section__form textarea:focus {
    border-color: #3bd56f;
}

.earthcure-contact-section__form textarea {
    height: 120px;
    border-radius: 12px;
    padding: 16px 18px;
    resize: none;
    line-height: 1.5;
}

.earthcure-contact-section__form button {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 100px;

    color: #000;

    cursor: pointer;
    background: #3fd771;

    font-weight: 500;

    font-size: 18px;

    line-height: 36px;
    letter-spacing: -4%;
    text-align: center;
    margin-top: 29px;
}

.earthcure-products--view-all {
    font-weight: 500;

    font-size: 16px;

    /* line-height: 61px; */
    letter-spacing: -4%;
    text-align: right;
    text-decoration: underline;
    text-decoration-style: solid;

    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}
.earthcure-products--view-all a {
    color: #000;
}
html {
    margin-top: 0px !important;
}
/* .woocommerce section {
    padding-top: unset !important;
    padding-bottom: unset !important;
}  */
.archive .earthcure-products {
    padding-block: 24px 72px !important;
}
.archive .earthcure-products__card .earthcure-products__image a {
    height: 312px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.single-product .earthcure-breadcrumb-hero {
    padding-block: 183px 29px !important;
}
/*.woocommerce img, .woocommerce-page img{
    height: 100%!important;
}*/
.single-product .earthcure-single-product {
    padding-inline: 30px !important;
    padding-block: 43px 61px !important;
}

.earthcure-single-product__content p {
    margin: 0 0 29px;
    max-width: 597px;
    color: #424040;

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;
    letter-spacing: -4%;
}
.single-product .earthcure-contact-section {
    padding: 64px 20px !important;
}
.single-product .earthcure-quote-btn {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 100px;
    color: #000 !important;
    cursor: pointer;
    background: #3fd771 !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -4%;
    text-align: center;
    margin-top: 29px;
}

/* **********************28-05-2026************** */
.earthcure-search-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 20px 20px;
}

.earthcure-search-popup.active {
    display: flex;
}

.earthcure-search-box {
    position: relative;
    width: 100%;
    max-width: 620px;
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.earthcure-search-box form {
    display: flex;
    gap: 12px;
}

.earthcure-search-input {
    flex: 1;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 0 18px;
    font-size: 16px;
    outline: none;
}

.earthcure-search-submit {
    height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 100px;
    background: #1d7f43;
    color: #fff;
    cursor: pointer;
}

.earthcure-search-close {
    position: absolute;
    right: 16px;
    top: 0px;
    border: 0;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}
header.earthcure-header.sticky {
    background: linear-gradient(270deg, rgb(16 28 14 / 74%) 0%, rgb(0 0 0) 100%);
    padding: 10px 0;
}
.earthcure-products__title a {
    color: #000;
}
/*=======================
RESPONSIVE
========================= */

@media (max-width: 1440px) {
    .earthcure-banner-heading {
        font-size: 92px;
    }

    .earthcure-about-heading {
        font-size: 54px;
        line-height: 1.3;
    }
    .slider-container {
        padding-left: 0px;
    }
    .slick-list {
        padding-right: 0px !important;
    }
}

@media (max-width: 1399px) {
    .earthcure-bio-heading {
        font-size: 58px;
            line-height: 1.3;
    }

    .earthcure-bio-card-title {
        font-size: 34px;
            line-height: 1.3;
    }
    .earthcure-footer-big-title {
        font-size: 100px;
            line-height: 1.3;
    }
    .earthcure-video-heading {
        font-size: 60px;
    }
    .earthcure-microbial-heading {
        font-size: 58px;
    }

    .earthcure-microbial-feature-title {
        font-size: 26px;
    }

    .earthcure-quote-heading {
        font-size: 58px;
    }

    .earthcure-quote-contact-title {
        font-size: 30px;
    }

    .earthcure-quote-contact-text {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .earthcure-about-card {
        grid-template-columns: 1fr;
    }

    .earthcure-about-right {
        grid-template-columns: 1fr;
    }
    .earthcure-bio-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .earthcure-footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
    .earthcure-microbial-wrapper {
        grid-template-columns: 1fr;
    }

    .earthcure-microbial-right {
        justify-content: center;
    }
    .earthcure-quote-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .earthcure-quote-form-box {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .earthcure-menu {
        display: none;
    }

    .earthcure-banner-heading {
        font-size: 72px;
    }

    .earthcure-about-heading {
        font-size: 44px;
            line-height: 1.3;
    }

    .earthcure-footer-big-title {
        font-size: 72px;
    }
    .earthcure-video-wrapper {
        height: 650px;
    }

    .earthcure-video-heading {
        font-size: 48px;
        letter-spacing: -2px;
    }
    .earthcure-microbial-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .earthcure-microbial-heading {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .earthcure-microbial-feature-title {
        font-size: 22px;
    }

    .earthcure-quote-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .earthcure-quote-heading {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .earthcure-quote-contact-text {
        font-size: 18px;
    }
    .earthcure-header-right {
        width: 30%;
    }
    .earthcure-hamburger {
        width: 30px;
        height: 30px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;

        cursor: pointer;
        border: 0;
        background: transparent;
        padding: 0;
    }

    .earthcure-hamburger span {
        width: 100%;
        height: 3px;

        background: #111;
        border-radius: 100px;

        transition: 0.3s ease;
    }

    /* Active State */

    .earthcure-hamburger.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .earthcure-hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .earthcure-menu {
        display: none;
        top: 0;
        position: absolute;
        right: -100%;
        top: 100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 45px 30px 30px;
        gap: 24px;
        transition: 0.4s ease;
        z-index: 999;
        overflow: hidden;
     
    }
   
    .earthcure-menu.active {
        right: 0;
        display: flex;
    }

    .earthcure-menu-link {
        font-size: 20px;
    }
    .earthcure-hamburger.active span:last-child {
        transform: translateY(-9px) rotate(-45deg);
    }

    body.earthcure-menu-open {
        overflow: hidden;
    }
    /* crops pages css */
    .earthcure-banner-crops-wrapper {
        padding-top: 140px;
        padding-bottom: 60px;
    }

    .earthcure-banner-crops-heading {
        font-size: 34px;
        line-height: 1.1;
        padding-bottom: 20px;
    }

    .earthcure-banner-crops-description {
        font-size: 15px;
        line-height: 1.5;
    }

    .earthcure-banner-crops-buttons {
        margin-top: 28px;
        gap: 14px;
        flex-wrap: wrap;
    }

    .earthcure-category-grid {
        padding: 32px 24px;
    }

    .earthcure-category-grid__wrapper {
        column-gap: 15px;
        row-gap: 18px;
    }

    .earthcure-category-grid__item {
        flex: 0 0 calc((100% - 15px) / 2);
        min-height: auto;
        padding: 24px 18px;
    }

    .earthcure-category-grid__icon {
        width: 85px;
        height: 85px;
        margin-bottom: 16px;
    }

    .earthcure-category-grid__title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .earthcure-category-grid__text {
        font-size: 14px;
        line-height: 1.6;
    }
    .earthcure-science-benefits {
        padding: 60px 24px;
    }

    .earthcure-science-benefits__heading {
        font-size: 38px;
        line-height: 39px;
    }

    .earthcure-science-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* .earthcure-products */
    .earthcure-products {
        padding: 28px 24px 40px !important;
    }

    .earthcure-products__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* single product pages */
    .earthcure-contact-section__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .earthcure-single-product {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }

    .earthcure-single-product__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .earthcure-banner-wrapper {
        min-height: 760px;
        padding-bottom: 140px;
    }

    .earthcure-banner-heading {
        font-size: 48px;
        letter-spacing: -1px;
    }

  .earthcure-banner-description {
    font-size: 16px;
    line-height: 25px;
}

    .earthcure-banner-buttons {
        flex-direction: column;
    }

    .earthcure-about-card {
        padding: 24px;
        border-radius: 24px;
    }

    .earthcure-about-heading {
        font-size: 34px;
            line-height: 1.3;
    }

    .earthcure-bio-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .earthcure-bio-heading {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .earthcure-bio-description {
        font-size: 15px;
    }

    .earthcure-bio-card-wrapper {
        grid-template-columns: 1fr;
    }

    .earthcure-bio-card {
        min-height: auto;
    }

    .earthcure-bio-card-title {
        font-size: 30px;
    }

    .earthcure-bio-card-number-top,
    .earthcure-bio-card-number-bottom {
        font-size: 58px;
    }
    .earthcure-footer {
        padding-top: 60px;
    }

    .earthcure-footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .earthcure-footer-middle {
        flex-direction: column;
        gap: 20px;
    }

    .earthcure-footer-big-title {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .earthcure-footer-logo-grid {
        grid-template-columns: 1fr;
    }

    .earthcure-footer-logo-box {
        min-height: 300px;
    }
    .earthcure-video-wrapper {
        height: 500px;
    }

    .earthcure-video-heading {
        font-size: 34px;
        line-height: 1;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }

    .earthcure-video-play-icon {
        width: 46px;
        height: 46px;
    }

    .earthcure-video-play-text {
        font-size: 14px;
    }
    .earthcure-microbial-heading {
        font-size: 36px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .earthcure-microbial-description {
        font-size: 15px;
    }

    .earthcure-microbial-feature {
        gap: 14px;
    }

    .earthcure-microbial-feature-title {
        font-size: 20px;
    }

    .earthcure-microbial-feature-text {
        font-size: 14px;
    }

    .earthcure-microbial-right {
        flex-direction: column;
    }

    .earthcure-microbial-image-large,
    .earthcure-microbial-image-small {
        width: 100%;
        height: 420px;
        margin: 0;
    }

    .earthcure-quote-wrapper {
        gap: 40px;
    }

    .earthcure-quote-heading {
        font-size: 36px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .earthcure-quote-description {
        font-size: 15px;
    }

    .earthcure-quote-contact-title {
        font-size: 24px;
    }

    .earthcure-quote-form-box {
        padding: 22px;
        border-radius: 24px;
    }

    .earthcure-quote-form-row {
        grid-template-columns: 1fr;
    }

    .earthcure-quote-btn {
        width: 100%;
    }

    .earthcure-video-popup-wrapper {
        width: 94%;
    }

    .earthcure-video-close {
        width: 40px;
        height: 40px;
        top: -50px;
        font-size: 18px;
    }
    .earthcure-testimonials__title {
        font-size: 34px;
         line-height: 1.2px;
    }
    .earthcure-testimonials__top {
        flex-direction: column;
        align-items: center;
    }
    .earthcure-header-right {
        width: 60%;
    }
    .earthcure-stats {
        margin-top: 46px;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .earthcure-testimonials {
        padding: 50px 0 70px;
    }
    .earthcure-stat-number {
        font-size: 30px;
    }
    .earthcure-banner-heading {
        line-height: 45px;
    }
    .earthcure-about-btn {
        width: 100%;
    }
    /* crops page css */

    .earthcure-banner-crops-wrapper {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    .earthcure-banner-crops-content {
        max-width: 100%;
    }

    .earthcure-banner-crops-tag {
        font-size: 12px;
        padding: 10px 16px;
        margin-bottom: 18px;
    }

    .earthcure-banner-crops-heading {
        font-size: 28px;
        line-height: 1.15;
        padding-bottom: 18px;
    }

    .earthcure-banner-crops-description {
        font-size: 14px;
        line-height: 1.2;
    }

    .earthcure-banner-crops-buttons {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }

    .earthcure-category-grid {
        padding: 24px 16px;
    }

    .earthcure-category-grid__wrapper {
        gap: 15px;
    }

    .earthcure-category-grid__item {
        flex: 0 0 100%;
        border-radius: 16px;
        padding: 22px 18px;
    }

    .earthcure-category-grid__icon {
        width: 75px;
        height: 75px;
    }

    .earthcure-category-grid__title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .earthcure-category-grid__text {
        font-size: 13px;
        line-height: 1.6;
    }
    /* .earthcure-science-benefits_ */
    .earthcure-science-benefits {
        padding: 50px 16px;
    }

    .earthcure-science-benefits__heading {
        margin-bottom: 28px;
        font-size: 30px;
        line-height: 31px;
    }

    .earthcure-science-benefits__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .earthcure-science-benefits__card {
        border-radius: 16px;
        padding: 28px 18px;
    }

    .earthcure-science-benefits__title {
        font-size: 20px;
    }
    /* earthcure-products */
    .earthcure-products {
        padding: 24px 16px 32px;
    }

    .earthcure-products__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .earthcure-products__card {
        border-radius: 16px;
        padding: 22px 16px;
    }

    .earthcure-products__image {
        margin-bottom: 18px;
    }

    .earthcure-products__title {
        font-size: 16px;
    }

    /* single product pages */
    .earthcure-breadcrumb-hero {
        height: 85px;
    }

    .earthcure-breadcrumb-hero__content {
        padding: 0 20px;
    }

    .earthcure-breadcrumb {
        font-size: 10px;
        flex-wrap: wrap;
    }

    .earthcure-products {
        padding: 24px 16px 32px;
    }

    .earthcure-products__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .earthcure-products__card {
        border-radius: 16px;
        padding: 22px 16px;
    }
    /*
      .earthcure-products__image {
        height: 150px;
        margin-bottom: 18px;
      } */

    .earthcure-products__title {
        font-size: 16px;
    }

    /* ............... */
    .earthcure-single-product {
        padding-inline: 16px;
        padding-block: 30px 40px;
    }

    .earthcure-single-product__gallery {
        grid-template-columns: 1fr;
    }

    .earthcure-single-product__thumbs {
        order: 2;
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
    }

    .earthcure-single-product__thumb {
        flex: 0 0 85px;
        width: 85px;
        height: 85px;
    }

    .earthcure-single-product__benefits {
        flex-direction: column;
        gap: 18px;
    }

    .earthcure-single-product__benefits .earthcure-single-product__benefit-item:first-child {
        border-right: 0;
        padding-right: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 16px;
    }

    .earthcure-single-product__gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    .earthcure-products__count--left {
        font-size: 28px;
        line-height: 42px;
    }
    .earthcure-products__card {
        border-radius: 14px;
        padding-inline: 16px;
        padding-block: 24px 16px;

        height: auto;
    }

    .earthcure-products__image img {
        height: 200px !important;
        margin-bottom: 14px;
    }
    .earthcure-single-product__subtitle {
        margin: 0 0 16px;

        font-size: 18px;
    }
    .earthcure-single-product__content p {
        font-size: 14px;
    }
    .earthcure-single-product__benefit-text {
        font-size: 16px;
        line-height: 17px;
    }
    .earthcure-banner {
    min-height: auto;
    }
    .earthcure-stats .earthcure-stat {
    width: calc(50% - 18px);
    flex: auto;
    padding: 0;
}

.earthcure-stats {
    flex-wrap: wrap;
    row-gap: 30px;
}

.earthcure-stats .earthcure-stat:nth-child(2) {
    border: none;
}
.earthcure-video-section .earthcure-video-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
}
@media (max-width: 576px) {
    .earthcure-banner-tag {
        font-size: 14px;
    }
    .earthcure-stat:last-child {
        padding-right: 40px;
    }
    .earthcure-category-grid {
        padding: 20px 12px;
    }

    .earthcure-category-grid__wrapper {
        gap: 12px;
    }

    .earthcure-category-grid__item {
        padding: 20px 16px;
        border-radius: 14px;
    }

    .earthcure-category-grid__icon {
        width: 68px;
        height: 68px;
        margin-bottom: 14px;
    }

    .earthcure-category-grid__icon img {
        max-width: 34px;
    }

    .earthcure-category-grid__title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .earthcure-category-grid__text {
        font-size: 12px;
        line-height: 1.5;
    }
    /* single product pages */
    .earthcure-contact-section {
        padding: 45px 16px;
    }

    .earthcure-contact-section__left h2 {
        font-size: 34px;
    }

    .earthcure-contact-section__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .earthcure-contact-section__form {
        padding: 22px 18px;
    }

    .earthcure-single-product__gallery {
        grid-template-columns: 1fr;
    }

    .earthcure-single-product__thumbs {
        flex-direction: row;
        order: 2;
    }

    .earthcure-single-product__benefits {
        flex-direction: column;
        gap: 18px;
    }

    .earthcure-single-product {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }

    .earthcure-single-product__title {
        font-size: 32px;
    }
}

@media (max-width: 1550px) {
    .earthcure-single-product {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        gap: 40px;
    }
}

@media (max-width: 1199px) {
    .earthcure-single-product {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-inline: 24px;
        padding-block: 35px 50px;
    }

    /* .earthcure-single-product__gallery {
    grid-template-columns: 110px 1fr;
  } */

    /* .earthcure-single-product__thumb {
    width: 110px;
    height: 110px;
  } */
}


/* mobile */

/* =========================
MOBILE RESPONSIVE MENU
========================= */

.earthcure-mobile-toggle,
.earthcure-mobile-overlay {
    display: none;
}

@media (max-width: 991px) {

    .earthcure-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .earthcure-header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.earthcure-logo {
    width: 30%;
}
    .earthcure-header-right {
       width: 70%;
    }

    .earthcure-mobile-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 50%;
        background: #123b25;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        padding: 0;
        cursor: pointer;
        position: relative;
        z-index: 10002;
		 min-width: 44px;
    }

    .earthcure-mobile-toggle span {
        width: 20px;
        height: 2px;
        background: #ffffff;
        border-radius: 30px;
        display: block;
        transition: all 0.3s ease;
    }

    .earthcure-mobile-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .earthcure-mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .earthcure-mobile-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

.earthcure-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 450px;
    height: 100vh;
    background: #0d2f1e;
    padding: 45px 22px 30px;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    transform: translateX(-110%);
    transition: transform 0.35s ease;
    z-index: 9999;
    border-radius: 0 24px 24px 0;
    box-shadow: 18px 0 45px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    align-items: flex-start;
    justify-content: flex-start;
}

    .earthcure-menu.active {
        transform: translateX(0);
    }

.earthcure-menu-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    padding: 0 0 15px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    width: 100%;
}
 

.earthcure-mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 81%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 14;
}

    .earthcure-mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    body.earthcure-menu-open {
        overflow: hidden;
    }

    .earthcure-banner {
        padding-top: 80px;
    }
	.earthcure-distributor-btn {
    display: none;
}
	.earthcure-logo {
    width: 50%;
}
.earthcure-about-btn {
    text-align: center;
}
}
@media (max-width: 600px) {

.earthcure-logo {
    width: 80%;
}

.earthcure-about {
    margin-top: -100px;
    padding-bottom: 40px;
}
.earthcure-bio-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.earthcure-info-box {
    min-height: 200px;
}
}
@media (max-width: 480px) {

.earthcure-search-input {
    flex: auto;
    height: 52px;
    padding: 0 18px;
    font-size: 16px;

    width: 100%;
}
	.earthcure-search-submit {
    height: 52px;
    padding: 0 30px;
    border: 0;
    border-radius: 100px;
    background: #1d7f43;
    color: #fff;
    cursor: pointer;
}
}



@media (max-width: 480px) {
.earthcure-menu {
    width: 77%;
    max-width: none;
    border-radius: 0 20px 20px 0;
}

}