/* ===== EXISTING STYLES (unchanged) ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --premium-teal: #0A3A3A;
    --premium-gold: #E8B86B;
    --premium-gold-dark: #D4A13E;
    --forest-green: #1F6E43;
    --text-dark: #1E2F2F;
}
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #FFFFFF;
}

/* Full Width Header Fix */
.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

/* Header when scrolled */
.header-scrolled {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid var(--premium-gold);
}

.header-scrolled .topbar {
    background: linear-gradient(135deg, #0A3A3A 0%, #1B5E5E 100%);
}

/* Topbar Styles */
.topbar {
    background: linear-gradient(135deg, #0A3A3A 0%, #1B5E5E 100%);
    transition: all 0.3s ease;
    padding: 10px 0;
    width: 100%;
}

/* Navbar Styles */
.navbar {
    transition: all 0.3s ease;
    background-color: #FFFFFF !important;
    padding: 12px 0;
    width: 100%;
    margin: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
}

.logo-img {
    max-height: 75px;
    width: auto;
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-title {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(135deg, var(--premium-teal) 30%, var(--premium-gold) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin: 0;
}

.brand-sub {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--premium-gold);
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #2C3E3E;
    transition: 0.3s;
    padding: 10px 18px !important;
    font-size: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--premium-gold) !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-top: 5px;
}

.dropdown-item:hover {
    background-color: var(--premium-gold);
    color: var(--premium-teal);
}

.btn-donate {
    background: linear-gradient(135deg, var(--premium-gold) 0%, var(--premium-gold-dark) 100%) !important;
    border: none !important;
    color: #0A3A3A !important;
    font-weight: 700;
    padding: 8px 28px;
    border-radius: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-donate:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(232,184,107,0.4);
    color: #0A3A3A !important;
}

/* Language Dropdown Styling - Moved to Navbar */
.lang-dropdown-btn {
    background: transparent;
    border: 2px solid var(--premium-gold);
    color: var(--premium-gold);
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-dropdown-btn:hover {
    background: var(--premium-gold);
    color: #0A3A3A;
    transform: translateY(-2px);
}

.lang-dropdown-btn:focus {
    box-shadow: none;
}

.lang-dropdown-menu {
    min-width: 140px;
    border-radius: 12px;
    margin-top: 10px;
    border: 1px solid rgba(232,184,107,0.3);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.lang-dropdown-menu .dropdown-item {
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.2s;
}

.lang-dropdown-menu .dropdown-item:hover {
    background: var(--premium-gold);
    color: var(--premium-teal);
}

/* Topbar Info */
.topbar-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
}

.topbar-info a, .topbar-info span {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.topbar-info a:hover {
    color: var(--premium-gold);
}

.topbar-icon {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.btn-square {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    transition: all 0.3s;
    color: white;
    text-decoration: none;
}

.btn-square:hover {
    background: var(--premium-gold) !important;
    transform: translateY(-2px);
    color: var(--premium-teal);
}

/* Carousel */
.carousel-header {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    margin-top: 0;
}

.carousel, .carousel-inner, .carousel-item {
    height: 100%;
    width: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    background: rgba(10,58,58,0.75);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    border: 1px solid rgba(232,184,107,0.4);
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

/* Section Titles */
.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--premium-teal);
}

.text-primary {
    color: var(--premium-gold) !important;
}

/* Service Cards */
.service-item {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.service-link a {
    background: linear-gradient(135deg, var(--premium-teal), var(--forest-green));
    color: white;
    display: block;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

/* Festival Cards */
.festival-card {
    border-left: 4px solid var(--premium-gold);
    transition: all 0.3s;
    border-radius: 16px;
    background: white;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.festival-card:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.event-badge {
    background: linear-gradient(135deg, var(--premium-gold), var(--premium-gold-dark));
    color: var(--premium-teal);
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 12px;
}

.btn-outline-green {
    border: 2px solid var(--premium-gold);
    color: var(--premium-teal);
    background: transparent;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 20px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-green:hover {
    background: var(--premium-gold);
    color: var(--premium-teal);
}

/* Counter */
.counter-item {
    background: rgba(10,58,58,0.85);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    transition: transform 0.3s;
    border: 1px solid rgba(232,184,107,0.3);
}

.counter-item:hover {
    transform: translateY(-5px);
    border-color: var(--premium-gold);
}

/* Volunteer */
.volunteer-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.volunteer-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.volunteer-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, var(--premium-teal), transparent);
    padding: 16px;
    color: white;
}

.volunteer-title h5 {
    margin-bottom: 5px;
    font-weight: 700;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #0A2F2A 0%, #0A3A3A 100%) !important;
    width: 100%;
}

.footer a {
    color: #D4E0E0 !important;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: 0.2s;
}

.footer a:hover {
    color: var(--premium-gold) !important;
    padding-left: 5px;
}

.footer-gallery {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.footer-gallery img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    transition: transform 0.3s;
}

.footer-gallery:hover img {
    transform: scale(1.05);
}

.footer-search-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer-gallery:hover .footer-search-icon {
    opacity: 1;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--premium-gold), var(--premium-gold-dark));
    color: #0A3A3A;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: 0.3s;
    text-decoration: none;
}

.back-to-top:hover {
    transform: translateY(-3px);
    color: white;
}

/* Slick Slider custom styles */
.slider-container {
    margin: 0 -15px;
}
.slider-item {
    padding: 0 15px;
}
.slick-prev, .slick-next {
    background-color: var(--premium-teal);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
}
.slick-prev:hover, .slick-next:hover {
    background-color: var(--premium-gold);
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    color: white;
}

.bg-secondary {
    background-color: #F0F7F0 !important;
}

.bg-light {
    background-color: #F8F9FA !important;
}

.container {
    max-width: 1320px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Tab Styles */
.nav-tabs .nav-link {
    border: none;
    background: white;
    padding: 10px 20px;
    font-weight: 600;
    color: var(--premium-teal);
    border-radius: 30px;
    margin-right: 10px;
}

.nav-tabs .nav-link.active {
    background: var(--premium-gold);
    color: var(--premium-teal);
}

/* Event Items */
.event-item {
    transition: all 0.3s;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.event-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.event-item img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

/* ===== MODAL STYLES (from volunteer page) ===== */
.volunteer-modal .modal-content {
    border-radius: 28px;
    border: none;
    overflow: hidden;
}
.volunteer-modal .modal-header {
    background: linear-gradient(135deg, var(--premium-teal), #1B4D3E);
    border-bottom: 3px solid var(--premium-gold);
}
.volunteer-modal .modal-title {
    color: var(--premium-gold);
    font-weight: 800;
}
.volunteer-modal .form-control, 
.volunteer-modal .form-select {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    margin-bottom: 12px;
}
.volunteer-modal .form-control:focus, 
.volunteer-modal .form-select:focus {
    border-color: var(--premium-gold);
    box-shadow: 0 0 0 0.2rem rgba(232,184,107,0.25);
}
.robot-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 12px;
    margin: 15px 0;
}
.btn-submit {
    background: linear-gradient(135deg, var(--premium-gold), var(--premium-gold-dark));
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 50px;
    font-weight: 700;
    color: #0A3A3A;
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(232,184,107,0.4);
}
.donation-modal .modal-content {
    border-radius: 28px;
    border: none;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
}
.donation-modal .modal-header {
    background: linear-gradient(135deg, var(--premium-teal) 0%, #1B5E5E 100%);
    border-bottom: 3px solid var(--premium-gold);
    padding: 1.5rem;
}
.donation-modal .modal-header .modal-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--premium-gold);
}
.donation-modal .btn-close {
    background-color: white;
    border-radius: 50%;
    opacity: 0.9;
}
.donation-modal .modal-body {
    padding: 1.8rem;
    background: #fff;
}
.donation-details-card, .upi-card {
    border-radius: 24px;
    padding: 1.5rem;
    height: 100%;
}
.donation-details-card {
    background: linear-gradient(145deg, #FFFDF5, #FFFFFF);
    border: 1px solid rgba(232,184,107,0.2);
}
.upi-card {
    background: linear-gradient(135deg, #fefaf0, #ffffff);
    border: 1px solid #f0e6d2;
}
.donation-details-card h5, .upi-card h5 {
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: var(--premium-teal);
    border-left: 4px solid var(--premium-gold);
    padding-left: 12px;
}
.detail-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid #f0e6d2;
}
.detail-row strong {
    color: var(--premium-teal);
    font-weight: 700;
}
.upi-container {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}
.upi-id {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 50px;
    font-family: monospace;
    font-size: 0.9rem;
    border: 1px solid #e0e0e0;
    flex: 1;
    word-break: break-all;
}
.copy-btn {
    background: var(--premium-gold);
    border: none;
    color: #0A3A3A;
    padding: 6px 16px;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.2s;
}
.copy-btn:hover {
    background: var(--premium-gold-dark);
    transform: scale(1.02);
}
.qr-code {
    background: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: inline-block;
    margin-top: 15px;
}
.qr-code img {
    max-width: 140px;
    border-radius: 12px;
}
.help-bottom {
    margin-top: 1.5rem;
    padding: 1.2rem;
    background: linear-gradient(135deg, #fefaf0, #ffffff);
    border-radius: 24px;
    border: 1px solid rgba(232,184,107,0.2);
    text-align: center;
}
.whatsapp-btn {
    background-color: #25D366;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.2s;
    text-align: center;
}
.whatsapp-btn:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    color: white;
}

/* WhatsApp Chatbot Widget - Updated with Font Awesome icon */
#wa-chatbot {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    font-family: 'Roboto', sans-serif;
}
#wa-button {
    width: 70px;
    height: 70px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#wa-button:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
#wa-button i {
    font-size: 45px;
    color: white;
}
#wa-popup {
    display: none;
    width: 290px;
    background: white;
    padding: 16px;
    border-radius: 24px;
    margin-bottom: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    border: 1px solid rgba(232,184,107,0.3);
    text-align: center;
    backdrop-filter: blur(2px);
    position: relative;
}
#wa-popup .close-popup {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    transition: color 0.2s;
}
#wa-popup .close-popup:hover {
    color: #000;
}
#wa-popup p {
    margin: 0 0 12px;
    font-size: 15px;
    color: #0A3A3A;
    font-weight: 500;
    line-height: 1.4;
}
.wa-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.wa-buttons button, .wa-buttons a {
    flex: 1;
    display: inline-block;
    text-align: center;
    background: #25D366;
    color: white;
    padding: 8px 0;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, transform 0.1s;
    border: none;
    cursor: pointer;
}
.wa-buttons button:hover, .wa-buttons a:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

