.elementor-174 .elementor-element.elementor-element-98ebeb6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2fa361f *//* 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;
}

p {
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
}

/* 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, .program {
    padding: 40px 20px;
    background-color: white;
    text-align: center;
}

/* Internship Areas */
.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.card {
    background: white;
    padding: 20px;
    width: 250px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Internship Structure */
.structure {
    padding: 40px 20px;
    background-color: #f0f0f0;
    text-align: center;
}

.structure .content {
    max-width: 800px;
    margin: auto;
    text-align: left;
}

.structure ul {
    list-style: none;
    padding: 0;
}

.structure ul li {
    background: #ddd;
    margin: 5px auto;
    padding: 10px;
    border-radius: 5px;
}

/* Volunteer Invitation */
.volunteer {
    padding: 40px 20px;
    background-color: white;
    text-align: center;
}

/* Apply Section */
.apply {
    text-align: center;
    padding: 50px 20px;
    background-color: #004080;
    color: white;
}

.apply .btn, .volunteer .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 */