/* General Body Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Header Styles */
header {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
}

/* Navigation Styles */
nav {
    background: #333;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-around;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}

nav a:hover {
    background: #575757;
    border-radius: 5px;
}

/* Container and Section Styles */
.container {
    padding: 20px;
}

section h2 {
    margin-top: 30px;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 10px 0;
}

ul li a {
    text-decoration: none;
    color: #333;
}

ul li a:hover {
    color: #4CAF50;
    text-decoration: underline;
}

/* Footer Styles */
footer {
    text-align: center;
    padding: 15px;
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #666;
}

/* Service Times Styling */
.service-times, .contact-form {
    margin: 20px auto;
    max-width: 600px;
}

.service-times ul {
    list-style: none;
    padding: 0;
}

.service-times li {
    background: #f4f4f4;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

/* Tabs Styling */
.tabs button {
    padding: 10px 20px;
    margin: 10px 5px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.tabs button:hover {
    background: #45a049;
}

#mission, #vision, .tabcontent, .giving-box, .profile-holder .profile, .photo-gallery img, .map-container {
    padding: 20px;
    background: ;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}

/* Profile Holder Styles */
.profile-holder {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.profile-holder .profile, .leadership-profiles .profile {
    width: 150px;
    text-align: center;
}

.profile-holder .profile img, .leadership-profiles .profile img, .missionary-profiles .profile img {
    width: 100%;
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
}

/* Missionary and Leadership Profile Styling */
.missionary-profiles, .leadership-profiles {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.missionary-profiles {
    flex-direction: column;
    width: 300px;
}

.missionary-profiles .profile {
    text-align: center;
}

.missionary-profiles .profile img, .leadership-profiles .profile img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}

/* Giving Section Styling */
.giving-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.giving-box {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.giving-box h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 15px;
}

.giving-box p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive Layout */
@media screen and (max-width: 768px) {
    .giving-container {
        grid-template-columns: 1fr;
    }
}

/* History Section Tabs */
.history-tabs {
    display: flex;
    margin-bottom: 20px;
}

.history-tabs button {
    background-color: #f1f1f1;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-right: 10px;
    font-size: 16px;
}

.history-tabs button:hover {
    background-color: #blue;
}

.tabcontent {
    display: none;
    padding: 20px;
    background-color: #;
    border: 1px solid #ddd;
    margin-top: 10px;
}

/* Vision-Mission Section */
.vision-mission-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.vision-mission {
    flex: 3;
}

.passport-holder {
    flex: 1;
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 11px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.passport-holder .profile-picture {
    margin-bottom: 15px;
}

.passport-holder .profile-picture img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ddd;
}

.passport-holder p {
    margin: 5px 0;
    font-size: 14px;
}
