/*
Name: style.css
Written by: meyzi10 - (hi@mosbiusdesign.com.tr)
Theme Version: 1.0.0
*/

/* Modal Stilleri - Tam Ekran */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
}

.breadcrumb-list {
    border-radius: 0.45rem !important;
}
.modal-content {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.7); /* Siyah yarı saydam arka plan */
    border-radius: 50%; /* Dairesel şekil */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}
.close-btn:hover {
    background-color: rgba(255, 85, 85, 0.7); /* Hover için kırmızı ton */
    color: white;
}
/* Panorama için tam ekran ayarı */
#panorama {
    width: 100%;
    height: 100%;
}
/* Mevcut sınıflarla uyumluluk */
.wa-parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.video-player {
    width: 100%;
    height: auto;
    display: block;
}
.wave-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* Dalga yüksekliği, isteğe göre ayarlanabilir */
    overflow: hidden;
}
.wave-effect svg {
    width: 100%;
    height: 100%;
}



.slider-style-01 .image video {
    height:40vh;
    object-position: center;
}

/* Modal Stilleri - Tam Ekran */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
}
.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 30px; /* Daha temiz görünüm için biraz küçültüldü */
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.7); /* Siyah yarı saydam arka plan */
    border-radius: 50%; /* Dairesel şekil */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}
.close-btn:hover {
    background-color: rgba(255, 85, 85, 0.7); /* Hover için kırmızı ton */
    color: white;
}
/* Panorama için tam ekran ayarı */
#panorama {
    width: 100%;
    height: 100%;
}
/* Mevcut sınıflarla uyumluluk */
.wa-parallax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-blog-4-item .item-img a img {
    transition: transform 0.3s ease; /* Yumuşak geçiş */
    transform: scale(1); /* Başlangıçta normal boyut */
}

.bs-blog-4-item .item-img a:hover img {
    transform: scale(1.05); /* Hover olunca %5 büyüt */
}

/* Sallanma veya rotate tarzı efektleri override et */
.bs-blog-4-item .item-img a:hover img {
    animation: none !important;
}

/* Hover'da sadece yumuşak zoom efekti */
.member-img a img {
    transition: transform 0.3s ease;
    transform: scale(1);
}

.member-img a:hover img {
    transform: scale(1.05);
}

/* Olası sallanma / animasyonları kaldır */
.member-img a img {
    animation: none !important;
}

@media only screen and (max-width: 1400px) {

    .bs-main-navigation .navbar-nav {
    gap: 30px;
    }


}

@media only screen and (max-width: 799px) {
    .slider-style-01 .image img {
        height:40vh;
        object-position: center;
    }

    .bs-header-2-action-link {
        gap: 12px;
    }

    .bs-pr-btn-3 {
        padding: 5px 5px;
        font-size:13px;
    }

    .slider-style-01 .swiper-container {
        height:40vh;
    }

    .slider-style-01 .overlay {
        height:40vh;
    }

    .slider-style-01 .overlay {
        background: -moz-linear-gradient(top, black 0, transparent 50%, transparent 70%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, transparent 0, transparent 50%, transparent 70%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, black 0, transparent 50%, #0001%, rgba(0, 0, 0, 1) 100%);
    }

    .slider-style-01 .info h2 {
        font-size: 26px;
        width: 100%;
    }

    .wa_sticky_header:is(.bs-header-2-area) {
        top: 0px;
        position: relative;
    }

    .slider-style-01 .info {
        width:100%;
        padding-left: 1em;
        padding-right: 1em;
        bottom:0em;
    }

    .slider-style-01 .info p {
        width:100%;
        font-size:16px;
    }

    .bs-projects-2-item:not(:last-child) {
        margin-bottom:0;
    }

    .bs-projects-2-item .item-img {
        margin-bottom:15px;
    }

    .bs-projects-2-item .item-title {
        margin-bottom:15px;
    }

    .pt15formobile {
        padding-top:15px !important;
    }

    .w100formobile {
        min-width: 95%;
        text-align: center;
    }

    .bs-team-4-member-single .member-img img {
        width:100%;
    }

    .bs-core-feature-6-wrap {
        display:block;
        text-align: center;
    }
}

/* Genel Proje Kartı Stil Ayarlamaları */
.bs-projects-2-item {
    position: relative; /* Overlay'in doğru konumlanması için */
    overflow: hidden; /* Taşmaları gizle */
    border-radius: 8px; /* Hafif yuvarlak köşeler */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    background-color: #fff; /* Arka plan rengi */
}

.bs-projects-2-item:hover {
}

.bs-projects-2-item .item-img {
    position: relative;
    overflow: hidden;
}

.bs-projects-2-item .item-img img {
    width: 100%;
    height: auto;
    display: block; /* Altında boşluk bırakmaması için */
}

/* Bilgi Overlay'i Stillendirmesi (Her Zaman Görünür) */
.project-info-overlay-visible {
    position: absolute;
    bottom: 0; /* Resmin en altına hizala */
    left: 0;
    width: auto;
    color: #fff;
    padding: 15px 20px; /* İç boşluk */
    box-sizing: border-box;
    z-index: 1; /* Resmin üzerinde görünmesini sağlar */
}

.project-info-overlay-visible ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* Bilgilerin sola hizalanması */
    width: 100%;
}

.project-info-overlay-visible ul li {
    font-size: 15px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px 5px 10px;
    border-radius: 0.45rem;
}

.project-info-overlay-visible ul li:last-child {
    margin-bottom: 0;
}

.project-info-overlay-visible ul li i {
    margin-right: 10px;
    font-size: 17px;
    color: #fff; /* İkon rengi (varsayılan olarak beyaz) */
}

/* İnşaat Durumu Renkleri */
.project-info-overlay-visible ul li.status-ongoing {
    color: #ffc107; /* Sarımsı turuncu */
}

.project-info-overlay-visible ul li.status-ongoing i {
    color: #ffc107;
}

.project-info-overlay-visible ul li.status-completed {
    color: #28a745; /* Yeşil */
}

.project-info-overlay-visible ul li.status-planning i {
    color: #a7cbff;
}

.project-info-overlay-visible ul li.status-planning {
    color: #a7cbff; /* Yeşil */
}

.project-info-overlay-visible ul li.status-completed i {
    color: #28a745;
}

/* Başlık ve Açıklama Stil Ayarlamaları */
.bs-p-1.item-disc {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 2; /* Bilgi overlay'inin üzerinde kalması için */
}

.bs-p-1.item-disc a {
    color: #fff;
    text-decoration: none;
}

.bs-h-1.item-title {
    padding: 15px 20px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-top:-30px;
}

.bs-h-1.item-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.bs-h-1.item-title a:hover {
    color: #007bff;
}

/* Responsive Düzenlemeler */
@media (max-width: 767px) {
    .project-info-overlay-visible {
        padding: 10px 15px;
    }
    .project-info-overlay-visible ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .project-info-overlay-visible ul li i {
        font-size: 16px;
    }
    .bs-h-1.item-title {
        font-size: 18px;
        margin-top: -12px;
    }
}