/* İletişim sayfası — edume */
.kt-contact-page {
    background: #f8f9fc;
}

.kt-contact-page .fe-page-banner {
    margin-bottom: 0;
}

.kt-contact-main {
    padding: 48px 0 56px;
}

.kt-contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kt-contact-info-stack .fe-section__inner {
    padding: 4px 0;
}

.kt-contact-info {
    padding: 18px 0;
    border-bottom: 1px solid #e8ecf4;
}

.kt-contact-info-stack .fe-section:last-child .kt-contact-info {
    border-bottom: 0;
}

.kt-contact-info__label {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 6px;
}

.kt-contact-info__value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.5;
}

.kt-contact-info__value a {
    color: inherit;
    text-decoration: none;
}

.kt-contact-info__value a:hover {
    color: var(--system_primery_color, #5b6bff);
}

.kt-contact-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 12px 40px rgba(23, 29, 39, 0.06);
    border: 1px solid #eef0f5;
}

.kt-contact-form-card__title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #171d27;
    margin: 0 0 24px;
}

.kt-contact-form__field {
    margin-bottom: 18px;
}

.kt-contact-form__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    font-size: 1rem;
    color: #1e293b;
    background: transparent;
    transition: border-color 0.2s ease;
}

.kt-contact-form__input:focus {
    outline: none;
    border-bottom-color: var(--system_primery_color, #5b6bff);
}

.kt-contact-form__textarea {
    min-height: 110px;
    resize: vertical;
}

.kt-contact-form__error {
    display: block;
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
}

.kt-contact-form__submit {
    width: 100%;
    margin-top: 8px;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #1e293b;
    transition: background 0.2s ease, transform 0.2s ease;
}

.kt-contact-form__submit:hover {
    background: var(--system_primery_color, #5b6bff);
    transform: translateY(-1px);
    color: #fff;
}

/* Bölümler alt alta kalsın (harita + eğitmen ol metni çakışmasın) */
#feContactSections {
    display: flex;
    flex-direction: column;
}

.kt-contact-page [data-fe-block-name='contact-map'] {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    margin-bottom: 0;
}

.kt-contact-page [data-fe-block-name='contact-map'] .fe-section__inner {
    display: flow-root;
    overflow: hidden;
    min-height: 420px;
}

.kt-contact-page [data-fe-block-name='contact-bottom'] {
    position: relative;
    z-index: 2;
    clear: both;
    margin-top: 0;
}

.kt-contact-map {
    padding: 0 0 32px;
    position: relative;
    z-index: 1;
}

.kt-contact-map__iframe-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(23, 29, 39, 0.1);
    background: #e8ecff;
    position: relative;
    width: 100%;
    min-height: 420px;
}

.kt-contact-map__iframe-inner {
    position: relative;
    width: 100%;
    min-height: 420px;
    height: 420px;
}

.kt-contact-map__iframe-inner iframe {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 420px !important;
    border: 0 !important;
}

.kt-contact-map__iframe-inner > div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.kt-contact-map__canvas {
    min-height: 420px;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(23, 29, 39, 0.1);
}

.kt-contact-bottom {
    padding: 40px 0 56px;
    position: relative;
    z-index: 2;
    background: #f8f9fc;
    clear: both;
}

.kt-contact-bottom .kt-become-instructor-section--embed {
    padding: 0;
}

@media (max-width: 991px) {
    .kt-contact-form-card {
        padding: 28px 22px;
    }
}
