:root {
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.85);
    --surface: rgba(255, 255, 255, 0.95);
    --surface-text: #5a4a3b;
    --accent: #8b6a4f;
    --line: rgba(255, 255, 255, 0.28);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: #0f1114;
    color: var(--text);
}

.hero,
#heroSlider,
.carousel-inner,
.carousel-item {
    height: 100vh;
    height: 100dvh;
    min-height: 540px;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.38) 55%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 1;
}

/* Bulut geçiş efekti — slayt değişiminde parlak sis katmanı */
#heroSlider::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(
        ellipse at 50% 38%,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(210, 220, 230, 0.07) 42%,
        transparent 72%
    );
    backdrop-filter: blur(3px) brightness(1.04);
    -webkit-backdrop-filter: blur(3px) brightness(1.04);
    opacity: 0;
    pointer-events: none;
    transition: none;
}

@keyframes heroCloudPulse {
    0%   { opacity: 0; }
    28%  { opacity: 0.55; }
    68%  { opacity: 0.55; }
    100% { opacity: 0; }
}

#heroSlider.hero-cloud-transition::after {
    animation: heroCloudPulse 600ms ease forwards;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 0.25rem clamp(0.75rem, 2.1vw, 2.2rem);
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 220ms ease, border-color 220ms ease, padding 220ms ease;
}

.topbar.is-scrolled {
    background: rgba(15, 17, 20, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.logo {
    text-decoration: none;
    color: var(--text);
    display: inline-grid;
    grid-template-columns: auto;
    line-height: 1;
    gap: 0.1rem;
}

.logo-img {
    height: 124px;
    max-height: 124px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    transition: height 220ms ease, max-height 220ms ease;
}

.topbar.is-scrolled .logo-img {
    height: 65px;
    max-height: 65px;
}

.logo-icon {
    width: 62px;
    height: 30px;
    border: 5px solid var(--text);
    border-bottom: none;
    border-radius: 90px 90px 0 0;
    margin-left: 16px;
    opacity: 0.95;
    transition: width 220ms ease, height 220ms ease, border-width 220ms ease, margin-left 220ms ease;
}

.logo-text {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    transition: font-size 220ms ease;
}

.logo small {
    font-size: 1.05rem;
    letter-spacing: 4px;
    margin-left: 2px;
    transition: font-size 220ms ease, letter-spacing 220ms ease;
}

.topbar.is-scrolled .logo-icon {
    width: 48px;
    height: 23px;
    border-width: 3px;
    margin-left: 11px;
}

.topbar.is-scrolled .logo-text {
    font-size: 2.3rem;
}

.topbar.is-scrolled .logo small {
    font-size: 0.82rem;
    letter-spacing: 3px;
}

.desktop-nav {
    margin-left: auto;
}

.primary-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 1.7rem;
    white-space: nowrap;
    z-index: 2;
}

.right-tools {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
}

.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.9rem;
}

.nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.9rem);
    left: 50%;
    min-width: 280px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: rgba(30, 34, 40, 0.88);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(30, 34, 40, 0.88);
    transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown-menu a {
    padding: 0.72rem 0.9rem !important;
    border-radius: 12px;
    font-size: 0.98rem;
    line-height: 1.35;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    outline: none;
}

