body {
    font-family: "Lora", serif !important;
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
}

.navbar {
    padding: 0;
    background-color: #f8f6f6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2e7d32;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
}

.nav-link {
    font-weight: 700 !important;
}

.social-icons-desktop a {
    color: #333;
    margin-left: 15px;
    transition: 0.3s;
    font-size: 1rem;
    text-decoration: none;
}

.social-icons-desktop a:hover {
    color: #2e7d32;
}

.mobile-share-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #333;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-social-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    right: 60px;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 5px;
    z-index: 1050;
    flex-direction: column;
    gap: 10px;
}

li a {
    border: none !important;
    padding: 8px 40px !important;
}

.mobile-social-dropdown.show-share {
    display: flex;
}

.mobile-social-dropdown a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-social-dropdown a:hover {
    color: #ef910f;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.btn-close {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .nav-item.dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        animation: fadeUp 0.3s ease forwards;
    }

    .submenu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .dropdown-menu li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        animation: fadeUp 0.3s ease forwards;
    }
}

@media (min-width: 992px) {
    .nav-link {
        color: #333 !important;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.85rem;
        padding: 0 15px !important;
        letter-spacing: 0.5px;
        transition: 0.3s ease;
    }

    .nav-link:hover {
        color: #ef910f !important;
    }

    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        border: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 0;
        min-width: 250px;
        padding: 0;
    }

    .dropdown-item {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        transition: 0.4s ease;
    }

    .dropdown-item:hover {
        background-color: #fff;
        color: #e67e22;
    }

    .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: 0;
        margin-top: -1px;
        background: #fff;
        box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.15);
        min-width: 240px;
        padding: 10px 0px;
        list-style-type: none;
        border-top: 4px solid gray;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu li:hover>.submenu {
        display: block;
    }

    .offcanvas-mobile {
        display: none;
    }

    .mobile-controls {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-nav-desktop {
        display: none !important;
    }

    .social-icons-desktop {
        display: none !important;
    }


    .offcanvas-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
    }

    .mobile-link {

        font-size: 18px !important;
        font-weight: 700;
        color: #232e3c;
        text-decoration: none;
        text-transform: uppercase;
        margin: 10px 0;
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .mobile-link:hover {
        color: #e67e22;
    }

    .mobile-submenu {
        display: none;
        width: 100%;
        text-align: center;
    }

    .mobile-sub-link {

        font-size: 18px;
        font-weight: 700;
        color: #232e3c;
        text-transform: uppercase;
        padding: 8px 0;
        display: block;
        width: 100%;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .mobile-sub-link:hover {
        color: #e67e22;
    }

    .mobile-nested-menu {
        display: none;
        width: 100%;
        padding-bottom: 10px;
    }

    .mobile-nested-link {
        font-weight: 700;
        font-size: 16px;
        color: #232e3c;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 0;
        display: block;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .mobile-nested-link:hover {
        color: #e67e22;
    }

    .mobile-deep-menu {
        display: none;
        width: 100%;

    }

    .mobile-deep-link {
        font-weight: 700;
        font-size: 16px;
        color: #232e3c;
        text-decoration: none;
        text-transform: uppercase;
        padding: 5px 0;
        display: block;
        transition: 0.3s ease;
    }

    .mobile-deep-link:hover {
        color: #e67e22;
    }

    .fa-chevron-down {
        font-size: 0.8rem;
        margin-left: 5px;
        transition: transform 0.3s;
    }

    .rotate-icon {
        transform: rotate(180deg);
    }

    .show-menu {
        display: block !important;
    }

    .text-active {
        color: #e67e22;
    }

    .mobile-controls {
        display: flex;
        align-items: center;
    }


}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);

}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #1fbf75;
    border-radius: 50px;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background: #1fbf75;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .swiper {
        height: 400px;
    }

    .hero-title {
        font-size: 3rem;
    }
}

.welcome-section {
    background-image: url("../images/about-bg.jpg");
    background-color: #f7f7f7;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center !important;
}

