:root {
    --primary-color: #e8491d;
    --primary-dark: #c73a13;
    --secondary-color: #f9a825;
    --dark-color: #1a1a2e;
    --dark-blue: #16213e;
    --text-color: #333;
    --text-light: #666;
    --bg-light: #f8f9fa;
    --white: #fff;
    --shadow: 0 5px 30px rgba(0,0,0,0.08);
    --radius: 12px;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
}

.section-padding {
    padding: 80px 0;
}

.top-bar {
    background: var(--dark-color);
    color: rgba(255,255,255,0.8);
    padding: 8px 0;
    font-size: 0.85rem;
}

.top-bar-info span {
    margin-right: 20px;
    display: inline-block;
}

.top-bar-info i {
    color: var(--primary-color);
    margin-right: 5px;
}

.top-bar-social a {
    color: rgba(255,255,255,0.7);
    margin-left: 12px;
    font-size: 0.9rem;
}

.top-bar-social a:hover {
    color: var(--primary-color);
}

.main-nav {
    background: var(--white);
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    padding: 5px 0;
    z-index: 1000;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    width: 70px;
    height: 70px;
    background:#e8491d00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-text strong {
    font-size: 1.1rem;
    color: var(--dark-color);
    font-family: 'Poppins', sans-serif;
}

.brand-text small {
    font-size: 0.7rem;
    color: var(--text-light);
}

.nav-link {
    font-weight: 500;
    color: var(--dark-color) !important;
    padding: 10px 15px !important;
    font-size: 0.95rem;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 3px;
}

.btn-donate {
    background: var(--primary-color);
    color: #fff !important;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
}

.btn-donate:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(232,73,29,0.4);
}

.hero-slider .carousel-item {
    height: 600px;
}

.slide-bg {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.slide-bg .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.85), rgba(22,33,62,0.7));
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.slide-content h1 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.slide-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.slide-buttons .btn {
    margin-right: 10px;
    padding: 12px 35px;
    font-weight: 600;
}

.quick-links-bar {
    background: var(--dark-blue);
    position: relative;
    z-index: 10;
}

.quick-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 25px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: var(--transition);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.quick-link-item:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.quick-link-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.quick-link-item span {
    font-weight: 500;
    font-size: 0.95rem;
}

.section-title {
    margin-bottom: 50px;
}

