/* ==========================================================================
   Hero Slider — header dahil tam ekran (header + hero = 100vh)
   ========================================================================== */

:root {
    --header-h: 0px;
}

/* WordPress admin bar — frontend'de gizle */
#wpadminbar {
    display: none !important;
}
html {
    margin-top: 0 !important;
}

.page-title.home-2 {
    height: calc(100vh - var(--header-h));
    min-height: 500px;
}

.page-title.home-2 .swiper,
.page-title.home-2 .swiper-wrapper {
    height: 100%;
}

.page-title.home-2 .swiper-slide {
    height: 100%;
}

.page-title.home-2 .swiper-slide .content {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.page-title.home-2 .swiper-slide .content .themesflat-container {
    width: 100%;
}

/* ==========================================================================
   Buton normalizasyonu — <button> ve <a> aynı görünür
   ========================================================================== */

button.button-two-line {
    /* UA default arka plan rengini temizle, background-image'a dokunma */
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    /* Tarayıcı overflow:hidden'ı ::before/::after shadow'ları kırpıyor */
    overflow: visible;
    cursor: pointer;
    font-family: inherit;
}

/* ==========================================================================
   Menü Sayfası — Tam genişlik, yatay tab carousel
   ========================================================================== */

/* Tab carousel bar — yapışkan navbar */
.mn-tab-bar {
    background: #1a3a2a;
    padding: 0;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.mn-tabs-swiper {
    width: 100%;
}

.mn-tab-btn {
    width: auto !important;
    padding: 22px 40px;
    color: rgba(255,255,255,0.55);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.25s, border-color 0.25s;
    white-space: nowrap;
    user-select: none;
}

.mn-tab-btn.active,
.mn-tab-btn:hover {
    color: #c6ac83;
    border-bottom-color: #c6ac83;
}

/* İçerik alanı */
.mn-content-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px 80px;
}

/* Tüm paneller her zaman görünür — scroll navigation */
.mn-tab-panel {
    display: block;
}

/* Grup */
.mn-group {
    margin-bottom: 64px;
}

.mn-group-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 32px;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1.1;
    overflow: visible;
}

.mn-group-title::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    flex-shrink: 0;
    background-color: #006738;
    transform: rotate(45deg);
    overflow: visible;
}

/* 2 sütunlu ızgara */
.mn-items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 0;
}

/* Tek öğe */
.mn-item {
    position: relative;
}

.mn-item-row {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 10px;
}

.mn-item-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #006738;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s;
}

a.mn-item-name:hover {
    opacity: 0.75;
}

.mn-item-line {
    flex: 1;
    height: 1px;
    background: #d5d5d5;
    min-width: 20px;
}

.mn-item-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #006738;
    white-space: nowrap;
}

.mn-item-desc {
    font-size: 12px;
    color: #888;
    margin: 0 0 4px;
    padding: 4px 0 10px;
    line-height: 1.6;
}

/* Hover görsel */
.mn-hover-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    width: 220px;
    height: 160px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s, transform 0.25s;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

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

.mn-item.has-img:hover .mn-hover-img {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Son gruptaki öğelerde sağa taşma olmaması için sol sütundakileri sola göster */
.mn-items-grid .mn-item:nth-child(odd) .mn-hover-img {
    right: auto;
    left: 100%;
    margin-left: 16px;
    transform: translateY(-50%) translateX(-20px);
}
.mn-items-grid .mn-item:nth-child(odd).has-img:hover .mn-hover-img {
    transform: translateY(-50%) translateX(0);
}

/* Kamera ikonu — görseli olan öğelerde adın yanında */
.mn-cam-icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    margin-left: 7px;
    color: #c6ac83;
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
    flex-shrink: 0;
}

a.mn-item-name:hover .mn-cam-icon {
    opacity: 1;
    transform: scale(1.15);
}

/* Küçük sabit thumbnail — satır sonunda her zaman görünür */
.mn-thumb {
    width: 52px;
    height: 38px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 10px;
    border: 1.5px solid rgba(198,172,131,0.45);
    transition: border-color 0.25s, transform 0.25s;
    cursor: pointer;
}

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

