/*
Theme Name: Bhookh
Theme URI: https://bhookh.in
Author: Bhookh Trust
Author URI: https://bhookh.in
Description: Bhookh is an Indian non-profit trust working to fight hunger, reduce food waste, promote public health, and support vulnerable communities. This lightweight theme is custom-built exclusively for Bhookh with a modular, future-ready structure.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhookh
Tags: ngo, charity, nonprofit, hunger, food, india
*/

/* ===== ROOT COLORS (INDIAN FLAG) ===== */
:root{
  --saffron:#FF9933;
  --white:#FFFFFF;
  --green:#138808;
  --navy:#002147;
}

/* ===== BASIC RESET ===== */
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:var(--white);
  color:var(--navy);
}

a{
  text-decoration:none;
  color:inherit;
}

/* ===== HEADER ===== */
header{
  background:linear-gradient(to right,var(--saffron),var(--white),var(--green));
  padding:15px 20px;
  border-bottom:4px solid var(--navy);
}

header .logo img{
  max-height:65px;
}

nav ul{
  list-style:none;
  padding:0;
  margin:10px 0 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:15px;
}

nav ul li a{
  font-weight:bold;
  color:var(--navy);
}

/* ===== HERO ===== */
.hero{
  text-align:center;
  padding:90px 20px;
  border-top:6px solid var(--saffron);
  border-bottom:6px solid var(--green);
}

.hero h1{
  font-size:40px;
  margin-bottom:15px;
}

.hero p{
  max-width:800px;
  margin:0 auto 25px auto;
  font-size:18px;
}

.btn{
  display:inline-block;
  padding:14px 30px;
  background:var(--saffron);
  color:#fff;
  border-radius:6px;
  font-weight:bold;
}

.btn:hover{
  background:var(--green);
}

/* ===== SECTIONS ===== */
section{
  max-width:1200px;
  margin:40px auto;
  padding:35px 25px;
  background:#fff;
  border-left:6px solid var(--saffron);
  border-right:6px solid var(--green);
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

section h2{
  margin-top:0;
  color:var(--navy);
}

/* ===== FOOTER ===== */
footer{
  background:var(--green);
  color:#fff;
  padding:25px;
  text-align:center;
  border-top:4px solid var(--saffron);
}

footer a{
  color:#fff;
}
