.navbar-brand img {
    height: 70px;
}
.discover-btn {
    background-color: #f3b817;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    border-radius: 6px;
    transition: background 0.2s;
}
.discover-btn:hover {
    background-color: #e65c00;
    color: #fff;
}
.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.about_ushero-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay for text contrast */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about_ushero-content {
    position: relative;
    z-index: 2;
}

.btn-orange {
    background-color: #f3b817;
    border: none;
}

.btn-orange:hover {
    background-color: #ceb05e;
}

.section-title {
    color: #03602b;
    font-weight: bold;
}
.section-subtitle {
    color: #03602b;
    font-weight: 600;
}
.section-padding {
    padding: 60px 0;
}
.herb-image {
    border-radius: 10px;
    max-width: 100%;
}
.feature-card {
    background-color: #eef9f0;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.feature-card:hover {
    border-color: #166d2f;
    box-shadow: 5px 5px 0 #166d2f;
}

.feature-icon {
    font-size: 2rem;
    color: #ff7f00;
    margin-bottom: 15px;
}

.feature-title {
    color: #03602b;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-text {
    color: #1d1d1d;
}

.quality-section {
    background-color: #eaf8eb; /* Light green background */
}
.quality-title {
    color: #03602b;
    font-weight: 700;
}
.text-dark {
    color: black;
}
.text-green {
    color: #03602b;
}
.bg-green {
    background-color: #03602b;
}
.border_radius_50 {
    border-radius: 50%;
}
.quality-text {
    color: #333;
    line-height: 1.7;
}
.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.carousel {
    width: 90%;
    margin: 0px auto;
}
.slick-slide {
    margin: 10px;
}
.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
    font-size: 10px;
    color: white;
}
.testimonial-section {
    background-color: #03602b; /* Deep green background */
    color: white;
    padding: 60px 0;
}

.stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(21, 94, 36, 0.7); /* green overlay */
    z-index: 1;
}

.stats-container {
    position: relative;
    z-index: 2;
}

.stat {
    margin-bottom: 30px;
}

.stat-number {
    font-size: 60px;
    font-weight: bold;
}

.stat-label {
    color: #f97316; /* orange */
    font-size: 1.2rem;
    font-weight: bold;
}
.footer {
    background-color: #f8f9fa;
    padding: 40px 0 20px;
    text-align: center;
    font-size: 14px;
    color: #222;
}

.footer .logo {
    max-height: 100px;
    margin-bottom: 20px;
}

.footer-nav a {
    color: #14532d;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 500;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer hr {
    border-top: 1px solid #14532d;
    margin: 30px 0 20px;
}

.footer-bottom {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about_ushero-section {
    background-color: #14532d; /* Deep green */
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.about_ushero-section h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.about_ushero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.about_ushero-section p {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.btn-orange {
    background-color: #f3b817;
    color: white;
    border: none;
}

.btn-orange:hover {
    background-color: #e65c00;
}

.btn-outline-light {
    border-color: white;
    color: white;
}

.btn-outline-light:hover {
    background-color: white;
    color: #14532d;
}
.about-section {
    padding: 60px 20px;
}

.about-section h2 {
    font-weight: 700;
    color: #166534; /* Dark green */
}

.about-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.btn-outline-green {
    border: 1px solid #166534;
    color: #166534;
}

.btn-outline-green:hover {
    background-color: #166534;
    color: white;
}

.about-img {
    max-width: 100%;
    border-radius: 5px;
}
.features-section {
    background-color: #edf8ed;
    padding: 60px 20px;
}

.feature-box {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.feature-box_div:hover {
    transform: scale(0.9);
}

.feature-icon {
    font-size: 100px;
    color: #ff6a00;
    transition: color 0.3s;
}

.feature-box_div:hover .feature-icon {
    color: #d94d00;
}

.feature-title {
    margin-top: 20px;
    font-weight: 700;
    color: #166534;
    font-size: 1.25rem;
}
.contact-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.contact-header {
    background-color: #edf8ed;
    padding: 40px 0 20px;
    text-align: center;
}

.contact-header h2 {
    font-size: 48px;
    font-weight: bold;
    color: #1f7a34;
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
}

.send-btn {
    background-color: #f3b817;
    color: #fff;
    font-weight: 500;
    padding: 12px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.send-btn:hover {
    background-color: #e65500;
}

.contact-info i {
    font-size: 24px;
    color: #fff;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1f7a34;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-text h5 {
    font-weight: bold;
    color: #1f7a34;
    margin-bottom: 4px;
    text-align: justify;
}

.social-icons a {
    color: #1f7a34;
    border: 1px solid #1f7a34;
    margin-right: 10px;
    border-radius: 50%;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    line-height: 42px;
}

.social-icons i {
    color: #1f7a34;
}
.shophero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        237,
        248,
        237,
        0.92
    ); /* Light green overlay with opacity */
    z-index: 1;
}
.shophero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}
.shophero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #1f7a34;
}

.shophero-section p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #222;
    max-width: 600px;
    margin: 20px auto 0;
}
.auto_slider_container_div {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auto_slider_container {
    width: 100%;
    display: flex;
    margin: auto;
    overflow: hidden;
}
.auto_slider {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotation 30s linear infinite;
}
.auto_slider li {
    font: 16px/1.2 "Roboto";
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    width: 100%;
    box-sixing: border-box;
    border-radius: 25px;
}
.auto_slider img {
    min-width: 350px;
    min-height: 350px;
    width: 100%;
    border-radius: 25px;
}
.header_green h2 {
    font-weight: bold;
    color: #1f7a34;
}
@keyframes rotation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Optional white overlay to help text contrast */
.benefits-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
}

.benefit-item {
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}
.carousel-control-next-icon_shop,
.carousel-control-prev-icon_shop {
    background-size: 50% 50% !important;
}
.carousel-indicators_shop {
    margin-bottom: -4% !important;
}
.carousel-indicators_shop [data-bs-target] {
    background-color: #03602b;
}
.hero-overlay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(78 78 78 / 70%);
    z-index: 1;
}
.hero-content.container {
    z-index: 1;
}
.all-title {
    font-weight: 700;
    color: #166534; /* Dark green */
}
/* .desc-div table {
    spacing: 0.5px;
    color: var(--bg-1);
    text-align: left;
    table-layout: fixed;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 233, 233);
    border-image: initial;
    background: var(--dark-2);
    border-spacing: 0px;
    margin: 0px 0px 20px;
    caption-side: bottom;
    border-collapse: collapse;
} */
.desc-div table td {
    border: 1px solid rgba(149, 157, 165, 0.2);
    padding: 8px 10px;
}
@media (max-width: 767px) {
    .shophero-section h1 {
        font-size: 2rem;
    }

    .shophero-section p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .about_ushero-section h1 {
        font-size: 2.2rem;
    }

    .about_ushero-section p {
        font-size: 1rem;
    }

    .about_ushero-section .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .about-section {
        text-align: center;
    }

    .about-section .btn {
        width: 100%;
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .quality-image {
        margin-bottom: 20px;
    }
}
