@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');

:root {
    --primary-color: #ff8c00;
    --primary-dark: #e67e00;
    --secondary-color: #2e5a27;
    --text-color: #333333;
    --bg-light: #fdfdfd;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

body {
    font-family: 'Outfit', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-light);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--secondary-color);
}

.section-padding {
    padding: 100px 0;
}

.bg-accent {
    background-color: #fff9f0;
}



.hero-content h1 {
    color: var(--white);
    font-size: 4rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.25rem;
    max-width: 600px;
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    overflow: hidden;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

.card-body {
    padding: 30px;
}

.card-title {
    color: var(--secondary-color);
    font-weight: 600;
}

/* Variety Badge */
.variety-badge {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

/* Sorting Section */
.sorting-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.sorting-img-wrapper img {
    width: 100%;
    transition: var(--transition);
}

.sorting-img-wrapper:hover img {
    transform: scale(1.05);
}

/* Contact Form */
.contact-form-wrapper {
    background: var(--white);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.form-control {
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-family: inherit;
}

.form-control:focus {
    box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.1);
    border-color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
    transition: var(--transition);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .section-padding {
        padding: 60px 0;
    }
    .contact-form-wrapper {
        padding: 30px;
    }
}
/* ---------- NEW BASIC FOOTER ---------- */
        .site-footer {
            background-color: #2c3e2f;        /* deep mango-leaf green */
            color: #ede8dd;
            padding: 3rem 2rem 1.5rem;
            margin-top: 3rem;
            border-radius: 3rem 3rem 0 0;
        }

        .footer-content {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2.5rem;
        }

        .footer-col {
            flex: 1 1 200px;
        }

        .footer-col h4 {
            font-family: "Playfair Display", serif;
            color: #fadcb9;
            font-size: 1.3rem;
            margin-bottom: 1.2rem;
            border-left: 4px solid #b76e2e;
            padding-left: 0.8rem;
        }

        .footer-col p, .footer-col a {
            color: #dbd3c5;
            text-decoration: none;
            font-size: 0.98rem;
            display: block;
            margin-bottom: 0.6rem;
            transition: color 0.2s;
        }

        .footer-col a:hover {
            color: #ffc891;
        }

        .footer-col i {
            color: #b76e2e;
            width: 24px;
            margin-right: 8px;
        }

        .social-links {
            display: flex;
            gap: 1.2rem;
            margin-top: 1rem;
        }

        .social-links a {
            background: #4a634a;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transition: 0.2s;
            font-size: 1.2rem;
        }

        .social-links a:hover {
            background: #b76e2e;
            transform: translateY(-3px);
        }

        .footer-bottom {
            max-width: 1280px;
            margin: 2rem auto 0;
            padding-top: 1.8rem;
            border-top: 1px solid #5f755f;
            color: #b9b0a1;
            font-size: 0.9rem;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-bottom a {
            color: #fad7b1;
            text-decoration: none;
            margin: 0 0.4rem;
        }

        .footer-bottom a:hover {
            text-decoration: underline;
        }
        /* ---------- END FOOTER ---------- */

        /* image placeholders (using unsplash / realistic mango photos) */
        .bg-banganapalli { background-image: url('https://images.unsplash.com/photo-1621748393582-87e7ffbcdd1f?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'); }
        .bg-alphonso { background-image: url('https://images.unsplash.com/photo-1631726119910-84d101c8a598?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'); }
        .bg-kesar { background-image: url('https://images.unsplash.com/photo-1621504407696-3b3595133e3b?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'); }
        .bg-rasalu { background-image: url('https://images.unsplash.com/photo-1605027990121-cbae9e0642bd?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80'); }

        @media (max-width: 600px) {
            .navbar {
                flex-direction: column;
                gap: 0.7rem;
            }
            .nav-links {
                gap: 1.5rem;
            }
            .hero-section {
                padding: 2rem 1.5rem;
            }
        }