.nav-dropdown-menu-all {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    margin-top: 0.15rem;
    padding-top: 0.9rem !important;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.desktop-nav a,
.desktop-nav button,
.primary-links a {
    color: #f7f8f9;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    background: transparent;
    border: 0;
    padding: 0;
}

.desktop-nav a:hover,
.desktop-nav button:hover,
.primary-links a:hover {
    color: #fff;
    text-shadow: 0 0 4px rgba(255,255,255,0.45), 0 0 10px rgba(255,255,255,0.25);
}

.desktop-nav a i,
.desktop-nav button i,
.primary-links a i {
    font-size: 0.7rem;
}

.social-links {
    display: inline-flex;
    gap: 0.9rem;
}

.social-links a {
    font-size: 1.2rem;
}

.phone {
    white-space: nowrap;
}

.desktop-nav a.phone-box {
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 12px;
    padding: 0.7rem 1rem !important;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

/* ── Sizi Arıyalım butonu (navbar) ────────────────────── */
.callback-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 999px;
    padding: 0.7rem 1rem !important;
    min-height: 46px;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.16);
    color: var(--muted);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    transition: color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.callback-btn:hover,
.callback-btn:focus-visible {
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    outline: none;
}

.callback-btn:active {
    background: rgba(255, 255, 255, 0.2);
}

/* Mobile nav */
.callback-btn--mobile {
    width: 100%;
    justify-content: center;
    border-radius: 999px;
    margin-top: 0.5rem;
    font-size: 1rem;
}

/* 992px–1280px arası: buton metni gizlenir, sadece ikon kalır */
@media (min-width: 992px) and (max-width: 1280px) {
    .callback-btn span {
        display: none;
    }
    .callback-btn {
        padding: 0.7rem 0.85rem !important;
        gap: 0;
    }
    .callback-btn i {
        font-size: 1.1rem !important;
    }
    .right-tools {
        gap: 0.75rem;
    }
}

/* ── Callback Modal ────────────────────────────────────── */
.callback-modal-dialog {
    max-width: 440px;
}

.callback-modal-content {
    background: #1a1d22;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
}

.callback-modal-header {
    background: linear-gradient(135deg, #1f1a16 0%, #2a2118 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.callback-modal-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    margin-top: 2px;
}

.callback-modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.callback-modal-subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.callback-modal-header .btn-close {
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 0.6;
}

.callback-modal-header .btn-close:hover {
    opacity: 1;
}

.callback-modal-body {
    padding: 1.6rem;
}

.callback-field {
    margin-bottom: 1.1rem;
}

.callback-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.callback-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    color: #fff;
    font-size: 0.97rem;
    padding: 0.68rem 0.95rem;
    outline: none;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
    appearance: none;
    -webkit-appearance: none;
}

.callback-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.callback-input:focus {
    border-color: var(--accent);
    background: rgba(139, 106, 79, 0.1);
    box-shadow: 0 0 0 3px rgba(139, 106, 79, 0.2);
}

.callback-input.is-invalid {
    border-color: #f05252;
    box-shadow: 0 0 0 3px rgba(240, 82, 82, 0.18);
}

.callback-select-wrapper {
    position: relative;
}

.callback-select {
    padding-right: 2.4rem;
    cursor: pointer;
}

.callback-select-arrow {
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    pointer-events: none;
}

.callback-select option {
    background: #1a1d22;
    color: #fff;
}

.callback-submit-btn {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.82rem 1rem;
    border: none;
    border-radius: 11px;
    background: var(--accent);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 200ms ease, transform 150ms ease, box-shadow 200ms ease;
    box-shadow: 0 3px 16px rgba(139, 106, 79, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.callback-submit-btn:hover:not(:disabled) {
    background: #a07a5e;
    transform: translateY(-1px);
    box-shadow: 0 5px 22px rgba(139, 106, 79, 0.55);
}

.callback-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.callback-alert {
    padding: 0.75rem 1rem;
    border-radius: 9px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.callback-alert--success {
    background: rgba(52, 199, 89, 0.15);
    border: 1px solid rgba(52, 199, 89, 0.35);
    color: #4ade80;
}

.callback-alert--error {
    background: rgba(240, 82, 82, 0.12);
    border: 1px solid rgba(240, 82, 82, 0.3);
    color: #f87171;
}

.menu-toggle {
    color: #fff;
    font-size: 2rem;
    border: 0;
    background: transparent;
    line-height: 1;
}

.hero-main {
    margin-top: auto;
    padding-bottom: 3.6rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.hero-main h1 {
    font-size: clamp(2.2rem, 4.6vw, 6rem);
    font-weight: 300;
    line-height: 1.05;
    margin: 0 0 2.2rem 0;
    margin-left: clamp(0.5rem, 6vw, 7rem);
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.35), 0 0 4px rgba(255,255,255,0.45), 0 0 10px rgba(255,255,255,0.25);
}

.hero-title.title-drop {
    animation: heroTitleDrop 700ms ease;
}

@keyframes heroTitleDrop {
    0% {
        opacity: 0;
        transform: translateY(-28px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-panel-subtitle {
    display: block;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-shadow: 0 0 4px rgba(255,255,255,0.45), 0 0 10px rgba(255,255,255,0.25);
    margin: 0 0 0.5rem clamp(0.5rem, 6vw, 7rem);
    padding-left: 0.25rem;
    max-width: min(90%, 480px);
    white-space: normal;
}
.hero-panel-subtitle.panel-slide-in {
    animation: heroPanelSlideIn 550ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.hero-panel-heading-link-wrap {
    margin: 0 0 1.8rem clamp(0.5rem, 6vw, 7rem);
}

/* ── Hero Panel Başlık Butonu ── */
@keyframes heroPanelSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-22px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-panel-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    writing-mode: horizontal-tb;
    transform: none;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 0.7rem 1rem;
    min-height: 46px;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: 0 0 4px rgba(255,255,255,0.45), 0 0 10px rgba(255,255,255,0.25);
    margin: 0;
    max-width: min(90%, 520px);
    white-space: normal;
    cursor: pointer;
    transition: background 220ms ease, border-color 220ms ease;
    line-height: 1.45;
}
.hero-panel-title.panel-slide-in {
    animation: heroPanelSlideIn 550ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.hero-panel-title:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}
.hero-panel-title .panel-title-arrow {
    display: inline-block;
    font-size: 0.8em;
    flex-shrink: 0;
    transition: transform 220ms ease;
}
.hero-panel-title:hover .panel-title-arrow {
    transform: translateX(3px);
}

.hero-cta {
    justify-content: center;
}

.cta-btn {
    text-decoration: none;
    color: var(--surface-text);
    background: var(--surface);
    border-radius: 16px;
    padding: 1rem 2.4rem;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 245px;
    justify-content: center;
    transition: background-color 200ms ease, color 200ms ease;
}

.cta-btn:hover {
    background: #8b6a4f;
    color: #ffffff;
}

.cta-btn:hover i {
    color: #ffffff;
}

.cta-btn i {
    color: var(--accent);
}

.custom-arrow {
    width: auto;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 5;
}

.carousel-control-prev.custom-arrow {
    left: 1.2rem;
}

.carousel-control-next.custom-arrow {
    right: 1.2rem;
}

.arrow-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.whatsapp-btn {
    position: fixed;
    right: clamp(1rem, 2vw, 2.2rem);
    bottom: clamp(1.5rem, 7vh, 5rem);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    z-index: 20;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-btn:hover {
    transform: scale(1.09);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45);
    color: #fff;
}

/* ── WhatsApp Float Wrapper ── */
.wa-float-wrapper {
    position: fixed;
    right: clamp(1rem, 2vw, 2.2rem);
    bottom: clamp(1.5rem, 7vh, 5rem);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}
.wa-float-wrapper .whatsapp-btn {
    position: static;
    flex-shrink: 0;
}

/* ── WhatsApp Chat Popup ── */
@keyframes waChatIn {
    from { opacity: 0; transform: translateY(18px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}
@keyframes waMsgIn {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes waTyping {
    0%, 80%, 100% { transform: scale(0) translateY(0); opacity: 0.4; }
    40%           { transform: scale(1) translateY(-4px); opacity: 1; }
}
@keyframes waPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    50%      { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
}

.wa-chat-popup {
    width: 300px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
    animation: waChatIn 0.35s cubic-bezier(0.34, 1.4, 0.64, 1) both;
    transform-origin: bottom right;
}
.wa-chat-popup[hidden] { display: none !important; }

.wa-chat-header {
    background: #075e54;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
}
.wa-chat-avatar {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #128c7e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
    overflow: hidden;
}
.wa-chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wa-chat-agent-info {
    flex: 1;
    min-width: 0;
}
.wa-chat-agent-info strong {
    display: block;
    font-size: 0.93rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wa-chat-agent-info small {
    font-size: 0.75rem;
    opacity: 0.82;
}
.wa-chat-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    cursor: pointer;
    padding: 2px 4px;
    line-height: 1;
    transition: color 0.15s;
    flex-shrink: 0;
}
.wa-chat-close:hover { color: #fff; }

.wa-chat-body {
    background: #e5ddd5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Crect width='80' height='80' fill='%23e5ddd5'/%3E%3Ccircle cx='40' cy='40' r='18' fill='none' stroke='%23d4c9ba' stroke-width='0.6'/%3E%3C/svg%3E");
    min-height: 120px;
    max-height: 220px;
    overflow-y: auto;
    padding: 1rem 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.wa-chat-body::-webkit-scrollbar { width: 4px; }
.wa-chat-body::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 4px; }

.wa-msg {
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 0.5rem 0.75rem;
    font-size: 0.87rem;
    line-height: 1.45;
    max-width: 88%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    position: relative;
    animation: waMsgIn 0.3s ease both;
    color: #111;
}
.wa-msg::before {
    content: '';
    position: absolute;
    top: 0; left: -7px;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
}
.wa-msg-time {
    display: block;
    font-size: 0.68rem;
    color: #999;
    text-align: right;
    margin-top: 2px;
}

/* Typing indicator */
.wa-typing {
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 0.55rem 0.85rem;
    max-width: 60px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 4px;
}
.wa-typing::before {
    content: '';
    position: absolute;
    top: 0; left: -7px;
    border: 7px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
}
.wa-typing-dot {
    width: 7px;
    height: 7px;
    background: #aaa;
    border-radius: 50%;
    animation: waTyping 1.2s infinite ease-in-out;
}
.wa-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.wa-typing-dot:nth-child(3) { animation-delay: 0.4s; }

.wa-chat-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.7rem 1rem;
    transition: background 0.2s;
}
.wa-chat-cta:hover { background: #1da851; color: #fff; }
.wa-chat-cta i { font-size: 1.1rem; }

/* WhatsApp quick-reply buttons (in-chat, inside .wa-msg) */
.wa-quick-btn {
    display: block;
    background: #8b6a4f;
    border: 1.5px solid #8b6a4f;
    border-radius: 20px;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, border-color 0.18s;
    margin-top: 0.45rem;
    animation: waMsgIn 0.3s ease both;
}
.wa-quick-btn:hover {
    background: #f4f5f4;
    border-color: #8b6a4f;
    color: #8b6a4f;
}

/* Pulse animation on the button when popup first appears */
.whatsapp-btn.wa-pulse {
    animation: waPulse 0.8s ease 2;
}

#mobileMenu {
    width: calc(100vw - 64px) !important;
    max-width: 360px;
}

/* Hero slider ok butonları açık mobil menünün altında kalır */
body:has(#mobileMenu.show) .custom-arrow {
    z-index: 0;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-nav-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.mobile-nav-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.1rem;
    text-align: left;
}

.mobile-nav-toggle i {
    font-size: 0.95rem;
    transition: transform 180ms ease;
}

.mobile-nav-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.mobile-subnav-wrap {
    padding-top: 0.15rem;
}

.mobile-subnav {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-nav .mobile-subnav a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.92);
}

.mobile-nav .mobile-subnav a:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 0.15rem;
    padding-top: 0.9rem;
}

.mobile-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
}

.projects-section {
    background: #f6f7f8;
    color: #1f2937;
}

.video-section {
    background: #f6f7f8;
    color: #1f2937;
    overflow-x: clip;
}

.video-frame {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.video-cover {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 5;
    object-fit: cover;
}

.video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.32) 100%);
    pointer-events: none;
}

.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(62px, 7vw, 88px);
    height: clamp(62px, 7vw, 88px);
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #8b6a4f;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.lifestyle-section {
    background: #f6f7f8;
    color: #1f2937;
}

.lifestyle-heading {
    margin: 0 0 1rem;
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 300;
    color: #8b6a4f;
}

.lifestyle-metrics {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0.85rem;
    padding: 0 1rem 1.15rem;
}

.metric-item {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    padding: 0.75rem 0.8rem;
    text-align: center;
    min-width: 170px;
}

.metric-value {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    font-size: clamp(1.1rem, 2.2vw, 2rem);
    font-weight: 700;
    color: #8b6a4f;
    line-height: 1.1;
}

.metric-icon {
    font-size: 0.9em;
    opacity: 0.95;
}

.metric-label {
    margin: 0.35rem 0 0;
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 500;
}

.lifestyle-gallery {
    display: flex;
    gap: 0;
    height: 470px;
    padding: 0;
    border-radius: 18px;
    overflow: hidden;
}

.lifestyle-panel {
    position: relative;
    flex: 0.35;
    min-width: 0;
    overflow: hidden;
    cursor: pointer;
    transition: flex 420ms ease, filter 280ms ease, height 420ms ease;
}

.lifestyle-panel.is-active {
    flex: 2.35;
}

.panel-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 420ms ease, filter 320ms ease;
}

.lifestyle-panel:not(.is-active) .panel-image {
    filter: brightness(0.75) saturate(0.85);
}

.lifestyle-panel.is-active .panel-image {
    transform: scale(1.02);
}

.lifestyle-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.35) 100%);
    pointer-events: none;
}

