/* Genel Stil */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #42e11b;
    color: #333;
}

.header {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    margin: 2rem 7%;
    border-radius: 20rem;
    box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
}
.header .navbar a {
margin: 0 1rem;
font-size: 1rem;
color:  black;
margin-left: center;
margin-right: center;
text-decoration: none; 
border-bottom: 0.1rem solid transparent;
}

.header .navbar a:hover {
border-color: var(--main-color);
padding-bottom: 0.2rem;
}

.header .Buttons button {
cursor: pointer;
font-size: 2.5rem;
margin-left: 3rem;
background-color: transparent;
}

.navbar a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

.navbar a:hover {
    text-decoration: underline;
}

/* Ana Konteyner */
.contact-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-container h1 {
    text-align: center;
    color: #2e7d32;
    margin-bottom: 20px;
}

/* İletişim Detayları */
.contact-details {
    margin-bottom: 30px;
}

.contact-details p {
    font-size: 1.1em;
    margin: 8px 0;
}

/* İletişim Formu */
.contact-form {
    margin-bottom: 30px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2e7d32;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: #2e7d32;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
}

.contact-form button:hover {
    background-color: #1b5e20;
}

/* Sosyal Medya */
.social-media {
    text-align: center;
}

.social-media a {
    margin: 0 10px;
    text-decoration: none;
    color: #2e7d32;
    font-size: 1.2em;
}

.social-media a:hover {
    color: #1b5e20;
    text-decoration: underline;
}

/* Footer */
.footer {
    text-align: center;
    background-color: #2e7d32;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 0.9em;
}
