/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
header {
    padding: 20px 0;
    text-align: right;
}

.privacy-link {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 60px 0;
}

.logo {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.logo span {
    color: #4682B4;
}

.tagline {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* Skyline Image */
/* Skyline Image */
.skyline {
    width: 80%;
    /* Adjust the width to make it smaller */
    height: auto;
    /* Allow the height to adjust based on the content */
    background-size: cover;
    background-position: center;
    margin: 0 auto 100px;
    /* Center horizontally with auto margins */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the content horizontally */
}

.skyline img {
    width: 100%; /* Keep the width responsive */
    max-height: 300px; /* Limit the height to reduce the image size */
    object-fit: cover;
}

/* Section Headers */
.section-header {
    text-align: center;
    color: #888;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 40px;
    position: relative;
}

.section-header::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 15px auto 0;
}

/* Partners Section */
.partners {
    padding: 40px 0 80px;
}

.partner-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.partner-logo {
    max-width: 150px;
    height: auto;
}

/* About Section */
.about {
    padding: 40px 0 80px;
    background-color: #f9f9f9;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 1.8;
}

/* Testimonials Section */
.testimonials {
    padding: 60px 0;
}

.testimonial {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.quote-mark {
    font-size: 80px;
    color: #ddd;
    line-height: 1;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.testimonial-author {
    font-weight: bold;
    color: #333;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.nav-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
}

.nav-dot.active {
    background-color: #4682B4;
}

/* Contact Section */
.contact {
    display: flex;
    flex-wrap: wrap;
}

.contact-left {
    flex: 1; /* Take up half the width */
    background-color: #f4f4f4; /* Optional background color */
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-left img.contact-image {
    width: 100%; /* Make the image responsive */
    height: auto;
    object-fit: cover; /* Ensure the image fits nicely */
}

.contact-right {
    flex: 1; /* Take up the other half of the width */
    background-color: #1a237e;
    color: white;
    padding: 60px 40px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.form-control:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.form-control.error {
    border: 1px solid #ff4444;
}

.error-message {
    color: #ff4444;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.form-message {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: none;
}

.form-message.success {
    background-color: rgba(0, 200, 0, 0.2);
    color: #00ff00;
}

.form-message.error {
    background-color: rgba(255, 0, 0, 0.2);
    color: #ff4444;
}

.submit-btn {
    background-color: white;
    color: #1a237e;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #4682B4;
    color: white;
}

.submit-btn:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

/* Footer */
footer {
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 10px;
    }

    .contact {
        flex-direction: column;
    }

    .partner-logos {
        gap: 20px;
    }
}


.logo {
    font-size: 64px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    color: #252d6d;
    /* fallback for "home" */
    display: inline-block;
}

.logo span {
    background: linear-gradient(90deg, #4951b3 0%, #4951b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}