﻿body {
    font-size: 14px !important;
    font-weight: 400 !important;
}

header {
    z-index: 500;
    position: relative;
}





.navbar {
    background: rgba(255, 255, 255, 0.75); /* yarı şeffaf beyaz */
    backdrop-filter: blur(10px); /* bulanıklık efekti */
    -webkit-backdrop-filter: blur(10px); /* Safari desteği */
    border-bottom: 2px solid #51b575; /* alt kenar çizgisi */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* hafif gölge */
    z-index: 1000;
}

.navbar {
    background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(240,240,240,0.8));
}


    .navbar .nav-link {
        color: #333;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .navbar .nav-link:hover {
            color: #00a86b;
        }

.navbar-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* white-space: nowrap; */
    /* line-height: 60px; */
    text-align: center;
    z-index: 500;
    background: #ffffff59;
    color: #000 !important;
}

.proje-image2 {
    max-height: 650px;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.planAlani {
    display: flex;
    align-items: center;
    height: 88vh;
}

.navlogo {
    position: absolute;
    max-width: 210px;
    top: -10px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
}

.btn-gradient-primary {
    background: linear-gradient(45deg, #0b68cb, #00c6ff);
    border: none;
    color: #fff;
    margin-bottom: 15px;
    transition: all linear 0.5s;
}

    .btn-gradient-primary:hover {
        color: #fff;
        background: linear-gradient(45deg, #0b68cb, #0088b0);
    }

.btn-gradient-secondary {
    background: linear-gradient(45deg, #6c757d, #adb5bd);
    border: none;
    color: #fff;
    margin-bottom: 15px;
}

    .btn-gradient-secondary:hover {
        color: #fff;
        background: linear-gradient(45deg, #6d6d6d, #7e8d9d);
    }

.btn-gradient-success {
    background: linear-gradient(45deg, #28a745, #a1e39f);
    border: none;
    color: #fff;
    /*   margin-bottom: 15px;*/
}

    .btn-gradient-success:hover {
        color: #fff;
        background: linear-gradient(45deg, #28a745, #26b522);
    }

    .btn-gradient-primary:hover,
    .btn-gradient-secondary:hover,
    .btn-gradient-success:hover {
        filter: brightness(1.1);
    }


.bilgi1 {
}

    .bilgi1 a {
        color: #454545;
        text-decoration: none;
        font-weight: 400;
        display: block
    }

    .bilgi1 td {
        padding: 5px;
    }

        .bilgi1 td:hover {
            background-color: #1d83db99 !important;
        }

.secili {
    background-color: #1d83db99 !important;
}

    .secili a {
        font-weight: bold;
    }

/* MODUL BAŞLANGIÇ*/

.proje-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.tippy-box {
    pointer-events: none !important;
}

    .tippy-box[data-theme~='custom'] {
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
    }


/* Konteyner: Sağ Alt Köşe Konumlandırma */
.whatsapp-container {
    position: fixed;
    bottom: 27px;
    right: 70px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

/* WhatsApp İkonu */
.whatsapp-icon {
    width: 50px;
    height: 50px;
    background: #25D366; /* Yeşil arka plan */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: visible;
    margin-right: 8px;
    text-decoration: none;
}

    .whatsapp-icon i {
        font-size: 27px;
        position: relative;
        z-index: 2;
        animation: heartbeat 1s infinite;
    }

    /* Dairesel Hareketli Efekt (ikon etrafında) */
    .whatsapp-icon::before,
    .whatsapp-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border: 2px solid #25D366;
        border-radius: 50%;
        opacity: 0.6;
        transform: translate(-50%, -50%);
        animation: pulse 1.5s infinite;
        z-index: 1;
    }

/* Whatsapp Yazısı */
.whatsapp-text {
    background: #fff; /* Beyaz arka plan */
    color: #25D366;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    text-decoration: none;
    position: relative;
    z-index: 2;
}

/* Kalp Atışı Animasyonu */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

/* Pulse Animasyonu */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}


.tooltipIMG1 {
    width: 210px;
}


.scrollable-table-container {
    max-height: 260px;
    overflow-y: auto;
}

.list-group-flush > .list-group-item {
    padding: 5px 15px;
}

#TabloDaire {
}

    #TabloDaire td {
        padding: 3px 3px;
        font-size: 13px;
    }

    #TabloDaire tr {
    }


.mdl1 {
}

    .mdl1 .modal-title {
    }

    .mdl1 .modal-header {
        padding: 5px 10px;
    }

#TabloDaire tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#TabloDaire tbody tr:nth-child(even) {
    background-color: #ffffff;
}

#TabloDaire > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgb(154 175 230 / 11%);
}

.stil1 {
    min-height: 88vh !important;
}

.yazilimci {
    color: #2b2b2b;
    font-weight: 700;
    float: right;
    text-decoration: none;
}

 
.bilgi1.card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
}

