body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
}
.premium-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-image: url('Images/First\ banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh; /* Adjust height as needed */
    color: #fff; /* Change text color for better visibility */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Subtle text shadow for readability */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Elegant font choice */
}


.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.contact-info, .contact-form {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.contact-info h2, .contact-form h2 {
    margin-bottom: 20px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.contact-info a {
    color: #333;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.map-container {
    margin: 20px 0;
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.social-media a {
    margin-right: 10px;
    font-size: 1.5em;
    color: #333;
    text-decoration: none;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 5px;
}

.contact-form input, .contact-form select, .contact-form textarea, .contact-form button {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.contact-form button {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border: none;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.radio-group {
    display: flex;
    gap: 20px;
}

.radio-group input[type="radio"] {
    margin-right: 5px;
}

.gdpr {
    display: flex;
    align-items: center;
}

.gdpr input[type="checkbox"] {
    margin-right: 10px;
}
