/* =============================================================================
   LIFESTYLE PAGE — lifestyle.css
   ============================================================================= */

/* ---- Base ---- */
.lfs-page {
    background: #fff;
}

/* Lifestyle detay: menü header'ı şeffaf (hero üstünde) */
.lfs-transparent-header .hero-header-overlay .realestate-header-container,
.lfs-transparent-header .realestate-header-container {
    background-color: transparent !important;
}

/* ---- Hero ---- */
.lfs-hero {
    width: 100%;
    height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.lfs-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.32) 100%);
}
/* ---- Hero çoklu fotoğraf slider ---- */
.lfs-hero-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.lfs-hero-swiper .swiper-slide { height: auto; }
.lfs-hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.82);
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
.lfs-hero-nav:hover { background: #fff; }
.lfs-hero-prev { left: 24px; }
.lfs-hero-next { right: 24px; }
.lfs-hero-pagination {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
}
.lfs-hero-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #fff;
    opacity: .55;
}
.lfs-hero-pagination .swiper-pagination-bullet-active { opacity: 1; }
@media (max-width: 768px) {
    .lfs-hero-nav { width: 36px; height: 36px; }
    .lfs-hero-prev { left: 12px; }
    .lfs-hero-next { right: 12px; }
}

/* ---- Intro ---- */
.lfs-intro {
    padding: 64px 0 56px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.lfs-intro-inner {
    margin: 0 auto;
}
.lfs-intro-desc > p,
.lfs-intro-desc > div {
    margin: 0 0 0.8em;
}
.lfs-intro-desc > p:last-child,
.lfs-intro-desc > div:last-child {
    margin-bottom: 0;
}
.lfs-intro-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #bc7636;
    margin-bottom: 12px;
}
.lfs-intro-title {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.2;
}
.lfs-intro-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}
/* Açıklama metni panelden (Quill) seçilen hizalamayı korusun */
.lfs-intro-desc .ql-align-center  { text-align: center; }
.lfs-intro-desc .ql-align-right   { text-align: right; }
.lfs-intro-desc .ql-align-justify { text-align: justify; }
.lfs-intro-desc .ql-align-left    { text-align: left; }

/* ---- Video ---- */
.lfs-video-section {
    background: #f9f9f9;
    border-bottom: 1px solid #f0f0f0;
}
.lfs-video-wrap {
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.lfs-video-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* ---- Section commons ---- */
.lfs-section {
    padding: 64px 0;
}
.lfs-sec-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 12px;
}
.lfs-sec-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.lfs-sec-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lfs-view-all {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #111;
    padding-bottom: 1px;
    margin-right: 6px;
    transition: color 0.2s, border-color 0.2s;
}
.lfs-view-all:hover {
    color: #bc7636;
    border-color: #bc7636;
}
.lfs-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    color: #333;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.lfs-nav-btn:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}
.lfs-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

/* ---- Featured Listings ---- */
.lfs-featured-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.lfs-feat-swiper {
    overflow: hidden;
}
.lfs-listing-card {
    display: block;
    text-decoration: none;
    color: inherit;
}
.lfs-listing-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-color: #e8e8e8;
    position: relative;
}
.lfs-listing-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 3px 8px;
    border-radius: 3px;
}
.lfs-listing-body {
    padding: 14px 4px 4px;
}
.lfs-listing-price {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}
.lfs-listing-title {
    font-size: 13px;
    color: #444;
    line-height: 1.4;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lfs-listing-loc {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}
.lfs-listing-loc i {
    color: #bc7636;
    font-size: 11px;
}
.lfs-listing-card:hover .lfs-listing-price {
    color: #bc7636;
}

/* ---- Locations ---- */
.lfs-locations-section {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
.lfs-locations-section .realestate-archive-loop {
    max-width: 300px;
    flex: 0 0 300px;
}
.lfs-loc-swiper {
    overflow: hidden;
}

/* Header sadece nav butonları — sağa hizalı */
.lfs-sec-header--actions-only {
    justify-content: flex-end;
    margin-bottom: 16px;
}

/* Full-width Keşfet (anasayfa Öne Çıkanlar tarzı) */
.lfs-locations-section--fullwidth > .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}
.lfs-locations-section--fullwidth .lfs-loc-swiper {
    overflow: visible;
    clip-path: inset(0 0 -20px 0);
}
.lfs-locations-section--fullwidth .swiper-slide {
    height: auto;
}
.lfs-locations-section--fullwidth .lfs-listing-card {
    height: 100%;
}
@media (max-width: 991.98px) {
    .lfs-locations-section--fullwidth > .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.lfs-loc-card {
    display: block;
    height: 260px;
    background-size: cover;
    background-position: center;
    background-color: #c8c8c8;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.lfs-loc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.08) 60%);
    transition: background 0.3s;
}
.lfs-loc-card:hover .lfs-loc-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.2) 60%);
}
.lfs-loc-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lfs-loc-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.lfs-loc-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    transition: background 0.2s, border-color 0.2s;
}
.lfs-loc-card:hover .lfs-loc-arrow {
    background: #bc7636;
    border-color: #bc7636;
}

