* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Top contact bar */
.topbar {
    background: #111;
    color: #29cd7b;
    font-size: 18px;
}
.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    gap: 20px;
}
.topbar-contact a,
.topbar-social a {
    color: #fff;
    text-decoration: none;
    margin: 0 6px;
    opacity: 0.95;
}
.topbar .sep { color: #bbb; margin: 0 8px; }
.topbar-social a { margin-left: 10px; }
@media (max-width: 600px) {
    .topbar-inner { flex-direction: column; gap: 6px; text-align: center; }
}

/* Icon and accessibility helpers */
.topbar-social a { display: inline-flex; align-items: center; gap: 8px; color: inherit; }
.topbar-social a svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; fill: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Contact icons in left side */
.topbar-contact a { display: inline-flex; align-items: center; gap: 8px; color: inherit; }
.topbar-contact a svg { width: 16px; height: 16px; display: inline-block; vertical-align: middle; fill: currentColor; }
.topbar-contact-text { display: inline-block; }

body {
    font-family: 'Poppins', 'Segoe UI', system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    background: #f9fbf9;
    color: #333;
}

/* HEADER */
header {
    background: linear-gradient(150deg, #1b5e20, #2e7d32);
    color: white;
    padding: 20px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header {
    background-color: #2e7d32; /* your green */
}

.header-container {
    display: flex;
    justify-content: space-between; /* logo left, nav right */
    align-items: center;
    padding: 0 20px;  /* adjust this */
    width: 100%;
}

/* If you want logo EXTREME LEFT */
.header-container {
    padding-left: 70px;
}

.logo {
    height: 105px; /* adjust size */
    margin: 0;
    padding: 0;
}

nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

/* NAVBAR */
header nav {
    background: none;
    padding: 0;
    display: flex;
    gap: 50px;
    align-items: center;
    box-shadow: none;
    position: static;
}

nav {
    background: rgb(217, 200, 91);
    padding: 15px 0;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

nav a {
    color: #1b5e20;
    text-decoration: none;
    margin: 0 20px;
    font-weight: 600;
    transition: 0.3s;
}

header nav a {
    color: white;
    margin: 0;
    font-size: 20px;
}

header nav a:hover {
    color: rgb(217, 200, 91);
}

/* Dropdown Menu */
.dropdown-menu {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.dropdown-menu > a {
    cursor: pointer;
    display: block;
    padding: 8px 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    background: linear-gradient(135deg, #1b5e20, #2e7d32);
    min-width: 420px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    border-radius: 6px;
    margin-top: 0;
    z-index: 1001;
    text-align: left;
    padding-top: 8px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: background 200ms ease;
}

.dropdown-content a:first-child {
    border-radius: 6px 6px 0 0;
}

.dropdown-content a:last-child {
    border-radius: 0 0 6px 6px;
}

.dropdown-content a:hover {
    background: rgba(217, 200, 91, 0.2);
    color: rgb(217, 200, 91);
}

.dropdown-menu:hover .dropdown-content {
    display: block;
}

.dropdown-menu:hover {
    z-index: 1001;
}

nav a:hover {
    color: #2e7d32;
}

/* HERO SECTION */
.hero {
    text-align: center;
    padding: 100px 20px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.hero h2 {
    font-size: 72px;      /* Large Heading */
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hero p {
    font-size: 28px;      /* Large Tagline */
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .hero h2 {
        font-size: 40px;
    }

    .hero p {
        font-size: 20px;
    }
}

.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 30px;
    background: #ffcc00;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s;
}

.btn:hover {
    background: #ffd633;
}

/* CONTAINER */
.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}

.section-theme {
    padding: 60px 8%;
    text-align: center;
}

.section-theme h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1b5e20;
}

.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Exactly 3 cards */
    gap: 30px;
}

.card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.card h3 {
    color: #2e7d32;
    margin-bottom: 15px;
    font-size: 20px;
}

.card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* Hover effect */
.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* CARDS */
.products {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 45px;
    margin-top: 40px;
}

.card {
    background: rgb(131, 210, 152);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(60, 168, 48, 0.605);
    transition: 0.3s ease;
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.product-card h3 {
    margin: 15px 0 10px;
    color: #2e7d32;
    font-size: 18px;
}

.product-card p {
    font-size: 14px;
    color: #555;
}

/* Hover Effect */
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Tablet */
@media (max-width: 1200px) {
    .product-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .product-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card:hover {
    transform: translateY(-8px);
}

.card h3 {
    color: #1b5e20;
    margin-bottom: 15px;
}

/* SECTION BACKGROUND */
.section-light {
    background: #ffffff;
}

.section-green {
    background: #f1f8f2;
}

/* Site-wide section themes */
.section-theme {
    background: linear-gradient(180deg, #f7fbf7 0%, #ffffff 100%);
    padding: 80px 0;
}

.section-theme.alt {
    background: linear-gradient(180deg, #ffffff 0%, #f1f8f2 100%);
}

.section-theme.pattern {
    background-image: repeating-linear-gradient(45deg, rgba(20,150,80,0.02) 0 2px, transparent 2px 8px);
}

/* Values section moved here to keep backgrounds centralized */
.values-section {
    padding: 60px 20px;
    background: #ffffff;
    color: #063920;
}
.values-section .container-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.values-title {
    color: #065c20;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(12px);
    animation: fadeUp 700ms ease forwards;
    animation-delay: 70ms;
}
.values-sub {
    color: #065c20;
    font-size: 28px;
    margin: 0 0 36px 0;
    font-weight: 700;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(18px);
    animation: fadeUp 700ms ease forwards;
    animation-delay: 320ms;
}
.values-sub::before {
    content: 'Organic';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -120px;
    font-size: 220px;
    line-height: 0.82;
    color: rgba(20,150,80,0.08);
    z-index: -1;
    font-weight: 900;
    letter-spacing: 6px;
    text-shadow: 0 2px 8px rgba(11,75,45,0.04);
    transform-origin: center;
    -webkit-font-smoothing: antialiased;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .values-title, .values-sub { animation: none; opacity: 1; transform: none; }
}
.values-grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 140px;
}
.value-item {
    flex: 1 1 200px;
    padding: 20px;
    text-align: center;
    background: #ffffffaf;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(3,36,18,0.06);
    transition: transform 200ms ease, box-shadow 200ms ease;
    min-width: 180px;
    max-width: 260px;
    margin: 0 auto;
}
.value-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 50%;
    background: rgba(241,248,242,1);
    padding: 10px;
}
.value-item h4 {
    color: #1a8a3b;
    margin-top: 18px;
    font-size: 16px;
}
.value-item p {
    color: #0b5a24;
    max-width: 300px;
    margin: 12px auto 0;
    line-height: 1.6;
}

.value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(3,36,18,0.12);
}

@media (max-width: 1000px) {
    .values-sub::before { font-size: 220px; top: -120px; left: -6px; color: rgba(20,150,80,0.26); }
    .values-sub { font-size: 24px; }
    .values-grid { margin-top: 110px; }
}

@media (max-width: 600px) {
    .values-sub::before { font-size: 140px; top: -60px; left: 0; color: rgba(20,150,80,0.20); }
    .values-sub { font-size: 18px; text-align: center; }
    .values-title { text-align: center; }
    .values-grid { flex-direction: column; align-items: center; }
    .value-item { max-width: 420px; }
}

/* FORM */
form input, form textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
}

form button {
    background: #1b5e20;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background: #2e7d32;
}

/* FOOTER */
footer {
    background: #1b5e20;
    color: white;
    padding: 20px 10px;
    text-align: left;
    margin-top: 60px;
}

footer p {
    margin: 10px 0;
}

/* RESPONSIVE */
@media(max-width: 768px){
    .hero h1 {
        font-size: 24px;
    }
}
/* PRODUCT IMAGE STYLING */

.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.product-card:hover {
    transform: translateY(-8px);
}

/* About page hero and layout */
.about-hero {
    background: linear-gradient(rgba(11,75,45,0.75), rgba(11,75,45,0.75));
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
}
.about-hero h1 { font-size: 56px; letter-spacing: 2px; margin-bottom: 10px; }
.about-hero .breadcrumb { color: rgba(255,255,255,0.85); margin-top: 6px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 60px auto; padding: 40px 20px; }
.about-image img { width: 100%; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.about-content h2 { font-size: 34px; margin-bottom: 12px; }
.about-content h2 .green { color: #8dc63f; }
.about-content p { color: #556; line-height: 1.8; margin-bottom: 18px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; color: #264; }
.check-list svg { width: 18px; height: 18px; flex: 0 0 18px; fill: #8dc63f; margin-top: 4px; }

@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; }
    .about-hero h1 { font-size: 36px; }
}

/* Mission section styling */
.mission-section { max-width: 1100px; margin: 40px auto; padding: 36px 20px; background: #fff; border-radius: 8px; box-shadow: 0 8px 30px rgba(3,36,18,0.03); }
.mission-section h3 { color: #1b5e20; font-size: 20px; margin-bottom: 8px; }
.mission-section p { color: #334; line-height: 1.8; margin-bottom: 16px; }

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    color: #1b5e20;
    margin-bottom: 10px;
}

/* Gallery styles */
.gallery-hero {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(180deg, #f7fbf7 0%, #ffffff 100%);
    color: #06401f;
}
.gallery-hero h1 { font-size: 36px; margin-bottom: 8px; }
.gallery-hero p { color: #37664a; max-width: 800px; margin: 8px auto 0; }

.gallery-category {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.gallery-category h2 {
    color: #1b5e20;
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
    border-bottom: 2px solid rgba(27, 94, 32, 0.15);
    padding-bottom: 12px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 0;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(3,36,18,0.04);
}
.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 300ms ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
    font-weight: 600;
}

@media (max-width: 600px) {
    .gallery-item img { height: 160px; }
    .gallery-hero h1 { font-size: 28px; }
}

/* Lightbox styles */
.lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    z-index: 2200;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox .lightbox-content { max-width: 92%; max-height: 86vh; text-align: center; }
.lightbox .lightbox-content img { max-width: 100%; max-height: 80vh; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.lightbox .lightbox-caption { margin-top: 10px; color: #fff; font-weight: 600; }
.lightbox button { position: absolute; background: transparent; border: none; color: #fff; font-size: 36px; cursor: pointer; padding: 14px; }
.lightbox .lightbox-close { right: 18px; top: 14px; font-size: 42px; }
.lightbox .lightbox-prev { left: 18px; top: 50%; transform: translateY(-50%); font-size: 48px; }
.lightbox .lightbox-next { right: 18px; top: 50%; transform: translateY(-50%); font-size: 48px; }

@media (max-width: 700px) {
    .lightbox button { font-size: 28px; padding: 10px; }
    .lightbox .lightbox-close { font-size: 34px; right: 12px; }
}

.mission-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.mission-box {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.mission-box:hover {
    transform: translateY(-8px);
}

.mission-box h3 {
    margin-bottom: 15px;
    color: #1b5e20;
}
/* ================= FOOTER BACKGROUND ================= */

.main-footer {
    position: relative;
    background: url('images/footer.jpg') center/cover no-repeat;
    color: #ccc;
    padding-top: 70px;
    font-family: 'Poppins', sans-serif;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

.footer-container {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* ================= COLUMNS ================= */

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 1px;
}

/* Green Accent Line */
.green-line {
    width: 40px;
    height: 3px;
    background: #2ecc71;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #2ecc71;
    padding-left: 5px;
}

/* Social Icons */
.footer-social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: #ccc;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #2ecc71;
    transform: scale(1.2);
}

/* Bottom Section */
.footer-bottom {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid #333;
    font-size: 14px;
}

.footer-bottom span {
    color: #2ecc71;
}

/* ================= SCROLL TO TOP ================= */

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #2ecc71;
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    z-index: 999;
}

#scrollTopBtn:hover {
    background: #27ae60;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #2ecc71;
    transform: translateY(-5px);
}

/* ===== CONTACT SECTION WITH MAP ===== */

.contact-premium {
    padding: 80px 0;
    background: linear-gradient(to right, #f4f9f6, #ffffff);
}

.contact-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-left {
    flex: 1;
    min-width: 320px;
}

.contact-left h2 {
    color: #2e7d32;
    margin-bottom: 15px;
}

.contact-subtext {
    margin-bottom: 30px;
    line-height: 1.6;
}

/* FORM */
.premium-form .input-group {
    margin-bottom: 20px;
}

.premium-form input,
.premium-form textarea {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}

.premium-form input:focus,
.premium-form textarea:focus {
    border-color: #2ecc71;
    box-shadow: 0 0 8px rgba(46, 204, 113, 0.2);
    outline: none;
}

.premium-btn {
    background: #2ecc71;
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.premium-btn:hover {
    background: #27ae60;
    transform: translateY(-3px);
}

/* MAP */
.contact-map {
    flex: 1;
    min-width: 320px;
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Tablet */
@media (max-width: 992px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .products {
        grid-template-columns: 1fr;
    }
}