.bilgi1 .card-header {
    background: linear-gradient(90deg, #004085, #0062cc);
    border-bottom: none;
    font-weight: 600;
}

.bilgi1 .list-group-item {
    border: none;
    border-bottom: 1px solid #e9ecef;
    transition: background-color .2s;
    padding: 5px 15px;
}

    .bilgi1 .list-group-item:last-child {
        border-bottom: none;
    }

    .bilgi1 .list-group-item:hover {
        background-color: #f1f3f5;
    }
 
    .bilgi1 .list-group-item.secili {
        background-color: #0062cc;
        color: #fff;
        font-weight: 600;
    }

.bilgi1 .chevron-icon {
    font-size: .9rem;
    opacity: .6;
    transition: opacity .2s;
}

.bilgi1 .list-group-item.secili .chevron-icon {
    opacity: 1;
}

.daireDetayButonlar1 {
    position: relative;
    /* right: 0px; */
    /* top: 0px; */
    z-index: 100;
    padding: 7px;
    width: 100%;
    text-align: center;
    /* margin: 0px auto;*/
}


.modern-button {
    display: inline-block;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s;
    background-size: 120% 120%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 14px;
    position: relative;
    margin-right: 7px !important;
    margin: 0px auto;
}

 
    .modern-button:hover {
        filter: brightness(1.15);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

 
.vibrant-blue {
    background: linear-gradient(135deg, #2196f3, #21cbf3);
}

.vibrant-daireTanitim {
    background: linear-gradient(135deg, #d11ca5, #9f3e5d);
}
 
.vibrant-red {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}
 
.vibrant-green {
    background: linear-gradient(135deg, #07a41e, #3db000);
}

.form-label span {
    color: red;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
    background-color: #ffe6e6;
}

.is-valid {
    border: 2px solid #28a745 !important;
    background-color: #f4fff5;
}

.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 2px;
}


 

/* Geçişler daha pürüzsüz olsun */
.sticky-topbar {
    transition: transform .25s ease;
}

    /* Aşağı kayarken topbar'ı gizle */
    .sticky-topbar.topbar-hidden {
        transform: translateY(-100%);
    }

/* Başlangıç davranışı aynı kalsın */
.nav-pills-wrapper {
    position: sticky;
    top: 60px;
    z-index: 1030;
    pointer-events: none;
    padding-top: 10px;
}

.nav-pills {
    pointer-events: auto;
}

    /* FİXED moda geçtiğinde tam genişlik ve tepede kalsın */
    .nav-pills.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none; /* ortalamayı bırak, full width */
        border-radius: 0; /* köşeleri düzelt */
        z-index: 1050;
        box-shadow: 0 6px 18px rgba(0,0,0,.12);
        padding-left: 60px;
        padding-right: 60px;
    }

        /* Logo ve butonlar fixed modda biraz sıkı dursun (opsiyonel) */
        .nav-pills.is-fixed .navbar-brand img {
            height: 36px;
            transition: height .2s;
        }

    .nav-pills:not(.is-fixed) .navbar-brand img {
        transition: height .2s;
    }

/* İçerik üstten nav’ın altına kaçmasın diye body’ye padding ekleyeceğiz (JS ile) */
body.nav-fixed-padding {
    padding-top: 64px; /* JS gerçek yüksekliğe göre ayarlayacak, bu bir fallback */
}

/* Desktop’ta ortalama (başlangıç) */
.nav-pills {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 6%);
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 10px;
}



/* Bölüm arkaplanı: çok hafif gökyüzü geçişi */
#projeHakkinda.ph-section {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.92) 35%, rgba(240,246,252,.98) 100%);
    overflow: hidden;
}

/* Başlık */
#projeHakkinda .ph-title {
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 3.2rem);
    letter-spacing: .2px;
    color: #1b1f24;
}

