/* İmera Gayrimenkul - Koyu Tema + Çoklu İlan Sistemi */

@font-face {
    font-family: 'Circlen';
    src: url('/fonts/CIRCLEN.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.circlen-title {
    font-family: 'Circlen', 'Outfit', sans-serif !important;
    letter-spacing: 3px !important;
    color: #C5A55A !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.circlen-title .circlen-char {
    display: inline;
    color: #C5A55A;
    animation: charShine 3s ease-in-out infinite;
    animation-fill-mode: both;
}

@keyframes charShine {
    0%, 100% {
        color: #C5A55A;
        text-shadow: none;
    }
    50% {
        color: #fff;
        text-shadow: 0 0 10px #C5A55A, 0 0 30px rgba(197,165,90,.4);
    }
}

.hero-section .circlen-title::before { content: '\201C'; color: rgba(197,165,90,.5); }
.hero-section .circlen-title::after { content: '\201D'; color: rgba(197,165,90,.5); }

.circlen-split {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
}
.circlen-split .circlen-main {
    font-size: 90px !important;
    color: #C5A55A !important;
    letter-spacing: 8px !important;
    display: block;
}
.circlen-split .circlen-sub {
    font-family: 'Circlen', 'Outfit', sans-serif !important;
    font-size: 32px !important;
    color: #C5A55A !important;
    letter-spacing: 4px !important;
    display: block;
}

@media (max-width: 767px) {
    .circlen-split .circlen-main { font-size: 52px !important; letter-spacing: 4px !important; }
    .circlen-split .circlen-sub { font-size: 20px !important; letter-spacing: 2px !important; }
}

@media (max-width: 767px) {
    h1.circlen-title.fs-72 {
        letter-spacing: 1px !important;
        white-space: nowrap !important;
    }
    .hero-section + .abs p,
    .hero-section p {
        font-size: 16px !important;
    }
    h1.circlen-title {
        font-size: 28px !important;
        letter-spacing: 1px !important;
    }
    .hero-section .circlen-title::before,
    .hero-section .circlen-title::after {
        font-size: 1em;
        vertical-align: middle;
    }
}

:root {
    --logo-width: 240px;
}

@media (max-width: 767px) {
    div#logo img {
        max-width: 200px !important;
    }
}

body {
    background-color: #0a0a0a !important;
    color: rgba(255,255,255,.7);
    font-family: 'Outfit', sans-serif !important;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    --body-font: 'Outfit', sans-serif;
    --heading-font: 'Outfit', sans-serif;
}

/* Tüm section arka planları koyu */
section {
    background-color: #0a0a0a !important;
}

/* Başlıklar beyaz + Onest */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
}

/* Paragraflar ve metinler */
p, .fs-20 {
    color: rgba(255,255,255,.65);
}

/* Buton renkleri */
.btn-main {
    background: #C5A55A !important;
    color: #0a0a0a !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
}

.btn-main:hover {
    background: #C5A55A !important;
}

/* ==========================================
   HEADER & MENÜ - PREMIUM
   ========================================== */

header {
    border: none !important;
    box-shadow: none !important;
    transition: all .4s ease !important;
}

/* Başlangıç: şeffaf */
header:not(.smaller):not(.menu-open) {
    background: transparent !important;
}

header::after,
header::before {
    display: none !important;
}

/* Scroll sticky: koyu */
header.smaller {
    background: #080808 !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
}

/* Menü açık: koyu */
header.menu-open {
    background: #080808 !important;
}

/* Logo */
#logo img {
    transition: all .3s ease;
}

/* Menü linkleri */
#mainmenu a.menu-item {
    color: rgba(255,255,255,.85) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: .3px;
    transition: color .3s ease !important;
    position: relative;
}

#mainmenu > li > a.menu-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #C5A55A;
    transition: all .3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

#mainmenu > li:hover > a.menu-item::after,
#mainmenu > li > a.menu-item.active::after {
    width: 20px;
}

#mainmenu a.menu-item:hover,
#mainmenu a.menu-item.active {
    color: #fff !important;
}

/* Dropdown menü */
#mainmenu ul {
    background: rgba(15,15,15,.97) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 14px !important;
    padding: 8px !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.5) !important;
    backdrop-filter: blur(20px) !important;
    min-width: 200px !important;
}

#mainmenu li li a.menu-item {
    color: rgba(255,255,255,.55) !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    transition: all .2s ease !important;
}

