:root {
    --color-green-600: #629921;
}

.bg-green-600 {
    background-color: var(--color-green-600) !important;
}

.text-green-600 {
    color: var(--color-green-600) !important;
}

.border-green-600 {
    border-color: var(--color-green-600) !important;
}

.hero-bg {
    animation: heroZoomOut 18s ease-in-out infinite alternate;
    transform-origin: center;
}

/* =========================================
   GLOBAL RESPONSIVE TYPOGRAPHY
========================================= */

html {
    font-size: 16px;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* =========================================
   HEADINGS - DESKTOP
========================================= */

h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 20px;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 18px;
}

h3 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 16px;
}

h4 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 14px;
}

h5 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 12px;
}

h6 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 10px;
}

/* =========================================
   PARAGRAPH & TEXT
========================================= */

p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

small {
    font-size: 14px;
    line-height: 1.5;
}

a {
    font-size: inherit;
    text-decoration: none;
}

/* =========================================
   BUTTONS
========================================= */

button,
.btn,
input[type="submit"] {
    font-size: 16px;
    line-height: 1.4;
}

/* =========================================
   TABLET
   768px - 991px
========================================= */

@media (max-width: 991px) {

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 29px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 16px;
    }

}

/* =========================================
   MOBILE
   576px - 767px
========================================= */

@media (max-width: 767px) {

    h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 17px;
    }

    p {
        font-size: 18px;
        line-height: 1.65;
    }

    button,
    .btn,
    input[type="submit"] {
        font-size: 15px;
    }

}

/* =========================================
   SMALL MOBILE
   Below 576px
========================================= */

@media (max-width: 575px) {

    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    small {
        font-size: 12px;
    }

    button,
    .btn,
    input[type="submit"] {
        font-size: 14px;
    }

}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@keyframes heroZoomOut {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.gtranslate_wrapper {
    display: flex;
    align-items: center;
}

.gt_selector {
    padding: 6px 4px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.product-image-box {
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

/* ===================================
   CONTAINER
=================================== */

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width:1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 992px;
        padding: 0 30px;
    }
}

@media (max-width:992px) {
    .container {
        max-width: 768px;
        padding: 0 25px;
    }
}

@media (max-width:768px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width:576px) {
    .container {
        padding: 0 16px;
    }
}

.heroSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
    transition: .3s;
}

.heroSlider .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #65a30d;
    opacity: 1;
}



/* ===================================
   FEATURE CARDS
=================================== */

.feature-section {
    position: relative;
    z-index: 10;
    margin-bottom: -110px;
    padding: 0 !important;
}

footer {
    padding-top: 180px;
}

.over {
    background: #fff;
    box-shadow: 1px 1px 7px 12px #e9e0e042;
}

/*==============================
    GRID
==============================*/

.features-grid {
    display: flex;
    flex-wrap: wrap;
}

/*==============================
    CARD
==============================*/

.feature-card {
    width: 20%;
    min-height: 300px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    padding: 2rem 1.5rem;

    position: relative;

    transition: all .35s ease;
    background: #629921;
}

.feature-card:hover {
    background: rgba(87, 83, 83, .05);
    background: #629921;
}

.feature-card:not(:last-child) {
    border-right: 1px dashed #fff;
}

.feature-icon {
    width: 82px;
    height: 82px;

    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid #fff;
    border-radius: 50%;

    transition: .35s;
    background: #fff;

}

.feature-card:hover .feature-icon {
    transform: translateY(-8px) rotate(8deg);
    box-shadow: 0 12px 25px rgba(0, 0, 0, .18);

}