/* ---- Other Lifestyles ---- */
.lfs-styles-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.lfs-styles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.lfs-style-card {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #999;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.lfs-style-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.1) 60%);
    transition: background 0.3s;
}
.lfs-style-card:hover .lfs-style-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.25) 60%);
}
.lfs-style-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.lfs-style-tag {
    font-size: 9px;
    color: aliceblue;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 25px;
    /* border: 1px #ffffff solid; */
    /* padding: 5px; */
    opacity: 0.8;
}
.lfs-style-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* ---- Bottom: Contact + Articles ---- */
.lfs-bottom-section {
    background: #f7f7f5;
    padding: 72px 0;
    border-bottom: 1px solid #ebebeb;
}
.lfs-bottom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Contact */
.lfs-contact-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}
.lfs-contact-sub {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 28px;
}
.lfs-form-group {
    margin-bottom: 14px;
}
.lfs-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}
.lfs-form-row .lfs-form-group {
    margin-bottom: 0;
}
.lfs-form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font-size: 13px;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    appearance: auto;
}
.lfs-form-control:focus {
    border-color: #bc7636;
}
.lfs-form-control::placeholder {
    color: #aaa;
}
textarea.lfs-form-control {
    resize: vertical;
    min-height: 110px;
}
.lfs-form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
}
.lfs-form-check input {
    width: 14px;
    height: 14px;
    accent-color: #bc7636;
    flex-shrink: 0;
}
.lfs-submit-btn {
    background: #bc7636;
    color: #fff;
    border: none;
    padding: 13px 32px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: background 0.2s;
}
.lfs-submit-btn:hover {
    background: #a8682e;
}

/* Articles */
.lfs-articles-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
}
.lfs-article-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.lfs-article-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}
.lfs-article-item:first-child {
    padding-top: 0;
}
.lfs-article-item:hover {
    opacity: 0.8;
}
.lfs-article-thumb {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    overflow: hidden;
    background: #eee;
}
.lfs-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lfs-article-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 20px;
}
.lfs-article-info {
    flex: 1;
    min-width: 0;
}
.lfs-article-title {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin-bottom: 4px;
    line-height: 1.4;
}
.lfs-article-excerpt {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
    line-height: 1.5;
}
.lfs-article-link {
    font-size: 11px;
    font-weight: 700;
    color: #bc7636;
    letter-spacing: 0.05em;
}
.lfs-articles-empty {
    text-align: center;
    padding: 40px 0;
    color: #bbb;
}
.lfs-articles-empty i {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
}

