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

.reha-iletisim {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #08265d;
}

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

.reha-iletisim__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(520px, 1.35fr);
    align-items: start;
}

.reha-iletisim__left {
    min-width: 0;
    padding-top: 4px;
}

.reha-iletisim__right {
    min-width: 0;
}

.reha-iletisim__eyebrow {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.reha-iletisim__title {
    margin: 0;
    font-size: clamp(42px, 4.4vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.045em;
    font-weight: 900;
}

.reha-iletisim__title span {
    display: block;
}

.reha-iletisim__title span:last-child {
    position: relative;
    display: inline-block;
    padding-right: 26px;
}

.reha-iletisim__title span:last-child:after {
    content: '';
    position: absolute;
    left: 6px;
    bottom: -7px;
    width: 82px;
    height: 4px;
    border-radius: 99px;
}

.reha-iletisim__desc {
    max-width: 570px;
    margin-top: 30px;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 500;
}

.reha-contact-cards {
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 620px;
    margin-top: 38px;
}

.reha-contact-card {
    position: relative;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 20px;
    min-height: 112px;
    padding: 22px 26px;
    border: 1px solid rgba(8, 38, 93, 0.10);
    text-decoration: none !important;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(8, 38, 93, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.reha-contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(8, 38, 93, 0.13);
    border-color: rgba(8, 38, 93, 0.16);
}

.reha-contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    font-size: 28px;
    line-height: 1;
    box-shadow: inset 0 -10px 18px rgba(255, 255, 255, 0.10), 0 10px 22px rgba(8, 38, 93, 0.18);
}

.reha-contact-card__icon svg,
.reha-contact-card__right-icon svg,
.reha-form-panel__icon svg,
.reha-form-button__icon svg,
.reha-secure-strip__icon svg {
    width: 1em;
    height: 1em;
}

.reha-contact-card__content {
    display: block;
    min-width: 0;
}

.reha-contact-card__title {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.reha-contact-card__line {
    display: block;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.reha-contact-card__line--muted {
    opacity: 0.92;
}

.reha-contact-card__right-icon {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    line-height: 1;
    opacity: 0.95;
}

.reha-form-panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(8, 38, 93, 0.10);
    box-shadow: 0 22px 58px rgba(8, 38, 93, 0.10);
}

.reha-form-panel:before {
    display: none;
}

.reha-form-panel__head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 48px 48px 28px;
}

.reha-form-panel__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    font-size: 31px;
    border: 8px solid #f4f8ff;
    box-shadow: 0 13px 30px rgba(8, 38, 93, 0.16);
}

.reha-form-panel__title {
    position: relative;
    margin: 0;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.reha-form-panel__title:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 8px;
    width: 24px;
    height: 24px;
    border-top: 4px solid #1b72ff;
    border-right: 4px solid #1b72ff;
    transform: rotate(-20deg);
    border-radius: 4px;
    opacity: 0.9;
}

.reha-form-panel__desc {
    margin: 8px 0 0;
    color: #405274;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.reha-form,
.reha-form-shortcode {
    position: relative;
    z-index: 2;
    padding: 0 48px 0;
}

.reha-form-row {
    display: grid;
    gap: 26px;
    margin-bottom: 20px;
}

.reha-form-row--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reha-form-field {
    display: block;
    margin: 0 0 20px;
}

.reha-form-field > span {
    display: block;
    margin-bottom: 10px;
    color: #18315e;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.reha-form-control,
.reha-form-panel input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']),
.reha-form-panel select,
.reha-form-panel textarea {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid #d9e1ee;
    border-radius: 12px;
    outline: none;
    box-shadow: none;
    color: #18315e;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: auto;
}

.reha-form-control::placeholder,
.reha-form-panel input::placeholder,
.reha-form-panel textarea::placeholder {
    color: #7d879e;
    opacity: 1;
}

.reha-form-control:focus,
.reha-form-panel input:focus,
.reha-form-panel select:focus,
.reha-form-panel textarea:focus {
    border-color: #1b72ff;
    box-shadow: 0 0 0 4px rgba(27, 114, 255, 0.10);
}

.reha-form-panel textarea,
textarea.reha-form-control {
    min-height: 140px;
    padding-top: 18px;
    resize: vertical;
}

.reha-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 255px;
    min-height: 58px;
    margin-top: 6px;
    padding: 15px 28px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-family: inherit;
    font-size: 17px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(230, 18, 29, 0.25);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.reha-form-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(8, 38, 93, 0.23);
}

.reha-form-button__icon {
    display: inline-flex;
    font-size: 17px;
    line-height: 1;
}

.reha-secure-strip {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 180px;
    margin-top: 38px;
    padding: 32px 48px;
    overflow: hidden;
}

.reha-secure-strip:before {
    content: '';
    position: absolute;
    right: 88px;
    bottom: 6px;
    width: 170px;
    height: 105px;
    border-radius: 80% 80% 0 0;
    background: #08265d;
    opacity: 1;
}

.reha-secure-strip__text {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    max-width: 470px;
}

.reha-secure-strip__icon {
    display: inline-flex;
    flex: 0 0 68px;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    border-radius: 16px;
    font-size: 26px;
    line-height: 1;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(27, 114, 255, 0.18);
}

.reha-secure-strip__icon i,
.reha-secure-strip__icon svg,
.reha-secure-strip__icon .elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 1;
    margin: 0;
}

.reha-secure-strip__text strong {
    display: block;
    margin-bottom: 8px;
    color: #08265d;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}

.reha-secure-strip__text span {
    display: block;
    color: #213b69;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.reha-secure-strip__image {
    position: absolute;
    z-index: 3;
    display: block;
    width: 390px;
    height: auto;
    max-width: min(46%, 390px);
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none;
    user-select: none;
}

.reha-decor {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 1;
}

.reha-decor--dots-top {
    top: 25px;
    left: 48.5%;
    width: 88px;
    height: 82px;
    background-image: radial-gradient(#1b72ff 2px, transparent 2px);
    background-size: 17px 17px;
    opacity: 0.72;
}

.reha-decor--waves {
    top: 48px;
    right: 64px;
    width: 82px;
    height: 30px;
    background:
        radial-gradient(50% 100% at 50% 100%, transparent 12px, #61a7ff 13px 15px, transparent 16px) 0 0/28px 14px repeat-x;
    opacity: 0.8;
}

.reha-decor--circle-top {
    top: -80px;
    right: -120px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(27, 114, 255, 0.08);
}

.reha-decor--circle-bottom {
    left: -125px;
    bottom: -155px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(27, 114, 255, 0.06);
}

.reha-decor--red-dots {
    right: 27px;
    bottom: 144px;
    width: 70px;
    height: 70px;
    background-image: radial-gradient(#e6121d 3px, transparent 3px);
    background-size: 17px 17px;
    opacity: 0.95;
}

@media (max-width: 1200px) {
    .reha-iletisim__grid {
        grid-template-columns: 1fr;
    }

    .reha-iletisim__left {
        max-width: 740px;
        margin: 0 auto;
        text-align: center;
    }

    .reha-iletisim__desc,
    .reha-contact-cards {
        margin-left: auto;
        margin-right: auto;
    }

    .reha-iletisim__right {
        width: 100%;
        max-width: 900px;
        margin: 18px auto 0;
    }

    .reha-secure-strip__image {
        max-width: 45%;
    }
}

@media (max-width: 767px) {
    .reha-iletisim {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .reha-iletisim__left {
        text-align: left;
    }

    .reha-iletisim__eyebrow {
        font-size: 14px;
    }

    .reha-iletisim__title {
        font-size: clamp(34px, 12vw, 48px);
        letter-spacing: -0.035em;
    }

    .reha-iletisim__desc {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.65;
    }

    .reha-contact-cards {
        margin-top: 26px;
        gap: 12px;
    }

    .reha-contact-card {
        grid-template-columns: 54px minmax(0, 1fr) 26px;
        gap: 14px;
        min-height: 92px;
        padding: 16px;
    }

    .reha-contact-card__icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        font-size: 22px;
    }

    .reha-contact-card__title {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .reha-contact-card__line {
        font-size: 14px;
    }

    .reha-contact-card__right-icon {
        font-size: 21px;
    }

    .reha-form-panel__head {
        gap: 14px;
        padding: 26px 18px 18px;
    }

    .reha-form-panel__icon {
        width: 58px;
        height: 58px;
        border-width: 6px;
        font-size: 23px;
    }

    .reha-form-panel__title {
        font-size: 23px;
    }

    .reha-form-panel__title:after {
        display: none;
    }

    .reha-form-panel__desc {
        font-size: 14px;
    }

    .reha-form,
    .reha-form-shortcode {
        padding: 0 18px;
    }

    .reha-form-row--two {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 0;
    }

    .reha-form-field {
        margin-bottom: 15px;
    }

    .reha-form-field > span {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .reha-form-control,
    .reha-form-panel input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']),
    .reha-form-panel select,
    .reha-form-panel textarea {
        min-height: 52px;
        border-radius: 11px;
        font-size: 14px;
    }

    .reha-form-panel textarea,
    textarea.reha-form-control {
        min-height: 125px;
    }

    .reha-form-button {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        font-size: 15px;
    }

    .reha-secure-strip {
        display: block;
        min-height: 285px;
        margin-top: 26px;
        padding: 22px 18px 0;
    }

    .reha-secure-strip:before {
        right: -16px;
        bottom: 0;
        width: 145px;
        height: 92px;
    }

    .reha-secure-strip__text {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 13px;
        max-width: none;
    }

    .reha-secure-strip__icon {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        min-width: 54px;
        min-height: 54px;
        border-radius: 14px;
        font-size: 21px;
    }

    .reha-secure-strip__text strong {
        margin-bottom: 4px;
        font-size: 17px;
    }

    .reha-secure-strip__text span {
        font-size: 14px;
    }

    .reha-secure-strip__image {
        right: 0 !important;
        bottom: 0 !important;
        max-width: 88%;
        width: 300px !important;
    }

    .reha-decor--dots-top {
        left: auto;
        right: 18px;
        top: 12px;
        transform: scale(0.72);
    }

    .reha-decor--waves,
    .reha-decor--circle-top,
    .reha-decor--red-dots {
        display: none;
    }
}

@media (max-width: 420px) {
    .reha-contact-card {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .reha-contact-card__right-icon {
        display: none;
    }

    .reha-secure-strip {
        min-height: 260px;
    }

    .reha-secure-strip__image {
        width: 280px !important;
    }
}

/* v1.0.2 hotfix: Elementor eski kayıtlı kontrol değerlerinden etkilenmeden hizalama düzeltmeleri */
.reha-iletisim {
    background-image: none !important;
}

.reha-iletisim__inner {
    max-width: 1400px;
}

/* Sağ arka plandaki büyük dekoratif şekilleri kaldır */
.reha-decor--circle-top,
.reha-decor--circle-bottom {
    display: none !important;
}

/* Form panel içindeki sağ arka plan ışık/şekil kaldırıldı */
.reha-form-panel:before {
    content: none !important;
    display: none !important;
}

/* Alt güvenli iletişim alanı daha stabil */
.reha-secure-strip {
    min-height: 170px;
    padding: 28px 46px;
}

.reha-secure-strip__text {
    position: relative;
    z-index: 6;
    max-width: 455px;
}

.reha-secure-strip__icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    overflow: hidden;
    line-height: 1;
}

.reha-secure-strip__icon > i,
.reha-secure-strip__icon > svg,
.reha-secure-strip__icon .elementor-icon,
.reha-secure-strip__icon .e-font-icon-svg {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
}

.reha-secure-strip__image {
    right: 28px;
    bottom: 0;
    width: 330px;
    max-width: 38%;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

/* Görselin arkasındaki lacivert yarım daire düzgün hizalansın */
.reha-secure-strip:before {
    right: 58px;
    bottom: 0;
    width: 138px;
    height: 84px;
    border-radius: 100px 100px 0 0;
}

@media (max-width: 1200px) {
    .reha-secure-strip__image {
        width: 300px;
        max-width: 42%;
        right: 18px;
    }
}

@media (max-width: 767px) {
    .reha-secure-strip {
        min-height: 275px;
        padding: 22px 18px 0;
    }

    .reha-secure-strip__text {
        max-width: none;
    }

    .reha-secure-strip__icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        min-width: 54px;
        min-height: 54px;
    }

    .reha-secure-strip__icon > i,
    .reha-secure-strip__icon > svg,
    .reha-secure-strip__icon .elementor-icon,
    .reha-secure-strip__icon .e-font-icon-svg {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        min-height: 20px !important;
    }

    .reha-secure-strip__image {
        right: 0 !important;
        bottom: 0 !important;
        width: 285px !important;
        max-width: 88% !important;
    }

    .reha-secure-strip:before {
        right: 16px !important;
        bottom: 0 !important;
        width: 125px;
        height: 78px;
    }
}

@media (max-width: 420px) {
    .reha-secure-strip__image {
        width: 255px !important;
    }
}


/* v1.0.3 content layout refinements */
.reha-iletisim__left--cards-only .reha-contact-cards {
    margin-top: 0;
    max-width: 100%;
}

.reha-form-panel__head--no-icon {
    display: block;
    padding: 42px 48px 24px;
}

.reha-form-panel__head-content {
    min-width: 0;
}

.reha-form-panel__head--no-icon .reha-form-panel__title {
    display: inline-block;
    padding-bottom: 14px;
}

.reha-form-panel__head--no-icon .reha-form-panel__title:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 38px;
    height: 4px;
    transform: none;
    border: 0;
    background: #1b72ff;
    border-radius: 99px;
}

.reha-form-panel__head--no-icon .reha-form-panel__desc {
    margin-top: 14px;
}

@media (max-width: 767px) {
    .reha-form-panel__head--no-icon {
        padding: 24px 18px 18px;
    }
    .reha-iletisim__left--cards-only .reha-contact-cards {
        margin-top: 0;
    }
}

/* v1.0.4: başlık/açıklama üstte, gönder butonu taşma düzeltmesi */
.reha-iletisim__left--with-intro .reha-contact-cards {
    margin-top: 34px;
}

.reha-form,
.reha-form-shortcode {
    padding-bottom: 48px !important;
}

.reha-form-button {
    margin-bottom: 0 !important;
}

.reha-form-panel {
    overflow: hidden;
}

.reha-form-panel__head {
    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .reha-iletisim__left--with-intro .reha-contact-cards {
        margin-top: 24px;
    }

    .reha-form,
    .reha-form-shortcode {
        padding-bottom: 30px !important;
    }
}



/* v1.0.5: AJAX mail gönderimi, başarı tik mesajı ve yönlendirme engeli */
.reha-form-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.reha-form-button.is-loading {
    opacity: 0.78;
    cursor: wait;
    pointer-events: none;
    transform: none !important;
}

.reha-form-message {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 18px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.reha-form-message[hidden] {
    display: none !important;
}

.reha-form-message__icon {
    display: inline-flex;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.reha-form-message--success {
    color: #116537;
    background: #effdf5;
    border: 1px solid rgba(17, 101, 55, 0.18);
}

.reha-form-message--success .reha-form-message__icon {
    color: #ffffff;
    background: #18a957;
}

.reha-form-message--error {
    color: #a71523;
    background: #fff1f2;
    border: 1px solid rgba(167, 21, 35, 0.18);
}

.reha-form-message--error .reha-form-message__icon {
    color: #ffffff;
    background: #e6121d;
}

@media (max-width: 767px) {
    .reha-form-message {
        font-size: 14px;
        padding: 12px 14px;
    }
}
