:root {
	--srijaan-orange: #ee7623;
	--srijaan-orange-dark: #d4611a;
	--srijaan-teal: #0c6170;
	--srijaan-teal-dark: #094a56;
	--srijaan-dark: #1f2937;
	--srijaan-light-bg: #f7f8fa;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
	color: var(--srijaan-dark);
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	word-break: break-word;
}

img { max-width: 100%; height: auto; }

.table-responsive { -webkit-overflow-scrolling: touch; }

a { color: var(--srijaan-teal); }
a:hover { color: var(--srijaan-orange); }

/* ---------- Buttons ---------- */
.btn-donate {
	background-color: var(--srijaan-orange);
	border-color: var(--srijaan-orange);
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	padding: 8px 22px;
}
.btn-donate:hover {
	background-color: var(--srijaan-orange-dark);
	border-color: var(--srijaan-orange-dark);
	color: #fff;
}
.btn-brand {
	background-color: var(--srijaan-teal);
	border-color: var(--srijaan-teal);
	color: #fff;
	border-radius: 30px;
}
.btn-brand:hover {
	background-color: var(--srijaan-teal-dark);
	border-color: var(--srijaan-teal-dark);
	color: #fff;
}
.btn-outline-brand {
	border-color: var(--srijaan-teal);
	color: var(--srijaan-teal);
	border-radius: 30px;
}
.btn-outline-brand:hover {
	background-color: var(--srijaan-teal);
	color: #fff;
}

/* ---------- Top bar & Nav ---------- */
.topbar {
	background: var(--srijaan-teal-dark);
	color: #fff;
	font-size: 0.85rem;
	padding: 6px 0;
}
.topbar a { color: #fff; opacity: .9; text-decoration: none; margin-left: 14px; }
.topbar a:hover { opacity: 1; text-decoration: underline; }

.site-navbar {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	padding: 8px 0;
}
.site-navbar .navbar-brand {
	font-weight: 800;
	font-size: 1.35rem;
	color: var(--srijaan-teal-dark);
	padding: 0;
}
.brand-logo {
	height: 56px;
	width: 56px;
	object-fit: contain;
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
.brand-wordmark { font-size: 1.2rem; line-height: 1.1; }

@media (min-width: 768px) {
	.brand-logo { height: 64px; width: 64px; }
}
@media (max-width: 400px) {
	.brand-logo { height: 46px; width: 46px; }
}
.site-navbar .nav-link {
	font-weight: 600;
	color: var(--srijaan-dark) !important;
	margin: 0 6px;
}
.site-navbar .nav-link:hover { color: var(--srijaan-orange) !important; }
.site-navbar .dropdown-menu { border: none; box-shadow: 0 6px 20px rgba(0,0,0,.12); }
.site-navbar .btn-donate { white-space: nowrap; }

@media (max-width: 991.98px) {
	.site-navbar .navbar-nav { padding-top: 10px; }
	.site-navbar .nav-link { padding: 10px 6px; border-bottom: 1px solid #f0f0f0; }
	.site-navbar .nav-item.ms-lg-3 { margin-top: 10px; }
	.site-navbar .btn-donate { display: inline-block; width: 100%; text-align: center; }
}

/* ---------- Hero ---------- */
.hero {
	background: linear-gradient(135deg, var(--srijaan-teal-dark), var(--srijaan-teal));
	color: #fff;
	padding: clamp(50px, 8vw, 90px) 0;
}
.hero h1 { font-size: clamp(1.6rem, 4.5vw, 2.6rem); }
.hero .tagline { font-size: clamp(.95rem, 2vw, 1.15rem); opacity: .92; }
.hero .btn { margin: 6px; }

/* ---------- Section spacing ---------- */
.section { padding: clamp(40px, 8vw, 70px) 0; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { color: var(--srijaan-teal-dark); font-size: clamp(1.4rem, 3.5vw, 1.9rem); }
.section-title .underline {
	width: 60px; height: 4px; background: var(--srijaan-orange);
	margin: 12px auto 0; border-radius: 2px;
}
.bg-light-alt { background: var(--srijaan-light-bg); }

/* ---------- Pillar / Objective cards ---------- */
.pillar-card {
	border: none;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(0,0,0,.06);
	transition: transform .2s ease, box-shadow .2s ease;
	height: 100%;
}
.pillar-card:hover { transform: translateY(-6px); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.pillar-card .icon-circle {
	width: 56px; height: 56px; border-radius: 50%;
	background: rgba(238,118,35,.12); color: var(--srijaan-orange);
	display: flex; align-items: center; justify-content: center;
	font-size: 1.4rem; margin-bottom: 14px;
}

/* ---------- Stat counters ---------- */
.stat-box { text-align: center; padding: 20px; }
.stat-box .num { font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 800; color: var(--srijaan-orange); }
.stat-box .label { color: #555; font-weight: 600; font-size: .9rem; }

/* ---------- Cards (programs/blog/events) ---------- */
.content-card {
	border: none; border-radius: 12px; overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,.07);
	transition: transform .2s ease, box-shadow .2s ease;
	height: 100%;
}
.content-card:hover { transform: translateY(-4px); box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.content-card img { height: 190px; width: 100%; object-fit: cover; }

@media (max-width: 575.98px) {
	.content-card img { height: 160px; }
}

/* ---------- Generic form cards (survey/donate/volunteer/login) ---------- */
.card { border-radius: 12px; }
.card.shadow-sm { box-shadow: 0 4px 16px rgba(0,0,0,.06) !important; }

.form-control, .form-select {
	border-radius: 8px;
}
.form-control:focus, .form-select:focus {
	border-color: var(--srijaan-teal);
	box-shadow: 0 0 0 .2rem rgba(12,97,112,.15);
}

.btn { transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-donate, .btn-brand { box-shadow: 0 4px 12px rgba(0,0,0,.1); }

/* ---------- Donate CTA band ---------- */
.donate-cta {
	background: linear-gradient(135deg, var(--srijaan-orange), var(--srijaan-orange-dark));
	color: #fff;
	padding: clamp(36px, 6vw, 50px) 0;
	text-align: center;
}
.donate-cta h2 { color: #fff; font-size: clamp(1.3rem, 3.5vw, 1.8rem); }

/* ---------- Footer ---------- */
.site-footer {
	background: var(--srijaan-dark);
	color: #cbd5e1;
	padding: clamp(36px, 6vw, 60px) 0 20px;
}
@media (max-width: 767.98px) {
	.site-footer .col-md-3 { margin-bottom: 24px; }
	.site-footer .col-md-3:last-child { margin-bottom: 0; }
}
.site-footer h6 {
	color: #fff; text-transform: uppercase; font-size: .85rem;
	letter-spacing: .5px; margin-bottom: 18px;
}
.site-footer a { color: #cbd5e1; text-decoration: none; }
.site-footer a:hover { color: var(--srijaan-orange); }
.site-footer ul { list-style: none; padding-left: 0; }
.site-footer ul li { margin-bottom: 8px; }
.social-icons a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 36px; height: 36px; border-radius: 50%;
	background: rgba(255,255,255,.08); margin-right: 8px;
}
.social-icons a:hover { background: var(--srijaan-orange); }
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 40px; padding-top: 20px;
	font-size: .85rem; color: #94a3b8;
}
