a {
    text-decoration: none;
    color: white;
}

/* Navigation */
.navigation {
    background-color: #111;
    padding: 10px;
    text-align: center;
}

.navigation a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 600;
}

.navigation a.active {
    text-decoration: underline;
}

.navigation a:hover {
    opacity: 0.8;
}

/* Contact Section */
.contact-section {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 2em;
}

.contact-section p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #000;
    outline: none;
}

#submit-btn {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#submit-btn:hover {
    background-color: #444;
}


/* Terms and Conditions Section */
.terms-section {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 3em;
}

.terms-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.terms-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.terms-section h3 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.terms-section a {
    color: #000;
    text-decoration: underline;
}

.terms-section a:hover {
    opacity: 0.8;
}


/* Privacy Policy Section */
.privacy-section {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 3em;
}

.privacy-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.privacy-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.privacy-section h3 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-section a {
    color: #000;
    text-decoration: underline;
}

.privacy-section a:hover {
    opacity: 0.8;
}
