

body {
    overflow-x: hidden !important;
}

.box {
    box-shadow: 6px 4px 70px 8px rgba(122,195,78,20%);
    border-radius: 24px;
    background-color: #fff;
}

.top-box {
    padding: 20px;
    margin-top: -40px;
    margin-bottom: 32px;
}

.top-box__title {
    font-size: 1.87rem;
    font-weight: bold;
    color: #7AC34E;
    margin-bottom: 10px;
}

.top-box__desc, .top-box__desc p {
    color: #787878;
    font-size: 0.93rem;
    text-align: justify;
}

.top-box__img img {
    border-radius: 18px;
}

/* ---------------category-section------ */
.category-tabs {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

    .category-tabs .nav-item {
        width: 50%;
    }

        .category-tabs .nav-item a {
            padding: 16px 35px 16px 22px;
            background-color: #ccc;
            border-radius: 0;
            color: #fff;
        }

            .category-tabs .nav-item a.active {
                background-color: #7AC34E !important;
            }

            .category-tabs .nav-item a:not(.active) .category-title svg path {
                fill: #a9a9a9;
            }

.category-title {
    font-weight: 700;
    font-size: 30px !important;
    padding-left: 20px;
    position: relative;
}

    .category-title::after {
        /* content: " "; */
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        background-color: #fff;
        left: 0;
    }

    .category-title svg {
        margin-left: 12px;
    }

.category-desc {
    padding: 0 20px 0 0;
}

.category-desc__main {
    font-weight: 700;
    font-size: 18px;
}

.category-desc__sub {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding-right: 60px;
}

.category-content {
    padding: 20px;
}

    .category-content .row {
        margin-left: -12px;
        margin-right: -12px;
    }

        .category-content .row > div {
            padding-right: 12px;
            padding-left: 12px;
        }

.product {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: 12px 15px;
    padding-bottom: 35px;
}

.product__img img {
    border-radius: 18px;
    transition: all 0.3s;
}

.product:hover {
    box-shadow: 0px 0px 10px 8px rgba(122,195,78,20%);
}

.product__title {
    color: #686868 !important;
    font-size: 20px !important;
    padding: 0 !important;
    transition: all 0.3s;
}

.product:hover .product__title {
    color: #7AC34E !important;
}

.product__category {
    color: #AAA8A8;
    font-size: 10px;
}

.product__icons {
    left: 0;
    bottom: -24px;
    width: 100%;
    justify-content: space-evenly;
}

    .product__icons span {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

        .product__icons span:first-child {
            background-color: #7AC34E;
        }

        .product__icons span:last-child {
            background-color: #D9D9D9;
        }

.more-products {
    background-color: #7AC34E;
    color: #fff !important;
    border-radius: 60px;
    padding: 14px 18px;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
}

    .more-products:hover {
        bottom: -26px;
    }


/* -------------------------------- tabs section -------------------- */
.green-box {
    background-color: #7AC34E;
    padding: 20px;
}

.products-tab {
    margin: 0 20px;
}

    .products-tab .nav-link {
        padding: 14px;
        border-radius: 50px;
        background-color: #F5F5F5;
        color: #000;
        font-size: 13px;
        font-weight: bold;
    }

        .products-tab .nav-link.active {
            background-color: #FEC20E;
            color: #000;
        }

    .products-tab .owl-stage {
        display: flex;
        align-items: center;
    }

    .products-tab .owl-stage-outer {
        width: 100%;
        overflow-x: hidden;
    }

    .products-tab .owl-prev, .products-tab .owl-next {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .products-tab .owl-prev {
        right: -35px;
    }

    .products-tab .owl-next {
        left: -35px;
    }

.product-detail__title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.product-detail__text p, .product-detail__text {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    line-height: 34px;
}

.round-btn {
    border-radius: 50px;
    padding: 8px 16px;
}

.product-detail__more {
    background-color: #FEC20E;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 15px;
    display: table;
    margin-right: auto;
}

.product-detail__img img {
    border-radius: 24px;
}

.products-tab__content .tab-pane {
    display: none;
}

/* -------------------------------------------- features-section */


.features-section {
    background-color: #E3FFD2;
    padding: 35px 0;
}

.features__title {
    color: #414141;
    font-weight: 700;
    font-size: 34px;
}

.feature-title {
    text-align: center;
    color: #7AC34E;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    white-space: nowrap;
}

.feature-desc {
    line-height: 23px;
    color: #000;
    font-size: 10px;
    text-align: justify;
    font-weight: 700;
}

.feature-icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------------------------------- faq-section */
.section__title {
    color: #7AC34E;
    font-size: 36px;
    font-weight: 700;
}

.faq {
    max-width: 1111px;
    padding: 27px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 100%;
    transition: all 0.3s;
    border-radius: 50px;
    border: 1px solid #7AC34E;
    margin-bottom: 20px;
    cursor: pointer;
}

    .faq.active {
        background-color: rgba(122,195,78,50%);
        border-color: rgba(122,195,78,50%);
        margin-right: 50px;
    }

        .faq.active .faq-num {
            color: #fff;
            font-size: 70px;
        }

.faq-question {
    color: #7B7D7E;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px; /* 125% */
    letter-spacing: -0.32px;
    position: relative;
}

    .faq-question::before {
        content: " ";
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.54892 10.2562C2.56236 5.93579 5.93579 2.56236 10.2562 1.54892C13.3764 0.817026 16.6236 0.817028 19.7438 1.54892C24.0642 2.56236 27.4376 5.93579 28.4511 10.2562C29.183 13.3764 29.183 16.6236 28.4511 19.7438C27.4376 24.0642 24.0642 27.4376 19.7438 28.4511C16.6236 29.183 13.3764 29.183 10.2562 28.4511C5.9358 27.4376 2.56236 24.0642 1.54892 19.7438C0.817026 16.6236 0.817027 13.3764 1.54892 10.2562Z" stroke="%237AC34E" stroke-width="1.5"/><path d="M19 13L15 17L11 13" stroke="%237AC34E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-size: 100% 100%;
    }

.faq.active .faq-question::before {
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.4511 19.7438C27.4376 24.0642 24.0642 27.4376 19.7438 28.4511C16.6236 29.183 13.3764 29.183 10.2562 28.4511C5.93579 27.4376 2.56236 24.0642 1.54892 19.7438C0.81703 16.6236 0.81703 13.3764 1.54892 10.2562C2.56236 5.93579 5.93579 2.56235 10.2562 1.54892C13.3764 0.817027 16.6236 0.817027 19.7438 1.54892C24.0642 2.56235 27.4376 5.93578 28.4511 10.2562C29.183 13.3764 29.183 16.6236 28.4511 19.7438Z" stroke="white" stroke-width="1.5"/><path d="M11 17L15 13L19 17" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.faq.faq.active .faq-question {
    color: #fff;
}

.faq-answer {
    color: #000000;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px; /* 200% */
    letter-spacing: -0.45px;
    display: none;
    text-align: justify;
}

.faq p:not(:first-child) {
    color: #000000;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px; /* 200% */
    letter-spacing: -0.45px;
    display: none;
    text-align: justify;
}

.faq p:nth-child(2) {
    margin-top: 16px;
}

/* ------------------------------------ blogs section */
.blogs-section {
    background-color: #E3FFD2;
    padding: 35px 0;
}

.blog {
    background-color: #fff;
    border-radius: 24px;
    padding: 12px 12px 16px 12px;
    height: 100%;
    transition: all 0.3s;
}

    .blog:hover {
        transform: translateY(-10px);
    }

.blog__img img {
    border-radius: 16px;
}

.blog__category {
    color: #7AC34E;
    font-size: 12px;
}

    .blog__category li:not(:last-child)::after {
        content: "/";
        margin: 0 2px;
    }

.blog__content {
    padding: 13px 10px;
}

.blog__date {
    color: #AAA8A8;
    font-size: 12px;
}

.blog__title {
    color: #0F2137;
    font-size: 15px;
    font-weight: 700;
}

.blog__text {
    line-height: 22px;
    font-size: 11px;
    text-align: justify;
    color: #515152;
}

.blog__btn {
    background-color: #AAA8A8;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 160px;
    font-size: 16px;
    transition: all 0.3s;
}

    .blog__btn:hover {
        background-color: #7AC34E;
    }

.sample-slider .owl-nav {
    display: none;
}

.sample-slider .owl-stage {
    display: flex;
}

.sample-slider {
    overflow-x: hidden;
}

.sample-slider {
    padding: 45px 0;
}

    .sample-slider .sample img {
        border-radius: 25px;
        box-shadow: 0 2px 90px -30px #7AC34E;
    }

    .sample-slider .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        gap: 2px;
    }

        .sample-slider .owl-dots .owl-dot {
            width: 10px;
            height: 8px;
            background-color: #7AC34E;
            opacity: 50%;
            border: none;
            border-radius: 50px;
        }

    .sample-slider .owl-dot.active {
        opacity: 1;
        width: 24px;
    }

@media only screen and (max-width:1200px) {
    .category-tabs .nav-item a {
        padding: 16px 22px 16px 22px;
    }

    .category-title svg {
        width: 25px;
        margin-left: 5px;
    }

    .category-title {
        font-size: 20px !important;
    }

    .category-desc__main {
        font-size: 15px;
    }

    .category-desc__sub {
        font-size: 13px;
        padding-right: 30px;
    }

    .category-icon svg {
        width: 22px;
    }

    .faq.active {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width:992px) {
    .category-desc {
        padding: 0 10px 0 0;
    }

    .category-title {
        padding-left: 15px;
    }

    .category-tabs .nav-item a {
        padding: 16px 12px 16px 12px;
    }
}

@media only screen and (max-width:768px) {
    .category {
        flex-direction: column;
        text-align: center;
        height: 100%;
        gap: 5px;
    }

    .category-title {
        padding-left: 0;
    }

        .category-title::after {
            display: none;
        }

    .category-tabs .nav-item a {
        height: 100%;
    }

    .category-desc {
        padding: 0 0 0 0;
    }

    .category-desc__main {
        margin-bottom: 5px;
    }

    .category-title svg {
        width: 18px;
    }

    .faq {
        padding: 20px;
        border-radius: 30px;
    }

    .faq-question {
        font-size: 18px;
    }

        .faq-question::before {
            width: 22px;
            height: 22px;
        }

    .faq p:not(:first-child) {
        font-size: 12px;
        line-height: 26px;
    }

    .category-desc__sub {
        padding-right: 18px;
    }
}

@media only screen and (max-width:576px) {
    .category-content {
        padding: 16px 14px;
    }

    .product {
        padding: 10px;
        padding-bottom: 30px;
    }

    .category-content .col-6:nth-child(even) {
        padding-right: 8px !important;
    }

    .category-content .col-6:nth-child(odd) {
        padding-left: 8px !important;
    }

    .product__title {
        font-size: 16px !important;
    }

    .product__icons span {
        width: 35px;
        height: 35px;
    }

    .product__icons {
        bottom: -17px;
    }

    .category-content {
        padding-bottom: 35px;
    }

    .more-products {
        font-size: 14px;
        white-space: nowrap;
    }

    .green-box {
        padding: 16px 14px;
    }

    .product-detail__icon {
        display: none;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq {
        padding: 15px;
    }

    .section__title {
        font-size: 25px;
        margin-bottom: 25px !important;
    }

    .sample-slider {
        padding: 30px 0;
    }
}

.category-tabs .nav-item {
    width: 50%;
    flex-grow: 1;
}

    .category-tabs .nav-item:nth-child() a {
        background-color: #cfcfcf;
    }

    .category-tabs .nav-item:nth-child(2) a {
        background-color: #bebebe;
    }

    .category-tabs .nav-item:nth-child(3) a {
        background-color: #d9d9d9;
    }

.top-section .top-box.box ul {
    list-style-type: disc;
    padding-right: 15px;
}

    .top-section .top-box.box ul li {
        list-style-type: disc;
    }

.top-section .top-box.box ol {
    list-style-type: decimal;
    padding-right: 15px;
}

    .top-section .top-box.box ol li {
        list-style-type: decimal;
    }