/* Inline form error styling */
.error-msg {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: -8px;
    margin-bottom: 8px;
    display: none;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .topbar-info {
        justify-content: center;
        margin-bottom: 10px;
        gap: 15px;
    }
    .topbar-icon {
        justify-content: center;
        margin-top: 5px;
    }
    .navbar-brand {
        gap: 10px;
    }
    .brand-title {
        font-size: 1.3rem;
    }
    .logo-img {
        max-height: 55px;
    }
    .navbar-collapse {
        background: white;
        padding: 15px;
        border-radius: 12px;
        margin-top: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .navbar-nav {
        margin-bottom: 15px;
    }
    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        text-align: center;
    }
    .btn-donate {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .lang-dropdown-btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .carousel-caption h1 {
        font-size: 1.8rem;
    }
    .carousel-caption {
        padding: 1rem;
        bottom: 15%;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .volunteer-img img {
        height: 220px;
    }
    .donation-modal .modal-header .modal-title {
        font-size: 1.3rem;
    }
    .donation-modal .modal-body {
        padding: 1rem;
    }
}
@media (max-width: 768px) {
    .topbar-info {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .topbar-info a, .topbar-info span {
        font-size: 11px;
    }
    .brand-title {
        font-size: 1.1rem;
    }
    .brand-sub {
        font-size: 0.6rem;
    }
    .logo-img {
        max-height: 45px;
    }
    .carousel-caption h1 {
        font-size: 1.3rem;
    }
    .section-title {
        font-size: 1.4rem;
    }
    #wa-button {
        width: 60px;
        height: 60px;
    }
    #wa-button i {
        font-size: 38px;
    }
    #wa-popup {
        width: 260px;
    }
    .wa-buttons button, .wa-buttons a {
        font-size: 12px;
        padding: 6px 0;
    }
}

