/* Prestige UI — Mockup (Emlakçı tarzı) */

.theme-prestige {
    font-family: var(--font-body, 'Inter', sans-serif);
    background: #fff;
    color: #333;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

/* Sayfa iskeleti — header üstte, içerik tam genişlik */
.theme-prestige > header,
.theme-prestige > main,
.theme-prestige > footer,
.theme-prestige .emlak-hero,
.theme-prestige .emlak-search-wrap,
.theme-prestige .emlak-footer {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    box-sizing: border-box;
}

.theme-prestige main {
    min-height: 50vh;
}

/* Navbar — Bootstrap container genişliği (iç sayfalarla aynı) */
.theme-prestige .prestige-header .emlak-navbar {
    width: 100%;
}

.theme-prestige .prestige-header .emlak-navbar > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .theme-prestige .prestige-header .navbar-collapse {
        display: flex !important;
        flex: 1 1 auto;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        min-height: var(--header-height);
    }

    .theme-prestige .prestige-header .emlak-nav {
        flex: 1 1 auto;
        justify-content: center;
    }

    .theme-prestige .prestige-header .emlak-header-tools {
        flex-shrink: 0;
    }
}

/* ===== HEADER ===== */
.theme-prestige .emlak-header {
    position: sticky !important;
    top: 0;
    background: #fff !important;
    box-shadow: 0 1px 0 #eee;
    z-index: 1000;
}

.theme-prestige .emlak-navbar {
    min-height: var(--header-height);
    padding: 0;
}

.theme-prestige .emlak-brand {
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--emlak-navy, #1a2332) !important;
    gap: 8px;
}