.panel-facts {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 8.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 260ms ease, transform 260ms ease;
    z-index: 2;
    pointer-events: none;
}

.panel-fact {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(10, 10, 10, 0.56);
    color: #f9fafb;
    padding: 0.36rem 0.62rem;
    border-radius: 999px;
    font-size: 0.8rem;
    line-height: 1;
}

.panel-fact i {
    color: #d7bfaa;
    font-size: 0.78rem;
}

.lifestyle-panel.is-active .panel-facts {
    opacity: 1;
    transform: translateY(0);
}

.panel-description {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 4.15rem;
    margin: 0;
    color: #f5f5f5;
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: min(72%, 560px);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 260ms ease, transform 260ms ease;
    z-index: 2;
    pointer-events: none;
}

.lifestyle-panel.is-active .panel-description {
    opacity: 1;
    transform: translateY(0);
}

.panel-project-link {
    position: absolute;
    left: 1rem;
    bottom: 1.4rem;
    color: var(--accent-gold, #c9a84c);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 260ms ease 80ms, transform 260ms ease 80ms, color 200ms;
    z-index: 3;
}
.panel-project-link:hover { color: #e6c86e; }
.lifestyle-panel.is-active .panel-project-link {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.panel-title {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.35rem;
    font-size: clamp(1.35rem, 1.95vw, 1.85rem);
    letter-spacing: 0.3px;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    z-index: 2;
    transition: none;
}

.panel-title-arrow {
    margin-left: 0.45rem;
    font-size: 0.9em;
    vertical-align: middle;
    display: none;
}

.lifestyle-panel:not(.is-active) .panel-title {
    background: transparent !important;
    border-radius: 0;
}

.lifestyle-panel.is-active .panel-title {
    inset: auto;
    left: 1rem;
    top: auto;
    bottom: 1rem;
    width: auto;
    display: block;
    max-width: min(78%, 460px);
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
    font-size: clamp(0.96rem, 1.2vw, 1.2rem);
    padding: 0.6rem 0.95rem;
    border-radius: 10px;
    background: rgba(139, 106, 79, 0.9);
}

.lifestyle-panel.is-active .panel-title .panel-title-arrow {
    display: inline-block;
    margin-left: 0.5rem;
}

.lifestyle-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #ffffff;
    background: #8b6a4f;
    border-radius: 999px;
    padding: 0.9rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.lifestyle-cta-btn i {
    font-size: 0.95rem;
}

.footer-top-section {
    background: #f6f7f8;
    color: #1f2937;
    padding-top: 0 !important;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #e1e5ea;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f1ee;
}

.footer-top-item {
    padding: 2rem 1.75rem 1.9rem;
    text-align: center;
    background: #f5f1ee;
}

.footer-top-item + .footer-top-item {
    border-left: 1px solid #e1e5ea;
}

.footer-top-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 1px solid #d8cec5;
    background: #ffffff;
    color: #8b6a4f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.footer-top-item h3 {
    margin: 0 0 0.6rem;
    color: #8b6a4f;
    font-size: clamp(1.12rem, 1.9vw, 1.35rem);
    font-weight: 600;
}

.footer-top-item p {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
    font-size: 0.95rem;
}

.site-footer {
    background: #8b6a4f;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer-main {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1.1fr;
    gap: 2.4rem;
    padding: 3rem 0 2.2rem;
}

.site-footer-col h3 {
    margin: 0 0 1rem;
    font-size: 1.12rem;
    font-weight: 600;
    color: #ffffff;
}

.site-footer-logo {
    text-decoration: none;
    color: #fff;
    display: inline-grid;
    line-height: 1;
    gap: 0.08rem;
    margin-bottom: 0.95rem;
}

.footer-logo-img {
    height: 90px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.site-footer-logo-icon {
    width: 54px;
    height: 26px;
    border: 4px solid #fff;
    border-bottom: none;
    border-radius: 80px 80px 0 0;
    margin-left: 12px;
    opacity: 0.95;
}

.site-footer-logo-text {
    font-size: 2.45rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.site-footer-logo small {
    font-size: 0.86rem;
    letter-spacing: 3.2px;
}

.site-footer-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    max-width: 360px;
    line-height: 1.65;
}

.site-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.72rem;
}

.site-footer-links a,
.site-footer-links span {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.site-footer-links a:hover {
    color: #fff;
}

.site-footer-contact li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.site-footer-contact i {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
}

.footer-directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.35rem;
    padding: 0.3rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-directions-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
}

.site-footer-social {
    display: inline-flex;
    gap: 0.62rem;
    margin-top: 1rem;
}

.site-footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 0;
}

.site-footer-bottom-copy {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
}

.site-footer-bottom-links {
    display: inline-flex;
    align-items: center;
    gap: 1.15rem;
}

.site-footer-bottom-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
}