/* ---- Newsletter ---- */
.lfs-newsletter-section {
    background: #f2f2f0;
    padding: 64px 0;
}
.lfs-newsletter-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.lfs-nl-title {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
    line-height: 1.3;
}
.lfs-nl-form {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 0 auto 14px;
}
.lfs-nl-input {
    flex: 1;
    padding: 13px 16px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 13px;
    outline: none;
    background: #fff;
}
.lfs-nl-input:focus {
    border-color: #bc7636;
}
.lfs-nl-btn {
    padding: 13px 24px;
    background: #bc7636;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.lfs-nl-btn:hover {
    background: #a8682e;
}
.lfs-nl-note {
    font-size: 11px;
    color: #999;
    margin: 0;
}
.lfs-nl-note a {
    color: #666;
    text-decoration: underline;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .lfs-hero { height: 380px; }
    .lfs-intro-title { font-size: 28px; }
    .lfs-bottom-grid { grid-template-columns: 1fr; gap: 48px; }
    .lfs-styles-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .lfs-hero { height: 280px; }
    .lfs-intro { padding: 40px 0 36px; }
    .lfs-intro-title { font-size: 24px; }
    .lfs-intro-desc { font-size: 14px; }
    .lfs-section { padding: 40px 0; }
    .lfs-sec-title { font-size: 18px; }
    .lfs-form-row { grid-template-columns: 1fr; gap: 0; }
    .lfs-styles-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .lfs-style-card { height: 150px; }
    .lfs-nl-form { flex-direction: column; }
    .lfs-nl-input { border-right: 1px solid #ccc; border-bottom: none; }
    .lfs-nl-btn { width: 100%; }
    .lfs-bottom-section { padding: 48px 0; }
    .lfs-newsletter-section { padding: 48px 0; }
}

/* =====================================================
   DESTİNASYONLAR — sol kayan liste + sağ sabit harita
   ===================================================== */
/* Sticky haritanın çalışması için üst sarmalayıcının overflow:hidden'ını bu sayfada aç */
#content.dest-content { overflow: visible; }

.dest-page {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 32px 24px 64px;
}
.dest-header { margin-bottom: 28px; }
.dest-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    margin: 0 0 6px;
    color: #1a1a2e;
}
.dest-count {
    color: #999;
    font-size: .9rem;
    margin: 0;
}
.dest-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}
.dest-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 22px;
    align-content: start;
}
/* Haritasız tam genişlik liste (yaşam tarzları) */
.dest-list--full {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

/* Kategori bazlı yaşam tarzı grupları (öne çıkan + grid) */
.lfs-cat-group { margin-bottom: 56px; }
.lfs-cat-group:last-child { margin-bottom: 0; }
.lfs-cat-title {
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    font-weight: 600;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 24px;
}
.lfs-cat-empty {
    text-align: center;
    color: #999;
    font-size: .95rem;
    padding: 24px 0;
    margin: 0;
}
.lfs-cat-layout {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
}
.lfs-cat-featured {
    position: relative;
    display: block;
    min-height: 360px;
    background-size: cover;
    background-position: center;
    background-color: #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .3s ease;
}
.lfs-cat-featured:hover { transform: translateY(-3px); }
.lfs-cat-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.12) 55%);
}
.lfs-cat-featured-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; }
.lfs-cat-featured-name { color: #fff; font-size: 1.4rem; font-weight: 600; }
.lfs-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-content: start;
}
.lfs-cat-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #1d1d1d;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .3s ease;
}
.lfs-cat-card:hover { transform: translateY(-3px); }
.lfs-cat-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.66) 0%, rgba(0,0,0,0) 60%);
}
.lfs-cat-card-body { position: absolute; left: 0; right: 0; bottom: 0; padding: 12px 14px; }
.lfs-cat-card-body span { color: #fff; font-size: .9rem; font-weight: 500; }

@media (max-width: 992px) {
    .lfs-cat-layout { grid-template-columns: 1fr; }
    .lfs-cat-featured { min-height: 240px; }
    .lfs-cat-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .lfs-cat-grid { grid-template-columns: repeat(2, 1fr); }
}
.dest-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease;
}
.dest-item:hover,
.dest-item.is-active { transform: translateY(-4px); }
.dest-item-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #ececec;
    border-radius: 6px;
}
.dest-item-body { padding: 12px 2px 0; }
.dest-item-name {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #1a1a2e;
}
.dest-item-tag {
    display: block;
    font-size: .82rem;
    color: #9a9a9a;
    margin-top: 4px;
}
.dest-map-wrap {
    position: sticky;
    top: 90px;
    height: calc(100vh - 120px);
    min-height: 460px;
    border-radius: 8px;
    overflow: hidden;
    background: #e8eef0;
}
#dest-map { width: 100%; height: 100%; }
.dest-map-marker-label { font-weight: 600; }

/* ≤1200px: body overflow-x:hidden sticky'yi bozduğu için iki sütunu bırak, alt alta diz */
@media (max-width: 1200px) {
    .dest-layout { grid-template-columns: 1fr; }
    .dest-map-wrap {
        position: static;
        height: 360px;
        min-height: 0;
        order: -1;
        margin-bottom: 8px;
    }
}
@media (max-width: 560px) {
    .dest-list { grid-template-columns: 1fr; }
}

/* =====================================================
   HERO İÇİ VİDEO (categorylife hero gibi) — blog/destinasyon/lifestyle
   ===================================================== */
.lfs-hero-video {
    overflow: hidden;
    background: #000;
}
.lfs-hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    border: 0;
    pointer-events: none;
}

/* =====================================================
   BLOG DETAY — full-width hero + içerik hero üzerine taşar + trendler
   ===================================================== */
.page-blog-single { margin-top: 0px !important; padding-top: 0 !important; }
.blog-hero { margin-top: 0; }
.blog-detail-body {
    position: relative;
    z-index: 3;
    margin-top: -110px;
    padding-bottom: 56px;
}
.blog-detail-body--nohero { margin-top: 110px; }
.blog-detail-card {
    background: #fff;
    border-radius: 14px;
    padding: 40px 44px;
}
.blog-detail-title {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 14px;
    line-height: 1.2;
}
.blog-detail-excerpt {
    font-size: 1.05rem;
    color: #666;
    margin: 0 0 24px;
    line-height: 1.6;
}
.blog-detail-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}
.blog-detail-content img { max-width: 100%; height: auto; border-radius: 8px; }
.blog-detail-content .ql-align-center { text-align: center; }
.blog-detail-content .ql-align-right { text-align: right; }
.blog-detail-content .ql-align-justify { text-align: justify; }
.blog-trends { margin-top: 36px; }

@media (max-width: 768px) {
    .blog-detail-body { margin-top: -60px; }
    .blog-detail-card { padding: 24px 20px; }
}