.feature-card h3 {

    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card p {
    font-size: 15px;
}

/*====================================
        LARGE TABLET
====================================*/

@media (max-width:1200px) {

    .feature-section {

        margin-bottom: -90px;

    }

    footer {

        padding-top: 150px;

    }

    .feature-card {

        width: 20%;
        min-height: 270px;
        padding: 1.5rem 1rem;

    }

    .feature-card h3 {

        font-size: 18px;

    }

}

/*====================================
        TABLET
====================================*/

@media (max-width:991px) {

    .feature-section {

        margin-bottom: -60px;

    }

    footer {

        padding-top: 120px;

    }

    .feature-card {

        width: 33.3333%;
        min-height: 250px;

        border-right: 1px dashed #fff;
        border-bottom: 1px dashed #fff;

    }

    /* remove right border on 3rd card */

    .feature-card:nth-child(3) {

        border-right: none;

    }

    /* second row */

    .feature-card:nth-child(4),
    .feature-card:nth-child(5) {

        border-bottom: none;

    }

    .feature-card:nth-child(4) {

        border-right: 1px dashed #fff;

    }

    .feature-card:nth-child(5) {

        border-right: none;

    }

}

/*====================================
        MOBILE
====================================*/

@media (max-width:767px) {

    .feature-section {

        margin-bottom: 0;

    }

    footer {

        padding-top: 60px;

    }

    .feature-card {

        width: 100%;
        min-height: auto;

        padding: 2rem 1.5rem;

        border-right: none !important;
        border-bottom: 1px dashed #fff;

    }

    .feature-card:last-child {

        border-bottom: none;

    }

    .feature-icon {

        width: 72px;
        height: 72px;

    }

    .feature-card h3 {

        min-height: auto;
        margin-top: 1rem;

    }

}

/* how it made */

/* =========================================
   BEFORE / AFTER SECTION
========================================= */

.compare-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 4vw, 50px);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.compare-card {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}


/* =========================================
   TITLE
========================================= */

.compare-content {
    width: 100%;
    text-align: center;
    padding: 20px 10px 25px;
    box-sizing: border-box;
}

.compare-content h3 {
    margin: 0;
    color: #629921;
    font-family: "Playfair Display", serif;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.2;
    font-weight: 700;
}


/* =========================================
   BEFORE / AFTER CONTAINER
========================================= */

.before-after {
    position: relative;
    width: 100%;
    max-width: 670px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: clamp(12px, 2vw, 28px);
    cursor: ew-resize;
    user-select: none;
    touch-action: none;
    background: #eee;
}


/* =========================================
   BOTH IMAGES
========================================= */

.after-img,
.before-img {
    position: absolute;
    inset: 0;

    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
    user-select: none;
}


/* =========================================
   BEFORE IMAGE WRAPPER
========================================= */

.before-wrap {
    position: absolute;
    top: 0;
    left: 0;

    width: 50%;
    height: 100%;

    overflow: hidden;
    z-index: 2;
}

/*
IMPORTANT:
Do NOT use 100vw here.

The image must always have the same
width as the complete before-after box.
*/

.before-wrap .before-img {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
}


/* =========================================
   SLIDER LINE
========================================= */

.slider-line {
    position: absolute;

    top: 0;
    left: 50%;

    width: 2px;
    height: 100%;

    background: #fff;

    transform: translateX(-50%);

    z-index: 5;

    pointer-events: none;
}


/* =========================================
   SLIDER HANDLE
========================================= */

.handle {
    position: absolute;

    top: 50%;
    left: 50%;

    width: clamp(48px, 5vw, 68px);
    height: clamp(48px, 5vw, 68px);

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: #65A30D;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: clamp(16px, 2vw, 24px);

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);

    pointer-events: none;
}


/* =========================================
   BEFORE LABEL
========================================= */

.before-after::before {
    content: "Before";

    position: absolute;

    top: clamp(12px, 2vw, 25px);
    left: clamp(12px, 2vw, 25px);

    padding: clamp(6px, 1vw, 10px) clamp(12px, 2vw, 22px);

    background: #fff;
    color: #222;

    border-radius: 30px;

    font-size: clamp(11px, 1.2vw, 15px);
    line-height: 1;

    font-weight: 600;

    z-index: 10;

    white-space: nowrap;
}


/* =========================================
   AFTER LABEL
========================================= */

.before-after::after {
    content: "After";

    position: absolute;

    top: clamp(12px, 2vw, 25px);
    right: clamp(12px, 2vw, 25px);

    padding: clamp(6px, 1vw, 10px) clamp(12px, 2vw, 22px);

    background: #65A30D;
    color: #fff;

    border-radius: 30px;

    font-size: clamp(11px, 1.2vw, 15px);
    line-height: 1;

    font-weight: 600;

    z-index: 10;

    white-space: nowrap;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .compare-grid {
        max-width: 1400px;
        gap: 60px;
    }

    .before-after {
        max-width: 650px;
    }
}


/* =========================================
   TABLET / SMALL LAPTOP
========================================= */