#mainmenu li li a.menu-item:hover {
    color: #fff !important;
    background: rgba(197,165,90,.12) !important;
}

/* Randevu butonu */
header .btn-main {
    border-radius: 10px !important;
    padding: 8px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .3px;
}

/* Header ikon butonları */
.header-icon-btn {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.04);
    text-decoration: none !important;
    transition: all .3s ease;
    margin-left: 6px;
    cursor: pointer;
    float: right;
}

.header-icon-btn:hover {
    border-color: rgba(197,165,90,.3);
    background: rgba(197,165,90,.1);
}

/* Telefon butonu */
.header-phone-btn {
    color: #C5A55A !important;
}

.header-phone-btn svg {
    animation: phone-ring 2s ease-in-out infinite;
    transform-origin: center center;
}

.header-phone-btn:hover {
    background: #C5A55A !important;
    border-color: #C5A55A !important;
    color: #0a0a0a !important;
}

.header-phone-btn:hover svg {
    animation: none;
}

@keyframes phone-ring {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(-12deg); }
    20% { transform: rotate(12deg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
}

/* Header CTA Buton */
.header-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid rgba(197,165,90,.4);
    border-radius: 12px;
    color: #C5A55A !important;
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    transition: all .4s ease;
    margin-left: 10px;
    height: 38px;
    position: relative;
    overflow: hidden;
}

.header-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #C5A55A, #A8882D);
    transition: left .4s ease;
    z-index: 0;
}

.header-cta-btn:hover::before {
    left: 0;
}

.header-cta-btn .header-cta-text,
.header-cta-btn svg {
    position: relative;
    z-index: 1;
    transition: all .4s ease;
}

.header-cta-btn:hover {
    border-color: #C5A55A;
    color: #0a0a0a !important;
}

.header-cta-btn:hover svg {
    stroke: #0a0a0a;
    transform: translateX(3px);
}

/* Favori butonu */
.header-fav-btn {
    position: relative;
    color: #fff !important;
}

.header-fav-btn:hover {
    color: #C5A55A !important;
}

.header-fav-btn:hover svg {
    stroke: #C5A55A;
}

.fav-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #C5A55A;
    color: #0a0a0a;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease;
}

.fav-badge.show {
    opacity: 1;
    transform: scale(1);
}

/* Favori Panel */
.fav-panel {
    position: fixed;
    top: 0;
    right: -360px;
    width: 340px;
    max-width: 85vw;
    height: 100vh;
    background: #0f0f0f;
    z-index: 100000;
    transition: right .4s cubic-bezier(.25,.8,.25,1);
    border-left: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
}

.fav-panel.open {
    right: 0;
}

.fav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.fav-overlay.open {
    opacity: 1;
    visibility: visible;
}

.fav-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.fav-panel-header h4 {
    margin: 0 !important;
    font-size: 16px !important;
    color: #fff !important;
}

.fav-panel-header button {
    background: none;
    border: none;
    color: rgba(255,255,255,.4);
    cursor: pointer;
    padding: 4px;
    transition: color .3s ease;
}

.fav-panel-header button:hover {
    color: #fff;
}

.fav-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}

.fav-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: rgba(255,255,255,.2);
    text-align: center;
    gap: 12px;
}

.fav-empty p {
    color: rgba(255,255,255,.25) !important;
    font-size: 14px;
}

.fav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.fav-item img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
}

.fav-item-info {
    flex: 1;
}

.fav-item-info h5 {
    font-size: 13px !important;
    margin: 0 0 4px 0 !important;
    color: #fff !important;
    line-height: 1.3 !important;
}

.fav-item-info span {
    font-size: 14px;
    font-weight: 700;
    color: #C5A55A !important;
}

.fav-item-remove {
    background: none;
    border: none;
    color: rgba(255,255,255,.2);
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    transition: color .3s ease;
}

.fav-item-remove:hover {
    color: #e74c3c;
}

/* Dil seçici */
.header-lang-btn {
    position: relative;
    cursor: pointer;
    gap: 5px !important;
    width: auto !important;
    padding: 0 10px !important;
    min-width: 52px;
}

.lang-dropdown {
    display: none;
    position: fixed;
    top: auto;
    right: 10px;
    background: rgba(15,15,15,.98);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 6px;
    min-width: 140px;
    box-shadow: 0 12px 30px rgba(0,0,0,.5);
    backdrop-filter: blur(20px);
    z-index: 999999;
}

.lang-dropdown.open {
    display: block;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 8px;
    color: rgba(255,255,255,.6) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    transition: all .2s;
}