.mn-item.has-img:hover .mn-thumb {
    border-color: #c6ac83;
    transform: scale(1.06);
}

@media (max-width: 767px) {
    .mn-items-grid { grid-template-columns: 1fr; }
    .mn-hover-img { display: none; }
    .mn-content-wrap { padding: 40px 16px 60px; overflow-x: hidden; }
    .mn-tab-btn { padding: 16px 22px; font-size: 11px; }
    .mn-tab-panel + .mn-tab-panel { margin-top: 24px; padding-top: 24px; }
    .mn-thumb { display: none; }
    /* Grup başlıkları küçült */
    .mn-group-title {
        font-size: 22px;
        letter-spacing: 1px;
        margin-bottom: 20px;
        gap: 10px;
        margin-left: 8px;
    }
    .mn-group-title::before {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }
    /* Uzun yemek adları taşmasın */
    .mn-item-name {
        white-space: normal;
        word-break: break-word;
        font-size: 13px;
    }
    .mn-item-price { font-size: 13px; }
    .mn-item-row { gap: 6px; }
    .mn-group { overflow-x: hidden; }
}

/* ==========================================================================
   Ana Sayfa — Öne Çıkarılan Menü Öğeleri
   ========================================================================== */

.hp-featured-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.hp-featured-item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(198,172,131,0.25);
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.3s;
}

.hp-featured-item:hover {
    border-color: #c6ac83;
}

.hp-featured-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.hp-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.hp-featured-item:hover .hp-featured-img img {
    transform: scale(1.04);
}

.hp-featured-body {
    padding: 20px 22px 24px;
}

.hp-featured-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c6ac83;
    margin-bottom: 8px;
}

.hp-featured-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    margin-bottom: 12px;
}

.hp-featured-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 991px) {
    .hp-featured-menu { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .hp-featured-menu { grid-template-columns: 1fr; }
}

/* İletişim sayfası — açık arka plan, koyu metin */
.wg-quetion button.button-two-line {
    color: #1a3a2a;
}

/* Rezervasyon bölümü: normal halde bej arka plan → koyu metin okunur;
   hover'da şeffaf arka plan (yeşil bölüm görünür) → beyaz metin okunur */
.reservations-location button.button-two-line {
    color: #1a3a2a !important;
}
.reservations-location button.button-two-line:hover {
    color: #fff !important;
}

/* ==========================================================================
   Ana Sayfa — Menü Showcase (sol görsel + yeşil kart + sağ görsel)
   ========================================================================== */

.hp-menu-showcase {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    min-height: 560px;
    margin-top: 20px;
}

.hp-menu-side {
    overflow: hidden;
}

.hp-menu-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-menu-card {
    background: #1a3a2a;
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp-menu-card-item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hp-menu-card-item:first-child { padding-top: 0; }
.hp-menu-card-item:last-child  { border-bottom: none; padding-bottom: 0; }

.hp-menu-card-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c6ac83;
}

.hp-menu-card-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    margin: 4px 0 0;
    line-height: 1.5;
}

/* "Tüm Menüyü Görüntüle" link */
.hp-menu-see-all {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c6ac83;
    text-decoration: none;
    border-bottom: 2px solid #c6ac83;
    padding-bottom: 4px;
    margin-top: 14px;
    margin-bottom: 60px;   /* menü görselleriyle araya boşluk */
    transition: color 0.25s, border-color 0.25s;
}

.hp-menu-see-all:hover {
    color: #006738;
    border-bottom-color: #006738;
    opacity: 1;
}

@media (max-width: 991px) {
    .hp-menu-showcase { grid-template-columns: 1fr; }
    .hp-menu-side { height: 260px; }
    .hp-menu-card { padding: 36px 28px; }
}

/* ==========================================================================
   Felsefe bölümü — dikey ortalama + tam yuvarlak görsel
   ========================================================================== */

/* Felsefemiz bölümü — hafif arka plan + dikey ortala */
.wg-about-hour {
    background: #f8f6f2;
}

