/* Sizi Arayalım — float yok, form yüksekliği çökmesin */
.call-me-bg {
    position: fixed;
    z-index: 999999 !important;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 12px;
    box-sizing: border-box;
    overflow-y: auto;
    transition: opacity 0.25s ease;
    opacity: 1;
}
.call-me-bg:not(.show) {
    opacity: 0;
    pointer-events: none;
}
.call-me-wrapper {
    width: 440px;
    max-width: 100%;
    margin: auto;
    max-height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
    border-radius: 16px;
    padding: 20px 18px 18px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.call-me-wrapper .successHtml {
    display: none;
}
.call-me-form-panel,
.call-me-content {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    text-align: left;
}
.call-me-wrapper form {
    display: block;
    width: 100%;
    overflow: visible;
}
.call-me-fields {
    display: block;
    width: 100%;
    float: none;
}
.call-me-fields p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.45;
    color: #555;
    float: none;
    width: 100%;
}
.call-me-header {
    width: 100%;
    float: none;
    position: relative;
    border-bottom: 2px solid #5b6bb8;
    padding-bottom: 12px;
    margin-bottom: 14px;
    text-align: center;
}
.call-me-header .closeBtn {
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 22px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    z-index: 2;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-me-header .closeBtn:hover {
    color: #222;
}
.call-me-logo {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.call-me-logo img {
    width: auto;
    max-height: 44px;
    max-width: 180px;
}
.call-me-header-content {
    float: none;
    width: 100%;
    text-align: center;
}
.call-me-header-content strong {
    display: block;
    float: none;
    width: 100%;
    font-size: 20px;
    color: #222;
}
.call-me-header-content span {
    display: block;
    float: none;
    width: 100%;
    font-size: 13px;
    color: #777;
    margin-top: 2px;
}
.call-me-wrapper label.fieldLabel,
.call-me-wrapper label.inputTitle {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 6px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.call-me-wrapper label.inputTitle {
    margin: 14px 0 8px;
}
.form-controlInput {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.4;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0;
}
.form-controlInput:focus {
    outline: none;
    border-color: #5b6bb8;
    box-shadow: 0 0 0 3px rgba(91, 107, 184, 0.15);
}
.call-me-time-row {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 4px;
}
.call-me-time-row .form-group {
    flex: 1;
    min-width: 0;
    margin: 0;
    float: none;
}
.call-me-footer {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    margin-top: 14px;
    text-align: left;
}
.call-me-recaptcha {
    display: block;
    float: none;
    width: 100%;
    min-height: 78px;
    margin: 0 0 14px;
    padding: 8px;
    background: #f6f7fb;
    border: 1px dashed #c5c9d6;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
    z-index: 5;
}
.call-me-recaptcha > div {
    display: block;
    min-height: 78px;
}
.call-me-btn-later {
    display: block;
    float: none;
    width: 100%;
    background: #2a3153;
    color: #fff !important;
    border: 0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.call-me-btn-later:hover {
    background: #1f2540;
    color: #fff !important;
}
.call-me-ajax {
    display: none;
    width: 100%;
    float: none;
    margin: 0 0 8px;
    padding: 6px 10px;
    border-radius: 6px;
}
.call-me-ajax.success {
    display: block;
    background: #1ed1b0;
    color: #fff;
}
.call-me-ajax.danger {
    display: block;
    background: #ff5858;
    color: #fff;
}
.successHtml .clock {
    border-radius: 50%;
    background: #fff url(/img/ios_clock.svg) no-repeat center;
    background-size: 88%;
    height: 100px;
    width: 100px;
    position: relative;
    float: left;
}
.successHtml .clock.simple:after {
    background: #000;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: 5%;
    z-index: 10;
}
.successHtml .hours-container {
    position: absolute;
    inset: 0;
    transition: all 1.3s;
}
.successHtml .hours {
    background: #000;
    height: 25%;
    left: 50%;
    position: absolute;
    top: 25%;
    transform-origin: 50% 100%;
    width: 1%;
    animation: autotime1hour 4s infinite;
}
@keyframes autotime1hour {
    0% { transform: rotateZ(0deg); }
    50% { transform: rotateZ(30deg); }
    100% { transform: rotateZ(0deg); }
}
.successHtml .success-alert {
    float: left;
    width: calc(100% - 100px);
    padding: 22px 10px 0;
    text-align: center;
}
.successHtml .success-alert strong {
    display: block;
    font-size: 18px;
}
.successHtml .success-alert span {
    display: block;
    font-size: 14px;
}
.successHtml .buttons {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 16px 0 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.successHtml .buttons button {
    margin: 0;
}
.call-me {
    position: fixed;
    top: 240px;
    z-index: 100;
    background: #2dd26c;
    transform: rotate(90deg);
    width: 200px;
    height: 40px;
    left: -80px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
}
.call-me span {
    padding: 10px 0;
    float: left;
    width: calc(100% - 35px);
    letter-spacing: 0.5px;
}
.call-me span+i {
    float: right;
    width: 35px;
    padding: 5px 8px;
    background: #0dc152;
    color: white;
}
.call-me span+i img {
    filter: brightness(5);
}
body.callme-open .header,
body.callme-open .header.z-5,
body.callme-open .listingSearchSection {
    z-index: 1 !important;
}
.swal-overlay {
    z-index: 1000000 !important;
}
@media only screen and (max-width: 420px) {
    .call-me {
        left: initial;
        right: -88px;
        height: 25px;
        line-height: 4px;
    }
    .call-me span + i {
        padding: 2px 9px;
        font-size: 10px;
    }
    .call-me-wrapper {
        max-height: calc(100vh - 24px);
        padding: 16px 14px;
    }
    .call-me-time-row {
        flex-direction: column;
    }
}
