/*
Theme Name: Evergreen Dynamic Theme
Theme URI: https://example.com/evergreen-dynamic
Author: ChatGPT
Author URI: https://openai.com
Description: A dynamic WordPress theme inspired by Evergreen Best Solutions LLC landing page. Editable hero, about, features and footer sections through the WordPress Customizer.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evergreen-dynamic
Tags: custom-logo, custom-background, custom-menu, one-column, featured-images, theme-options
*/

:root{
  --green:#008749;
  --green-dark:#03332a;
  --dark:#0b1412;
  --muted:#5f6764;
  --heading:#222522;
  --white:#fff;
  --radius:16px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',Arial,sans-serif;color:var(--heading);background:#fff;line-height:1.7;font-size:15px}
a{color:inherit;text-decoration:none} img{max-width:100%;height:auto;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.site-header{background:#fff;min-height:100px;display:flex;align-items:center;justify-content:center;position:relative;z-index:20;box-shadow:0 1px 0 rgba(0,0,0,.04)}.site-logo img{max-height:70px;width:auto;margin:auto}.main-nav{position:absolute;right:40px;top:50%;transform:translateY(-50%)}.main-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:24px}.main-nav a{font-weight:600;font-size:14px}.hero{min-height:535px;background-size:cover;background-position:center right;position:relative;display:flex;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,19,17,.96) 0%,rgba(0,28,24,.84) 37%,rgba(0,0,0,.28) 68%,rgba(0,0,0,.05) 100%)}.hero .container{position:relative;z-index:2}.hero-content{max-width:780px;color:#fff;padding:50px 0}.eyebrow{font-family:'Pacifico',cursive;font-size:23px;font-weight:400;margin:0 0 22px;color:#fff}.hero h1{font-size:46px;line-height:1.26;letter-spacing:.4px;margin:0 0 30px;font-weight:900;text-transform:uppercase;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--green);color:#fff;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.3px;padding:13px 30px;transition:.25s ease}.btn:hover{transform:translateY(-2px);background:#006f3c}.section{padding:130px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.image-stack{position:relative;min-height:390px}.image-stack .main-img{width:380px;border-radius:14px;overflow:hidden}.image-stack .small-img{position:absolute;left:285px;bottom:16px;width:285px;border:6px solid var(--green);border-radius:12px;overflow:hidden;box-shadow:0 16px 30px rgba(0,0,0,.12)}.section-label{font-family:'Pacifico',cursive;font-size:16px;color:#101010;text-decoration:underline;margin-bottom:18px;text-transform:lowercase}.about-content h2{font-size:38px;line-height:1.25;margin:0 0 24px;font-weight:900;color:#2a2a2a}.about-content p{color:#4d5752;margin:0 0 26px}.features{display:grid;grid-template-columns:1fr 1fr;gap:24px 58px;margin:28px 0 34px}.feature h3{font-size:16px;margin:0 0 6px;font-weight:900}.feature p{font-size:13px;line-height:1.55;margin:0;color:#66706c}.site-footer{background-size:cover;background-position:center;position:relative;color:#fff;padding:72px 0}.site-footer:before{content:"";position:absolute;inset:0;background:rgba(0,12,10,.88)}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.5fr;gap:64px}.footer-title{font-size:22px;line-height:1.15;font-weight:900;text-transform:uppercase;margin:0 0 22px}.footer-widget h3{font-size:21px;margin:0 0 20px;font-weight:900}.footer-widget p,.footer-widget li{font-size:14px;color:#f0f4f2}.footer-widget ul{list-style:disc;padding-left:18px;margin:0}.footer-widget li{margin-bottom:8px}.socials{display:flex;gap:16px;margin-top:18px}.socials a{font-weight:900}.phone{font-size:22px;font-weight:900;margin:10px 0 14px;color:#fff}.footer-search{display:flex;margin-top:24px;max-width:310px}.footer-search input{flex:1;border:0;padding:16px 18px;font-size:15px}.footer-search button{width:70px;border:0;background:var(--green);color:#fff;font-weight:900}.copyright{position:relative;z-index:1;text-align:center;margin-top:48px;color:#cbd7d2;font-size:13px}.page-content{padding:70px 0}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
@media (max-width: 960px){.main-nav{display:none}.hero h1{font-size:36px}.about-grid,.footer-grid{grid-template-columns:1fr;gap:45px}.section{padding:80px 0}.image-stack .small-img{left:190px}.footer-grid{gap:28px}}@media (max-width: 600px){.container{padding:0 18px}.hero{min-height:470px}.hero h1{font-size:30px}.eyebrow{font-size:20px}.about-content h2{font-size:30px}.features{grid-template-columns:1fr}.image-stack{min-height:auto}.image-stack .main-img{width:100%}.image-stack .small-img{position:relative;left:auto;bottom:auto;width:78%;margin:-55px 0 0 auto}.footer-search{max-width:100%}}
