/* Anasayfada letUsCallYou alanının boyut ayarları */

/* Anasayfada form alanının boyutunu sabitleme - 1566x276 */
body[data-module=""] .letUsCallYou.form-wrapper {
    width: 1566px;
    height: 276px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Form içeriğinin düzgün yerleşimini sağlama */
body[data-module=""] .letUsCallYou .form-wrapper-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Large Desktop */
@media (max-width: 1600px) {
    body[data-module=""] .letUsCallYou.form-wrapper {
        width: 100%;
        max-width: 1566px;
        height: auto;
        min-height: 276px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    body[data-module=""] .letUsCallYou.form-wrapper {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    body[data-module=""] .letUsCallYou .form-wrapper-inner {
        height: auto;
    }
}

/* Mobil cihazlar için responsive görünüm */
@media (max-width: 767px) {
    body[data-module=""] .letUsCallYou.form-wrapper {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
    }

    body[data-module=""] .letUsCallYou .form-wrapper-inner {
        height: auto;
        padding: 20px;
    }
}