.lang-item:hover {
    background: rgba(255,255,255,.06);
    color: #fff !important;
}

.lang-item.active {
    color: #C5A55A !important;
}

.lang-item span {
    font-size: 16px;
}

/* Hamburger menü butonu - sadece mobil */
#menu-btn {
    display: none !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid rgba(255,255,255,.1) !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.04) !important;
    margin-left: 6px !important;
    padding: 0 !important;
}

#menu-btn:hover {
    border-color: rgba(197,165,90,.3) !important;
    background: rgba(197,165,90,.1) !important;
}

#menu-btn::before {
    display: none !important;
}

/* Hamburger SVG icon */
.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}

.hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease;
}

.hamburger-icon span:nth-child(2) {
    width: 60%;
    margin-left: auto;
}

/* Menü açıkken X'e dönüşüm */
#menu-btn.menu-open {
    background: rgba(197,165,90,.15) !important;
    border-color: rgba(197,165,90,.3) !important;
}

#menu-btn.menu-open .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

#menu-btn.menu-open .hamburger-icon span:nth-child(2) {
    opacity: 0;
    width: 0;
}

#menu-btn.menu-open .hamburger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

/* Subtitle */
.subtitle, .uptitle {
    color: #C5A55A !important;
}

/* Form elemanları */
.form-control {
    background: rgba(255,255,255,.05) !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
}

.form-control::placeholder {
    color: rgba(255,255,255,.4) !important;
}

.form-control:focus {
    border-color: #C5A55A !important;
    box-shadow: 0 0 0 4px rgba(197,165,90,.2) !important;
}

select.form-control {
    background: rgba(255,255,255,.05) !important;
    color: rgba(255,255,255,.6) !important;
}

select.form-control option {
    background: #111 !important;
    color: #fff !important;
}

/* Tab navigasyon */
.d-tab-nav li {
    color: rgba(255,255,255,.5) !important;
}

.d-tab-nav li.active-tab {
    color: #C5A55A !important;
}

.d-tab-nav {
    border-bottom-color: rgba(255,255,255,.1) !important;
}

/* İkonlar altın rengi */
.fa-solid.text-dark {
    color: #C5A55A !important;
}

/* Hero */
.mh-800,
.hero-section {
    min-height: 100vh !important;
    min-height: 100svh !important;
    height: 100vh !important;
    height: 100svh !important;
    position: relative;
    overflow: hidden;
}

#hero-video,
#hero-fallback {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

/* Back to top */
#back-to-top {
    background: #C5A55A !important;
}

/* Preloader */
#de-loader {
    background: #0a0a0a !important;
}

/* Scrollbar */
body::-webkit-scrollbar-track {
    background: #0a0a0a;
}

/* Carousel nav */
.d-prev, .d-next {
    border-color: rgba(255,255,255,.3) !important;
}

/* Rounded */
.rounded-1 {
    border: 1px solid rgba(255,255,255,.08);
}

/* bg-blur */
.bg-blur {
    background: rgba(10,10,10,.6) !important;
    backdrop-filter: blur(10px);
}

/* Watermark */
.wm {
    color: rgba(197,165,90,.08) !important;
}

/* Links */
a {
    color: #C5A55A;
}

a:hover {
    color: #C5A55A;
}

/* Footer */
footer a, footer .social-icons a i {
    color: rgba(255,255,255,.5) !important;
}

footer .social-icons a:hover i {
    color: #C5A55A !important;
}

/* ==========================================
   FİLTRE
   ========================================== */

.il-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.il-filter-btn {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.45);
    padding: 10px 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.il-filter-btn:hover {
    border-color: rgba(197,165,90,.3);
    color: #C5A55A;
    background: rgba(197,165,90,.06);
}

.il-filter-btn.active {
    background: linear-gradient(135deg, #C5A55A, #A8882D);
    border-color: transparent;
    color: #0a0a0a;
    font-weight: 600;
}

.il-count {
    font-size: 11px;
    background: rgba(255,255,255,.1);
    font-weight: 600;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.il-filter-btn.active .il-count {
    background: rgba(0,0,0,.2);
    color: #0a0a0a;
}

/* ==========================================
   İLAN KARTLARI - PREMIUM
   ========================================== */

.il-card {
    border-radius: 20px;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(255,255,255,.04);
    transition: all .5s cubic-bezier(.25,.8,.25,1);
}

.il-card:hover {
    border-color: rgba(197,165,90,.15);
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,.6);
    background: #111;
}

.il-card-link {
    text-decoration: none !important;
    display: block;
}

/* Görsel */
.il-card-visual {
    position: relative;
    overflow: hidden;
}

.il-card-featured .il-card-visual {
    height: 380px;
}

.il-card-compact .il-card-visual {
    height: 280px;
}

.il-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.25,.8,.25,1), filter .5s ease;
}

