.contact-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    min-height: 60vh;
}

.contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-header h1 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #333;
}

.contact-header p {
    color: #666;
    line-height: 1.8;
}

.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.google-form-wrapper {
    width: 100%;
    min-height: 600px;
}

.google-form-wrapper iframe {
    width: 100%;
    height: 600px;
    border: none;
}

.contact-info {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #333;
}

.contact-info p {
    color: #666;
    line-height: 1.8;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
    transition: opacity 0.3s;
}

.back-link:hover {
    opacity: 0.7;
}