.wg-about-hour > .wrap {
    align-items: center;
}

.wg-about-hour .content {
    padding-top: 0;
}

/* Özel etkinlikler — hafif gri arka plan yerine beyaz kalıyor, sadece iç boşluk */
.wg-private-event.style-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Büyük daire görsel — text sütunlarına taşar */
.wg-about-hour .center {
    position: relative;
    z-index: 1;
}

.wg-about-hour .center .image {
    position: relative;
    width: 560px;
    height: 560px;
    margin: 0 auto;
    overflow: visible;
}

/* wrap daireyi oluşturur */
.wg-about-hour .center .image .wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.wg-about-hour .center .image img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Gradient overlay — kenarlara doğru beyaza solar */
.wg-about-hour .center .image::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        transparent 48%,
        rgba(255,255,255,0.55) 68%,
        rgba(255,255,255,0.88) 82%,
        #ffffff 96%
    );
    z-index: 3;
    pointer-events: none;
}

/* wg-private-event görsel: çerçeve için overflow açık */
.wg-private-event .image.border-over-column {
    position: relative;
    overflow: visible;
}

/* wrap görseli clip'ler, çerçevenin önüne geçmez */
.wg-private-event .image.border-over-column .wrap {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.wg-private-event .image.border-over-column img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Ana Sayfa — MENÜ bölümü eksik yardımcı stiller
   (shortcodes.css'de olmayan temel sınıflar)
   ========================================================================== */

/* widget-content-inner görünürlük — JS tarafından aktifleştirilir */
.widget-content-inner {
    display: none;
}
.widget-content-inner.active {
    display: block;
}

/* Buton satırı ortalama — shortcodes.css sadece .widget-tabs bağlamında tanımlı */
.button-bot {
    display: flex;
    justify-content: center;
}
.m-auto { margin: auto; }

/* MENÜ başlığı hizalama */
.our-menu .heading-section { display: flex; flex-direction: column; align-items: center; }

/* ==========================================================================
   Header — canvas kaldırıldı + header-left çizgisi tam yükseklik
   ========================================================================== */

@media (min-width: 992px) {
    .header-2 .header-right {
        padding: 0 46px 0 0 !important;
        margin-left: 0 !important;
        border-left: none !important;
        gap: 0 !important;
        min-width: 0;
    }
    /* header-inner-wrap align-items:center yerine stretch → border-right tam yüksek */
    .header-2 .header-inner-wrap {
        align-items: stretch;
    }
    .header-2 .header-left {
        display: flex;
        align-items: center;
    }
    .header-2 .main-nav {
        display: flex;
        align-items: center;
    }
    .header-2 .wg-information {
        display: flex;
        align-items: center;
        margin-left: 28px;
    }
}

/* ==========================================================================
   our-menu — 3 eşit sütun (sol görsel : yeşil kart : sağ görsel = 1:1:1)
   ========================================================================== */

/* bottom: tüm kolonlar aynı yükseklik; çerçeve üst/alt taşması için padding */
.our-menu .widget-tabs.style-1 > .bottom {
    align-items: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: visible;
}

/* Her üç kolon eşit genişlik */
.our-menu .widget-tabs.style-1 > .bottom .image,
.our-menu .widget-tabs.style-1 > .bottom .widget-content-tab {
    flex: 1 1 0;
}

/* Görsel kolon: yüksekliği stretch'ten alsın, ::before çerçevesi taşabilsin */
.our-menu .widget-tabs.style-1 > .bottom .image {
    position: relative;
    margin-top: 0;
    height: auto;           /* fit-content override */
    overflow: visible;      /* ::before çerçevesi üst/alt 21px taşar */
    display: flex;
    flex-direction: column;
}

/* Asıl görsel alanı clip'le — çerçevenin önüne geçmemesi için z-index: 5 */
.our-menu .widget-tabs.style-1 > .bottom .image .wrap {
    position: relative;
    z-index: 5;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.our-menu .widget-tabs.style-1 > .bottom .image .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: none;
    display: block;
}

/* ==========================================================================
   Header — telefon numarası boşluğu
   ========================================================================== */

@media (min-width: 992px) {
    .header-2 .wg-information {
        margin-left: 28px;
    }
}

/* ==========================================================================
   Rezervasyon formu — "REZERVASYON YAP" butonu tam genişlik
   ========================================================================== */

.reservations-location .bot .button-two-line {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* ==========================================================================
   3 — Hover animasyonları (nav underline + buton lift)
   ========================================================================== */

/* Nav link — alttan kayan çizgi */
.main-nav .menu-primary-menu > li > a {
    position: relative;
}
/*.main-nav .menu-primary-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #006738;
    transition: width 0.3s ease, left 0.3s ease;
}*/
.main-nav .menu-primary-menu > li > a:hover::after {
    width: 100%;
    left: 0;
}

/* Buton — hafif yukarı kalk + gölge */
.button-two-line,
.button-default,
a.button-two-line {
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s, background 0.25s, border-color 0.25s !important;
}
.button-two-line:hover,
.button-default:hover,
a.button-two-line:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,103,56,0.18);
}

/* ==========================================================================
   10 — Active nav link
   ========================================================================== */

.main-nav .menu-primary-menu > li.current-menu-item > a,
.main-nav .menu-primary-menu > li.current-page-ancestor > a {
    color: #006738 !important;
}
.main-nav .menu-primary-menu > li.current-menu-item > a::after,
.main-nav .menu-primary-menu > li.current-page-ancestor > a::after {
    width: 100%;
    left: 0;
}

/* ==========================================================================
   6 — Portfolio grid
   ========================================================================== */

.portfolio-grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.portfolio-grid-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    cursor: pointer;
}