.il-card:hover .il-card-visual img {
    transform: scale(1.08);
    filter: brightness(.9);
}

/* Gradient overlay */
.il-card-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 50%, transparent 100%);
    z-index: 1;
    transition: height .4s ease;
}

.il-card:hover .il-card-gradient {
    height: 80%;
}

/* Badge'ler */
.il-card-badges {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    gap: 8px;
    z-index: 3;
}

.il-badge {
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.il-badge-status {
    background: linear-gradient(135deg, #C5A55A, #A8882D);
    color: #0a0a0a;
}
.il-badge-status.badge-rent {
    background: linear-gradient(135deg, #4ECDC4, #26A69A);
    color: #fff;
}
.il-badge-status.badge-sold,
.il-badge-status.badge-rented {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
}

.il-badge-type {
    background: rgba(10,10,10,.7);
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.08);
}

/* Aksiyonlar - sağ üst */
.il-card-actions {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
    z-index: 3;
}

.il-fav {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    backdrop-filter: blur(10px);
    font-size: 16px;
}

.il-fav:hover {
    background: rgba(197,165,90,.9);
    border-color: #C5A55A;
    color: #0a0a0a;
    transform: scale(1.1);
}

.il-fav.active {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.il-fav.active i::before {
    content: "\f004";
    font-weight: 900;
}

.il-photos {
    background: rgba(0,0,0,.4);
    color: rgba(255,255,255,.8);
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.08);
    opacity: 0;
    transform: translateY(-5px);
    transition: all .3s ease;
}

.il-card:hover .il-photos {
    opacity: 1;
    transform: translateY(0);
}

.il-photos i {
    color: #C5A55A !important;
    margin-right: 4px;
}

/* Alt bilgi - görselin üzerinde */
.il-card-bottom-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 2;
}

.il-price {
    display: none;
}

.il-card-meta .il-price-meta {
    font-size: 20px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    margin-left: auto;
    white-space: nowrap;
    position: relative;
    padding-left: 14px;
}

.il-card-meta .il-price-meta::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: #C5A55A;
    border-radius: 2px;
}

.il-card-meta-sm .il-price-meta {
    font-size: 17px;
}

.il-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 6px !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.3);
}

.il-card-compact .il-title {
    font-size: 15px !important;
}

.il-location {
    color: rgba(255,255,255,.6);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.il-location i {
    color: #C5A55A !important;
    font-size: 11px;
}

/* Meta bar - kartın altında */
.il-card-meta {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-top: none;
    gap: 20px;
    background: #111;
}

.il-card-meta-sm {
    padding: 14px 18px;
    gap: 16px;
}

.il-meta-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.45);
    font-size: 13px;
    white-space: nowrap;
}

.il-meta-item i {
    color: #C5A55A !important;
    font-size: 13px;
    width: 16px;
    text-align: center;
}

.il-meta-link {
    margin-left: auto;
    color: rgba(255,255,255,.3) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: all .3s ease;
}

.il-meta-link i {
    transition: transform .3s ease;
    font-size: 12px;
    color: rgba(255,255,255,.2) !important;
}

.il-card:hover .il-meta-link {
    color: #C5A55A !important;
}

.il-card:hover .il-meta-link i {
    transform: translateX(4px);
    color: #C5A55A !important;
}

/* Adım Adım Süreç */
.imera-steps {
    overflow: hidden;
}

.imera-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.imera-step.last {
    border-bottom: none;
}

.step-num {
    color: #C5A55A;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    width: 40px;
}

.step-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.step-text h4 {
    font-size: 18px !important;
}

.step-text p {
    color: rgba(255,255,255,.5) !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .step-num {
        font-size: 24px;
        width: 34px;
    }

    .step-text h4 {
        font-size: 16px !important;
    }

    .step-text p {
        font-size: 14px !important;
    }

    .imera-step {
        gap: 12px;
        padding: 14px 0;
    }
}

/* İletişim Bölümü */
.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    transition: all .3s;
}

.contact-info-card:hover {
    border-color: rgba(197,165,90,.3);
    background: rgba(255,255,255,.06);
}