.welcome-title {
    font-family: "Lora", serif;
    font-size: 31px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.welcome-text {
    font-family: "Lora", serif;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.welcome-image {
    width: 100%;
    height: 380px;
    background-image: url("images/spices.jpg");
    background-size: cover;
    border-radius: 4px;

}

.read-more-btn {
    background-color: #008d43;
    border: 2px solid #008d43;
    border-radius: 20px;
    text-decoration: none;
    color: White;
    font-size: 14px;
    font-weight: 700;
    transition: 0.5s ease;
}

.read-more-btn:hover {
    background-color: transparent;
    color: #008d43;
}

@media (max-width: 768px) {
    .welcome-title {
        font-size: 28px;
        text-align: center;
    }

    .welcome-text {
        text-align: center;
    }

    .welcome-section .btn {
        display: block;
        margin: 20px auto 0;
    }

    .welcome-image {
        margin-top: 30px;
        height: 300px;
    }
}

.categories-section {
    padding: 80px 0;
    background-color: #fff;
}

.categories-title {

    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.categories-subtitle {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 20px;
    margin-top: 15px;
}




.category-card {
    position: relative;
    overflow: hidden;
}

.category-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.category-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease;
}

.category-card:hover .category-overlay {
    background: transparent;
}



.category-card::before,
.category-card::after {
    content: "";
    position: absolute;
    inset: 30px;
    pointer-events: none;
}

.category-card::before {
    background:
        linear-gradient(#fff, #fff) center top / 0 1px no-repeat,
        linear-gradient(#fff, #fff) center bottom / 0 1px no-repeat;
    transition: background-size 0.4s ease;
}

.category-card::after {
    background:
        linear-gradient(#fff, #fff) left center / 1px 0 no-repeat,
        linear-gradient(#fff, #fff) right center / 1px 0 no-repeat;
    transition: background-size 0.4s ease;
}

.category-card:hover::before {
    background-size:
        100% 1.5px,
        100% 1.5px;
}

.category-card:hover::after {
    background-size:
        1.5px 100%,
        1.5px 100%;
}

@media (max-width: 768px) {
    .category-card img {
        height: 220px;
    }
}

.category-overlay h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    z-index: 2;
    transform: translateY(-15px);
    transition: transform 0.4s ease;
}

.category-card:hover .category-overlay h3 {
    transform: translateY(0);
}


.spice-hero {
    position: relative;
    background: url("../images/parallax-full-width_bg.png") center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center left;
    display: flex;
    align-items: center;

}

.spice-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.spice-hero .container {
    position: relative;
    z-index: 2;
}



.hero-title {
    font-family: "Lora", serif;
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.hero-title.fade-out {
    opacity: 0;
    transform: translateY(10px);
}


.hero-title.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.hero-text {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 32px;
    line-height: 51px;
    color: #ffffff;
    letter-spacing: 0.16px;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-text {
        font-size: 18px;
    }
}



.home-products-section {
    padding: 80px 0;
    background: #ffffff;
}


.home-products-title {
    font-family: "Lora", serif;
    font-size: 36px;
    font-weight: 700;

}

.home-products-subtitle {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 20px;
    color: #232e3c;
}

.home-product-item {
    padding: 10px;
    padding-bottom: 30px;
    margin-top: 0;
}

.home-product-img {
    height: 195px;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.home-product-name {
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}


@media (max-width: 768px) {
    .home-product-img {
        width: 120px;
        height: 120px;
    }

    .home-product-name {
        font-size: 18px;
    }
}

.view-all-pro-btn {
    background-color: #008d43;
    border: 2px solid #008d43;
    border-radius: 20px;
    text-decoration: none;
    color: White;
    font-size: 14px;
    font-weight: 700;
    transition: 0.5s ease;
    padding: 10px 25px !important;
}

.view-all-pro-btn:hover {
    background-color: transparent;
    color: #008d43;
}




.testimonial-section {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.testimonial-title {
    font-family: "Lora", serif;
    font-size: 31px;
    font-weight: 700;
}

.testimonial-subtitle {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
}

.testimonial-slider {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform 1.2s ease-in-out;
}

.testimonial-card {
    width: 33.3333%;
    flex-shrink: 0;
    padding: 0 25px;
    text-align: center;
}

.testimonial-card p {
    font-family: "Lora", serif;
    font-style: italic;
    line-height: 1.8;
}

.user {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-quote-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
}

.testimonial-quote-position {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
}

.testimonial-slider {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
}

.testimonial-card {
    flex-shrink: 0;
    padding: 0 20px;
    text-align: center;
    font-family: "Lora", serif;
    font-style: italic;
    line-height: 1.8;
}

@media (min-width: 992px) {
    .testimonial-card {
        width: 33.3333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-card {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .testimonial-card {
        width: 100%;
    }
}





.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonial-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid #198754;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dots .dot.active {
    background: #198754;
}

.testimonial-slider,
.testimonial-track,
.testimonial-card {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

.testimonial-track:active {
    cursor: grabbing;
}






.main-footer {
    position: relative;
    background: url("../images/footer-bg.png");
    padding: 4% 0 !important;
    color: #cfcfcf;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.footer-title {
    font-family: "Lora", serif;
    font-size: 22px;
    color: #ef910f;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-text {
    font-family: "Lora", serif;
    line-height: 1.8;
    font-size: 16px;
    color: #bbbbbb;
}

.footer-readmore {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-readmore:hover {
    color: #f39c12;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;

}

.footer-links li {
    margin-bottom: 12px;
}

.footer-mail,
.footer-links a {
    color: white;
    text-decoration: none;
    font-family: "Lora", serif;
    padding-left: 0 !important;
    transition: 0.3s ease;
}

.footer-mail a:hover,
.footer-links a:hover {
    color: #ef910f;
}

.footer-contact li {
    margin-bottom: 15px;
    line-height: 1.7;
    font-family: "Lora", serif;
}

.footer-contact i {
    color: #bbbbbb;
    margin-right: 10px;
}


.footer-bottom {
    background: #333333;
    padding: 25px 0;
    color: #cfcfcf;
}

.footer-bottom p {
    margin: 5px 0;
    font-family: "Lora", serif;
    color: #bbbbbb;
    font-size: 13px;
}

.footer-bottom .green {
    color: #008d43;
    font-weight: 600;
}

.footer-bottom .heart {
    color: red;
}


@media (max-width: 767px) {
    .footer-title {
        margin-top: 25px;
    }
}


/*-------------------------------------------------aboutpage------------------------------------*/
.page-header {
    background-color: #0a8f45;
    padding: 40px 0;
}

.page-title {
    font-family: "Lora", serif;
    font-size: 42px;
    font-weight: 700;
    color: #f0f0f0;
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: -15px;
}


.page-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 120px;
    height: 3px;
    background-color: #ef910f;
}

.about-us-page-img {
    max-width: 100%;
    height: auto;
}

.aboutus-section {
    padding: 40px 0;
    font-family: "Lora", serif;
}

.aboutus-container {
    max-width: 1100px;
}

.aboutus-highlight-text {
    color: #008d43;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.aboutus-paragraph {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 14px;
    color: #777777;
}

.aboutus-list {
    padding-left: 20px;
    margin-bottom: 18px;
    color: #777777;
}

.aboutus-list li {
    font-size: 16px;
    margin-bottom: 6px;
}

.aboutus-heading {
    color: #008d43;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.aboutus-subheading {
    color: #008d43;
    font-weight: 700;
    margin-bottom: 10px;
}

.aboutus-mission-vision {
    margin-top: 30px;
}

.aboutus-core-values {
    margin-top: 30px;
}

/*---------------------------------product------------------------------------------*/
.productgrid-section {
    padding: 60px 0;
}

.productgrid-card {
    overflow: hidden;
    background: #fff;
}

.productgrid-img-wrap {
    position: relative;
    overflow: hidden;
}

.productgrid-img-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.productgrid-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 143, 69, 0.65);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.productgrid-card:hover img {
    transform: scale(1.08);
}

.productgrid-card:hover .productgrid-overlay {
    opacity: 1;
}

.productgrid-title {
    background: #ef910f;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 12px 0;
    font-size: 22px;
}

/*---------------------------------------contactus------------------------------------------*/
.contactus-section {
    padding: 60px 0;
    font-family: "Lora", serif;
}

.contactus-title {
    font-weight: 700;
    margin-bottom: 25px;
}

.contactus-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contactus-input,
.contactus-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    outline: none;
}

.contactus-input::placeholder,
.contactus-textarea::placeholder {
    color: #0a8f45;
}



.contactus-btn {
    background: #ef910f;
    color: #fff;
    border: 2px solid #ef910f !important;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    transition: 0.35s ease;
    width: fit-content;
}

.contactus-btn:hover {
    background: transparent;
    border: 2px solid #ef910f;
    color: #ef910f;
}

.contactus-info-block {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.contactus-icon {
    font-size: 22px;
    color: #0a8f45;
    min-width: 30px;
}

.contactus-info-block h6 {
    font-weight: 700;
    margin-bottom: 6px;
}

.contactus-info-block p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #777777;
}

@media (max-width: 767px) {
    .contactus-title {
        text-align: left;
    }
}

.about-map-wrapper {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;

}

.about-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .about-map-wrapper {
        height: 300px;
    }
}

/*-----------------------------------------------------blog------------------------------------*/
.blog-post {
    display: flex;
    gap: 7%;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.blog-post img {
    max-width: 300px;
    height: auto;
    object-fit: cover;
}

.blog-meta {
    font-size: 13px;
    color: #999 !important;
    margin-bottom: 20px;
}

.blog-meta a {
    font-size: 13px;
    color: #999 !important;
    margin-bottom: 15px;
}

.blog-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;

    margin-bottom: 30px;
}

.blog-title a {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
    margin-bottom: 30px;
    color: #232e3c;
}

.blog-desc {
    font-size: 16px;
    color: #777777;
    margin-bottom: 35px;
}

.read-more {
    display: inline-block;
    border: 2px solid #ef910f;
    color: #ef910f;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;

}

.read-more:hover {
    background: #ef910f;
    color: #fff;
}

.custom-search-box {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    height: 48px;
    width: 100%;

}

.custom-search-box input {
    border: none;
    outline: none;
    padding: 0 15px;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.custom-search-box input::placeholder {
    color: #4fbfa5;

}

.custom-search-box button {
    width: 50px;
    height: 100%;
    border: none;
    border-left: 1px solid #dcdcdc;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
}

.custom-search-box button i {
    color: #cfcfcf;
    font-size: 16px;
}

.sidebar-box {
    margin-bottom: 40px;
}

.sidebar-title-blog {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #ef910f;
}

.sidebar-title-blog::after {

    content: '';
    width: 60px;
    height: 1px;
    background: black;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.sidebar-box ul {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.sidebar-box ul li {

    padding: 9px 0;
}

.sidebar-box ul li a {
    text-decoration: none;
    color: #008d43;
    font-size: 16px;
    padding: 0 !important;
    transition: 0.3s ease;
}

.sidebar-box ul li a:hover {
    color: #ef910f;
}



@media(max-width:768px) {


    .blog-post {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .blog-post img {
        max-width: 100%;
        height: auto;
    }

}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.custom-pagination {
    list-style: none;
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.custom-pagination li {
    border-right: 1px solid #e5e5e5;
}

.custom-pagination li:last-child {
    border-right: none;
}

.custom-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px !important;
    font-size: 14px;
    text-decoration: none;
    color: #1aa06d;
    transition: 0.3s ease;
}

.custom-pagination .active a {
    background: #f39c12;
    color: #fff;
}

.custom-pagination .next a {
    padding: 10px 22px;
    font-weight: 500;
}

.custom-pagination li:not(.active) a:hover {
    background: #242424;
    color: white;
}

.product-content img {
    max-width: 100%;
    margin-bottom: 20px;
}

.product-content p {
    font-size: 16px;
    line-height: 25px;
    color: #777777;
    font-weight: 400;
}

.product-content h6 {
    font-size: 16px;
    font-weight: 700;
    color: #008d43;
    margin: 0;
}

.product-content-li {
    font-size: 16px;
    line-height: 25.7px;
    font-weight: 400;
    letter-spacing: 0.16px;
    color: #777777;
    margin-bottom: 5px;
}

.sidebar-box {

    padding: 20px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 28px;
    font-weight: 700;
    color: #232e3c;
    margin-bottom: 20px;
    border-bottom: 3px solid #222;
    padding-bottom: 8px;

}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    outline: none;
    background-color: #f7f7f7;
    color: #008d43;
}

.contact-form textarea {
    height: 150px;

}

.contact-form button {
    background: #f39c12;
    color: #fff;
    border: none;
    padding: 6px 16px;
    font-size: 13px;
    border-radius: 20px;
    border: 2px solid #ef910f;
    transition: 0.3s ease;
}

.contact-form button:hover {
    background-color: transparent;
    border: 2px solid #ef910f;
    color: #ef910f;
    ;
}

.products-list {
    border: 1px dashed #008d43;
    padding: 15px;
}

.products-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-list li {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}



@media (max-width: 767px) {
    .sidebar {
        margin-top: 40px;
    }
}

.flat-color-icons--plus {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='21' fill='%23ef910f'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M21 14h6v20h-6z'/%3E%3Cpath d='M14 21h20v6H14z'/%3E%3C/g%3E%3C/svg%3E");
}

.product-side-bar-ul {
    list-style-type: none;
}

.product-side-bar-links {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    text-decoration: none;
    color: black !important;
    margin-left: 5px;
}



.policy-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #777777;
}

.policy-title {
    color: #008d43;
    font-size: 28px;
    font-weight: 600;

}



.policy-list li {
    color: #777777;

}

@media (max-width: 768px) {


    .policy-title {
        font-size: 22px;
    }
}

.blog-older-new-btn {
    background-color: #ff655c;
    color: white;
    padding: 10px 26px;
    font-size: 14px;
    width: fit-content;
    border-radius: 25px;
}




.specific-blog-content-title {
    color: #008d43;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.specific-blog-content-text {
    color: #777777;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;
}

.specific-blog-custom-list {
    list-style: none;
    padding-left: 0;
    margin: 25px 0;
}

.specific-blog-custom-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

.specific-blog-custom-list li::before {
    content: "–  ";
    position: absolute;
    left: 0;
    color: #777777;
}



.specific-blog-social {
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

.specific-blog-social a {
    color: #777777;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.specific-blog-social a:hover {
    color: #ef910f;

}

.page-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #faf7f5;
    padding: 18px 30px;
    font-size: 15px;
}

.page-prev,
.page-next {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1a8f3c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-prev:hover,
.page-next:hover {
    color: #0f6e2c;
}

.page-divider {
    color: #999;
}

.specific-blog-comments {
    max-width: 900px;
    margin-top: 60px;
}

.specific-blog-comment-count {
    color: #1a8f3c;
    font-weight: 600;
    margin-bottom: 30px;
}

.specific-blog-comment-item {
    display: flex;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}

.specific-blog-comment-avatar {
    width: 60px;
    height: 60px;
    background: #ddd;
    border-radius: 3px;
}

.specific-blog-comment-header {
    font-size: 14px;
    margin-bottom: 10px;
}

.specific-blog-comment-author {
    font-weight: 600;
    color: #1a8f3c;
}

.specific-blog-comment-meta {
    color: #888;
    margin-left: 5px;
}

.specific-blog-comment-reply {
    float: right;
    font-size: 13px;
    color: #1a8f3c;
    text-decoration: none;
}

.specific-blog-comment-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.specific-blog-reply-title {
    color: #1a8f3c;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.specific-blog-reply-note {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.specific-blog-input {
    width: 100%;
    padding: 12px;
    background: #f0f1f2;
    border: none;
    font-size: 14px;
    outline: none;
    color: #008d43 !important;
}

.specific-blog-textarea {
    height: 170px;
    outline: none;
    margin-bottom: 20px;
}

.specific-blog-input-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.specific-blog-checkbox {
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
}

.specific-blog-submit-btn {
    padding: 8px 28px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.specific-blog-submit-btn:hover {
    background: #000;
    color: #fff;
}

.specific-blog-left-border {
    border-left: 5px solid #ef910f;
    padding: 11px 0 11px 40px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #777777;
}

.specific-blog-m {
    border-color: #4255ff;
    color: #4255ff;
    float: left;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-top: 7px;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid;
}

.ten-things-blog-hero-title {
    font-weight: 700;
    color: #f3f3f3 !important;
}

@media (min-width: 991px) {
    .ten-things-blog-hero-title {
        font-size: 45px;
    }

}

.specific-blog-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}

.specific-blog-tag-link {
    display: inline-block;
    background: linear-gradient(180deg, #f6a01a, #e88900);
    color: #999999;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}


.specific-blog-tag-link:hover,
.specific-blog-tag-link:focus {
    background: linear-gradient(180deg, #e88900, #d67800);
    transform: translateY(-1px);
    color: #fff;
}