.elementor-widget-reha_erken_kayit_widget,
.elementor-widget-reha_erken_kayit_widget * {
    box-sizing: border-box;
}

.rekw-section {
    --rekw-primary: #08265d;
    --rekw-accent: #ef1a2d;
    --rekw-text: #334563;
    --rekw-border: rgba(8, 38, 93, .10);
    position: relative;
    width: 100%;
    min-height: 700px;
    background-color: #f7fbff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: var(--rekw-primary);
    overflow: hidden;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.rekw-section--overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.30) 0%, rgba(255,255,255,.58) 100%);
}

.rekw-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.rekw-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
}

.rekw-left,
.rekw-right {
    min-width: 0;
    display: flex;
    align-items: center;
}

.rekw-left {
    justify-content: flex-start;
}

.rekw-right {
    justify-content: flex-end;
}

.rekw-left-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 620px;
}

.rekw-eyebrow {
    display: inline-block;
    color: var(--rekw-accent);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.rekw-mini-line {
    display: block;
    width: 130px;
    height: 7px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--rekw-primary) 0 48%, var(--rekw-accent) 48% 100%);
}

.rekw-title {
    margin: 0;
    font-size: clamp(44px, 5.2vw, 92px);
    line-height: .96;
    font-weight: 700;
    letter-spacing: -.055em;
    color: var(--rekw-primary);
}

.rekw-title span {
    display: block;
}

.rekw-title .is-accent {
    color: var(--rekw-accent);
}

.rekw-desc {
    max-width: 560px;
    color: var(--rekw-text);
    font-size: 22px;
    line-height: 1.58;
    font-weight: 500;
}

.rekw-badge {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    width: fit-content;
    max-width: 100%;
    padding: 16px 26px 16px 14px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(214, 230, 252, .95);
    border-radius: 999px;
}

.rekw-badge-icon {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eff6ff;
    color: var(--rekw-primary);
    font-size: 32px;
    flex: 0 0 70px;
}

.rekw-badge-text strong {
    display: block;
    color: var(--rekw-primary);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
}

.rekw-badge-text span {
    display: block;
    color: var(--rekw-text);
    font-size: 17px;
    line-height: 1.45;
    margin-top: 2px;
}

.rekw-form-card {
    position: relative;
    width: 100%;
    max-width: 620px;
    padding: 34px 38px 28px;
    background: #fff;
    border: 1px solid var(--rekw-border);
    border-radius: 30px;
}

.rekw-form-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.rekw-form-top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0;
    border-radius: 50%;
    background: #eaf3ff;
    color: var(--rekw-primary);
    font-size: 30px;
    flex: 0 0 72px;
}

.rekw-form-title {
    margin: 0;
    text-align: left;
    color: var(--rekw-primary);
    font-size: clamp(28px, 2.8vw, 46px);
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.025em;
}

.rekw-form-line {
    display: block;
    width: 100px;
    height: 6px;
    margin: 14px 0 28px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--rekw-primary) 0 60%, var(--rekw-accent) 60% 100%);
}

.rekw-mockup-form {
    display: grid;
    gap: 16px;
}


.rekw-field {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 0 22px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(127, 147, 183, .32);
    border-radius: 16px;
    color: #8390ad;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.rekw-field input,
.rekw-field select,
.rekw-field textarea {
    width: 100%;
    min-width: 0;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--rekw-primary);
    font: inherit;
    padding: 0 !important;
    margin: 0 !important;
    appearance: none;
}

.rekw-field input::placeholder,
.rekw-field textarea::placeholder {
    color: #8390ad;
    opacity: 1;
}

.rekw-field select {
    color: #8390ad;
    cursor: pointer;
}

.rekw-field select:valid {
    color: var(--rekw-primary);
}

.rekw-field-select {
    position: relative;
}

.rekw-field-textarea {
    align-items: flex-start;
    min-height: 140px;
    padding-top: 22px;
}

.rekw-field-textarea textarea {
    min-height: 96px;
    resize: vertical;
}