.portfolio-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.portfolio-grid-item:hover img {
    transform: scale(1.06);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 55%);
    display: flex;
    align-items: flex-end;
    padding: 20px 18px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.portfolio-grid-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 12px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* Portfolio — sağ kenar fade (carousel hint) */
.portfolio-grid-section {
    position: relative;
}

/* Scroll hint — masaüstünde gizli */
.portfolio-scroll-hint {
    display: none;
}

@media (max-width: 991px) {
    .portfolio-grid-section { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .portfolio-grid-section { grid-template-columns: 1fr 1fr; }
    .portfolio-grid-item { aspect-ratio: 1 / 1; }
}

/* ==========================================================================
   7 — Rezervasyon: harita arka plan
   ========================================================================== */

.reservations-location {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.reservations-map-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.reservations-map-bg iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    pointer-events: auto;
}

.reservations-fg {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    pointer-events: none;  /* harita tıklanabilsin */
}

.reservations-fg .reservations-card {
    pointer-events: auto;  /* ama kartlar çalışsın */
}

.reservations-card {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 40px 36px 44px;
    border-top: 3px solid #006738;
}

.reservations-card .heading-section .sub {
    color: #006738;
}

/* Konum kartı — telefon numarasını büyük göster */
.reservations-card .number {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px !important;
    font-weight: 700;
    color: #006738;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.reservations-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
}

.reservations-card .widget-social {
    margin-top: 8px;
}

/* ==========================================================================
   8 — Mobile optimizasyon
   ========================================================================== */

@media (max-width: 991px) {
    /* Felsefemiz dairesi küçült */
    .wg-about-hour .center .image {
        width: 320px;
        height: 320px;
    }

    /* Rezervasyon: flex sıralama — kartlar üst, harita alt */
    .reservations-location {
        min-height: auto;
        display: flex;
        flex-direction: column;
        overflow: visible;
        position: static;
    }
    .reservations-fg {
        order: 1;
        position: relative;
        z-index: 2;
        background: #fff;
        padding: 40px 0;
    }
    .reservations-map-bg {
        order: 2;
        position: relative;
        inset: auto;
        height: 300px;
        z-index: 0;
    }
    .reservations-map-bg iframe {
        filter: none;
        height: 300px;
    }
    .reservations-card {
        padding: 32px 24px 36px;
        margin-bottom: 24px;
    }

    /* our-menu tek sütun */
    .our-menu .widget-tabs.style-1 > .bottom {
        flex-direction: column;
    }
    .our-menu .widget-tabs.style-1 > .bottom .image {
        height: 220px;
        width: 100%;
    }
    .our-menu .widget-tabs.style-1 > .bottom .image:last-child {
        display: none;
    }

    /* Hakkımızda değerler — tek sütun */
    .hk-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    /* Felsefemiz section: dikey layout — sol:felsefemiz, orta:resim, sağ:açılış */
    .wg-about-hour > .wrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .wg-about-hour .left   { order: 1; }
    .wg-about-hour .center { order: 2; }
    .wg-about-hour .right  { order: 3; }
    .wg-about-hour .center .image {
        width: 260px;
        height: 260px;
    }

    /* Rezervasyon kartı tam genişlik */
    .col-xl-5.col-lg-6 {
        width: 100%;
    }

    /* hp-menu-showcase mobile */
    .hp-menu-showcase {
        grid-template-columns: 1fr;
    }
    .hp-menu-side {
        height: 200px;
    }

    /* Ana sayfa menü öğeleri — sol hizala */
    .wg-menu-item,
    .wg-menu-item .flex,
    .wg-menu-item .name,
    .wg-menu-item p {
        text-align: left !important;
    }

    /* Private event — mobilde çerçeve kaldır, buton boşluğu */
    .wg-private-event .image.border-over-column::before {
        display: none;
    }
    .wg-private-event .content .button-two-line {
        margin-top: 24px;
    }

    /* Portfolio — yatay kaydırmalı */
    .portfolio-grid-section {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0;
        grid-template-columns: unset;
    }
    .portfolio-grid-section::-webkit-scrollbar { display: none; }
    .portfolio-grid-item {
        flex-shrink: 0;
        width: 78vw;
        aspect-ratio: 3 / 4;
        scroll-snap-align: start;
    }

    /* Header mobil — logo boyutu + eşit yandan boşluk */
    .header-2 #site-logo img {
        max-height: 44px !important;
    }
    .header-2 .header-left {
        padding-left: 18px;
    }
    .header-2 .header-right {
        padding: 0 18px 0 0 !important;
        margin-left: auto;
    }

    /* Ana sayfa menü başlık boşluğu küçült */
    .hp-menu-see-all {
        margin-bottom: 16px;
    }
    .our-menu .widget-tabs.style-1 > .bottom {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    /* Ana sayfa menü — resim içerik altına */
    .our-menu .widget-tabs.style-1 > .bottom .widget-content-tab {
        order: 1;
    }
    .our-menu .widget-tabs.style-1 > .bottom .image:first-child {
        order: 2;
        height: 220px;
        display: flex !important;
    }

    /* Ana sayfa menü — font küçült */
    .wg-menu-item .name a {
        font-size: 13px !important;
    }
    .wg-menu-item .price {
        font-size: 13px !important;
        white-space: nowrap;
    }
    .wg-menu-item p {
        font-size: 12px !important;
    }

    /* Portfolio carousel — tasarım */
    .portfolio-section-wrap {
        position: relative;
        overflow: hidden;
    }
    .portfolio-grid-section {
        padding: 0;
        gap: 10px;
        overflow-x: auto;
    }
    .portfolio-grid-item {
        width: 72vw;
        border-radius: 6px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }
    .portfolio-grid-item:first-child { margin-left: 16px; }
    .portfolio-grid-item:last-child  { margin-right: 16px; }
    /* Sağ kenar fade — "devamı var" ipucu */
    .portfolio-section-wrap::after {
        content: '';
        position: absolute;
        top: 0; right: 0; bottom: 0;
        width: 48px;
        background: linear-gradient(to left, rgba(255,255,255,0.85), transparent);
        pointer-events: none;
        z-index: 2;
    }
    /* Scroll nokta göstergesi */
    .portfolio-scroll-hint {
        display: flex;
        justify-content: center;
        gap: 6px;
        padding: 14px 0 4px;
    }
    .portfolio-scroll-hint span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #006738;
        opacity: 0.25;
    }
    .portfolio-scroll-hint span:first-child {
        opacity: 1;
        background: #006738;
    }

    /* Footer açılış saatleri — 2 sütun */
    .footer .col-lg-3:nth-child(3) .list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 16px;
    }
    .footer .col-lg-3:nth-child(3) .list li {
        margin-bottom: 0;
    }
}

