/*
Theme Name: Shree Balaji Trust
Theme URI: https://shreebalajicharitabletrust.org
Author: Shree Balaji Charitable Trust
Author URI: https://shreebalajicharitabletrust.org
Description: Premium donation-focused NGO theme for Shree Balaji Charitable Trust. Built for trust, storytelling, and conversion.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: shree-balaji-trust
Tags: charity, ngo, donation, custom-menu, featured-images, full-width-template
*/

:root {
  --sbt-orange: #f15a24;
  --sbt-orange-dark: #d94e1f;
  --sbt-orange-light: #fff4ef;
  --sbt-white: #ffffff;
  --sbt-grey-100: #f8f9fa;
  --sbt-grey-200: #e9ecef;
  --sbt-grey-600: #6c757d;
  --sbt-grey-800: #343a40;
  --sbt-grey-900: #212529;
  --sbt-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --sbt-radius: 12px;
  --sbt-font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sbt-max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sbt-font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--sbt-grey-800);
  background: var(--sbt-white);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--sbt-orange);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--sbt-orange-dark);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--sbt-grey-900);
  line-height: 1.3;
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: var(--sbt-max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section {
  padding: 5rem 0;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  text-align: center;
  color: var(--sbt-grey-600);
  max-width: 640px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  font-family: var(--sbt-font);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  min-height: 48px;
}

.btn-primary {
  background: var(--sbt-orange);
  color: var(--sbt-white);
  border-color: var(--sbt-orange);
}

.btn-primary:hover {
  background: var(--sbt-orange-dark);
  border-color: var(--sbt-orange-dark);
  color: var(--sbt-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 90, 36, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--sbt-white);
  border-color: var(--sbt-white);
}

.btn-outline:hover {
  background: var(--sbt-white);
  color: var(--sbt-orange);
}

.btn-outline-dark {
  background: transparent;
  color: var(--sbt-orange);
  border-color: var(--sbt-orange);
}

.btn-outline-dark:hover {
  background: var(--sbt-orange);
  color: var(--sbt-white);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