@media (max-width: 1100px) {

    .compare-grid {
        gap: 30px;
        padding: 0 15px;
    }

    .before-after {
        max-width: 100%;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .compare-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 15px;
    }

    .compare-card {
        width: 100%;
    }

    .compare-content {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .compare-content h3 {
        font-size: 28px;
    }

    .before-after {
        width: 100%;
        max-width: 600px;
        aspect-ratio: 1 / 1;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

    .compare-grid {
        padding: 0 12px;
        gap: 40px;
    }

    .compare-content {
        padding: 5px 5px 15px;
    }

    .compare-content h3 {
        font-size: 25px;
    }

    .before-after {
        width: 100%;
        aspect-ratio: 1 / 1;
        border-radius: 16px;
    }

    .handle {
        width: 52px;
        height: 52px;
        font-size: 17px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .compare-grid {
        padding: 0 10px;
        gap: 35px;
    }

    .compare-content h3 {
        font-size: 23px;
    }

    .before-after {
        border-radius: 12px;
    }

    .handle {
        width: 46px;
        height: 46px;
        font-size: 15px;
    }

    .before-after::before,
    .before-after::after {
        top: 10px;
        padding: 6px 10px;
        font-size: 11px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 320px) {

    .compare-grid {
        padding: 0 8px;
    }

    .compare-content h3 {
        font-size: 21px;
    }

    .handle {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}

/* blog  */
.blog-card {

    transition: .5s;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    background: #629921;
    color: #fff;

}

.blog-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 30px 70px rgba(0, 0, 0, .15);

}

.blog-image {

    transition: 1s;

}

.blog-card:hover .blog-image {

    transform: scale(1.08);

}

.blog-btn {

    position: relative;

}

.blog-btn::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 70px;

    height: 3px;

    background: #fff;

    transition: .4s;

}

.blog-card:hover .blog-btn::after {

    width: 100%;

}


/* footer */

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    z-index: 99999;
    transition: .35s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    background: #20ba5a;
    transform: translateY(-5px) scale(1.08);
    color: #fff;
}

@keyframes whatsappPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }

}

@media(max-width:768px) {

    .whatsapp-float {
        width: 58px;
        height: 58px;
        right: 18px;
        bottom: 18px;
        font-size: 30px;
    }

}

/*======================================
FOOTER
======================================*/

footer {
    position: relative;
    background: #0E4D22;
    overflow: hidden;
    z-index: 1;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../images/logo/footer-pattern.png") center center no-repeat;

    background-size: cover;
    /* Fill the whole footer */

    opacity: 0.05;
    /* Very subtle */

    pointer-events: none;

    z-index: -1;
}

/*======================================
TITLE
======================================*/

.footer-title {

    position: relative;

    display: inline-block;

    font-size: 30px;

    font-weight: 700;

    font-family: "Playfair Display", serif;

    padding-bottom: 14px;

}

.footer-title::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 60px;

    height: 3px;

    background: #fff;

    border-radius: 10px;

}

/*======================================
LINKS
======================================*/

.footer-link {

    position: relative;

    color: white;

    transition: .35s;

    display: inline-block;

}

.footer-link::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: -4px;

    width: 0;

    height: 2px;

    background: #fff;

    transition: .35s;

}

.footer-link:hover {

    color: #fff;

    transform: translateX(8px);

}

.footer-link:hover::before {

    width: 100%;

}

/*======================================
SOCIAL
======================================*/

.footer-social {

    width: 52px;

    height: 52px;

    border-radius: 50%;

    background: #fff;

    color: #111827;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    transition: .4s;

}

.footer-social:hover {

    transform: translateY(-8px) rotate(360deg);

    background: #84CC16;

    color: #fff;

    box-shadow:

        0 12px 30px rgba(132, 204, 22, .4);

}

/*======================================
PRODUCT
======================================*/

footer img {

    transition: .5s;
    border-radius: 16px;

}

footer img:hover {

    transform: scale(1.08);

}

/*======================================
CONTACT
======================================*/

footer ul li {

    transition: .35s;

}

footer ul li:hover {

    transform: translateX(8px);

}

/*======================================
BOTTOM
======================================*/

footer .border-t {

    border-color: rgba(255, 255, 255, .08);

}

/*======================================
SCROLL TOP
======================================*/