/* Video kartı */
#projeHakkinda .ph-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    background: #eaf0f6;
}

@supports not (aspect-ratio: 16/9) {
    #projeHakkinda .ph-video-embed::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    #projeHakkinda .ph-video-embed > * {
        position: absolute;
        inset: 0;
    }
}

#projeHakkinda .ph-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(.98) contrast(1.02);
}

#projeHakkinda .ph-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 40%);
    pointer-events: none;
}

#projeHakkinda .ph-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
    transition: transform .15s ease, box-shadow .15s ease;
}

#projeHakkinda .ph-video-embed:hover .ph-play {
    transform: scale(1.05);
}

/* Video iframe */
#projeHakkinda .ph-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Sağ metin */
#projeHakkinda .ph-lead {
    font-size: 1rem;
    line-height: 1.7;
    color: #3e4a57;
}

/* Özellik satırları */
#projeHakkinda .ph-spec {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(27,31,36,.12);
}

#projeHakkinda .ph-spec-title {
    margin: 0 0 .25rem;
    font-weight: 600;
    color: #323941;
    font-size: 23px
}

#projeHakkinda .ph-spec-val {
    margin: 0;
    color: #5b6672;
    font-size: 1rem;
}

/* Dikey CTA (isteğe bağlı) */
#projeHakkinda .ph-cta {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 140px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    color: #344054;
}

#projeHakkinda .rot-90 {
    transform: rotate(-90deg);
    display: inline-block;
}

/* Küçük iyileştirmeler */
@media (max-width: 991.98px) {
    #projeHakkinda .ph-cta {
        display: none !important;
    }

    #projeHakkinda .ph-spec {
        padding: 1rem 0;
    }
}


/* ====== SADECE #avantajlar İÇİN GEÇERLİ ====== */
#avantajlar, #planlar {
    background: linear-gradient(180deg, #f6f8fb, #fff);
}

    #avantajlar .al-wrap {
        min-height: 520px;
    }

@media (max-width: 991.98px) {
    #avantajlar .al-wrap {
        min-height: 360px;
    }
}

#avantajlar .al-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #avantajlar .al-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

#avantajlar .al-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2rem;
}

    #avantajlar .al-text h2 {
        font-weight: 700;
        line-height: 1.15;
        margin-bottom: .5rem;
    }

#avantajlar .al-divider {
    height: 2px;
    width: 120px;
    background: #e5e5e5;
    margin: 1rem 0 1.25rem;
}

#avantajlar .al-text p {
    color: #555;
    font-size: 1.05rem;
}

/* Owl nav & dots — yalnızca #avantajlar */
#avantajlar .owl-nav {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

    #avantajlar .owl-nav button {
        background: #fff !important;
        border: 1px solid #ddd !important;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0,0,0,.08);
    }

        #avantajlar .owl-nav button span {
            font-size: 22px;
            line-height: 1;
        }

#avantajlar .owl-dots {
    position: absolute;
    left: 1rem;
    bottom: 1.2rem;
}



#avantajlar .owl-stage-outer > .owl-stage {
    padding-left: 0px !important;
}





/* ===== SCOPE: #planlar ===== */
#planlar .pl-btn {
    border: 1px solid #e3e6ea;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .12s ease, box-shadow .12s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

    #planlar .pl-btn:hover {
        transform: translateY(-2px);
    }

    #planlar .pl-btn span {
        font-size: 22px;
        line-height: 1;
    }

#planlar .pl-title {
    font-weight: 700;
    margin: .25rem 0 1rem;
}

#planlar .pl-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #eef1f4;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

    #planlar .pl-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7px;
        border-bottom: 1px solid #eef1f4;
        cursor: pointer;
    }

        #planlar .pl-list li:hover {
            background-color: #0ea5e914;
        }

        #planlar .pl-list li:last-child {
            border-bottom: none;
        }

    #planlar .pl-list .lbl {
        font-weight: 600;
    }