/* ==========================================================================
   9 — Scroll animasyonları: WOW.js iyileştirmeleri
   ========================================================================== */

/* Sayaç bölümü: rakamlar sırayla girer */
.wg-counter .counter-item { will-change: opacity, transform; }

/* Portfolio grid item'lar zaten data-wow-delay ile staggered */

/* Menü grid: satır satır giriş */
.mn-group { will-change: opacity, transform; }

/* Genel animasyon süresi daha akıcı */
.wow { animation-duration: 0.7s !important; }

/* ==========================================================================
   Hakkımızda — alıntı + değerler bölümü
   ========================================================================== */

.hk-quote-section {
    background: #1a3a2a;
    padding: 60px 0;
}

.hk-quote {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 500;
    font-style: italic;
    color: rgba(255,255,255,0.85);
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.8;
    border: none;
    padding: 0;
    position: relative;
}

.hk-quote::before {
    content: '\201C';
    font-size: 80px;
    color: #c6ac83;
    line-height: 0;
    vertical-align: -28px;
    margin-right: 6px;
    font-style: normal;
}

.hk-values-section {
    padding: 80px 0 90px;
    background: #fff;
}

.hk-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.hk-value-card {
    text-align: center;
    padding: 40px 32px 44px;
    border: 1px solid #eee;
    border-top: 3px solid #006738;
    transition: box-shadow 0.3s, transform 0.3s;
}