#scrollTop {

    transition: .4s;

}

#scrollTop:hover {

    transform: translateY(-8px);

    background: #84CC16;

    color: #fff;

}

/*======================================
SMOOTH APPEAR
======================================*/

footer>* {

    position: relative;

    z-index: 2;

}

/*======================================
COLUMN ANIMATION
======================================*/

.footer-col {

    opacity: 0;

    transform: translateY(50px);

    transition: 1s cubic-bezier(.22, 1, .36, 1);

}

.footer-col.show {

    opacity: 1;

    transform: translateY(0);

}

/*======================================
NEWS / PRODUCT
======================================*/

.footer-product {

    transition: .35s;

    cursor: pointer;

}

.footer-product:hover {

    transform: translateX(10px);

}

/*======================================
COPYRIGHT
======================================*/

footer p {

    color: white;

}

/*======================================
RESPONSIVE
======================================*/

@media(max-width:1024px) {

    .footer-title {

        font-size: 26px;

    }

}

@media(max-width:768px) {

    .footer-title {

        font-size: 24px;

    }

    .footer-social {

        width: 46px;
        height: 46px;

    }

    footer .grid {

        gap: 15px;

    }

}

@media(max-width:576px) {

    .footer-title {

        font-size: 22px;

    }

    footer {

        text-align: center;

    }

    footer ul li {

        justify-content: center;

    }

    footer .flex {

        justify-content: center;

    }

}


/* about page */

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 1rem));
    }
}

/* testimonial swiper*/

.testimonial-card {
    max-width: 800px;
    margin: 0.5rem auto;
    background: #629921;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.testimonialSwiper .swiper-slide {

    transition: .5s;

    opacity: .4;

    transform: scale(.9);

}

.testimonialSwiper .swiper-slide-active {

    opacity: 1;

    transform: scale(1);

}

.testimonialSwiper .swiper-pagination-bullet {

    width: 12px;

    height: 12px;

    background: #0E4D22;

}

.testimonialSwiper .swiper-pagination-bullet-active {

    width: 35px;

    border-radius: 50px;

    background: #fff;

}

.testimonialSwiper {
    overflow: hidden;
    padding: 20px 0 60px;
}

.testimonialSwiper .swiper-slide {
    height: auto;
}

.testimonialSwiper .swiper-slide>div {
    height: 100%;
}

.testimonial-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

/* contact page */

.faq-content {

    max-height: 0;

    overflow: hidden;

    transition: all .4s ease;

}

.faq-item.active .faq-content {

    max-height: 300px;

}

.faq-item.active .faq-btn {

    background: #629921;

    color: #fff;

}

.faq-item.active .faq-btn span {

    color: #fff;

}

.faq-item.active .faq-icon {

    transform: rotate(45deg);

    transition: .3s;

}

.faq-icon {

    transition: .3s;

}


/*product slider */
.product-frame {

    background: #f5f5f5;

    border-radius: 20px;

    padding: 18px;

    overflow: hidden;

}

.product-frame img {

    width: 100%;

    height: 280px;

    object-fit: contain;

    transition: .4s;

}

.product-frame:hover img {

    transform: scale(1.08);

}



.swiper-slide h5 {

    margin-top: 20px;

    text-align: center;

    font-size: 24px;

    color: #629921;

    font-weight: 700;

    font-family: Playfair Display, serif;

}

.swiper-button-next,
.swiper-button-prev {

    color: #629921;

}

.swiper-pagination {

    margin-top: 20px;
    position: relative;

}

.swiper-pagination-bullet {

    width: 8px;
    height: 8px;

}

.swiper-pagination-bullet-active {

    background: #629921;

}

.category-section {
    background: #5d9918;
}

.category-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.category-pill {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    background: #fff;

    color: #5d9918;

    text-decoration: none;

    font-size: 20px;

    font-family: "Playfair Display", serif;

    border-radius: 50px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, .18);

    transition: .35s;
}

.category-pill:hover {

    background: #f8f8f8;

    color: #3f6e0e;

    transform: translateY(-3px);

    box-shadow: 0 10px 20px rgba(0, 0, 0, .22);

}

@media(max-width:768px) {

    .category-wrapper {
        gap: 15px;
    }

    .category-pill {

        font-size: 16px;

        padding: 12px 22px;
    }

}