.elementor-1466 .elementor-element.elementor-element-184145d{--display:flex;}.elementor-1466 .elementor-element.elementor-element-629dd28.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-629dd28 *//* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3 {
    text-align: center;
}

/* Hero Section */
.hero {
    background-color: #004080;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.hero .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #ffcc00;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

/* About Section */
.about {
    padding: 40px 20px;
    background-color: white;
    text-align: center;
}

.about ul {
    list-style: none;
    padding: 0;
}

.about ul li {
    background: #ddd;
    margin: 5px auto;
    padding: 10px;
    max-width: 600px;
    border-radius: 5px;
}

/* Volunteer Roles & Benefits */
.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card, .benefit-card {
    background: white;
    padding: 20px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.areas, .benefits {
    padding: 40px 20px;
    background-color: #f0f0f0;
}

/* Apply Section */
.apply {
    text-align: center;
    padding: 50px 20px;
    background-color: #004080;
    color: white;
}

.apply .btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #ffcc00;
    color: black;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}/* End custom CSS */