/* HMS Rezervasyon - Boliin Search Form Görünümü */

.hms-boliin-wrap {
    width: 100%;
}

.hms-boliin-form {
    background: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0;
    padding: 0;
}

/* Alan grubu - 100px sağ boşluk bırak (submit butonu için) */
.hms-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding-right: 100px;
}

/* Her alan */
.hms-field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 18px 30px;
    border-right: 1px solid #E2DFEB;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
}

.hms-field:last-of-type {
    border-right: 0;
}

.hms-field-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    line-height: 22px;
}

/* Alan etiketi */
.hms-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    color: #888;
    margin-bottom: 2px;
}

/* Input alanları */
.hms-input {
    border: none !important;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    color: #292836;
    background: transparent !important;
    width: 100%;
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important;
    margin: 0 !important;
    min-height: unset !important;
    line-height: 1.4;
    display: block;
    -moz-appearance: textfield;
}

.hms-input::-webkit-outer-spin-button,
.hms-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hms-input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Alan ikonu */
.hms-icon {
    color: var(--e-global-color-primary, #b78454);
    font-size: 22px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

/* Submit butonu */
.hms-submit {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.hms-btn {
    background: var(--e-global-color-primary, #b78454);
    color: #fff;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.hms-btn:hover,
.hms-btn:focus {
    opacity: 0.88;
    background: var(--e-global-color-primary, #b78454);
    color: #fff;
    outline: none;
}

/* Fiyat garantisi */
.hms-guarantee {
    text-align: center;
    margin: 0;
    padding: 7px 10px;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    border-top: 1px solid #f5f5f5;
}

.hms-guarantee i {
    color: #28a745;
    margin-right: 4px;
}

/* Tablet */
@media (max-width: 1024px) {
    .hms-field {
        padding: 14px 20px;
    }
}

/* Mobil */
@media (max-width: 800px) {
    .hms-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding-right: 0;
    }

    .hms-field {
        padding: 12px 15px;
        border-right: 0;
        border-bottom: 1px solid #E2DFEB;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .hms-field:last-of-type {
        border-bottom: 1px solid #E2DFEB;
    }

    .hms-submit {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: 50px;
    }

    .hms-btn {
        border-radius: 0;
    }
}
