/* Color Scheme */
:root {
    --primary-blue: #1E6FA8;
    --accent-pink: #E86AA5;
    --soft-bg: #F4F6F8;
    --light-card-blue: #E7F1F8;
    --highlight-yellow: #F2C94C;
    --text-dark: #333333;
}

/* Global Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

/* Header */
.logo-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.site-title {
    font-size: 2rem;
    color: var(--primary-blue);
    font-weight: 600;
}

/* Navbar Links */
.nav-link {
    color: #66d7d1 !important;
    transition: color 0.2s;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: #e8d3bb !important;
}

.btn-support {
    background-color: var(--primary-blue);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
}

.btn-support:hover {
    background-color: #165a8a;
}

/* Navigation */
.bg-primary-custom {
    background-color: var(--primary-blue) !important;
}

.text-primary-custom {
    color: var(--primary-blue) !important;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1.5rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #e8d3bb !important;
}

/* Hero Section with Background Element */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg-element {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(30, 111, 168, 0.08) 0%, rgba(30, 111, 168, 0.03) 50%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-bg-element::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(232, 106, 165, 0.06) 0%, rgba(232, 106, 165, 0.02) 50%, transparent 70%);
    border-radius: 50%;
}

.hero-title {
    color: var(--accent-pink);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.hero-subtitle {
    color: #6c757d;
    position: relative;
    z-index: 1;
}

.hero-logo-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
}

.hero-logo {
    max-width: 300px;
    height: auto;
    opacity: 0.9;
}

/* Page Header */
.page-header {
    background-color: var(--soft-bg);
}

.page-title {
    color: var(--primary-blue);
    font-weight: 600;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    color: var(--primary-blue);
    font-weight: 600;
}

.section-subtitle {
    font-size: 2rem;
    color: var(--primary-blue);
    font-weight: 600;
}

/* Objectives Section */
.bg-soft {
    background-color: var(--soft-bg);
}

.objectives-section .section-title {
    font-size: 3rem;
    color: var(--accent-pink);
}

.objective-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.objective-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.objective-icon {
    font-size: 3rem;
    color: var(--primary-blue);
}

.objective-title {
    font-size: 1.25rem;
    color: var(--primary-blue);
}

.objective-description {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.7;
}

/* About Section */
.about-card {
    background-color: var(--light-card-blue);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.about-text {
    color: #495057;
    line-height: 1.8;
}

/* Values Section */
.value-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.value-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.value-icon {
    font-size: 3rem;
}

.value-title {
    font-size: 1.25rem;
    color: var(--primary-blue);
    font-weight: 600;
}

.value-description {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Executive Committee */
.member-card {
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.member-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.member-img-wrapper {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--light-card-blue);
}

.member-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.member-name {
    font-size: 1.25rem;
    color: var(--text-dark);
    font-weight: 600;
}

.member-designation {
    font-size: 0.875rem;
}

.member-bio {
    font-size: 0.875rem;
    color: #6c757d;
}

.member-name-small {
    font-size: 1.1rem;
    color: var(--text-dark);
    font-weight: 600;
}

.member-designation-small {
    font-size: 0.8rem;
}

/* Projects Section */
.project-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

.project-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.project-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-category .badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
}

.bg-primary-custom {
    background-color: var(--primary-blue) !important;
}

.bg-accent-pink {
    background-color: var(--accent-pink) !important;
}

.bg-highlight-yellow {
    background-color: var(--highlight-yellow) !important;
}

.project-title {
    font-size: 1.25rem;
    color: var(--primary-blue);
    font-weight: 600;
}

.project-description {
    font-size: 0.875rem;
    color: #6c757d;
}

.stat-box {
    background-color: var(--soft-bg);
}

.get-involved-section {
    background-color: var(--light-card-blue);
}

/* News & Events */
.event-card,
.news-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.event-card:hover,
.news-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.event-date {
    color: var(--primary-blue);
}

.event-title,
.news-title {
    font-size: 1.25rem;
    color: var(--primary-blue);
    font-weight: 600;
}

.event-description,
.news-excerpt {
    font-size: 0.875rem;
    color: #6c757d;
}

.event-details i {
    color: var(--primary-blue);
}

.news-image {
    height: 200px;
    object-fit: cover;
}

.news-date {
    font-size: 0.8rem;
}

/* Contact Section */
.contact-info-section,
.contact-form-section {
    background-color: var(--light-card-blue);
}

.contact-item h5 {
    color: var(--primary-blue);
    font-weight: 600;
}

.social-icon-link {
    text-decoration: none;
    transition: transform 0.3s ease;
    display: inline-block;
}

.social-icon-link:hover {
    transform: scale(1.1);
}

.map-wrapper {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Support Section */
.support-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.support-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.support-icon {
    font-size: 3rem;
}

.support-title {
    font-size: 1.25rem;
    color: var(--primary-blue);
    font-weight: 600;
}

.support-description {
    font-size: 0.875rem;
    color: #6c757d;
}

.impact-section {
    background-color: var(--light-card-blue);
}

.impact-item {
    background-color: white;
}

.impact-item h5 {
    color: var(--primary-blue);
    font-weight: 700;
}

.donation-form-section {
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bank-details-section {
    background-color: var(--light-card-blue);
}

.bank-info {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
}

/* Statistics Section */
.stat-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.stat-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    font-size: 3rem;
    display: inline-block;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

.stat-label {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Footer */
.footer-section {
    background-color: var(--primary-blue);
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
}

.footer-links a:hover {
    color: var(--highlight-yellow) !important;
}

.social-links a:hover {
    color: var(--highlight-yellow) !important;
    transition: color 0.3s ease;
}

.footer-logo-wrapper {
    max-width: 150px;
}

.footer-logo {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

/* Buttons */
.btn-primary {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-primary:hover {
    background-color: #165a8a;
    border-color: #165a8a;
}

.btn-outline-primary {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-outline-primary:hover {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    color: white;
}

/* Form Styles */
.form-control:focus,
.form-select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(30, 111, 168, 0.25);
}

.form-check-input:checked {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-check:checked+.btn-outline-primary {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .site-title {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .objectives-section .section-title {
        font-size: 2rem;
    }

    .hero-bg-element {
        width: 400px;
        height: 400px;
    }

    .hero-logo {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .site-title {
        font-size: 1.2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .btn-support {
        padding: 0.4rem 1rem;
        font-size: 0.875rem;
    }

    .hero-bg-element {
        width: 300px;
        height: 300px;
    }

    .hero-logo {
        max-width: 150px;
    }
}