/* Global Styles */
:root {
    --primary-color: #026630;
    --primary-dark: #27ae60;
    --secondary: #2ECC71;
    --text-color: #333;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.btn-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.btn-link:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

/* Navbar Styles */
.navbar {
    background-color: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.navbar-brand img {
    height: 55px;
}
.nav-link {
    font-weight: 600;
    margin: 0 5px;
    transition: color 0.3s ease;
}
.nav-link:hover, .nav-link.active {
    color: green !important;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(82, 153, 85, 0.6), rgba(82, 153, 85, 0.6)), url('../images/main-image.png');
    background-size: cover;
    background-position: center;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.hero-section1 {
    background:#529955;
    background-size: cover;
    background-position: center;
    color:#fff;
    align-items: center;
    margin-top: 70px;
}

/* Offerings Section */
.offerings-section .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.offerings-section .card:hover {
    transform: translateY(-5px);
}

.offerings-section .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Featured Products Section */
.product-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
}

/* Subscription Section */
.subscription-section {
    background: linear-gradient(to right, var(--primary-color), var(--primary-dark));
    padding: 80px 0;
}

.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-card {
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* Testimonials Section */
.testimonial-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.rating {
    color: var(--secondary-color);
}

/* Blog Section */
.blog-card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Newsletter Section */
.newsletter-section {
    background-color: var(--dark-gray);
}

/* Footer */
.footer {
    background-color: var(--dark-gray);
}

.footer .list-unstyled li a {
    transition: color 0.3s ease;
}

.footer .list-unstyled li a:hover {
    color: var(--primary-color) !important;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: background-color 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--primary-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 100px 0 50px;
    }

    .hero-section h1 {
        font-size: 2.5rem;

    }

    .subscription-section {
        padding: 50px 0;
    }

    .benefit-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .offerings-section .card-img-top,
    .product-card .card-img-top,
    .blog-card .card-img-top {
        height: 180px;
    }
}
.section-title {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.section {
    padding: 4rem 0;
}

.value-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
    text-align: center;
}

.value-icon {
    width: 50px;
    height: 50px;
    background-color: var(--secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.team-card {
    margin-bottom: 2rem;
}

.team-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.process-step {
    text-align: center;
    margin-bottom: 1.5rem;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
    font-weight: 600;
}

.footer {
    background-color: var(--primary);
    color: white;
    padding: 4rem 0;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icon {
    color: #6c757d;
    text-decoration: none;
}

.social-icon:hover {
    color: var(--secondary);
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '✓';
    color: var(--secondary);
    position: absolute;
    left: 0;
}


.feature-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
    text-align: center;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background-color: #2ECC71;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.subscription-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.subscription-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.popular-tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--secondary);
    color: white;
    padding: 0.25rem 1rem;
    border-bottom-left-radius: 8px;
    font-weight: 500;
    font-size: 14px;
}

.card-header {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
}

.price-period {
    font-size: 14px;
    color: #6c757d;
}

.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '✓';
    color: var(--secondary);
    position: absolute;
    left: 0;
}

.step-icon {
    width: 40px;
    height: 40px;
    background-color: var(--secondary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-weight: 600;
}

.how-it-works {
    background-color: #f8f9fa;
}

.plan-tabs .nav-link {
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

.plan-tabs .nav-link.active {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(46, 204, 113, 0.1);
    color: var(--primary);
}

.accordion-button:focus {
    border-color: rgba(46, 204, 113, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(46, 204, 113, 0.25);
}

.contact-cta {
    background-color: rgba(46, 204, 113, 0.1);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    margin-top: 2rem;
}

.footer {
    background-color: #212529;
    color: white;
    padding: 4rem 0 2rem;
}

.footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer a:hover {
    color: white;
}

.footer-column h5 {
    color: white;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .subscription-card {
        margin-bottom: 2rem;
    }
}

.blog-post {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.blog-post:hover {
    transform: translateY(-5px);
}

.blog-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-post-content {
    padding: 1.5rem;
}

.featured-badge {
    background-color: rgba(46, 204, 113, 0.1);
    color: var(--secondary);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.post-meta {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.category-badge {
    background-color: rgba(46, 204, 113, 0.1);
    color: var(--secondary);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

.sidebar-section {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.category-count {
    background-color: var(--secondary);
    color: white;
    border-radius: 20px;
    padding: 0.1rem 0.5rem;
    font-size: 12px;
    float: right;
}

.categories-list {
    list-style: none;
    padding-left: 0;
}

.categories-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}

.categories-list li:last-child {
    border-bottom: none;
}

.popular-post {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
}

.popular-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.popular-post img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.popular-post-content {
    flex: 1;
}

.popular-post-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.popular-post-date {
    font-size: 12px;
    color: #6c757d;
}

.pagination .page-item.active .page-link {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.pagination .page-link {

}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background-color: #f2f2f2;
    color: #555;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
    transition: all 0.3s;
}

.tag:hover {
    background-color: var(--secondary);
    color: white;
    text-decoration: none;
}

.read-more {
    color: var(--secondary);
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.newsletter-input {
    border-radius: 5px 0 0 5px;
    border: 1px solid #dee2e6;
    height: 40px;
    padding-left: 15px;
}

.newsletter-button {
    background-color: var(--secondary);
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    height: 40px;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .sidebar {
        margin-top: 2rem;
    }
}

.product-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.badge-bestseller {
    background-color: #2ECC71;
}

.badge-popular {
    background-color: #ff9800;
}

.badge-new {
    background-color: #3498db;
}

.product-content {
    padding: 1.5rem;
}

.product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-star {
    color: #ffc107;
    margin-right: 5px;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-description {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.categories-list {
    list-style: none;
    padding-left: 0;
}

.categories-list li {
    margin-bottom: 10px;
}

.categories-list li a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.categories-list li a:hover {
    color: var(--secondary);
}

.categories-list li a.active {
    color: var(--secondary);
    font-weight: 600;
}

.categories-list li a.active:before {
    content: '•';
    margin-right: 10px;
    color: var(--secondary);
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.card-header {
    background-color: white;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    font-weight: 600;
}

.card-body {
    padding: 20px;
}

.price-slider {
    width: 100%;
    margin: 10px 0;
}

.custom-checkbox {
    margin-bottom: 10px;
}

.filter-button {
    width: 100%;
    margin-top: 10px;
}

.sort-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.view-options {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.view-option {
    color: #6c757d;
    margin-left: 10px;
    cursor: pointer;
}

.view-option.active {
    color: var(--secondary);
}

.pagination {
    margin-top: 3rem;
    justify-content: center;
}

.pagination .page-item.active .page-link {
    background-color: var(--secondary);
    border-color: var(--secondary);
}