/* ===== ABOUT PAGE SPECIFIC STYLES ===== */

.about-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.about-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.about-header-section .container {
    position: relative;
    z-index: 2;
}

.about-header-section h3 {
    font-size: 2rem;
    font-weight: 700;
}

.about-header-section p {
    font-size: 1.2rem;
    font-weight: 400;
}

/* Team Cards */
.team-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.team-card img {
    border-radius: 50%;
    border: 4px solid var(--premium-gold);
    padding: 4px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin: 20px auto 15px;
    display: block;
}

.team-card h3 {
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.team-card .text-primary {
    font-size: 1rem;
    margin-bottom: 12px;
}

.team-card p {
    padding: 0 15px 20px;
    margin-bottom: 0;
}

/* Event Highlight */
.event-highlight {
    background: linear-gradient(135deg, #FEFCF5, #FFFFFF);
}

/* About image */
.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Responsive adjustments for about page */
@media (max-width: 992px) {
    .about-header-section {
        padding: 100px 0 70px;
    }
    .about-header-section h3 {
        font-size: 1.5rem;
    }
    .about-header-section p {
        font-size: 1rem;
    }
    .team-card img {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .about-header-section {
        padding: 80px 0 50px;
    }
    .about-header-section h3 {
        font-size: 1.2rem;
    }
    .about-header-section p {
        font-size: 0.9rem;
    }
    .team-card img {
        width: 120px;
        height: 120px;
    }
}


/* ===== SERVICE PAGE SPECIFIC STYLES ===== */

.services-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.services-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.services-header-section .container {
    position: relative;
    z-index: 2;
}

/* Service Cards - Fixed Alignment */
.service-item {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: auto;
    display: flex;
    flex-direction: column;
}

.service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.service-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-link a {
    background: linear-gradient(135deg, var(--premium-teal), var(--forest-green));
    color: white;
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.3;
}

.service-description {
    padding: 1rem;
    text-align: left;
    min-height: 200px;
    background: white;
    border-radius: 0 0 20px 20px;
}

.service-description p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4A5B5B;
    text-align: justify;
}

/* Row gap fix */
.row.g-4 {
    --bs-gutter-y: 1.5rem;
}

/* Hide breadcrumb if present */
.breadcrumb {
    display: none;
}

/* Service card wrapper for equal height */
.service-card-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-link {
    flex-shrink: 0;
}

/* Responsive adjustments for service page */
@media (max-width: 992px) {
    .services-header-section {
        padding: 100px 0 70px;
    }
    .service-item img {
        height: 180px;
    }
    .service-description {
        min-height: 180px;
        padding: 0.8rem;
    }
    .service-description p {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .services-header-section {
        padding: 80px 0 50px;
    }
    .services-header-section h3 {
        font-size: 1.5rem;
    }
    .services-header-section p {
        font-size: 0.9rem;
    }
    .service-description {
        min-height: auto;
        padding: 1rem;
    }
    .service-description p {
        font-size: 0.85rem;
        text-align: left;
    }
}



/* ===== CAUSES PAGE SPECIFIC STYLES ===== */

.causes-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.causes-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.causes-header-section .container {
    position: relative;
    z-index: 2;
}

/* Causes Cards */
.causes-item {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.causes-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.causes-img {
    position: relative;
    overflow: hidden;
}

.causes-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s;
}

.causes-item:hover .causes-img img {
    transform: scale(1.05);
}

.causes-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(10,58,58,0.85), transparent);
    padding: 12px 15px;
}

.causes-link small {
    font-size: 12px;
    display: inline-block;
    margin-right: 12px;
}

.progress {
    height: 8px;
    border-radius: 10px;
    background: #e9ecef;
    margin: 15px 20px 0 20px;
}

.progress-bar {
    background: linear-gradient(135deg, var(--premium-gold), var(--premium-gold-dark));
    border-radius: 10px;
    position: relative;
}

.progress-bar span {
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 11px;
    font-weight: 600;
    color: var(--premium-gold);
}

.causes-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.causes-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--premium-teal);
}

