body, html {
    margin: 0;
    padding: 0;
    height: 95%;
    background-color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 150px; /* Adjust as necessary */
}

.logo-container .logo-text {
    margin-left: 16px;
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(45deg, #1a2a6c, #b21f1f, #fdbb2d);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200% 200%;
    animation: moveGradient 5s ease infinite;
}

@keyframes moveGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.logo-container .logo-link {
    display: flex;
    align-items: center;
    text-decoration: none; /* Remove underline from links */
}

.logo-container .logo-link:hover,
.logo-container .logo-link:focus {
    text-decoration: none; /* Ensure no underline on hover/focus */
}

.top-nav {
    margin-left: auto;
}

.top-nav ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    text-transform: uppercase; /* Making navigation items uppercase for a modern look */
    font-size: 18px; /* Larger font size for better legibility */
}

.top-nav ul li {
    padding: 0 20px;
}

.top-nav ul li a {
    text-decoration: none;
    color: #1a2a6c; /* Set the default color to the blue from the gradient */
    font-weight: 500;
    transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.top-nav ul li a:hover,
.top-nav ul li a:focus {
    color: #fdbb2d; /* Change to the orange color on hover */
    border-bottom: 3px solid #b21f1f; /* Underline effect on hover */
}

.swiper-container {
    width: 100%;
    height: calc(100% - 80px); /* Adjust height for header */
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.caption {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #000;
}


/* ... existing styles ... */

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.page-title {
    color: #1a2a6c; /* Match the color with your gradient */
    text-align: center;
    margin-bottom: 2rem;
}

.feature-image {
    width: 100%; /* Ensure it's responsive */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 2rem;
}

.mission-statement, .our-team, .our-values, .join-us {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #f9f9f9; /* A light background for each section */
    border-radius: 10px; /* Rounded corners for a modern look */
}

.mission-statement h2, .our-team h2, .our-values h2, .join-us h2 {
    color: #007bff; /* A pop of color for headers */
    margin-bottom: 1rem;
}

/* ... existing styles ... */

.contact-info {
    margin-bottom: 2rem;
}

.contact-form form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form label {
    display: block;
    margin: 0.5rem 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button[type="submit"] {
    background-color: #1a2a6c;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ea


}

.contact-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.contact-info, .map-container {
    flex: 1;
    padding: 1rem;
}

.map-container {
    margin-left: 2rem;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-btn {
    background-color: #1a2a6c;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #b21f1f;
}

/* Add responsive design for smaller screens */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .map-container {
        margin-left


}

/* ... existing styles ... */

.contact-methods {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.email-contact, .contact-form {
    margin-bottom: 2rem;
}

.address-info {
    margin-top: 2rem;
    padding: 1rem;
    text-align: center;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .contact-methods {
        flex-direction: column;
    }
}

/* ... existing form styles ... */
/* Footer styles */
footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    font-size: 0.8em;
    color: #666; /* A softer color for the footer text */
}


/* ... existing global styles ... */

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh; /* This will take at least 80% of the viewport height */
    text-align: center; /* This centers the text of all child elements */
}

.contact-section {
    width: 100%; /* Use 100% width to center content in its container */
    max-width: 600px; /* Adjust the max-width as needed */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-details a {
    color: #1a2a6c; /* Blue color for email link */
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.contact-form textarea {
    height: 150px; /* Larger textarea for a better writing experience */
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #1a2a6c; /* Blue background for the submit button */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #b21f1f; /* Orange color on hover */
}

.footer {
    margin-top: auto; /* Pushes the footer to the bottom */
    /* Rest of your footer styling */
}

@media (max-width: 768px) {
    .contact-section {
        padding: 1rem;
    }
}

