﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



.swiper-wrapper {
    height: 100vh !important;
}


.latest-project__item-thumb {
    width: 100%;
    height: 380px; /* sabit yükseklik */
    overflow: hidden;
}

.kmx_img {
    width: 150px !important;
    height: 150px;
    border-radius: 94px;
}

.hmw_img {
    width: 100px !important;
    height: 100px;
    border-radius: 94px;
    object-fit: cover;
}

.service-features li {
    margin-bottom: 10px;
    font-weight: 500;
}

.service-features i {
    color: #bfc3c7;
    margin-right: 8px;
}

.hdmh_img {
    max-height: 500px !important;
}

.sidebar__widget-category a.active {
    background: #1f1f1f;
    color: #fff;
    padding-left: 18px;
    font-weight: 600;
    border-left: 4px solid #C7C9CC; /* gümüş ton */
}

.sidebar__widget-category a {
    display: block;
    padding: 10px 14px;
    transition: all .25s ease;
}

    .sidebar__widget-category a:hover {
        background: #f4f4f4;
    }

.project-hero-select {
    margin: 100px 0;
}

.project-hero-card {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    overflow: hidden;
}

    .project-hero-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: inherit;
        background-size: cover;
        background-position: center;
        transform: scale(1);
        transition: transform 1.2s ease; /* 👈 YUMUŞAK AKIŞ */
        will-change: transform;
    }

.project-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0,0,0,.75), rgba(0,0,0,.25) );
    transition: background .6s ease;
    z-index: 1;
}

/* GLASS PANEL */
.project-hero-content {
    position: relative;
    z-index: 2;
    margin: 40px;
    padding: 32px;
    max-width: 420px;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.12);
    border-radius: 16px;
    color: #fff;
    transition: transform .6s ease;
}

    .project-hero-content h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .project-hero-content p {
        font-size: 16px;
        opacity: .9;
        margin-bottom: 20px;
    }

    .project-hero-content .badge {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 30px;
        background: rgba(255,255,255,.25);
        font-size: 13px;
        margin-bottom: 12px;
    }

        .project-hero-content .badge.ongoing {
            background: rgba(255,200,0,.3);
        }

    .project-hero-content .arrow {
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

/* HOVER */
.project-hero-card:hover {
    background-size: 110%;
}

    .project-hero-card:hover .project-hero-overlay {
        background: linear-gradient( to top, rgba(0,0,0,.85), rgba(0,0,0,.35) );
    }

    .project-hero-card:hover .project-hero-content {
        transform: translateY(-12px);
    }

    .project-hero-card:hover::before {
        transform: scale(1.12); /* smooth zoom */
    }

    .project-hero-card:hover .project-hero-overlay {
        background: linear-gradient( to top, rgba(0,0,0,.85), rgba(0,0,0,.35) );
    }

    .project-hero-card:hover .project-hero-content {
        transform: translateY(-12px);
    }

.pdmh_img {
    height: 400px !important;
}






.anasayfa_icon {
    color: #FFCC00;
    font-size: 50px;
}


.anasayfa_h_img {
    width: 100% !important;
}

.breadcrumb__menu .active {
    text-decoration: none !important;
}


.pos_rel {
    position: relative;
}

.pos_ab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* garanti */
    pointer-events: none; /* tıklamayı engellemesin */
}

.slier_logo {
    opacity: 0.3;
}

@media(max-width:992px) {
    .slier_logo {
        max-width: 300px;
    }
}

@media(min-width:992px) {
    .slier_logo {
        max-width: 500px;
    }
}


.gallery-img{
    width:100%;
    height:300px;
    object-fit:cover;
}


.media-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

    .media-item img {
        width: 100%;
        transition: 0.4s;
    }

    .media-item:hover img {
        transform: scale(1.08);
    }

/* LIGHTBOX */
.media-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80vh;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: white;
    cursor: pointer;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    padding: 20px;
}

.prev {
    left: 30px;
}

.next {
    right: 30px;
}



.media-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.media-tab-btn {
    padding: 12px 25px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

    .media-tab-btn.active {
        background: #2a4869;
        color: #fff;
        border-color: #2a4869;
    }

.media-tab {
    display: none;
}

    .media-tab.active {
        display: block;
    }

.gallery-img {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}

    .gallery-img:hover {
        transform: scale(1.05);
    }