.theme-prestige .emlak-brand i {
    color: var(--emlak-gold, #c4a052);
    font-size: 1.5rem;
}

.theme-prestige .emlak-nav .nav-link {
    color: #444 !important;
    font-weight: 500;
    font-size: 0.92rem;
    padding: 10px 14px !important;
}

.theme-prestige .emlak-nav .nav-link:hover,
.theme-prestige .emlak-nav .nav-link.active {
    color: var(--emlak-gold, #c4a052) !important;
}

.theme-prestige .emlak-nav .nav-link::after {
    display: none;
}

.theme-prestige .emlak-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.theme-prestige .emlak-header-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
}

.theme-prestige .emlak-header-phone i {
    color: var(--emlak-gold, #c4a052);
}

/* Evini Sat — outline CTA (sarı dolgu yok, belirgin) */
.sell-property-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fff !important;
    border: 1.5px solid var(--emlak-gold, #c4a052) !important;
    box-shadow: none !important;
    color: var(--emlak-navy, #1a2332) !important;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 7px 14px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    align-self: center;
    flex-shrink: 0;
    transform: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sell-property-nav-btn i {
    color: var(--emlak-gold, #c4a052);
    font-size: 1rem;
}

.sell-property-nav-btn:hover,
.sell-property-nav-btn:focus,
.sell-property-nav-btn:focus-visible,
.sell-property-nav-btn:active {
    background: rgba(196, 160, 82, 0.14) !important;
    border-color: var(--emlak-gold, #c4a052) !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    color: var(--emlak-navy, #1a2332) !important;
    text-decoration: none;
}

.sell-property-nav-btn--mobile {
    width: 100%;
    min-height: 44px;
    font-size: 0.92rem;
}

/* ===== BUTTONS ===== */
.theme-prestige .emlak-btn-gold {
    background: var(--emlak-gold, #c4a052) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 24px;
    transition: var(--transition);
}

.theme-prestige .emlak-btn-gold:hover {
    background: var(--secondary-dark, #a8863f) !important;
    color: #fff !important;
}

.theme-prestige .emlak-btn-outline-light {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.85) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 22px;
}

.theme-prestige .emlak-btn-outline-light:hover {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
}

.theme-prestige .emlak-btn-search {
    background: var(--emlak-navy, #1a2332) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 20px;
    min-height: 46px;
}

.theme-prestige .emlak-btn-search:hover {
    background: var(--primary-dark, #121a26) !important;
}

.theme-prestige .btn-primary {
    background: var(--emlak-navy, #1a2332) !important;
    border-color: var(--emlak-navy, #1a2332) !important;
}

.theme-prestige .btn-outline-primary {
    color: var(--emlak-navy, #1a2332) !important;
    border-color: var(--emlak-navy, #1a2332) !important;
}

/* ===== HERO ===== */
.theme-prestige .emlak-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: max(560px, 72vh);
    background: var(--emlak-navy);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 0;
    padding: 110px 0 130px;
    overflow: hidden;
}

.theme-prestige .emlak-hero__slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.theme-prestige .emlak-hero__slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
    will-change: opacity;
}

.theme-prestige .emlak-hero__slide.is-active {
    opacity: 1;
}

.theme-prestige .emlak-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18,26,38,0.82) 0%, rgba(18,26,38,0.45) 55%, rgba(18,26,38,0.25) 100%);
    z-index: 1;
}

.theme-prestige .emlak-hero.hero-overlay-light .emlak-hero__shade {
    background: linear-gradient(90deg, rgba(18,26,38,0.55) 0%, rgba(18,26,38,0.3) 100%);
}

.theme-prestige .emlak-hero.hero-overlay-medium .emlak-hero__shade {
    background: linear-gradient(90deg, rgba(18,26,38,0.68) 0%, rgba(18,26,38,0.38) 55%, rgba(18,26,38,0.22) 100%);
}

.theme-prestige .emlak-hero.hero-overlay-dark .emlak-hero__shade {
    background: linear-gradient(90deg, rgba(18,26,38,0.82) 0%, rgba(18,26,38,0.45) 55%, rgba(18,26,38,0.25) 100%);
}

.theme-prestige .emlak-hero.hero-overlay-none .emlak-hero__shade {
    background: none;
}

.theme-prestige .emlak-hero__container {
    position: relative;
    z-index: 2;
}

.theme-prestige .emlak-hero__title {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
    max-width: 560px;
    text-shadow: none;
}

.theme-prestige .emlak-hero__subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.9);
    max-width: 480px;
    margin-bottom: 28px;
    line-height: 1.6;
    text-shadow: none;
}

.theme-prestige .emlak-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ===== FLOATING SEARCH ===== */
.theme-prestige .emlak-search-wrap {
    position: relative;
    z-index: 10;
    margin-top: -56px;
    margin-bottom: 48px;
}

.theme-prestige .emlak-search-bar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    padding: 22px 24px;
}

.theme-prestige .emlak-search-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    align-items: end;
}

.theme-prestige .emlak-search-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.theme-prestige .emlak-search-field .form-select,
.theme-prestige .emlak-search-field .form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 46px;
    font-size: 0.9rem;
}

.theme-prestige .emlak-search-field--btn {
    min-width: 120px;
}

/* ===== SECTIONS ===== */
.theme-prestige .emlak-section {
    padding: 56px 0;
}

.theme-prestige .emlak-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 16px;
}

.theme-prestige .emlak-section-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--emlak-navy, #1a2332);
    margin: 0;
    position: relative;
    padding-bottom: 10px;
}

.theme-prestige .emlak-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: var(--emlak-gold, #c4a052);
    border-radius: 2px;
}

.theme-prestige .emlak-section-link {
    color: var(--emlak-navy, #1a2332);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.92rem;
}

.theme-prestige .emlak-section-link:hover {
    color: var(--emlak-gold, #c4a052);
}

/* ===== PROPERTY CARDS ===== */
.theme-prestige .emlak-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: var(--transition);
    height: 100%;
    border: 1px solid #f0f0f0;
}

.theme-prestige .emlak-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.theme-prestige .emlak-card__media {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.theme-prestige .emlak-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.theme-prestige .emlak-card:hover .emlak-card__media img {
    transform: scale(1.03);
}

.theme-prestige .emlak-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.theme-prestige .emlak-card__badge--sale {
    background: var(--emlak-navy, #1a2332);
    color: #fff;
}

.theme-prestige .emlak-card__badge--rent {
    background: var(--emlak-gold, #c4a052);
    color: #fff;
}

.theme-prestige .emlak-header-tools .favorites-link,
.theme-prestige .emlak-header-tools .compare-link {
    color: #555 !important;
    font-size: 1.05rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.theme-prestige .emlak-header-tools .language-toggle {
    color: #555 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.theme-prestige .emlak-header-tools .favorites-count,
.theme-prestige .emlak-header-tools .compare-count {
    font-size: 0.7rem;
}

.theme-prestige .emlak-header-tools .sell-property-nav-btn {
    margin-left: 4px;
}

.theme-prestige .emlak-card__tag {
    position: absolute;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    line-height: 1.2;
}

.theme-prestige .emlak-card__tag--rezidans {
    top: 12px;
    right: 52px;
    background: #9b59b6;
}

.theme-prestige .emlak-card__tag--featured {
    top: 44px;
    left: 12px;
    background: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-card__tag--vr {
    bottom: 12px;
    left: 12px;
    background: rgba(26, 35, 50, 0.85);
}

.theme-prestige .emlak-card__compare {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 3;
}

.theme-prestige .emlak-card__compare-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: var(--emlak-navy, #1a2332);
    margin: 0;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.theme-prestige .emlak-card__compare .compare-checkbox {
    display: none;
}

.theme-prestige .emlak-latest {
    background: #f8f9fb;
}

.theme-prestige .emlak-agents {
    background: #fff;
}

.theme-prestige .emlak-agent-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: var(--transition);
}

.theme-prestige .emlak-agent-card--clickable {
    cursor: pointer;
}

.theme-prestige .emlak-agent-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.theme-prestige .emlak-agent-card__avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--emlak-gold, #c4a052);
    margin-bottom: 14px;
}

.theme-prestige .emlak-agent-card__name {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--emlak-navy, #1a2332);
}

.theme-prestige .emlak-agent-card__name a {
    color: inherit;
    text-decoration: none;
}

.theme-prestige .emlak-agent-card__title {
    color: var(--emlak-gold, #c4a052);
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.theme-prestige .emlak-agent-card__bio {
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 14px;
    line-height: 1.5;
}

.theme-prestige .emlak-agent-card__social {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.theme-prestige .emlak-agent-card__social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: var(--emlak-navy, #1a2332);
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.theme-prestige .emlak-agent-card__social a:hover {
    background: var(--emlak-gold, #c4a052);
    color: #fff;
}

.theme-prestige .emlak-agent-card__actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.theme-prestige .emlak-agent-card__btn {
    border: 1px solid #ddd;
    color: var(--emlak-navy, #1a2332);
    background: #fff;
    border-radius: 6px;
    min-width: 38px;
}

.theme-prestige .emlak-agent-card__btn--wa {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.theme-prestige .emlak-agent-card__btn--profile {
    background: var(--emlak-gold, #c4a052);
    border-color: var(--emlak-gold, #c4a052);
    color: #fff;
}

.theme-prestige .emlak-footer__newsletter-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 12px;
}

.theme-prestige .emlak-footer__newsletter-form .form-control {
    border: none;
    min-height: 42px;
    font-size: 0.9rem;
}

.theme-prestige .emlak-footer__newsletter-form .btn {
    min-height: 42px;
}

.theme-prestige #newsletterMessage.success { color: #86efac; }
.theme-prestige #newsletterMessage.error { color: #fca5a5; }

.theme-prestige .emlak-card__fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.95);
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.theme-prestige .emlak-card__fav:hover,
.theme-prestige .emlak-card__fav.active {
    color: #e74c3c;
}

.theme-prestige .emlak-card__body {
    padding: 16px 18px 18px;
    background: #fff;
}

.theme-prestige .emlak-card__link {
    color: inherit;
    text-decoration: none;
}

.theme-prestige .emlak-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--emlak-navy, #1a2332);
    margin-bottom: 6px;
    line-height: 1.35;
}

.theme-prestige .emlak-card__link:hover .emlak-card__title {
    color: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-card__location {
    font-size: 0.82rem;
    color: #666;
    margin-bottom: 10px;
}

.theme-prestige .emlak-card__location i {
    color: var(--emlak-gold, #c4a052);
    margin-right: 4px;
}

.theme-prestige .emlak-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.78rem;
    color: #777;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.theme-prestige .emlak-card__specs span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.theme-prestige .emlak-card__specs span i {
    color: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-card__price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--emlak-gold, #c4a052);
}

/* Mobil ilan grid — her zaman 2 kolon */
@media (max-width: 767.98px) {
    .theme-prestige .emlak-listing-grid {
        --bs-gutter-x: 0.65rem;
        --bs-gutter-y: 0.75rem;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--bs-gutter-y) var(--bs-gutter-x);
        margin-left: 0;
        margin-right: 0;
    }

    .theme-prestige .emlak-listing-grid > .emlak-listing-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__title {
        font-size: 0.82rem;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__location {
        font-size: 0.72rem;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__specs {
        font-size: 0.68rem;
        gap: 4px 6px;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__price {
        font-size: 0.9rem;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__body {
        padding: 10px 10px 12px;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__badge {
        top: 6px;
        left: 6px;
        font-size: 0.58rem;
        padding: 2px 6px;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__tag--featured {
        top: 28px;
        left: 6px;
        right: auto;
        font-size: 0.55rem;
        padding: 2px 5px;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__tag--rezidans {
        top: 6px;
        right: 34px;
        font-size: 0.55rem;
        padding: 2px 5px;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__tag--vr {
        display: none;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__fav {
        width: 28px;
        height: 28px;
        top: 6px;
        right: 6px;
        font-size: 0.85rem;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__compare {
        bottom: 6px;
        right: 6px;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__compare-label {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }

    .theme-prestige .emlak-listing-grid .emlak-card__media {
        aspect-ratio: 4/3;
    }
}

/* ===== PROJECT CARDS (ana sayfa) ===== */
.theme-prestige .emlak-project-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    height: 100%;
    transition: var(--transition);
}

.theme-prestige .emlak-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.theme-prestige .emlak-project-card__media {
    display: block;
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.theme-prestige .emlak-project-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.theme-prestige .emlak-project-card:hover .emlak-project-card__media img {
    transform: scale(1.03);
}

.theme-prestige .emlak-project-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--emlak-gold, #c4a052);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.theme-prestige .emlak-project-card__body {
    padding: 16px 18px 18px;
}

.theme-prestige .emlak-project-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--emlak-navy, #1a2332);
    margin-bottom: 6px;
    line-height: 1.35;
}

.theme-prestige .emlak-project-card__location {
    font-size: 0.82rem;
    color: #666;
    margin-bottom: 10px;
}

.theme-prestige .emlak-project-card__location i {
    color: var(--emlak-gold, #c4a052);
    margin-right: 4px;
}

.theme-prestige .emlak-project-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 0.78rem;
    color: #777;
    margin-bottom: 10px;
}

.theme-prestige .emlak-project-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.theme-prestige .emlak-project-card__progress {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.theme-prestige .emlak-project-card__progress-bar {
    flex: 1;
    height: 6px;
    background: var(--emlak-gold, #c4a052);
    border-radius: 999px;
}

.theme-prestige .emlak-project-card__price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--emlak-gold, #c4a052);
}

/* ===== WHY US ===== */
.theme-prestige .emlak-why {
    background: #fafafa;
    padding: 64px 0;
}

.theme-prestige .emlak-why > .container > .emlak-section-title {
    color: var(--emlak-navy, #1a2332);
    text-align: center;
    margin-bottom: 2.5rem !important;
}

.theme-prestige .emlak-why > .container > .emlak-section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.theme-prestige .emlak-why-item {
    text-align: center;
    padding: 12px 8px;
}

.theme-prestige .emlak-why-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #888;
}

.theme-prestige .emlak-why-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.theme-prestige .emlak-why-item p {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.55;
    margin: 0;
}

/* ===== FOOTER ===== */
.theme-prestige .emlak-footer {
    background: var(--emlak-navy, #1a2332) !important;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0 !important;
    padding: 56px 0 0;
}

.theme-prestige .emlak-footer__grid {
    padding-bottom: 40px;
}

.theme-prestige .emlak-footer__logo-link {
    display: inline-block;
    margin-bottom: 16px;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.theme-prestige .emlak-footer__logo-link:hover {
    opacity: 0.85;
    text-decoration: none;
}

.theme-prestige .emlak-footer__logo {
    max-height: 50px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    /* Koyu footer arka planında klasik ön yüz gibi okunaklı logo */
    filter: brightness(0) invert(1);
}

html[dir="rtl"] .theme-prestige .emlak-footer__logo {
    transform: none !important;
    direction: ltr;
}

@media (max-width: 767px) {
    .theme-prestige .emlak-footer__logo {
        max-height: 40px;
        max-width: 150px;
    }
}

.theme-prestige .emlak-footer__logo-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 16px;
}

.theme-prestige .emlak-footer__logo-text i {
    color: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-footer__desc {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
    max-width: 320px;
}

.theme-prestige .emlak-footer__social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.theme-prestige .emlak-footer__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: var(--transition);
}

.theme-prestige .emlak-footer__social a:hover {
    background: var(--emlak-gold, #c4a052);
    border-color: var(--emlak-gold, #c4a052);
    color: #fff;
}

.theme-prestige .emlak-footer__title {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.theme-prestige .emlak-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--emlak-gold, #c4a052);
    border-radius: 2px;
}

.theme-prestige .emlak-footer__links,
.theme-prestige .emlak-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.theme-prestige .emlak-footer__links li {
    margin-bottom: 10px;
}

.theme-prestige .emlak-footer__links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.88rem;
    transition: var(--transition);
}

.theme-prestige .emlak-footer__links a:hover {
    color: var(--emlak-gold, #c4a052);
    padding-left: 4px;
}

.theme-prestige .emlak-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.88rem;
}

.theme-prestige .emlak-footer__contact i {
    color: var(--emlak-gold, #c4a052);
    margin-top: 2px;
    flex-shrink: 0;
}

.theme-prestige .emlak-footer__contact a,
.theme-prestige .emlak-footer__contact span {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.theme-prestige .emlak-footer__contact a:hover {
    color: var(--emlak-gold, #c4a052);
}

.theme-prestige .emlak-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.theme-prestige .emlak-footer__copy {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.theme-prestige .emlak-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.theme-prestige .emlak-footer__legal a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.theme-prestige .emlak-footer__legal a:hover {
    color: var(--emlak-gold, #c4a052);
}

/* Header — tüm sayfalarda beyaz sabit (sticky) */
.theme-prestige.is-home .prestige-header.emlak-header,
.theme-prestige .prestige-header.emlak-header {
    position: sticky !important;
    top: 0;
    background: #fff !important;
    box-shadow: 0 1px 0 #eee !important;
    z-index: 1000;
}

.theme-prestige.is-home .prestige-header.emlak-header .nav-link,
.theme-prestige .prestige-header.emlak-header .nav-link {
    color: #444 !important;
}

.theme-prestige.is-home .prestige-header.emlak-header .navbar-brand,
.theme-prestige .prestige-header.emlak-header .navbar-brand {
    color: var(--emlak-navy, #1a2332) !important;
}

/* ===== BREADCRUMB BAR (yalnızca ana sayfa prestige içeriği) ===== */
.theme-prestige.is-home nav.bg-light.py-3 {
    background: #f7f8fa !important;
    border-bottom: 1px solid #eee;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.theme-prestige.is-home nav.bg-light.py-3 .breadcrumb-item + .breadcrumb-item::before {
    color: #aaa;
}

.theme-prestige.is-home nav.bg-light.py-3 .breadcrumb-item.active {
    color: var(--emlak-navy, #1a2332);
    font-weight: 500;
}

/* ===== INNER PAGES (yalnızca ana sayfa — iç sayfalar klasik default) ===== */
.theme-prestige.is-home .breadcrumb {
    background: transparent;
    font-size: 0.88rem;
}

.theme-prestige.is-home .breadcrumb-item a {
    color: var(--emlak-gold, #c4a052);
    text-decoration: none;
}

.theme-prestige.is-home section.py-4,
.theme-prestige.is-home section.py-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.theme-prestige.is-home .property-detail-page {
    background: #fff;
}

.theme-prestige.is-home .property-info-box,
.theme-prestige.is-home .property-gallery,
.theme-prestige.is-home .sidebar-box,
.theme-prestige.is-home .search-sidebar,
.theme-prestige.is-home .card {
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.theme-prestige.is-home .property-detail-page .badge.bg-success,
.theme-prestige.is-home .property-detail-page .badge.bg-warning {
    background: var(--emlak-navy) !important;
}

.theme-prestige.is-home .search-sidebar,
.theme-prestige.is-home .filter-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #eee;
}

.theme-prestige.is-home .form-select,
.theme-prestige.is-home .form-control {
    border-radius: 6px;
    border-color: #ddd;
}

.theme-prestige.is-home .alert-info {
    border-radius: 8px;
}

.theme-prestige.is-home .pagination .page-link {
    color: var(--emlak-navy);
}

.theme-prestige.is-home .pagination .page-item.active .page-link {
    background: var(--emlak-navy);
    border-color: var(--emlak-navy);
}

.theme-prestige.is-home h1, .theme-prestige.is-home h2, .theme-prestige.is-home h3,
.theme-prestige.is-home h4, .theme-prestige.is-home h5 {
    font-family: var(--font-body);
}

.theme-prestige.is-home .section-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--emlak-navy);
}

.theme-prestige.is-home .section-title::after {
    background: var(--emlak-gold);
    width: 40px;
    height: 3px;
}

.theme-prestige.is-home .btn-primary {
    background: var(--emlak-gold, #c4a052) !important;
    border-color: var(--emlak-gold, #c4a052) !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
}

.theme-prestige.is-home .btn-primary:hover {
    background: var(--secondary-dark, #a8863f) !important;
    border-color: var(--secondary-dark, #a8863f) !important;
}

.theme-prestige.is-home .btn-outline-primary {
    color: var(--emlak-navy, #1a2332) !important;
    border-color: var(--emlak-navy, #1a2332) !important;
    border-radius: 6px;
}

.theme-prestige.is-home .btn-outline-primary:hover {
    background: var(--emlak-navy, #1a2332) !important;
    color: #fff !important;
}

.theme-prestige.is-home .property-info-box h5,
.theme-prestige.is-home .sidebar-box h5,
.theme-prestige.is-home .filter-card h5 {
    color: var(--emlak-navy, #1a2332);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--emlak-gold, #c4a052);
}

.theme-prestige.is-home .property-detail-page .property-price,
.theme-prestige.is-home .property-detail-page .price-tag {
    color: var(--emlak-gold, #c4a052);
    font-weight: 700;
}

.theme-prestige.is-home .property-detail-page h1 {
    color: var(--emlak-navy, #1a2332);
    font-size: 1.65rem;
    font-weight: 700;
}

.theme-prestige.is-home .info-list li,
.theme-prestige.is-home .property-details-list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    font-size: 0.9rem;
}

.theme-prestige.is-home .info-list li strong,
.theme-prestige.is-home .property-details-list li strong {
    color: var(--emlak-navy, #1a2332);
}

.theme-prestige.is-home .agent-card,
.theme-prestige.is-home .consultant-card {
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: var(--transition);
}

.theme-prestige.is-home .agent-card:hover,
.theme-prestige.is-home .consultant-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.theme-prestige.is-home .page-content,
.theme-prestige.is-home .about-content,
.theme-prestige.is-home .contact-page {
    color: #555;
    line-height: 1.7;
}

.theme-prestige.is-home .blog-card,
.theme-prestige.is-home .blog-post-card {
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: var(--transition);
}

.theme-prestige.is-home .blog-card:hover,
.theme-prestige.is-home .blog-post-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}

.theme-prestige.is-home .search-results-header h1,
.theme-prestige.is-home .city-page h1,
.theme-prestige.is-home .category-page h1 {
    color: var(--emlak-navy, #1a2332);
    font-weight: 700;
}

.theme-prestige.is-home .badge.bg-primary {
    background: var(--emlak-navy, #1a2332) !important;
}

.theme-prestige.is-home .list-group-item.active {
    background: var(--emlak-navy, #1a2332);
    border-color: var(--emlak-navy, #1a2332);
}

.theme-prestige.is-home .nav-tabs .nav-link.active {
    color: var(--emlak-navy, #1a2332);
    border-bottom: 2px solid var(--emlak-gold, #c4a052);
}

.theme-prestige.is-home .table thead th {
    background: #f7f8fa;
    color: var(--emlak-navy, #1a2332);
    font-weight: 600;
    border-bottom: 2px solid var(--emlak-gold, #c4a052);
}

/* Hide old default hero/search if any leak */
.theme-prestige.is-home .hero:not(.emlak-hero),
.theme-prestige.is-home .search-box,
.theme-prestige.is-home section.container:has(.search-box) {
    display: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .theme-prestige .emlak-search-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .theme-prestige .emlak-search-field--btn {
        grid-column: 1 / -1;
    }

    .theme-prestige .emlak-header-actions {
        margin-top: 12px;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .theme-prestige .emlak-hero {
        min-height: 420px;
        padding: 90px 0 100px;
    }

    .theme-prestige .emlak-search-wrap {
        margin-top: -40px;
    }

    .theme-prestige .emlak-search-grid {
        grid-template-columns: 1fr;
    }

    .theme-prestige .emlak-header-phone span {
        display: none;
    }

    .theme-prestige .emlak-footer__grid > div {
        text-align: center;
    }

    .theme-prestige .emlak-footer__title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .theme-prestige .emlak-footer__desc {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .theme-prestige .emlak-footer__social {
        justify-content: center;
    }

    .theme-prestige .emlak-footer__contact li {
        justify-content: center;
        text-align: left;
    }

    .theme-prestige .emlak-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .theme-prestige .emlak-footer__legal {
        justify-content: center;
    }

    .theme-prestige .emlak-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .theme-prestige .emlak-section-title {
        font-size: 1.35rem;
    }

    .theme-prestige .emlak-section-link {
        align-self: flex-start;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 430px) {
    .theme-prestige .emlak-section-title {
        font-size: 1.2rem;
    }

    .theme-prestige .emlak-section {
        padding: 40px 0;
    }

    .theme-prestige .emlak-hero {
        min-height: 360px;
        padding: 72px 0 88px;
    }

    .theme-prestige .emlak-search-bar {
        padding: 16px;
    }
}