.cic-icon {
    width: 44px;
    height: 44px;
    background: rgba(197,165,90,.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cic-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cic-text small {
    font-size: 12px;
    color: rgba(255,255,255,.35);
    text-transform: uppercase;
    letter-spacing: .5px;
}

.cic-text span {
    color: rgba(255,255,255,.8) !important;
    font-size: 14px;
    font-weight: 500;
}

.contact-form-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
}

a.contact-info-card {
    text-decoration: none !important;
}

a.contact-info-card:hover {
    border-color: rgba(197,165,90,.3) !important;
    background: rgba(255,255,255,.05);
}

@media (max-width: 768px) {
    .contact-info-card {
        padding: 14px;
    }
    .contact-form-card {
        padding: 20px;
    }
}

/* Hakkımızda Sayfası */
.about-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    transition: border-color .3s;
}

.about-card:hover {
    border-color: rgba(197,165,90,.2);
}

.about-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.about-card h3 {
    font-size: 22px !important;
    margin-bottom: 14px !important;
}

.about-card p {
    color: rgba(255,255,255,.55) !important;
    line-height: 1.7;
    margin: 0;
}

.expertise-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 28px;
    text-align: center;
    height: 100%;
    transition: all .3s;
}

.expertise-card:hover {
    border-color: rgba(197,165,90,.25);
    transform: translateY(-4px);
}

