﻿
.get-in-touch {
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
}

    .get-in-touch .title {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 2.9em;
        line-height: 26px;
        padding-bottom: 22px;
        color: #001D4D;
        background: #001D4D;
        background: -moz-linear-gradient(left,#7FB0D1 0%,#001D4D 100%) !important;
        background: -webkit-linear-gradient(left,#7FB0D1 0%,#001D4D 100%) !important;
        background: linear-gradient(to right,#7FB0D1 0%,#001D4D 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
        .get-in-touch .title strong {
            font-size: 24px;
        }
        .get-in-touch .title::after {
            content: "";
            display: block;
            height: 2px; /* çizgi kalınlığı */
            margin: 10px auto 0; /* başlığın altında ortalanmış */
            border-radius: 4px;
            background: linear-gradient(to right,#7FB0D1 0%,#001D4D 100%);
        }
.contact-form .form-field {
    position: relative;
    margin: 22px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 60px; /* yükseklik arttırıldı, ihtiyaç varsa uyarlayın */
    padding-top: 20px; /* label alanı için üst padding */
    border-width: 0 0 2px 0;
    border-color: #001D4D;
    font-size: 18px;
    line-height: 6px;
    font-weight: 400;
    box-sizing: border-box;
}
    .contact-form .input-text:focus {
        outline: none;
    }

        .contact-form .input-text:focus + .label,
        .contact-form .input-text.not-empty + .label {
            -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
        }

.contact-form .label {
    position: absolute;
    left: 20px;
    top: 8px; /* başlangıçta input'un içinde, fakat üstte çakışmayı azaltır */
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #001D4D;
    cursor: text;
    pointer-events: none; /* label tıklamayı input'a geçirir */
    transition: transform .18s ease-in-out, font-size .18s ease-in-out, top .18s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #FFFFFF;
    background-image: linear-gradient(125deg,#a72879,#064497);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width: 300px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-form .submit-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .contact-form .submit-btn:hover {
        transform: translateY(2px) scale(0.98);
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

    .contact-form .submit-btn:active {
        transform: translateY(2px) scale(0.98);
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }

.contact-form .form-field:focus-within .label,
.contact-form .form-field.filled .label,
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    transform: translateY(-28px);
    font-size: 14px;
    color: #001D4D;
    -webkit-transform: translateY(-28px);
    transition: transform .18s ease-in-out, font-size .18s ease-in-out, color .18s ease-in-out;
    padding-top: 10px;

}

/* validation mesajı altındaki boşluk için .form-field iç boşluğu gerekirse ayarla */
.contact-form .form-field .validation-message {
    display: block;
    margin-top: 16px;
    color: #c0392b;
    font-size: 13px;
}


input[type="date"],
input[type="month"] {
    background-color: #001d4d;
    padding: 10px;
    position: absolute;
    /*transform: translate(-50%,-50%);*/
    /*left: 100px;*/
    font-family: "sans serif collection",monospace;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px;
}


 

/*  File Button  */