#planlar .pl-val {
    color: #111;
    font-weight: 600;
}

#planlar .pl-image-wrap {
    border: 1px solid #eef1f4;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:575.98px) {
    #planlar .pl-list li {
        padding: .7rem .8rem;
    }
}


#planlar .pl-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    ;
    border-bottom: 1px solid #eef1f4;
}

    #planlar .pl-list li:last-child {
        border-bottom: none;
    }

#planlar .pl-badge {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0ea5e9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: .5rem;
}

#planlar .lbl {
    display: flex;
    align-items: center;
    font-weight: 600;
}

#planlar .pl-val {
    color: #111;
    font-weight: 600;
}

#planlar #pl-title-link:hover .pl-title {
    text-decoration: underline;
}

/* --- SSS BLOĞU İÇİN SCOPED STYLES --- */
#sss .accordion-button::after {
    display: none !important;
}
/* Bootstrap okunu kaldır */
#sss .accordion-item {
    border-radius: 12px;
    overflow: hidden;
}

    #sss .accordion-item + .accordion-item {
        margin-top: .75rem;
    }

#sss .accordion-button {
    background: #f8f9fb;
    color: #1d2f4d;
    font-weight: 600;
    padding: 1.25rem 1.25rem;
    gap: .75rem;
    transition: background .25s ease;
    border: none !important;
}

    #sss .accordion-button:hover {
        background: #f1f5f9;
    }

    #sss .accordion-button:not(.collapsed) {
        background: #eaf4ea;
        box-shadow: none;
        color: #0f2a4d;
    }

#sss .accordion-body {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    color: #333;
}

/* Başlık puntoları */
#sss .ph-title {
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
}

/* Soru metni büyüklüğü */
#sss .accordion-button .q-text {
    font-size: clamp(1.05rem, 1.2vw, 1.25rem);
}

/* + / − ikonu (saf CSS) */
#sss .accordion-button .q-icon {
    margin-left: auto;
    font-weight: 700;
    line-height: 1;
    width: 1.25rem;
    text-align: center;
    color: #2c7a2c;
    transform: translateY(1px); /* optik hizalama */
}

#sss .accordion-button[aria-expanded="false"] .q-icon::before {
    content: "+";
}

#sss .accordion-button[aria-expanded="true"] .q-icon::before {
    content: "−";
}

/* İnce alt çizgi efekti */
#sss .accordion-item {
    border: 1px solid #eef1f4;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
}



/* ===== Kurumsal Palet (istersen değiştir) ===== */
#iletisimBlok {
    --io-primary: #1d2f4d; /* marka ana */
    --io-primary-600: #173052;
    --io-accent: #2b7bbb; /* vurgu */
    --io-bg: #f6f8fb; /* bölüm arka planı */
    --io-card: #ffffff; /* kart arka planı */
    --io-border: #e7ecf2;
    --io-text: #2d3440;
}