.exp-icon {
    width: 64px;
    height: 64px;
    background: rgba(197,165,90,.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.expertise-card h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.expertise-card p {
    color: rgba(255,255,255,.5) !important;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.mission-stat {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.mission-stat h2 {
    font-size: 36px !important;
    margin-bottom: 4px !important;
}

.mission-stat span {
    color: rgba(255,255,255,.45) !important;
    font-size: 13px;
}

@media (max-width: 768px) {
    .about-card { padding: 22px; }
    .expertise-card { padding: 20px; }
    .mission-stat { padding: 18px; }
    .mission-stat h2 { font-size: 28px !important; }
}

/* Gallery / Property Card */
.gallery-card{background:#111;border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);height:100%;display:flex;flex-direction:column}
.gallery-card:hover{border-color:rgba(197,165,90,.2);transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.4)}
.gallery-card-link{text-decoration:none}
.gallery-card-img{position:relative;height:220px;overflow:hidden}
.gallery-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-card:hover .gallery-card-img img{transform:scale(1.06)}
.gc-gradient{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%)}
.gc-badges{position:absolute;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:4px;z-index:2;max-width:calc(100% - 20px)}
.gc-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:none;letter-spacing:.15px;background:linear-gradient(135deg,#C5A55A,#A8882D);color:#0a0a0a;white-space:nowrap;line-height:1.4}
.gallery-card .prop-badge{padding:3px 8px!important;font-size:10px!important;border-radius:4px!important;line-height:1.4!important;font-weight:600!important;animation:none!important;letter-spacing:.15px!important}
.gc-badge.badge-rent{background:#4ECDC4}
.gc-badge.badge-sold{background:#e74c3c;color:#fff}
.gc-badge-type{background:rgba(10,10,10,.7)!important;color:#fff!important;border:none}
.gc-price{position:absolute;bottom:12px;left:12px;color:#fff;font-size:20px;font-weight:800;font-family:'Outfit',sans-serif;z-index:2;text-shadow:0 2px 8px rgba(0,0,0,.5)}
.gc-body{padding:18px;flex:1;display:flex;flex-direction:column}
.gc-title{font-size:15px!important;line-height:1.4!important;margin-bottom:8px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gc-title a{color:#fff!important;text-decoration:none}
.gc-title a:hover{color:#C5A55A!important}
.gc-location{color:rgba(255,255,255,.4);font-size:13px;display:flex;align-items:center;gap:5px;margin-bottom:14px}
.gc-features{display:flex;gap:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.45);font-size:13px}
.gc-features span{display:flex;align-items:center;gap:5px}
.gc-features svg{stroke:#C5A55A}
.gc-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:12px}
.gc-tag{padding:4px 10px;border-radius:6px;font-size:11px;background:rgba(197,165,90,.08);color:rgba(255,255,255,.65);border:1px solid rgba(197,165,90,.12);display:inline-flex;align-items:center;gap:5px;line-height:1.4}
.gc-tag svg{flex-shrink:0}

@media(max-width:768px){
    .gallery-card-img{height:180px}
    .gc-price{font-size:17px}
}

/* Search bar label */
label {
    color: #C5A55A !important;
    font-family: 'Outfit', sans-serif !important;
}

.bg-color-op-5 {
    background: rgba(197,165,90,.08) !important;
}

/* ==========================================
   MOBİL UYUM
   ========================================== */

/* Mobil iletişim - desktop'ta gizle */
.mobile-contact-info {
    display: none !important;
}

/* Mobil iletişim */
.mobile-contact-info {
    display: none !important;
}

/* Mobil iletişim menü itemleri */
.mobile-contact-info {
    display: none !important;
}

header.header-mobile .mobile-contact-info {
    display: block !important;
}

.mc-icon {
    color: #C5A55A !important;
    margin-right: 8px;
    width: 20px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 768px) {
    /* Video tam ekran */
    .mh-800,
    .hero-section {
        min-height: 100vh !important;
        min-height: 100svh !important;
        height: 100vh !important;
        height: 100svh !important;
    }

    /* Hero başlık */
    .fs-72 {
        font-size: 32px !important;
    }

    /* Arama barı mobil */
    .il-card-featured .il-card-visual {
        height: 260px;
    }

    .il-card-compact .il-card-visual {
        height: 220px;
    }

    .il-price {
        font-size: 18px;
    }

    .il-title {
        font-size: 15px !important;
    }

    .il-card-compact .il-title {
        font-size: 14px !important;
    }

    .il-card-meta {
        padding: 10px 14px;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .il-meta-item {
        font-size: 11px;
    }

    .il-card-meta .il-price-meta {
        font-size: 14px !important;
        padding-left: 10px;
    }

    .il-card-meta-sm .il-price-meta {
        font-size: 13px !important;
    }

    .il-filter-btn {
        padding: 8px 18px;
        font-size: 13px;
    }

    /* İstatistik */
    .py-4 h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 480px) {
    .il-card-featured .il-card-visual {
        height: 220px;
    }

    .il-card-compact .il-card-visual {
        height: 200px;
    }

    .il-card-bottom-info {
        padding: 16px;
    }

    .il-card-badges {
        top: 12px;
        left: 12px;
    }

    .il-badge {
        padding: 4px 12px;
        font-size: 10px;
    }

    /* Footer'ın altına boşluk bırak */
    footer {
        padding-bottom: 90px !important;
    }
}

/* ==========================================
   MOBİL BOTTOM NAV
   ========================================== */

#mobile-bottom-bar {
    display: none !important;
}

@media (max-width: 992px) {
    #mobile-bottom-bar {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: space-around !important;
    }

    .mbn-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        text-decoration: none !important;
        color: rgba(255,255,255,.4) !important;
        font-size: 11px;
        font-family: 'Outfit', sans-serif;
        font-weight: 500;
        padding: 4px 10px;
        transition: color .3s ease;
        position: relative;
    }

    .mbn-item.active {
        color: #C5A55A !important;
    }

    .mbn-item.active::before {
        content: '';
        position: absolute;
        top: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 16px;
        height: 2px;
        background: #C5A55A;
        border-radius: 2px;
    }

    .mbn-item.active .mbn-icon {
        filter: drop-shadow(0 0 6px rgba(197,165,90,.4));
    }

    .mbn-icon {
        width: 24px;
        height: 24px;
    }

    .mbn-icon svg {
        width: 100%;
        height: 100%;
        stroke: currentColor;
    }

    .mbn-item.active .mbn-icon svg {
        stroke: #C5A55A;
    }

    /* Ortadaki CTA butonu */
    .mbn-cta {
        margin-top: -30px;
        margin-bottom: 6px;
    }

    .mbn-icon-cta {
        width: 56px;
        height: 56px;
        background: linear-gradient(135deg, #C5A55A, #A8882D);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 20px rgba(197,165,90,.35);
        animation: cta-glow 2s ease-in-out infinite;
        border: 2px solid rgba(197,165,90,.3);
    }

    .mbn-icon-cta svg {
        width: 26px;
        height: 26px;
        stroke: #0a0a0a;
        animation: phone-ring 2s ease-in-out infinite;
        transform-origin: center center;
    }

    .mbn-cta span {
        color: #C5A55A !important;
        font-weight: 600;
    }

    @keyframes cta-glow {
        0%, 100% { box-shadow: 0 4px 20px rgba(197,165,90,.3); }
        50% { box-shadow: 0 4px 30px rgba(197,165,90,.5); }
    }

    /* WhatsApp ikonu fill */
    .mbn-item:nth-child(4) .mbn-icon svg {
        fill: currentColor;
        stroke: none;
    }

    .mbn-item:nth-child(4):hover,
    .mbn-item:nth-child(4):active {
        color: #25D366 !important;
    }
}


/* ==========================================
   MOBİL MENÜ - KESİN OVERRIDE (EN SONDA)
   ========================================== */
@media only screen and (max-width: 993px) {

    /* Header mobil */
    header.header-mobile {
        height: auto !important;
        overflow: visible !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }

    /* Scroll edince koyu */
    header.header-mobile.smaller {
        background: #080808 !important;
    }

    /* Menü açıkken koyu */
    header.header-mobile.menu-open {
        background: #080808 !important;
    }

    /* Menü: varsayılan KAPALI */
    header.header-mobile #mainmenu {
        display: none !important;
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(100vh - 70px) !important;
        background: #080808 !important;
        padding: 25px 30px 40px 30px !important;
        overflow-y: auto !important;
        z-index: 9998 !important;
    }

    /* Menü: buton tıklanınca AÇIK */
    header.menu-open #mainmenu,
    header.header-mobile.menu-open #mainmenu {
        display: block !important;
    }

    /* Hover arka plan yok */
    #mainmenu a.menu-item:hover {
        background: none !important;
        color: #C5A55A !important;
    }

    /* Tüm li border */
    #mainmenu li,
    header.header-mobile #mainmenu li {
        border-bottom: 1px solid rgba(255,255,255,.06) !important;
        border-top: none !important;
    }

    /* Alt menü border yok */
    #mainmenu li ul,
    #mainmenu ul:not(.mega),
    header.header-mobile #mainmenu li ul,
    header.header-mobile #mainmenu ul {
        border: none !important;
        border-top: none !important;
        background: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
    }

    /* Alt menü li */
    #mainmenu li ul li,
    header.header-mobile #mainmenu li ul li {
        border: none !important;
        padding-left: 20px !important;
    }

    #mainmenu li ul li:first-child,
    header #mainmenu li ul li:first-child {
        border-top: none !important;
    }

    /* Alt menü link */
    #mainmenu li ul li a.menu-item,
    #mainmenu li li a.menu-item {
        color: rgba(255,255,255,.45) !important;
        font-size: 14px !important;
        background: none !important;
    }

    #mainmenu li ul li a.menu-item:hover,
    #mainmenu li li a.menu-item:hover {
        color: #C5A55A !important;
        background: none !important;
    }

    /* Menü link rengi */
    #mainmenu a.menu-item,
    #mainmenu li a,
    header.header-dark.header-mobile #mainmenu li a.menu-item {
        color: rgba(255,255,255,.85) !important;
        font-family: 'Outfit', sans-serif !important;
        font-size: 16px !important;
    }

    /* Mobilde menü butonu göster */
    #menu-btn {
        display: inline-flex !important;
    }

    /* Header ikonları mobilde küçült */
    .menu_side_area {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        flex-wrap: nowrap !important;
    }

    .header-icon-btn {
        width: 32px !important;
        height: 32px !important;
        margin-left: 0 !important;
        border-radius: 8px !important;
        flex-shrink: 0 !important;
    }

    #menu-btn {
        width: 32px !important;
        height: 32px !important;
        margin-left: 0 !important;
    }

    .header-lang-btn {
        min-width: auto !important;
        width: 32px !important;
        padding: 0 !important;
    }

    .header-lang-btn span {
        display: none !important;
    }

    .header-lang-btn svg {
        width: 18px !important;
        height: 12px !important;
    }

    .header-phone-btn svg {
        width: 14px !important;
        height: 14px !important;
    }

    .hamburger-icon {
        width: 14px !important;
        height: 10px !important;
    }

    /* Genel taşma engelle */
    main, main section, main .container, main .row {
        overflow-x: hidden !important;
    }

    /* Animasyonları kapat - performans */
    .wow {
        animation: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .hover-scale-1-1,
    .hover-scale-1-2 {
        transform: none !important;
    }

    /* Marquee - taşmaya sebep olan yer */
    .de-marquee-list-1 {
        max-width: 100vw !important;
    }

    .de-marquee-list-1 h3 {
        font-size: 28px !important;
    }

    section.p-0 > div {
        overflow: hidden !important;
    }

    /* Footer mobil */
    footer .d-lg-flex {
        flex-direction: column !important;
        gap: 30px;
    }

    footer span {
        word-break: break-word !important;
    }

    /* Underline efektini mobilde kaldır */
    #mainmenu > li > a.menu-item::after {
        display: none !important;
    }
}