.section-title .subtitle,
.section-title-left .subtitle {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.section-title h2,
.section-title-left h2 {
    font-size: 2.5rem;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.section-title p {
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.section-title-left {
    margin-bottom: 25px;
}

.about-images {
    position: relative;
    padding: 20px;
}

.about-img-main img {
    border-radius: var(--radius);
    width: 80%;
}

.about-img-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
}

.about-img-overlay img {
    border-radius: var(--radius);
    border: 5px solid #fff;
    box-shadow: var(--shadow);
}

.experience-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    color: #fff;
    padding: 20px 25px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: 0 10px 30px rgba(232,73,29,0.4);
}

.experience-badge .years {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.experience-badge .text {
    font-size: 0.8rem;
    font-weight: 500;
}

.stat-box {
    background: var(--bg-light);
    padding: 20px;
    border-radius: var(--radius);
    text-align: center;
    border-left: 4px solid var(--primary-color);
}

.stat-box h3 {
    color: var(--primary-color);
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
}

.stat-box p {
    margin: 0;
    color: var(--text-light);
    font-size: 0.9rem;
}

.program-card {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.program-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #fff;
}

.program-card h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.program-card p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.read-more {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
}

.read-more:hover {
    color: var(--primary-dark);
}

.read-more i {
    transition: var(--transition);
    margin-left: 5px;
}

.read-more:hover i {
    transform: translateX(5px);
}

.cta-section {
    background: url('/assets/images/slider/slide2.png') center/cover fixed;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

.cta-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(232,73,29,0.9), rgba(26,26,46,0.9));
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-section p {
    opacity: 0.9;
    font-size: 1.1rem;
}

.news-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

.news-body {
    padding: 20px;
}

.news-body h5 a {
    color: var(--dark-color);
    font-size: 1.1rem;
}

.news-body h5 a:hover {
    color: var(--primary-color);
}

.news-body p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.event-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.event-card:hover {
    transform: translateY(-3px);
}

.event-date-badge {
    background: var(--primary-color);
    color: #fff;
    padding: 15px;
    border-radius: var(--radius);
    text-align: center;
    min-width: 70px;
}

.event-date-badge .day {
    font-size: 1.8rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.event-date-badge .month {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.event-info h5 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.event-info h5 a {
    color: var(--dark-color);
}

.event-info h5 a:hover {
    color: var(--primary-color);
}

.event-info p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-light);
}

.event-info i {
    color: var(--primary-color);
    margin-right: 5px;
}

.impact-section {
    background: url('/assets/images/slider/slide3.png') center/cover fixed;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

.impact-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(26,26,46,0.9);
}

.impact-section .container {
    position: relative;
    z-index: 2;
}

.impact-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.impact-item h3 {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.impact-item p {
    font-size: 1rem;
    opacity: 0.8;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-body {
    padding: 20px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 0.85rem;
    color: var(--text-light);
}

.blog-meta i {
    color: var(--primary-color);
    margin-right: 5px;
}

.blog-body h5 a {
    color: var(--dark-color);
    font-size: 1.1rem;
}

.blog-body h5 a:hover {
    color: var(--primary-color);
}

.blog-body p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.newsletter-section {
    background: var(--dark-color);
    padding: 60px 0;
    color: #fff;
}

.newsletter-section h3 {
    margin-bottom: 10px;
}

.newsletter-form .form-control {
    border-radius: 50px 0 0 50px;
    border: none;
    padding: 12px 25px;
}

.newsletter-form .btn {
    border-radius: 0 50px 50px 0;
    padding: 12px 30px;
}

.main-footer {
    background: var(--dark-blue);
    color: rgba(255,255,255,0.8);
}

.footer-top {
    padding: 60px 0 30px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.footer-widget h4 i {
    color: var(--primary-color);
    margin-right: 8px;
}

.footer-widget h5 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.footer-widget p {
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.footer-contact i {
    color: var(--primary-color);
    margin-right: 10px;
    width: 15px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
}

.page-header {
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
    position: relative;
    text-align: center;
    color: #fff;
}

.page-header .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.9), rgba(22,33,62,0.8));
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.page-header .breadcrumb {
    justify-content: center;
    margin: 0;
}

.page-header .breadcrumb-item a {
    color: rgba(255,255,255,0.7);
}

.page-header .breadcrumb-item.active {
    color: var(--primary-color);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

.mission-card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
    height: 100%;
    transition: var(--transition);
}

.mission-card:hover {
    transform: translateY(-5px);
}

.mission-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    color: #fff;
}

.mission-card h4 {
    margin-bottom: 15px;
    color: var(--dark-color);
}

.mission-card p {
    color: var(--text-light);
    font-size: 0.9rem;
}

.stat-card {
    background: var(--white);
    padding: 30px 20px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.stat-card h3 {
    color: var(--dark-color);
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
}

.stat-card p {
    color: var(--text-light);
    margin: 0;
}

.program-card-full {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.program-card-full:hover {
    transform: translateY(-5px);
}

.program-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-icon-badge {
    position: absolute;
    bottom: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(232,73,29,0.4);
}

.program-content {
    padding: 30px 20px 20px;
}

.program-content h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.program-content p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.event-card-full {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.event-card-full:hover {
    transform: translateY(-5px);
}

.event-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-date-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: var(--radius);
    text-align: center;
}

.event-date-overlay .day {
    font-size: 1.8rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.event-date-overlay .month {
    font-size: 0.75rem;
    font-weight: 500;
}

.event-content {
    padding: 20px;
}

.event-content h5 a {
    color: var(--dark-color);
}

.event-content h5 a:hover {
    color: var(--primary-color);
}

.event-meta {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 10px;
}

.event-meta i {
    color: var(--primary-color);
}

.event-details-bar {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding: 15px 20px;
    background: var(--bg-light);
    border-radius: var(--radius);
}

.event-details-bar span {
    font-size: 0.9rem;
    color: var(--text-light);
}

.event-details-bar i {
    color: var(--primary-color);
    margin-right: 5px;
}

.blog-card-horizontal {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.blog-card-horizontal:hover {
    transform: translateY(-3px);
}

.blog-category-badge {
    background: var(--primary-color);
    color: #fff;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.object-cover {
    object-fit: cover;
}

.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: var(--white);
    border-radius: var(--radius);
    padding: 25px;
    box-shadow: var(--shadow);
    margin-bottom: 25px;
}

.sidebar-widget h5 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    font-family: 'Poppins', sans-serif;
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    border-bottom: 1px solid #eee;
}

.sidebar-links li a {
    display: block;
    padding: 10px 0;
    color: var(--text-color);
    font-size: 0.9rem;
}

.sidebar-links li a:hover,
.sidebar-links li.active a {
    color: var(--primary-color);
    padding-left: 10px;
}

.sidebar-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-posts li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.sidebar-posts li a {
    color: var(--dark-color);
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
}

.sidebar-posts li a:hover {
    color: var(--primary-color);
}

.sidebar-posts li small {
    color: var(--text-light);
    font-size: 0.8rem;
}

.cta-widget {
    background: var(--dark-color);
    color: #fff;
}

.cta-widget h5 {
    color: #fff;
    border-color: var(--primary-color);
}

.cta-widget p {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

.event-detail-list {
    list-style: none;
    padding: 0;
}

.event-detail-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

.event-detail-list strong {
    color: var(--dark-color);
}

.content-body {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-color);
}

.content-body p {
    margin-bottom: 15px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    color: var(--text-light);
    font-size: 0.9rem;
}

.post-meta i {
    color: var(--primary-color);
    margin-right: 5px;
}

.gallery-filter {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-filter {
    background: var(--bg-light);
    border: 2px solid transparent;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
}

.btn-filter:hover,
.btn-filter.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.gallery-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: var(--transition);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h6 {
    color: #fff;
    margin-bottom: 5px;
}

.gallery-overlay p {
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    margin: 0;
}

.gallery-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}

.gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.gallery-lightbox.show {
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    text-align: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: var(--radius);
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

#lightboxCaption {
    color: #fff;
    margin-top: 15px;
    font-size: 1rem;
}

.contact-form-wrapper {
    background: var(--white);
    padding: 35px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.contact-form-wrapper h3 {
    margin-bottom: 10px;
    color: var(--dark-color);
}

.contact-info-sidebar {
    padding: 30px;
    background: var(--dark-color);
    border-radius: var(--radius);
    color: #fff;
}

.contact-info-item {
    margin-bottom: 25px;
    display: flex;
    gap: 15px;
}

.contact-info-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 3px;
}

.contact-info-item h5 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.contact-info-item p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.donate-card {
    background: var(--white);
    padding: 35px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.donate-card h4 {
    margin-bottom: 25px;
    color: var(--dark-color);
}

.donate-method {
    padding: 20px;
    background: var(--bg-light);
    border-radius: var(--radius);
}

.donate-method h5 {
    color: var(--dark-color);
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.donate-method h5 i {
    color: var(--primary-color);
    margin-right: 8px;
}

.donate-method p {
    margin: 3px 0;
    font-size: 0.9rem;
}

.donation-impact {
    border-left: 3px solid var(--primary-color);
    padding-left: 20px;
}

.impact-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.impact-amount {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    min-width: 60px;
    text-align: center;
}

.impact-desc {
    color: var(--text-color);
    font-size: 0.9rem;
}

.impact-stats-section {
    padding: 60px 0 0;
}

@media (max-width: 991px) {
    .hero-slider .carousel-item { height: 500px; }
    .slide-content h1 { font-size: 2.2rem; }
    .section-title h2, .section-title-left h2 { font-size: 2rem; }
    .cta-section h2 { font-size: 2rem; }
    .page-header h1 { font-size: 2.2rem; }
    .quick-link-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
}

@media (max-width: 767px) {
    .hero-slider .carousel-item { height: 400px; }
    .slide-content h1 { font-size: 1.8rem; }
    .slide-content p { font-size: 0.95rem; }
    .slide-buttons .btn { padding: 10px 20px; font-size: 0.9rem; margin-bottom: 10px; }
    .section-padding { padding: 50px 0; }
    .top-bar { display: none; }
    .page-header { padding: 70px 0 50px; }
    .page-header h1 { font-size: 1.8rem; }
    .about-images { padding: 0; margin-bottom: 30px; }
    .about-img-main img { width: 100%; }
    .about-img-overlay { display: none; }
    .experience-badge { position: relative; top: auto; left: auto; transform: none; display: inline-block; margin-top: 15px; }
    .newsletter-form { flex-direction: column; gap: 10px; }
    .newsletter-form .form-control { border-radius: 50px; }
    .newsletter-form .btn { border-radius: 50px; }
    .event-details-bar { flex-direction: column; gap: 10px; }
    .blog-card-horizontal .row { flex-direction: column; }
    .blog-card-horizontal .col-md-5 { height: 200px; }
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.dropdown-menu {
    border: none;
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}

.dropdown-item:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}