/* Bölüm arka planı ve tipografi */
#iletisimBlok {
    background: linear-gradient(180deg, var(--io-bg), #fff);
    color: var(--io-text);
}

    /* Başlıklar */
    #iletisimBlok .ph-title {
        font-weight: 700;
        letter-spacing: .2px;
    }

    /* Kart yüzeyi */
    #iletisimBlok .io-card {
        background: var(--io-card);
        border: 1px solid var(--io-border);
        border-radius: 1rem;
        padding: clamp(1rem, 2vw, 1.5rem);
        box-shadow: 0 10px 24px rgba(13, 27, 62, .05), 0 2px 6px rgba(13, 27, 62, .04);
    }

    /* İkon çerçevesi (gradient kenar + hafif iç gölge) */
    #iletisimBlok .icon-circle {
        --s: 54px;
        width: var(--s);
        height: var(--s);
        border-radius: 50%;
        display: inline-grid;
        place-items: center;
        background: linear-gradient(#fff,#fff) padding-box, linear-gradient(135deg, #dfe7f1, #b9c8dc) border-box;
        border: 2px solid transparent;
        color: var(--io-primary);
        font-size: 22px;
        box-shadow: inset 0 2px 6px rgba(0,0,0,.03);
    }

    /* Metin ve link renkleri */
    #iletisimBlok .io-text {
        color: #5b6675;
    }

    #iletisimBlok .io-link {
        color: var(--io-accent);
        text-decoration: none;
        font-weight: 600;
    }

        #iletisimBlok .io-link:hover {
            text-decoration: underline;
        }

    /* Harita butonu / genel aksiyon butonu */
    #iletisimBlok .io-btn {
        background: linear-gradient(135deg, var(--io-primary), var(--io-primary-600));
        border: none;
        color: #fff;
        border-radius: 999px;
        font-weight: 700;
        box-shadow: 0 6px 18px rgba(29,47,77,.18);
        transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease;
    }

        #iletisimBlok .io-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 10px 24px rgba(29,47,77,.22);
        }

        #iletisimBlok .io-btn:active {
            transform: translateY(0);
            opacity: .95;
        }

    /* Form alanları (yumuşak arka plan + net odak) */
    #iletisimBlok .io-input {
        background: #f8fafc;
        border: 1px solid var(--io-border);
        transition: box-shadow .15s ease, border-color .15s ease, background .15s ease;
    }

        #iletisimBlok .io-input:focus {
            background: #fff;
            border-color: #b8c7da;
            box-shadow: 0 0 0 .25rem rgba(43,123,187,.15);
        }

    /* Input-group stil eşleşmesi */
    #iletisimBlok .io-input-group .input-group-text {
        background: #f1f5f9;
        border: 1px solid var(--io-border);
        color: #475569;
        gap: .35rem;
    }

    /* Captcha kutusu */
    #iletisimBlok .io-captcha {
        background: #f9fbfe;
        border-color: var(--io-border) !important;
    }

    /* Yükleme bilgisi (buton yanına ince rozet gibi) */
    #iletisimBlok .io-loading {
        font-size: .95rem;
        color: #344256;
    }

    /* Validasyon mesajları */
    #iletisimBlok .validation-message {
        font-size: .875rem;
        margin-top: .35rem;
        color: #dc3545;
    }

/* Daha sıkı grid boşlukları büyük ekranlarda */
@media (min-width:992px) {
    #iletisimBlok .io-card {
        padding: 2rem;
    }
}

/* ---- Sadece bu bileşen ---- */
.nav-pills-wrapper .nav .nav-link,
.mobile-nav .nav-link {
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

    /* Hover */
    .nav-pills-wrapper .nav .nav-link:hover,
    .mobile-nav .nav-link:hover {
        color: #b80000; /* istersen değiştir */
    }

    /* Aktif link görünümü */
    .nav-pills-wrapper .nav .nav-link.active,
    .mobile-nav .nav-link.active {
        color: #fff !important;
        background: #dc3545 !important; /* kırmızı buton tonuyla uyumlu */
        border-radius: .4rem;
        box-shadow: 0 2px 8px rgba(220,53,69,.25);
    }

section {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
 
}

/* Header yüksekliğine göre ayarla */
#projeHakkinda, #360Goruntu, #avantajlar, #planlar, #lokasyon, #sss {
    scroll-margin-top: calc((var(--sticky-header, 60px)) + 8px);
}


#scrollHint.scroll-hint {
    --sh-color: #fff;
    --sh-size: 42px;
    --sh-offset: 30px;
    position: absolute; /* Sabitlenecek */
    left: 50%; /* Ortala */
    bottom: var(--sh-offset); /* Alta yapıştır */
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--sh-color);
    gap: 10px;
}

    /* Slider üzerine bindirmek isterseniz: absolute konumlandırma */
    #scrollHint.scroll-hint.is-overlay {
        position: absolute;
        left: 50%;
        bottom: var(--sh-offset);
        transform: translateX(-50%);
        z-index: 10;
    }

/* Mouse kasası */
#scrollHint .scroll-hint__mouse {
    width: var(--sh-size);
    height: calc(var(--sh-size) * 1.6);
    border: 2px solid var(--sh-color);
    border-radius: 24px;
    position: relative;
    display: grid;
    place-items: center;
}