.causes-content p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4A5B5B;
    margin-bottom: 15px;
    flex: 1;
}

.donate-btn-wrapper {
    margin-top: 10px;
}

.donate-btn-wrapper .btn-donate {
    display: inline-block;
    padding: 8px 20px;
    font-size: 0.85rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .causes-header-section {
        padding: 100px 0 70px;
    }
    .causes-img img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .causes-header-section {
        padding: 80px 0 50px;
    }
    .causes-header-section h3 {
        font-size: 1.5rem;
    }
    .causes-header-section p {
        font-size: 0.9rem;
    }
}



/* ===== EVENTS PAGE SPECIFIC STYLES ===== */

.events-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.events-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.events-header-section .container {
    position: relative;
    z-index: 2;
}

/* Event Cards (shared with index) */
.event-item {
    transition: all 0.3s;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.event-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.event-item img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.event-content {
    padding: 1.5rem;
}

.event-badge {
    background: linear-gradient(135deg, var(--premium-gold), var(--premium-gold-dark));
    color: var(--premium-teal);
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 12px;
}

.btn-outline-green {
    border: 2px solid var(--premium-gold);
    color: var(--premium-teal);
    background: transparent;
    font-weight: 600;
    border-radius: 40px;
    padding: 8px 24px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-green:hover {
    background: var(--premium-gold);
    color: var(--premium-teal);
    transform: translateY(-2px);
}

/* Owl Carousel overrides */
.event-carousel .owl-nav button {
    background: var(--premium-teal) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.event-carousel .owl-nav button.owl-prev {
    left: -20px;
}

.event-carousel .owl-nav button.owl-next {
    right: -20px;
}

.event-carousel .owl-nav button:hover {
    background: var(--premium-gold) !important;
    color: var(--premium-teal) !important;
}

.event-carousel .owl-dots .owl-dot span {
    background: #ccc;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 50%;
}

.event-carousel .owl-dots .owl-dot.active span {
    background: var(--premium-gold);
}

/* Responsive adjustments for events page */
@media (max-width: 992px) {
    .events-header-section {
        padding: 100px 0 70px;
    }
    .events-header-section h3 {
        font-size: 2rem;
    }
    .events-header-section p {
        font-size: 1.2rem;
    }
    .event-item img {
        height: 180px;
    }
    .event-carousel .owl-nav button.owl-prev,
    .event-carousel .owl-nav button.owl-next {
        display: none;
    }
}

@media (max-width: 768px) {
    .events-header-section {
        padding: 80px 0 50px;
    }
    .events-header-section h3 {
        font-size: 1.5rem;
    }
    .events-header-section p {
        font-size: 0.9rem;
    }
    .event-item img {
        height: 180px;
    }
}



/* ===== BLOG PAGE SPECIFIC STYLES ===== */

.blog-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.blog-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.blog-header-section .container {
    position: relative;
    z-index: 2;
}

/* Blog Cards */
.blog-item {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.blog-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s;
}

.blog-item:hover .blog-img img {
    transform: scale(1.05);
}

.blog-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, var(--premium-teal), transparent);
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-info span, .blog-info .d-flex span, .blog-info .d-flex a {
    color: white;
    font-size: 12px;
}

.search-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s;
}

.blog-item:hover .search-icon {
    opacity: 1;
}

.search-icon a i {
    border-radius: 50%;
    padding: 10px;
    background: linear-gradient(135deg, var(--premium-gold), var(--premium-gold-dark));
    color: #0A3A3A;
}

.blog-content {
    padding: 20px;
}

/* Responsive adjustments for blog page */
@media (max-width: 992px) {
    .blog-header-section {
        padding: 100px 0 70px;
    }
    .blog-header-section h3 {
        font-size: 2rem;
    }
    .blog-header-section p {
        font-size: 1.2rem;
    }
    .blog-img img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .blog-header-section {
        padding: 80px 0 50px;
    }
    .blog-header-section h3 {
        font-size: 1.5rem;
    }
    .blog-header-section p {
        font-size: 0.9rem;
    }
}



/* ===== GALLERY PAGE SPECIFIC STYLES ===== */

.gallery-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.gallery-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.gallery-header-section .container {
    position: relative;
    z-index: 2;
}

/* Gallery Items */
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.gallery-item:hover .search-icon {
    opacity: 1;
}

.gallery-item .search-icon a i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--premium-gold);
    color: var(--premium-teal);
}