.site-footer-bottom-links a:hover {
    color: #fff;
}

.projects-kicker {
    font-size: 0.8rem;
    letter-spacing: 2.5px;
    font-weight: 700;
    color: #8b6a4f;
}

.projects-title {
    font-size: clamp(1.6rem, 2.8vw, 2.5rem);
    font-weight: 600;
    color: #111827;
}

.projects-intro {
    max-width: 820px;
    color: #4b5563;
    line-height: 1.7;
}

.projects-seo-block {
    padding: 1.2rem 1.3rem;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,247,248,0.96) 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.project-filters {
    flex-wrap: wrap;
}

.filter-btn {
    border: 1px solid #d5d8dd;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    padding: 0.52rem 1rem;
    font-weight: 500;
    font-size: 0.92rem;
}

.filter-btn.active {
    background: #8b6a4f;
    border-color: #8b6a4f;
    color: #fff;
}

.project-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.page-projects .project-card,
.page-home .project-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-projects .project-media img,
.page-home .project-media img {
    transition: transform 0.45s ease;
}

.page-projects .project-card:hover,
.page-home .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 38px rgba(16, 24, 40, 0.12);
}

.page-projects .project-card:hover .project-media img,
.page-home .project-card:hover .project-media img {
    transform: scale(1.05);
}