/* Kurucu bölümü */
.founder-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.founder-img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    filter: grayscale(20%);
    transition: filter .4s;
}
.founder-img:hover { filter: grayscale(0); }
.founder-img-border {
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(197,165,90,.25);
    border-radius: 24px;
    z-index: 0;
}
.founder-content {}
.founder-name {
    font-family: 'Outfit', sans-serif !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #C5A55A !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 4px !important;
}
.founder-role {
    color: rgba(255,255,255,.5);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
}
.founder-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #C5A55A, transparent);
    margin-bottom: 24px;
}
.founder-bio {
    color: rgba(255,255,255,.65);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
}
.founder-highlights {
    background: rgba(197,165,90,.06);
    border-left: 3px solid #C5A55A;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    color: rgba(255,255,255,.7);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
}
.founder-quote {
    position: relative;
    padding: 20px 0 0 24px;
    border: none;
    margin: 0;
    color: rgba(255,255,255,.5);
    font-style: italic;
    font-size: 15px;
    line-height: 1.8;
    border-left: 2px solid rgba(197,165,90,.3);
}
.founder-quote::before {
    content: '\201C';
    position: absolute;
    left: -8px;
    top: 10px;
    font-size: 48px;
    color: rgba(197,165,90,.2);
    font-style: normal;
    line-height: 1;
}