/* Tekerlek (animasyonlu) */
#scrollHint .scroll-hint__wheel {
    width: 4px;
    height: 10px;
    border-radius: 2px;
    background: var(--sh-color);
    animation: sh-wheel 1.6s ease-in-out infinite;
    transform-origin: center;
}

/* Aşağı bakan küçük oklar */
#scrollHint .scroll-hint__arrows {
    display: grid;
    gap: 4px;
    place-items: center;
}

    #scrollHint .scroll-hint__arrows i {
        width: 9px;
        height: 9px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        transform: rotate(45deg);
        opacity: .35;
        animation: sh-arrow 1.6s linear infinite;
    }

        #scrollHint .scroll-hint__arrows i:nth-child(2) {
            animation-delay: .15s;
        }

        #scrollHint .scroll-hint__arrows i:nth-child(3) {
            animation-delay: .30s;
        }

#scrollHint .scroll-hint__text {
    font-size: var(--sh-text-size);
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .8;
}

/* Hover/focus durumları */
#scrollHint:hover,
#scrollHint:focus {
    opacity: 1;
}

/* Animasyonlar */
@keyframes sh-wheel {
    0% {
        transform: translateY(-6px);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    60% {
        transform: translateY(6px);
        opacity: 1;
    }

    100% {
        transform: translateY(12px);
        opacity: 0;
    }
}

@keyframes sh-arrow {
    0% {
        transform: translateY(0) rotate(45deg);
        opacity: .15;
    }

    50% {
        opacity: .5;
    }

    100% {
        transform: translateY(6px) rotate(45deg);
        opacity: .15;
    }
}

/* Hareket azaltma tercihi için */
@media (prefers-reduced-motion: reduce) {
    #scrollHint .scroll-hint__wheel,
    #scrollHint .scroll-hint__arrows i {
        animation: none;
    }
}


#HaritaAlani {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#DaireAlani {
}

.proje-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.ustLink1 {
    color: #454545;
    font-weight: 600;
    text-decoration: none;
}


.HaritaAlani2 {
    margin-top: -110px;
}

.image-wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    .image-wrap img {
        width: 100%;
        height: auto;
        display: block;
        will-change: transform;
    }



.scroll-hint__mouse2 {
    border: 2px solid #494949 !important;
}

.scroll-hint__wheel2 {
    background: #d90a0a !important;
}

.scroll-hint__arrows2 i {
    border-right: 2px solid #ff0000 !important;
    border-bottom: 2px solid #ff0000 !important;
}


.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    font-size: 2.5rem;
    color: #0f6a40;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1050;
    opacity:0;
}

    .scroll-top-btn.show {
        opacity: 1;
        visibility: visible;
    }

    .scroll-top-btn:hover {
        color: #008e4c;
    }


.nav-pills .nav-link {
  
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* === NAV MODERN TASARIM === */
.nav-pills-wrapper {

}

    /* Nav link genel stil */
    .nav-pills-wrapper .nav-link {
        position: relative;
        text-align: left;
        display: flex;
        align-items: center;
    }

        /* Hover renk */
        .nav-pills-wrapper .nav-link:hover {
            color: #d40000;
        }

        /* --- Alt çizgi efekti --- */
        .nav-pills-wrapper .nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 0;
            height: 2px;
            background: #d40000;
            transition: width .3s ease;
        }

        .nav-pills-wrapper .nav-link:hover::after {
            width: 100%;
        }

        /* Aktif çizgi */
        .nav-pills-wrapper .nav-link.active::after {
            width: 100%;
        }

        /* --- İkon Animasyonu --- */
        .nav-pills-wrapper .nav-link i {
            margin-right: 3px !important;
            font-size: 16px;
            transition: transform .3s ease, color .3s ease;
        }

        /* Hover’da ikon hafif yukarı + zoom */
        .nav-pills-wrapper .nav-link:hover i {
            transform: translateY(-3px) scale(1.08);
            color: #d40000;
        }

    /* Hover’da yazı ve ikon birlikte uyumlu olsun */
    .nav-pills-wrapper .nav-item {
 
    }
