.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color:  #153b5e;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3); /* Soft shadow */
}


.section-title { font-weight: 700; margin-bottom: 1rem; }
.section-subtitle { color: #555; margin-bottom: 2rem; }
.feature-icon { font-size: 2rem; color: #f7c948; }
.faq-question { font-weight: 600; }
.team-img { border-radius: 50%; width: 80px; height: 80px; object-fit: cover; }
.testimonial { background: #f7f7f7; border-radius: 1rem; padding: 1.5rem; margin-bottom: 1rem; }
.newsletter-input { max-width: 400px; }


.event-card {
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.10), 0 1.5px 6px 0 rgba(0,0,0,0.08);
    border-radius: 1.25rem;
    transition: box-shadow 0.2s, transform 0.2s;
    border: none;
    background: #fff;
}

.event-card .card-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #2c3e50;
}

.event-card .card-text {
    font-size: 1.05rem;
    color: #444;
}

.event-card a {
    color: #ffc107;
    text-decoration: underline;
    font-weight: 600;
}