.gallery-item .gallery-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(10,58,58,0.9), transparent);
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-item .gallery-content .h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Responsive adjustments for gallery page */
@media (max-width: 992px) {
    .gallery-header-section {
        padding: 100px 0 70px;
    }
    .gallery-header-section h3 {
        font-size: 2rem;
    }
    .gallery-header-section p {
        font-size: 1.2rem;
    }
    .gallery-item img {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .gallery-header-section {
        padding: 80px 0 50px;
    }
    .gallery-header-section h3 {
        font-size: 1.5rem;
    }
    .gallery-header-section p {
        font-size: 0.9rem;
    }
    .gallery-item img {
        height: 200px;
    }
}


/* ===== VOLUNTEER PAGE SPECIFIC STYLES ===== */

.volunteer-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.volunteer-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.volunteer-header-section .container {
    position: relative;
    z-index: 2;
}

/* Volunteer Cards */
.volunteer-card {
    transition: all 0.3s;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    text-align: center;
    padding: 25px 20px;
}

.volunteer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.volunteer-card img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--premium-gold);
    padding: 4px;
    margin-bottom: 15px;
}

.volunteer-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--premium-teal);
    margin-bottom: 5px;
}

.volunteer-card p {
    color: var(--premium-gold);
    font-weight: 600;
    margin-bottom: 10px;
}