.project-media {
    position: relative;
    height: 240px;
}

.project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0;
    margin: 0 0 0.9rem;
}

.project-fact {
        margin: 0 0 0.8rem;
    align-items: center;
    gap: 0.3rem;
    background: #f8fafc;
    color: #4b5563;
    padding: 0.33rem 0.58rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 0.74rem;
    line-height: 1;
}

.project-fact i {
    color: #8b6a4f;
    font-size: 0.75rem;
}

.badge-state {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    background: rgba(34, 197, 94, 0.92);
    color: #fff;
    font-size: 0.77rem;
    font-weight: 600;
    padding: 0.34rem 0.6rem;
    border-radius: 999px;
}

.badge-state.is-soon {
    background: rgba(245, 158, 11, 0.95);
}

.project-body {
    padding: 1.2rem 1.2rem 1.3rem;
}

.project-body h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.35rem 0;
    color: #111827;
}

.project-body p {
    margin: 0 0 0.85rem 0;
    color: #6b7280;
}

.project-link,
.all-projects-btn {
    text-decoration: none;
    color: #8b6a4f;
    font-weight: 600;
}

.project-link i,
.all-projects-btn i {
    margin-left: 0.25rem;
}

.projects-page-main {
    padding-top: 6.4rem;
    background: #f6f7f8;
}

.about-page-main {
    padding-top: 6.4rem;
    background: #f6f7f8;
}

.contact-page-main {
    padding-top: 6.4rem;
    background: #f6f7f8;
}

.policy-page-main {
    padding-top: 6.4rem;
    background: #f6f7f8;
}

.policy-hero-section,
.policy-content-section {
    background: #f6f7f8;
    color: #1f2937;
}

.policy-title {
    max-width: 760px;
}

.policy-subtitle {
    max-width: 760px;
    color: #4b5563;
    line-height: 1.6;
}

.policy-switch {
    display: inline-flex;
    gap: 0.55rem;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 999px;
    padding: 0.35rem;
}

.policy-switch-btn {
    text-decoration: none;
    color: #6b7280;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.44rem 0.9rem;
}

.policy-switch-btn.is-active {
    background: #8b6a4f;
    color: #ffffff;
}

.policy-card {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 16px;
    padding: 1.2rem;
}

.policy-updated {
    color: #6b7280;
    font-size: 0.84rem;
}

.policy-block + .policy-block {
    margin-top: 1rem;
}

.policy-block h2 {
    margin: 0 0 0.45rem;
    color: #8b6a4f;
    font-size: 1.04rem;
    font-weight: 600;
}

.policy-block p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

.contact-hero-section,
.contact-content-section,
.contact-map-section {
    background: #f6f7f8;
    color: #1f2937;
}

.contact-title {
    max-width: 760px;
}

.contact-subtitle {
    max-width: 760px;
    color: #4b5563;
    line-height: 1.65;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 1rem;
    align-items: start;
}

.contact-info-card,
.contact-form-card,
.contact-map-card {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 16px;
}

.contact-info-card,
.contact-form-card {
    padding: 1.15rem;
}

.contact-info-card h2,
.contact-form-card h2 {
    margin: 0 0 0.9rem;
    color: #8b6a4f;
    font-size: 1.24rem;
    font-weight: 600;
}

.contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.68rem;
    color: #4b5563;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.65rem 0.7rem;
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.contact-info-list li:hover {
    transform: translateX(2px);
    border-color: #d4c4b6;
    background: #ffffff;
}

.contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #efe4db;
    color: #8b6a4f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.contact-line {
    min-width: 0;
}

.contact-line .label {
    margin: 0;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.contact-info-list a,
.contact-line span {
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.45;
    word-break: break-word;
}

.contact-info-list a:hover {
    color: #8b6a4f;
}

.contact-social {
    display: inline-flex;
    gap: 0.55rem;
    margin-top: 1rem;
}

.contact-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d7dce2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8b6a4f;
    text-decoration: none;
}

.contact-form .form-label {
    color: #4b5563;
    font-size: 0.88rem;
    font-weight: 500;
}

.contact-form .form-control {
    border: 1px solid #d9dde3;
    border-radius: 10px;
    min-height: 44px;
}

.contact-form textarea.form-control {
    min-height: 130px;
}

.contact-submit-btn {
    border: 1px solid #8b6a4f;
    background: #8b6a4f;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.65rem 1.1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.contact-submit-btn:hover {
    background: #7d6149;
    border-color: #7d6149;
}

.contact-map-card {
    overflow: hidden;
}

.contact-map-card iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}

.about-hero-section,
.about-story-section,
.about-values-section,
.about-metrics-section {
    background: #f6f7f8;
    color: #1f2937;
}

.about-title {
    max-width: 860px;
}

.about-subtitle {
    max-width: 760px;
    color: #4b5563;
    font-size: 1.02rem;
    line-height: 1.65;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.2fr minmax(320px, 0.95fr);
    gap: 1rem;
    align-items: stretch;
}

.about-story-content,
.about-story-visual {
    margin: 0;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 16px;
}

.about-story-content {
    padding: 1.2rem;
}

.about-story-content h2 {
    margin: 0 0 0.8rem;
    color: #8b6a4f;
    font-size: 1.32rem;
    font-weight: 600;
}

.about-story-content p {
    margin: 0 0 0.9rem;
    color: #4b5563;
    line-height: 1.68;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}

.about-story-visual {
    overflow: hidden;
}

.about-story-visual img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.about-value-card {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 14px;
    padding: 1rem 1rem 1.05rem;
}

.about-value-card i {
    font-size: 1.3rem;
    color: #8b6a4f;
}

.about-value-card h3 {
    margin: 0.55rem 0 0.45rem;
    font-size: 1.05rem;
    color: #1f2937;
    font-weight: 600;
}

