.contact-container {
    width: 90%;
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.contact-left {
    width: 40%;
    padding-top: 30px;
}

.contact-information {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-icon {
    width: 45px;
    font-size: 30px;
    color: black;
}

.contact-information p {
    margin: 0;
    color: #26364a;
    font-size: 20px;
    line-height: 2.0;
}

.contact-right {
    width: 60%;
}

.contact-right h2 {
    margin: 0 0 30px 0;
    color: #00a6a6;
    font-size: 24px;
}

.contact-description {
    color: #40516a;
    font-size: 15px;
    margin-bottom: 25px;
}

.contact-right form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-right input,
.contact-right textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 13px;
    border: 1px solid #c8ced3;
    background-color: transparent;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    outline: none;
}

.contact-right input {
    height: 45px;
}

.contact-right textarea {
    height: 130px;
    resize: none;
}

.contact-right button {
    align-self: flex-end;
    width: 170px;
    padding: 12px 15px;
    background-color: #26364a;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-right button:hover {
    background-color: #00a6a6;
}

.contact-banner {
    width: 100%;
    height: 500px;
    background-image: url(''../assets/images/iletisim.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-banner-filtre {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
}

.contact-banner-yazi {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.contact-banner-yazi h1 {
    margin: 0;
    font-size: 42px;
}

.contact-banner-yazi p {
    margin-top: 10px;
    font-size: 18px;
}

.contact-map {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 60px auto;
    text-align: center;
}

.contact-map h2 {
    color: #2f6f73;
    font-size: 26px;
    margin-bottom: 10px;
}

.contact-map p {
    color: #555;
    margin-bottom: 30px;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 6px;
}

@media (max-width: 1024px) {

    .contact-container {
        width: 90%;
        gap: 40px;
    }

    .contact-left {
        width: 40%;
    }

    .contact-right {
        width: 60%;
    }

    .contact-information {
        gap: 15px;
        margin-bottom: 30px;
    }

    .contact-icon {
        width: 40px;
        font-size: 27px;
        flex-shrink: 0;
    }

    .contact-information p {
        font-size: 17px;
        line-height: 1.7;
    }

    .contact-right h2 {
        font-size: 22px;
    }

    .contact-right input,
    .contact-right textarea {
        font-size: 17px;
    }

    .contact-banner {
        height: 400px;
    }

    .contact-banner-yazi h1 {
        font-size: 38px;
    }

    .contact-banner-yazi p {
        font-size: 17px;
    }

    .contact-map {
        width: 90%;
        margin: 60px auto 50px auto;
    }

    .contact-map h2 {
        font-size: 24px;
    }

    .contact-map iframe {
        height: 380px;
    }

}

@media (max-width: 768px) {


    .contact-banner {
        height: 300px;
    }

    .contact-banner-yazi h1 {
        font-size: 32px;
    }

    .contact-banner-yazi p {
        font-size: 16px;
        margin-top: 8px;
    }

    .contact-container {
        width: 90%;
        margin: 40px auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-left {
        padding-top: 0;
    }

    .contact-information {
        gap: 15px;
        margin-bottom: 25px;
        align-items: flex-start;
    }

    .contact-icon {
        width: 40px;
        min-width: 40px;
        font-size: 26px;
    }

    .contact-information p {
        font-size: 16px;
        line-height: 1.6;
    }

    .contact-right h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .contact-right form {
        gap: 15px;
    }

    .contact-right input,
    .contact-right textarea {
        font-size: 16px;
        padding: 12px;
    }

    .contact-right input {
        height: 45px;
    }

    .contact-right textarea {
        height: 140px;
    }

    .contact-right button {
        width: 170px;
        align-self: flex-end;
    }

    .contact-map {
        width: 90%;
        margin: 50px auto 40px auto;
    }

    .contact-map h2 {
        font-size: 23px;
    }

    .contact-map p {
        font-size: 15px;
        line-height: 1.5;
    }

    .contact-map iframe {
        width: 100%;
        height: 350px;
        border-radius: 6px;
    }

}

@media (max-width: 480px) {

    /* Banner */

    .contact-banner {
        height: 240px;
    }

    .contact-banner-yazi h1 {
        font-size: 27px;
    }

    .contact-banner-yazi p {
        font-size: 14px;
    }

    .contact-container {
        width: 92%;
        margin: 35px auto;
        gap: 30px;
    }

    .contact-information {
        gap: 12px;
        margin-bottom: 22px;
    }

    .contact-icon {
        width: 35px;
        min-width: 35px;
        font-size: 23px;
    }

    .contact-information p {
        font-size: 14px;
        line-height: 1.6;
    }

    .contact-right h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .contact-right form {
        gap: 13px;
    }

    .contact-right input,
    .contact-right textarea {
        font-size: 15px;
        padding: 11px;
    }

    .contact-right input {
        height: 43px;
    }

    .contact-right textarea {
        height: 120px;
    }

    .contact-right button {
        width: 155px;
        padding: 11px;
        font-size: 13px;
    }

    .contact-map {
        width: 92%;
        margin: 40px auto 35px auto;
    }

    .contact-map h2 {
        font-size: 21px;
    }

    .contact-map p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contact-map iframe {
        height: 300px;
        border-radius: 6px;
    }

}