@media (max-width: 767px) {
    .founder-name { font-size: 28px !important; }
    .founder-role { font-size: 13px; }
    .founder-bio, .founder-highlights, .founder-quote { font-size: 14px; }
}

/* İlan Badge */
.prop-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .3px;
    font-family: 'Outfit', sans-serif;
    backdrop-filter: none;
    animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .85; }
}

/* Hero mobil düzenleme */
@media (max-width: 767px) {
    .hero-text-wrap {
        top: 30% !important;
    }
    .hero-text-wrap .btn-main {
        padding: 10px 20px !important;
        font-size: 13px !important;
        margin-top: 10px !important;
    }
    .hero-section .abs.bottom-0 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }
    .hero-section .abs.bottom-0 .p-4 {
        padding: 12px !important;
    }
    .hero-section .abs.bottom-0 .form-control {
        padding: 8px 10px !important;
        font-size: 13px !important;
    }
    .hero-section .abs.bottom-0 label {
        font-size: 11px !important;
        margin-bottom: 4px !important;
    }
    .hero-section .abs.bottom-0 .btn-main {
        padding: 10px !important;
        font-size: 13px !important;
    }
}

/* Paylaş butonları mobil */
@media (max-width: 767px) {
    .pd-share-card .d-flex > a.pd-share-btn { display: none !important; }
    .pd-share-card #native-share-btn,
    .pd-share-card #copy-link-btn { display: flex !important; }
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    padding: 16px 24px;
    z-index: 99997;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(197,165,90,.2);
    box-shadow: 0 -4px 20px rgba(0,0,0,.3);
}
@media (max-width: 767px) {
    .cookie-banner {
        bottom: 60px;
    }
}

/* Placeholder renkleri */
::placeholder { color: rgba(255,255,255,.5) !important; }
::-webkit-input-placeholder { color: rgba(255,255,255,.5) !important; }
::-moz-placeholder { color: rgba(255,255,255,.5) !important; }
:-ms-input-placeholder { color: rgba(255,255,255,.5) !important; }

/* RTL (Arabic) düzeltmeleri */
[dir="rtl"] a[href^="tel"],
[dir="rtl"] a[href^="https://wa.me"],
[dir="rtl"] .pd-contact-btn,
[dir="rtl"] .pd-price-value,
[dir="rtl"] .pd-price-m,
[dir="rtl"] .gc-price,
[dir="rtl"] .il-price-meta,
[dir="rtl"] .pd-hl-value,
[dir="rtl"] .pd-detail strong,
[dir="rtl"] .mission-stat h2,
[dir="rtl"] .cic-text span,
[dir="rtl"] .contact-info-card span,
[dir="rtl"] input[type="tel"],
[dir="rtl"] .pd-img-count {
    direction: ltr;
    unicode-bidi: isolate;
}

[dir="rtl"] .de-marquee-list,
[dir="rtl"] .de-marquee-list-1 {
    direction: ltr;
}