.hk-value-card:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

.hk-value-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    color: #006738;
}

.hk-value-icon svg {
    width: 100%;
    height: 100%;
}

.hk-value-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a3a2a;
    margin-bottom: 16px;
}

.hk-value-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 767px) {
    .hk-values-grid { grid-template-columns: 1fr; gap: 24px; }
    .hk-quote { font-size: 15px; }
}

/* ==========================================================================
   4 — Footer iyileştirme
   ========================================================================== */

.footer-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-top: 14px;
    margin-bottom: 0;
}

.footer .footer-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: #006738;
}

@media (max-width: 991px) {
    .footer .logo-footer {
        text-align: center;
    }
    .footer .logo-footer a {
        display: inline-block;
    }
    .footer-tagline {
        text-align: center;
    }
    .footer .footer-title {
        text-align: center;
    }
    .footer .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ==========================================================================
   Hakkımızda — görsel slider (about-swiper)
   ========================================================================== */

.wg-about-slider {
    padding-bottom: 60px;
    overflow: hidden;
}

.wg-about-slider .top-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 20px 48px;
}

.wg-about-slider .top-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.about-swiper-wrap {
    position: relative;
    overflow: visible;
    margin-top: 8px;
}

.about-swiper {
    overflow: hidden;
    /* partial slides peek from edges */
    padding: 0 0 8px;
}

.about-slide-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 4 / 3;
    background: #1a3a2a;
}

.about-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.swiper-slide-active .about-slide-img img {
    transform: scale(1.03);
}

/* Navigation buttons */
.about-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 1.5px solid rgba(0,103,56,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #006738;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.about-nav-btn:hover {
    background: #006738;
    border-color: #006738;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0,103,56,0.28);
}

.about-nav-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.about-swiper-prev {
    left: 16px;
}

.about-swiper-next {
    right: 16px;
}

/* Swiper disabled state */
.about-nav-btn.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (max-width: 767px) {
    .about-nav-btn {
        width: 38px;
        height: 38px;
    }
    .about-nav-btn svg {
        width: 16px;
        height: 16px;
    }
    .about-swiper-prev { left: 8px; }
    .about-swiper-next { right: 8px; }
    .wg-about-slider .top-content {
        padding: 40px 16px 32px;
    }
}

@media (min-width: 768px) {
    .about-swiper-prev { left: 24px; }
    .about-swiper-next { right: 24px; }
}
