/* AltÃ„Â±parmak Ã¢â‚¬â€ Konya merkez iletiÃ…Å¸im (Gifadwork) */

.alt-konum-section {
    padding-top: 110px;
    padding-bottom: 110px;
    /* background: #f9f7f3; */
}

.alt-konum-container {
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.alt-konum-header {
    max-width: 780px;
    margin: 0 0 56px;
    text-align: left;
}

.alt-konum-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C7983E;
    margin-bottom: 16px;
}

.alt-konum-tag::before {
    content: "";
    width: 36px;
    height: 3px;
    background: #C7983E;
}

.alt-konum-title {
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    line-height: 1.15;
}

.alt-konum-desc {
    font-size: 18px;
    color: #616161;
    margin: 0;
    line-height: 1.75;
}

.alt-konum-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}

/* Sol panel Ã¢â‚¬â€ ayrÃ„Â± kart, altÃ„Â±n gradient */
.alt-konum-aside {
    display: flex;
    flex-direction: column;
    color: #fff;
    /* border: 2px solid #C7983E; */
    background: linear-gradient(165deg, #e8c06a 0%, #C7983E 38%, #b58735 72%, #8f6824 100%);
    min-height: 600px;
}

.alt-konum-aside__head {
    padding: 36px 36px 28px;
    position: relative;
    overflow: hidden;
}

.alt-konum-aside__head::before {
    content: "KONYA";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(68px, 8vw, 100px);
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.14);
    letter-spacing: 0.06em;
    pointer-events: none;
    user-select: none;
}

.alt-konum-aside__index {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.alt-konum-aside__city {
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.1;
    color: #fff;
}

.alt-konum-aside__district {
    margin: 0;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 500;
}

.alt-konum-aside__map {
    flex: 1;
    min-height: 300px;
    padding: 0 28px;
    margin-bottom: 8px;
}

.alt-konum-aside__map-inner {
    height: 100%;
    min-height: 300px;
    border-radius: 14px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.alt-konum-aside__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
}

.alt-konum-aside__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 22px 36px 28px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.alt-konum-aside__foot span {
    flex: 1;
    min-width: 180px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.alt-konum-aside__foot a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    color: #C7983E;
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: background 0.2s ease, color 0.2s ease;
}

.alt-konum-aside__foot a:hover {
    background: #f5f0e6;
    color: #a67d2f;
}

/* SaÃ„Å¸ panel Ã¢â‚¬â€ ayrÃ„Â± beyaz kart */
.alt-konum-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 48px;
    background: #fff;
    min-width: 0;
    min-height: 600px;
    border: 2px solid #e5dfd3;
}

.alt-konum-main__address {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 2px solid #ede8de;
}

.alt-konum-main__address-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C7983E;
    color: #fff;
    font-size: 26px;
    flex-shrink: 0;
}

.alt-konum-main__address-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
}

.alt-konum-main__address-text {
    margin: 0;
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 600;
    line-height: 1.55;
    color: #111;
    word-break: break-word;
}

.alt-konum-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    border: 1px solid #e8e2d6;
}

.alt-konum-detail {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px 22px;
    min-width: 0;
    border-bottom: 1px solid #e8e2d6;
    transition: background 0.2s ease;
}

.alt-konum-detail:last-child {
    border-bottom: none;
}

.alt-konum-detail:hover {
    background: #fdfbf7;
}

.alt-konum-detail__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5efe3;
    color: #C7983E;
    font-size: 20px;
    flex-shrink: 0;
}

.alt-konum-detail__content {
    min-width: 0;
}

.alt-konum-detail__label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #999;
    margin-bottom: 6px;
}

.alt-konum-detail__value,
.alt-konum-detail__value a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 1.55;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.alt-konum-detail__value a:hover {
    color: #C7983E;
}

.alt-konum-map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px 28px;
    background: #C7983E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 2px solid #C7983E;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.alt-konum-map-btn:hover {
    background: #a67d2f;
    border-color: #a67d2f;
    color: #fff;
}

.alt-konum-map-btn i {
    font-size: 22px;
}

@media (max-width: 1199px) {
    .alt-konum-layout {
        gap: 24px;
    }

    .alt-konum-main {
        padding: 36px 32px;
    }

    .alt-konum-aside__head {
        padding: 28px 28px 24px;
    }

    .alt-konum-aside__map {
        padding: 0 24px;
    }

    .alt-konum-aside__foot {
        padding: 18px 28px 24px;
    }
}

@media (max-width: 991px) {
    .alt-konum-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .alt-konum-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .alt-konum-aside,
    .alt-konum-main {
        min-height: auto;
    }

    .alt-konum-aside__map-inner,
    .alt-konum-aside__map iframe {
        min-height: 280px;
    }

    .alt-konum-aside__map-inner {
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .alt-konum-header {
        margin-bottom: 36px;
    }

    .alt-konum-main {
        padding: 28px 20px;
    }

    .alt-konum-main__address {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .alt-konum-aside__head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alt-konum-aside__map {
        padding: 0 20px;
    }

    .alt-konum-aside__map-inner {
        border-radius: 10px;
    }

    .alt-konum-aside__foot {
        padding: 18px 20px 22px;
        flex-direction: column;
        align-items: stretch;
    }

    .alt-konum-aside__foot a {
        justify-content: center;
    }
}