.volunteer-card .volunteer-role {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Benefit Cards */
.benefit-card {
    transition: all 0.3s ease;
    border-radius: 20px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    padding: 30px 20px;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.benefit-card i {
    font-size: 3rem;
    color: var(--premium-gold);
    margin-bottom: 15px;
}

.benefit-card h4 {
    color: var(--premium-teal);
    font-weight: 700;
    margin-bottom: 12px;
}

/* Responsive adjustments for volunteer page */
@media (max-width: 992px) {
    .volunteer-header-section {
        padding: 100px 0 70px;
    }
    .volunteer-card img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .volunteer-header-section {
        padding: 80px 0 50px;
    }
    .volunteer-header-section h3 {
        font-size: 1.5rem;
    }
    .volunteer-card img {
        width: 100px;
        height: 100px;
    }
}

/* ===== DONATION PAGE SPECIFIC STYLES ===== */

.donation-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.donation-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.donation-header-section .container {
    position: relative;
    z-index: 2;
}

/* Donation Cards */
.donation-item {
    border-radius: 20px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
}

.donation-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.12);
}

.donation-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.donation-content {
    padding: 20px;
    background: white;
}

/* Bank Details Cards */
.bank-details {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.bank-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.detail-row {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.donation-amount {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid var(--premium-gold);
    background: transparent;
    color: var(--premium-teal);
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 25px;
}

.donation-amount:hover {
    background: var(--premium-gold);
    color: #0A3A3A;
    transform: translateY(-2px);
}

/* Responsive adjustments for donation page */
@media (max-width: 992px) {
    .donation-header-section {
        padding: 100px 0 70px;
    }
    .donation-header-section h3 {
        font-size: 2rem;
    }
    .donation-item img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .donation-header-section {
        padding: 80px 0 50px;
    }
    .donation-header-section h3 {
        font-size: 1.5rem;
    }
    .donation-header-section p {
        font-size: 0.9rem;
    }
    .donation-amount {
        padding: 8px 18px;
        font-size: 14px;
    }
}

/* ===== CONTACT PAGE SPECIFIC STYLES ===== */

.contact-header-section {
    background-image: url('../img/about-header-bg.jpg');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px 0 100px;
    margin-top: 0;
}

.contact-header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,58,58,0.7);
    z-index: 1;
}

.contact-header-section .container {
    position: relative;
    z-index: 2;
}

/* Contact Cards */
.contact-card {
    background: white;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.contact-card i {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.qr-card {
    background: white;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.qr-card img {
    max-width: 180px;
    margin-bottom: 15px;
}

/* Form Styles */
.form-control {
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: var(--premium-gold);
    box-shadow: 0 0 0 3px rgba(232,184,107,0.2);
}

.form-error {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
    display: none;
}

/* Map Container */
.map-container iframe {
    border-radius: 20px;
    width: 100%;
    height: 350px;
}

/* Responsive adjustments for contact page */
@media (max-width: 992px) {
    .contact-header-section {
        padding: 100px 0 70px;
    }
    .contact-header-section h3 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-header-section {
        padding: 80px 0 50px;
    }
    .contact-header-section h3 {
        font-size: 1.5rem;
    }
    .contact-header-section p {
        font-size: 0.9rem;
    }
    .map-container iframe {
        height: 250px;
    }
}