.about-value-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
    font-size: 0.92rem;
}

.about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.about-metric-item {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    padding: 0.95rem 0.8rem;
    text-align: center;
}

.about-metric-item .value {
    margin: 0;
    color: #8b6a4f;
    font-size: clamp(1.15rem, 2.1vw, 1.8rem);
    font-weight: 700;
}

.about-metric-item .label {
    margin: 0.3rem 0 0;
    color: #4b5563;
    font-size: 0.86rem;
    font-weight: 500;
}

.projects-breadcrumb {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.75rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e1e5ea;
}

.projects-breadcrumb .breadcrumb {
    gap: 0.35rem;
}

.projects-breadcrumb .breadcrumb-item,
.projects-breadcrumb .breadcrumb-item a {
    font-size: 0.84rem;
    font-weight: 500;
    color: #6b7280;
}

.projects-breadcrumb .breadcrumb-item a:hover {
    color: #8b6a4f;
}

.projects-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #9ca3af;
}

.projects-breadcrumb .breadcrumb-item.active {
    color: #8b6a4f;
}

.project-detail-page {
    background: #f6f7f8;
}

.page-project-detail .hero-cta {
    display: none !important;
}

.project-detail-section {
    background: #f6f7f8;
    color: #1f2937;
}

.project-detail-head {
    max-width: 920px;
}

.project-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.project-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    color: #4b5563;
    font-size: 0.9rem;
    font-weight: 500;
}

.project-detail-meta i {
    color: #8b6a4f;
}

.project-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
    gap: 1.2rem;
    align-items: start;
}

.project-detail-content {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 16px;
    padding: 1.25rem;
}

.project-detail-content p {
    margin: 0 0 1rem;
    color: #4b5563;
    line-height: 1.7;
}

.project-detail-content p:last-of-type {
    margin-bottom: 0.85rem;
}

.project-detail-list {
    margin: 0;
    padding-left: 1.1rem;
    color: #374151;
    display: grid;
    gap: 0.42rem;
}

.project-location-map {
    margin-top: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.project-location-head {
    padding: 0.85rem 0.95rem 0.75rem;
}

.project-location-head h2 {
    margin: 0;
    color: #8b6a4f;
    font-size: 1rem;
    font-weight: 600;
}

.project-location-head p {
    margin: 0.28rem 0 0;
    color: #6b7280;
    font-size: 0.86rem;
}

.project-location-map iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
}

.project-detail-card {
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 16px;
    padding: 1rem;
}

.project-detail-cover {
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.project-detail-cover img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.project-detail-summary {
    margin-top: 0.9rem;
}

.project-detail-card h2 {
    margin: 0 0 0.95rem;
    color: #8b6a4f;
    font-size: 1.16rem;
    font-weight: 600;
}

.project-detail-stats {
    display: grid;
    gap: 0.7rem;
}

.project-detail-stats .label {
    margin: 0;
    color: #6b7280;
    font-size: 0.82rem;
}

.project-detail-stats .value {
    margin: 0.18rem 0 0;
    color: #1f2937;
    font-weight: 600;
}

.project-gallery-section {
    background: #f6f7f8;
    color: #1f2937;
}

.floorplan-section {
    background: #f5f1ee;
    color: #1f2937;
}

.floorplan-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.55rem;
    gap: 0.65rem;
}

.floorplan-title {
    color: #4a3c31;
    text-align: center;
}

.floorplan-open-btn {
    border: 1px solid #8b6a4f;
    background: #8b6a4f;
    color: #ffffff;
    border-radius: 999px;
    padding: 0.72rem 1.05rem;
    font-size: 0.87rem;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.floorplan-open-btn:hover {
    background: #7c5f47;
    border-color: #7c5f47;
}

.floorplan-fullwidth {
    width: 100%;
    margin: 0;
    background: #f5f1ee;
    padding: 1rem 0 0.95rem;
}

.floorplan-scroll {
    display: flex;
    justify-content: safe center;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.floorplan-scroll::-webkit-scrollbar {
    display: none;
}

.floorplan-card {
    flex: 0 0 calc((100% - 1.8rem) / 3);
    min-width: 280px;
    border: 1px solid #dfd3ca;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    scroll-snap-align: start;
}

.floorplan-card img {
    width: 100%;
    height: clamp(190px, 22vw, 300px);
    object-fit: cover;
    display: block;
}

.floorplan-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.4rem;
}

.floorplan-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #cdbfb1;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.floorplan-dot.is-active {
    background: #8b6a4f;
    transform: scale(1.06);
}

.floorplan-dot:focus,
.floorplan-dot:active,
.floorplan-dot:focus-visible {
    outline: none;
    box-shadow: none;
}

.floorplan-dot:not(.is-active):active {
    background: #cdbfb1;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.project-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #e1e5ea;
    background: #ffffff;
}

.project-gallery-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
}

