/*
Theme Name: Bio Crops
Theme URI: https://www.shabbirshowne.com/themes/bio-crops
Author: Shabbir Showne
Author URI: https://www.shabbirshowne.com
Description: Bio Crops is a bold, modern Agro-Tech WordPress theme built for premium agricultural brands, agro farms, and sustainable crop businesses. Featuring a dark organic-futurism aesthetic with neon green accents, GSAP scroll animations, bento grid tech sections, animated statistics, Swiper.js testimonials, interactive product showcases, and a full-featured contact form — all fully responsive and performance-optimized.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2026 Shabbir Showne.
Text Domain: bio-crops
Tags: agro, agriculture, farm, dark, neon, modern, one-page, full-width, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, blog, business, e-commerce, food-and-drink, sustainability, technology, portfolio, responsive-layout, right-sidebar, custom-colors, custom-header, custom-background, editor-style, sticky-post, wide-blocks
Contact: hello@shabbirshowne.com
*/

:root {
    --pine: #0A2417;
    --terracotta: #D9835D;
    --cream: #F7FAF7;
    --lush: #2D5A27;
    --leaf: #4BA145;
    --earth: #704735;
}

body {
    background-color: var(--cream);
    color: var(--pine);
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.font-display { font-family: 'Plus Jakarta Sans', sans-serif; }

.glass {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.8);
}

.btn-primary {
    display: inline-flex;
    padding: 1rem 2rem;
    background-color: var(--lush);
    color: white;
    font-weight: 700;
    border-radius: 9999px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    box-shadow: 0 10px 20px rgba(45, 90, 39, 0.2);
}

.btn-primary:hover {
    background-color: var(--leaf);
    transform: scale(1.05);
}

.btn-accent {
    display: inline-flex;
    padding: 1rem 2rem;
    background-color: var(--terracotta);
    color: white;
    font-weight: 700;
    border-radius: 9999px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 11px;
    box-shadow: 0 10px 20px rgba(217, 131, 93, 0.2);
}

.btn-accent:hover {
    background-color: rgba(217, 131, 93, 0.9);
    transform: scale(1.05);
}

.premium-card {
    background: white;
    border: 1px solid rgba(45, 90, 39, 0.05);
    border-radius: 2rem;
    padding: 2rem;
    transition: all 0.5s;
}

.premium-card:hover {
    box-shadow: 0 25px 50px -12px rgba(45, 90, 39, 0.1);
    transform: translateY(-8px);
}

.reveal { opacity: 0; transform: translateY(30px); }