.rekw-form-message {
    display: none;
    align-items: center;
    gap: 12px;
    margin-top: 2px;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.rekw-form-message.is-success,
.rekw-form-message.is-error {
    display: flex;
}

.rekw-form-message__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.rekw-form-message__text {
    display: inline-block;
}

.rekw-form-message.is-success {
    color: #0f6b3d;
    background: rgba(15, 107, 61, .10);
    border: 1px solid rgba(15, 107, 61, .18);
}

.rekw-form-message.is-success .rekw-form-message__icon {
    background: #18a957;
}

.rekw-form-message.is-error {
    color: #b00020;
    background: rgba(239, 26, 45, .08);
    border: 1px solid rgba(239, 26, 45, .18);
}

.rekw-form-message.is-error .rekw-form-message__icon {
    background: #e6121d;
}

.rekw-form-message.is-success {
    color: #0f6b3d;
    background: rgba(15, 107, 61, .10);
    border: 1px solid rgba(15, 107, 61, .18);
}

.rekw-form-message.is-error {
    color: #b00020;
    background: rgba(239, 26, 45, .08);
    border: 1px solid rgba(239, 26, 45, .18);
}

.rekw-button:disabled {
    cursor: wait;
    opacity: .82;
}


.rekw-input {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 0 22px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(127, 147, 183, .32);
    border-radius: 16px;
    color: #8390ad;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.rekw-input-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    color: #8794af;
    font-size: 24px;
    flex: 0 0 28px;
}

.rekw-select {
    position: relative;
}

.rekw-caret {
    margin-left: auto;
    color: #8794af;
    font-size: 20px;
}

.rekw-textarea {
    align-items: flex-start;
    min-height: 140px;
    padding-top: 22px;
}

.rekw-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    min-height: 86px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f31a2f 0%, #df0a18 100%);
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}

.rekw-button-arrow {
    font-size: 44px;
    line-height: .8;
    font-weight: 300;
}

.rekw-privacy {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #7d8aa7;
    font-size: 16px;
    line-height: 1.5;
}

.rekw-form-shortcode form,
.rekw-form-shortcode .wpcf7-form {
    display: grid;
    gap: 16px;
}

.rekw-form-shortcode input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.rekw-form-shortcode select,
.rekw-form-shortcode textarea {
    width: 100%;
    min-height: 72px;
    padding: 18px 22px;
    border: 1px solid rgba(127, 147, 183, .32);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    color: var(--rekw-primary);
    font-size: 17px;
    font-family: inherit;
    outline: none;
}

.rekw-form-shortcode textarea {
    min-height: 140px;
}

.rekw-form-shortcode input[type="submit"],
.rekw-form-shortcode button,
.rekw-form-shortcode .elementor-button,
.rekw-form-shortcode .wpcf7-submit {
    width: 100%;
    min-height: 82px;
    padding: 18px 22px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f31a2f 0%, #df0a18 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: inherit;
}

@media (max-width: 1100px) {
    .rekw-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rekw-left,
    .rekw-right {
        justify-content: stretch;
    }

    .rekw-left-inner,
    .rekw-form-card {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .rekw-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
        background-size: cover;
    }

    .rekw-grid {
        gap: 18px;
    }

    .rekw-left-inner {
        gap: 14px;
    }

    .rekw-eyebrow {
        font-size: 13px;
        letter-spacing: .12em;
    }

    .rekw-mini-line {
        width: 84px;
        height: 5px;
    }

    .rekw-title {
        font-size: clamp(36px, 11vw, 54px);
        line-height: .99;
    }

    .rekw-desc {
        font-size: 16px;
        line-height: 1.62;
    }

    .rekw-badge {
        gap: 12px;
        padding: 10px 16px 10px 10px;
        border-radius: 22px;
    }

    .rekw-badge-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
        flex-basis: 52px;
    }

    .rekw-badge-text strong {
        font-size: 16px;
    }

    .rekw-badge-text span {
        font-size: 14px;
    }

    .rekw-form-card {
        padding: 22px 18px 18px;
        border-radius: 24px;
    }

    .rekw-form-heading {
        gap: 12px;
        margin-bottom: 14px;
    }

    .rekw-form-top-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
        flex-basis: 56px;
    }

    .rekw-form-title {
        font-size: 26px;
        line-height: 1.16;
    }

    .rekw-form-line {
        width: 72px;
        height: 5px;
        margin: 12px 0 18px;
    }

    .rekw-mockup-form,
    .rekw-form-shortcode form,
    .rekw-form-shortcode .wpcf7-form {
        gap: 12px;
    }

    .rekw-input,
    .rekw-field,
    .rekw-form-shortcode input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
    .rekw-form-shortcode select,
    .rekw-form-shortcode textarea {
        min-height: 56px;
        padding: 0 16px;
        border-radius: 14px;
        font-size: 15px;
    }

    .rekw-input-icon {
        width: 22px;
        font-size: 20px;
        flex-basis: 22px;
    }

    .rekw-field input,
    .rekw-field select,
    .rekw-field textarea {
        font-size: 15px;
    }

    .rekw-textarea,
    .rekw-field-textarea,
    .rekw-form-shortcode textarea {
        min-height: 112px;
        padding-top: 16px;
    }

    .rekw-button,
    .rekw-form-shortcode input[type="submit"],
    .rekw-form-shortcode button,
    .rekw-form-shortcode .elementor-button,
    .rekw-form-shortcode .wpcf7-submit {
        min-height: 64px;
        font-size: 19px;
        border-radius: 16px;
    }

    .rekw-button-arrow {
        font-size: 32px;
    }

    .rekw-privacy {
        margin-top: 14px;
        font-size: 13px;
        align-items: flex-start;
    }
}