.project-gallery-modal .modal-content {
    background: rgba(12, 14, 18, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    color: #f9fafb;
}

.project-gallery-modal .modal-header {
    padding: 0.9rem 1rem 0.2rem;
}

.gallery-headline {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.project-gallery-modal .modal-title {
    color: #f9fafb;
    font-weight: 600;
}

.gallery-counter {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.83rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
}

.project-gallery-modal .modal-body {
    position: relative;
    padding: 0.5rem 3.2rem 0.25rem;
}

#projectGalleryModalImage {
    width: 100%;
    max-height: min(72vh, 820px);
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.gallery-prev {
    left: 0.65rem;
}

.gallery-next {
    right: 0.65rem;
}

.gallery-caption {
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    font-size: 0.9rem;
    padding: 0.45rem 1rem 1rem;
}

.gallery-thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0 1rem 1rem;
    scrollbar-width: thin;
}

.gallery-thumb {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0;
    background: transparent;
    flex: 0 0 auto;
    width: 76px;
    height: 56px;
    overflow: hidden;
    opacity: 0.65;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-thumb.is-active {
    border-color: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

@media (max-width: 992px) {
    .projects-head {
        align-items: flex-start !important;
    }

    .project-media {
        height: 225px;
    }

    .project-facts {
        padding: 0.62rem 0.82rem 0;
        gap: 0.32rem;
    }

    .project-fact {
        font-size: 0.7rem;
        padding: 0.3rem 0.5rem;
    }

    .projects-page-main {
        padding-top: 5.4rem;
    }

    .about-page-main {
        padding-top: 5.4rem;
    }

    .contact-page-main {
        padding-top: 5.4rem;
    }

    .policy-page-main {
        padding-top: 5.4rem;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-story-content,
    .about-story-visual,
    .about-value-card,
    .about-metric-item {
        border-radius: 12px;
    }

    .about-story-visual img {
        min-height: 260px;
    }

    .about-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-card,
    .contact-form-card,
    .contact-map-card {
        border-radius: 12px;
    }

    .contact-map-card iframe {
        height: 300px;
    }

    .policy-card {
        border-radius: 12px;
        padding: 1rem;
    }

    .projects-breadcrumb {
        padding: 0.35rem 0.65rem;
    }

    .projects-breadcrumb .breadcrumb-item,
    .projects-breadcrumb .breadcrumb-item a {
        font-size: 0.8rem;
    }

    .project-detail-layout {
        grid-template-columns: 1fr;
    }

    .project-detail-content,
    .project-detail-card {
        border-radius: 14px;
        padding: 1rem;
    }

    .project-location-map iframe {
        height: 250px;
    }

    .project-detail-cover img {
        height: 210px;
    }

    .project-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .floorplan-card {
        flex-basis: calc((100% - 0.75rem) / 2);
        min-width: 250px;
    }

    .floorplan-card img {
        height: 200px;
    }

    .project-gallery-item img {
        height: 190px;
    }

    .project-gallery-modal .modal-body {
        padding: 0.35rem 2.7rem 0.2rem;
    }

    .gallery-nav {
        width: 38px;
        height: 38px;
    }

    .gallery-thumb {
        width: 68px;
        height: 52px;
    }

    .video-cover {
        aspect-ratio: 16 / 7;
    }

    .lifestyle-heading {
        margin-bottom: 0.8rem;
        font-size: clamp(1.7rem, 7.4vw, 2.35rem);
    }

    .lifestyle-metrics {
        gap: 0.5rem;
        padding: 0 0.5rem 0.9rem;
    }

    .metric-item {
        min-width: 116px;
        padding: 0.55rem 0.6rem;
        border-radius: 10px;
    }

    .metric-value {
        font-size: 1rem;
    }

    .metric-label {
        font-size: 0.78rem;
        margin-top: 0.3rem;
    }

    .lifestyle-gallery {
        flex-direction: column;
        height: auto;
        padding: 0;
        gap: 0;
        border-radius: 14px;
    }

    .lifestyle-panel {
        flex: none;
        height: 59px;
        transition: height 420ms ease, filter 280ms ease;
    }

    .lifestyle-panel.is-active {
        flex: none;
        height: 235px;
    }

    .panel-title {
        inset: 0;
        writing-mode: horizontal-tb;
        transform: none;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0.35rem;
        border-radius: 0;
        font-size: 1.1rem;
        background: transparent;
    }

    .lifestyle-panel.is-active .panel-title {
        inset: auto;
        left: 0.75rem;
        right: auto;
        bottom: 0.75rem;
        width: auto;
        text-align: left;
        max-width: calc(100% - 1.5rem);
        padding: 0.55rem 0.8rem;
        border-radius: 8px;
        font-size: 0.94rem;
    }

    .panel-description {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 3.2rem;
        max-width: calc(100% - 1.5rem);
        font-size: 0.86rem;
        line-height: 1.33;
    }

    .panel-project-link {
        left: 0.75rem;
        bottom: 0.9rem;
        font-size: 0.78rem;
    }

    .panel-facts {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 6.3rem;
        gap: 0.35rem;
    }

    .panel-fact {
        font-size: 0.74rem;
        padding: 0.32rem 0.5rem;
    }

    .lifestyle-cta-btn {
        width: calc(100% - 1rem);
        font-size: 0.94rem;
        padding: 0.82rem 1rem;
    }

    .footer-top-section {
        padding-top: 0 !important;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
    }

    .footer-top-item {
        padding: 1.35rem 1rem;
    }

    .footer-top-item + .footer-top-item {
        border-left: 0;
        border-top: 1px solid #e1e5ea;
    }

    .footer-top-icon {
        width: 72px;
        height: 72px;
        margin-bottom: 0.8rem;
        font-size: 1.55rem;
    }

    .footer-top-item h3 {
        font-size: 1.03rem;
    }

    .footer-top-item p {
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .site-footer-main {
        grid-template-columns: 1fr;
        gap: 1.7rem;
        padding: 2.25rem 0 1.6rem;
    }

    .site-footer-logo-text {
        font-size: 2.15rem;
    }

    .site-footer-copy {
        max-width: 100%;
        font-size: 0.92rem;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding: 0.85rem 0 1rem;
        gap: 0.55rem;
    }

    .site-footer-bottom-copy,
    .site-footer-bottom-links a {
        font-size: 0.84rem;
    }
}

@media (max-width: 992px) {
    .topbar {
        padding: 0.75rem 0.85rem;
    }

    .topbar.is-scrolled {
        padding-top: 0.32rem;
        padding-bottom: 0.32rem;
    }

    .logo-icon {
        width: 48px;
        height: 24px;
        border-width: 4px;
        margin-left: 12px;
    }

    .logo-img {
        height: 90px;
        max-height: 90px;
        max-width: 240px;
    }

    .topbar.is-scrolled .logo-img {
        height: 50px;
        max-height: 50px;
    }

    .logo-text {
        font-size: 2.7rem;
    }

    .logo small {
        font-size: 0.85rem;
        letter-spacing: 3.2px;
    }

    .topbar.is-scrolled .logo-icon {
        width: 38px;
        height: 19px;
        border-width: 3px;
        margin-left: 8px;
    }

    .topbar.is-scrolled .logo-text {
        font-size: 2.05rem;
    }

    .topbar.is-scrolled .logo small {
        font-size: 0.72rem;
        letter-spacing: 2.3px;
    }

    .hero-main {
        padding-bottom: 1.45rem;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .hero-main h1 {
        font-size: clamp(2.1rem, 8.6vw, 3rem);
        margin-bottom: 1.4rem;
        max-width: 350px;
        margin-left: 0.4rem;
    }

    .hero-panel-subtitle {
        margin-left: 0.4rem;
        max-width: calc(100vw - 1rem);
        padding-left: 0;
    }

    .hero-panel-title {
        padding: 0.42rem 0.8rem;
        margin: 0 0 1rem 0.4rem;
        border-radius: 7px;
        max-width: min(90%, 320px);
    }

    .hero-cta {
        width: 100%;
        justify-content: center;
        gap: 0.75rem !important;
        flex-wrap: nowrap !important;
    }

    .cta-btn {
        padding: 0.9rem 0.9rem;
        min-width: 0;
        flex: 1 1 0;
        max-width: 220px;
        border-radius: 14px;
        font-size: 0.93rem;
        gap: 0.45rem;
    }

    .arrow-circle {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .carousel-control-prev.custom-arrow {
        left: 0.6rem;
    }

    .carousel-control-next.custom-arrow {
        right: 0.6rem;
    }
}

@media (max-width: 576px) {
    .hero,
    #heroSlider,
    .carousel-inner,
    .carousel-item {
        min-height: 500px;
    }

    .cta-btn {
        font-size: 0.85rem;
        padding: 0.8rem 0.6rem;
    }

    .hero-main h1 {
        font-size: clamp(1.9rem, 10.4vw, 2.7rem);
    }

    .whatsapp-btn {
        width: 56px;
        height: 56px;
        font-size: 1.9rem;
        bottom: 4.7rem;
    }
    .wa-float-wrapper {
        bottom: 4.7rem;
    }
    .wa-chat-popup {
        width: 270px;
    }

    .project-detail-meta span {
        font-size: 0.82rem;
        padding: 0.4rem 0.65rem;
    }

    .about-subtitle {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .contact-subtitle {
        font-size: 0.94rem;
    }

    .policy-subtitle {
        font-size: 0.94rem;
    }

    .about-metrics-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-card iframe {
        height: 250px;
    }

    .project-location-map iframe {
        height: 220px;
    }

    .project-gallery-grid {
        grid-template-columns: 1fr;
    }

    .floorplan-card {
        flex-basis: 88%;
        min-width: 88%;
    }

    .floorplan-card img {
        height: 210px;
    }

    .project-gallery-item img {
        height: 210px;
    }

    .project-gallery-modal .modal-body {
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }

    .gallery-nav {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }

    .gallery-thumbs {
        padding: 0 0.75rem 0.85rem;
        gap: 0.4rem;
    }

    .gallery-thumb {
        width: 62px;
        height: 46px;
    }
}

/* ═══════════════════════════════════════════════
 *  Masaüstü Hero Pan Animasyonu
 *  Tek görsel: yukarıdan aşağıya → aşağıdan yukarıya (sürekli)
 *  Çoklu görsel: yukarıdan aşağıya (tek yön, animasyon
 *  bitince JS bir sonraki slayta geçer)
 * ═══════════════════════════════════════════════ */
@keyframes hero-pan-desktop {
    0%   { object-position: center 0%; }
    50%  { object-position: center 35%; }
    100% { object-position: center 0%; }
}

@keyframes hero-pan-desktop-forward {
    0%   { object-position: center 0%; }
    100% { object-position: center 35%; }
}

@media (min-width: 769px) {
    .hero-bg {
        animation: hero-pan-desktop 14s ease-in-out infinite;
    }

    /* Çoklu slayt: aktif slayt yukarıdan aşağıya kayar */
    .hero-multi-slide .carousel-item.active .hero-bg {
        animation: hero-pan-desktop-forward 4.5s ease-in-out forwards;
    }
    /* Çoklu slayt: bekleyen slaytlar başlangıç pozisyonunda durur */
    .hero-multi-slide .carousel-item:not(.active) .hero-bg {
        animation: none;
        object-position: center 0%;
    }
}

/* ═══════════════════════════════════════════════
 *  Mobil Hero Pan Animasyonu
 *  Tek görsel: soldan sağa → sağdan sola (sürekli)
 *  Çoklu görsel: soldan sağa (tek yön, animasyon
 *  bitince JS bir sonraki slayta geçer)
 * ═══════════════════════════════════════════════ */
@keyframes hero-pan-mobile {
    0%   { object-position: 20% top; }
    50%  { object-position: 80% top; }
    100% { object-position: 20% top; }
}

@keyframes hero-pan-mobile-forward {
    0%   { object-position: 20% top; }
    100% { object-position: 80% top; }
}

@media (max-width: 768px) {
    .hero-bg {
        animation: hero-pan-mobile 14s ease-in-out infinite;
    }

    /* Çoklu slayt: aktif slayt soldan sağa kayar */
    .hero-multi-slide .carousel-item.active .hero-bg {
        animation: hero-pan-mobile-forward 4.5s ease-in-out forwards;
    }
    /* Çoklu slayt: bekleyen slaytlar başlangıç pozisyonunda durur */
    .hero-multi-slide .carousel-item:not(.active) .hero-bg {
        animation: none;
        object-position: 20% top;
    }
}
