/*
Theme Name: Sarvodaya Mandal - Andhra Pradesh Trust
Theme URI: https://sarvodayamandal.com
Author: SARVODAYA MANDAL TRUST (RAMBABU NAIDU NEELAM)
Author URI: https://sarvodayamandal.com
Description: Official, 100% White-Label WordPress Theme for Andhra Pradesh Sarvodaya Mandal Trust (విజయవాడ). Dedicated to Gandhian and Acharya Vinoba Bhave's Sarvodaya ideals, welfare of rural underprivileged communities, education, and healthcare across Andhra Pradesh.
Version: 2.1.0
Tested up to: 6.8
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarvodaya-mandal
Tags: charity, non-profit, sarvodaya, andhra-pradesh, donation, custom-menu, custom-logo, theme-options, translation-ready, grid-layout, right-sidebar
*/

/* Reset & Global Root Variables */
:root {
    --primary: #D54400; /* Warm Earthy Saffron-Orange */
    --secondary: #F7CF47; /* Gold / Marigold */
    --secondary-hover: #e2be3d;
    --primary-hover: #c03d00;
    --primary-dark: #9d3200;
    --rgba-primary-1: rgba(213, 68, 0, 0.1);
    --rgba-primary-2: rgba(213, 68, 0, 0.2);
    --rgba-primary-3: rgba(213, 68, 0, 0.3);
    --rgba-primary-8: rgba(213, 68, 0, 0.8);
    --title: #003B4A; /* Deep slate teal */
    --text-color: #444444;
    --bg-light: #f9fafb;
    --border-color: #e5e7eb;
    --font-heading: 'Poppins', 'Segoe UI', sans-serif;
    --font-body: 'Inter', 'Segoe UI', Tahoma, sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--text-color);
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--title);
    font-weight: 700;
    margin-top: 0;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-hover);
}

img {
    max-width: 100%;
    height: auto;
}
