.header,
.header.fixed-header {
    background-color: #0D1B2A !important;

}

.home-intro {
    background-color: #f8f8f8 !important;
}

.nav-menu__link {
    color: #fff !important;
    font-weight: 600;
}

.mobile-menu {
    background-color: hsl(var(--black));
}

.toggle-mobileMenu {
    color: #fff;
}

.has-submenu>a::before {
    color: #fff !important;
}

.header-phone {
    color: #fff;
    bottom: 0px;
    position: relative;
    font-weight: 600;
}



.nav-menu--mobile .has-submenu:hover .nav-submenu {
    background-color: #0D1B2A;
}

.nav-menu--mobile .nav-submenu__link {
    color: #fff;
    border-bottom: 1px solid #eee !important;
}

.nav-menu--mobile .nav-submenu {
    background-color: #0D1B2A;
}

.nav-menu--mobile .nav-submenu__link:hover {
    color: #fff;
    border-bottom: 1px solid #eee !important;
}

.activePage>a,
.nav-menu__item.activePage>a::before {
    color: #fff !important;
}

.btn-main {
    border-color: transparent !important;
}

.home-why-us .property-type-three-item__title {
    color: #415A7B;
}

.listing-card .property-item__thumb img {
    height: 252px;
    object-fit: cover;
}

.listing-card .property-item__location {
    display: flex !important;
    align-items: center;
}

.listing-card .property-item__price {
    background: var(--main-gradient);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s ease-in-out;
    width: max-content;
}

.tumu-btn {
    display: flex;
    width: max-content;
    justify-content: center;
    margin: auto;
}

.editor-content img {
    margin-bottom: 10px;
}

.editor-content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0D1B2A;
}

.editor-content h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0D1B2A;
}

.editor-content h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #0D1B2A;
}

.editor-content h4 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0D1B2A;
}

.editor-content h5 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0D1B2A;
}

.editor-content h6 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0D1B2A;
}

.editor-content strong , .editor-content b{
    color: #0D1B2A;
}

.editor-content a {
    font-weight: 800;
    color: #415A7B;
}
.editor-content a:hover {
    font-weight: 800;
    color: #56C1A9;
}

.editor-content p {
    margin-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.4;
    font-size: 18px;
}

.editor-content ul {
    margin: 20px 0;
    padding-left: 0px;
}

.editor-content li {
    margin-bottom: 10px;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    gap: 5px;
}

.editor-content li::before {


    background-image: url("./../../assets/images/media/checked.png");
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    content: "";
    margin-right: 8px;
    position: relative;
    top: 3px;

}

/* whatsapp-ÃƒÂ§errez */

.whatsapp-button {
    position: fixed;

    left: 20px;

    bottom: 20px;

    z-index: 999;

    /* DiÃ„Å¸er elementlerin ÃƒÂ¼zerinde gÃƒÂ¶rÃƒÂ¼nmesini saÃ„Å¸lar */
}

.whatsapp-button a {
    display: block;
}

.whatsapp-button img {
    width: 60px;

    /* Ã„Â°kon boyutunu ayarlayabilirsiniz */

    height: 60px;

    border-radius: 50%;

    /* Yuvarlak gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼m iÃƒÂ§in */

    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);

    /* Hafif gÃƒÂ¶lge */

    transition: transform 0.3s ease-in-out;

    /* Hover efekti iÃƒÂ§in geÃƒÂ§iÃ…Å¸ */
}

.whatsapp-button img:hover {
    transform: scale(1.1);

    /* Hoverda hafif bÃƒÂ¼yÃƒÂ¼me efekti */
}

/* ÃƒÂ§erez bandÃ„Â± */

.cookie-banner {
    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #f8f8f8ef;

    color: #333;

    padding: 15px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    z-index: 1000;

    /* DiÃ„Å¸er elementlerin ÃƒÂ¼zerinde gÃƒÂ¶rÃƒÂ¼nmesini saÃ„Å¸lar */

    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);

    transform: translateY(100%);

    /* BaÃ…Å¸langÃ„Â±ÃƒÂ§ta aÃ…Å¸aÃ„Å¸Ã„Â± kaydÃ„Â±rarak gizle */

    opacity: 0;

    /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼rlÃƒÂ¼Ã„Å¸ÃƒÂ¼ de sÃ„Â±fÃ„Â±ra indir */

    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    /* OpaklÃ„Â±k geÃƒÂ§iÃ…Å¸ini de ekle */
}

.cookie-banner.show {
    transform: translateY(0);

    /* GÃƒÂ¶stermek iÃƒÂ§in yukarÃ„Â± kaydÃ„Â±r */

    opacity: 1;

    /* GÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r yap */
}

.cookie-banner.hidden {
    transform: translateY(100%);

    opacity: 0;
}

.cookie-text {
    font-size: 16px;
}

.cookie-link {
    color: #0D1B2A;

    text-decoration: none;
    font-weight: 700;
    margin-left: 10px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-button {
    background-color: #415A7B;

    color: white;

    border: none;

    padding: 5px 15px;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

    transition: background-color 0.3s ease-in-out;
}

.cookie-button:hover {
    background-color: #424242;
    color: #fff;
}

/* Responsive TasarÃ„Â±m */

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;

        align-items: stretch;

        padding: 10px;

        text-align: center;
    }

    .cookie-text {
        margin-bottom: 10px;
    }

    .cookie-link {
        display: block;

        margin: 5px 0;
    }

    .cookie-button {
        width: 100%;
    }
}

/* ÃƒÂ§erez bandÃ„Â± */

/* whatsapp-ÃƒÂ§errez */

/* formlarla */

.swal2-container {
    z-index: 99999999999 !important;
}

.swal2-container .select2-container {
    display: none;
}

.zorunlu-alanlar {
    display: flex;

    gap: 10px;

    flex-direction: column;
}

.zorunlu-alanlar span {
    color: #B71C1C;

    font-size: 14px;

    font-weight: 500;
}

div:where(.swal2-container) div:where(.swal2-actions) .swal2-confirm {
    background-image: none;
    color: #fff;
    background-color: #415A7B;
}

/* Spinner Stili */

.custom-spinner {
    display: inline-block;

    width: 16px;

    height: 16px;

    border: 2px solid #fff;

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 0.8s linear infinite;

    margin-left: 8px;

    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* CTA Bölümü Genel Stili */
.cta-section {
    /* Açık gri tonlarda gradyan arka plan */
    background: linear-gradient(135deg, #F5F5F5 0%, #E0E0E0 100%);
    /* Adjusted for lighter shades */
    color: #415A7B;
    /* Koyu gri metin rengi */
    padding: 100px 0;
    /* Dikey boşlukları artır */
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Taşmayı engelle */
    /* Hafif bir kutu gölgesi veya kenarlık */
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #D0D0D0;
    /* Adjusted for lighter shade */
    border-bottom: 1px solid #D0D0D0;
    /* Adjusted for lighter shade */
}

/* Fütüristik Geometrik Arka Plan Efekti (daha soft renklerde) */
.cta-section::before,
.cta-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    /* Dairesel şekiller */
    opacity: 0.2;
    /* Biraz daha belirgin */
    filter: blur(70px);
    /* Bulanıklık efekti */
    z-index: 0;
    /* İçeriğin arkasında kalmasını sağlar */
    pointer-events: none;
    /* Etkileşime engel olmasın */
}

.cta-section::before {
    background-color: rgba(183, 28, 28, 0.6);
    /* Sol üstte hafif kırmızımsı parlama */
    width: 300px;
    height: 300px;
    top: -60px;
    left: -60px;
    animation: pulseGlow1 8s infinite alternate ease-in-out;
    /* Animasyon ekle */
}

.cta-section::after {
    background-color: rgba(13, 27, 42, 0.6);
    /* Sağ altta koyu mavi parlama */
    width: 200px;
    height: 200px;
    bottom: -40px;
    right: -40px;
    animation: pulseGlow2 6s infinite alternate ease-in-out;
    /* Farklı animasyon */
}

/* Arka Plan Parlama Animasyonları (öncekilerle aynı kalabilir) */
@keyframes pulseGlow1 {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

@keyframes pulseGlow2 {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.28;
    }

    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.cta-section .container {
    position: relative;
    z-index: 1;
    /* İçeriğin arka plan efektlerinin üzerinde olmasını sağlar */
}

/* Başlık Stili */
.cta-section h2 {
    font-size: 3rem;
    /* Başlık boyutunu koru */
    font-weight: 800;
    /* Ekstra kalın */
    color: #415A7B;
    /* Koyu mavi başlık rengi */
    margin-bottom: 25px;

    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.cta-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    /* Kısa çizgi */
    height: 4px;
    /* Biraz daha ince çizgi */
    background: linear-gradient(90deg, transparent 0%, #B71C1C 50%, transparent 100%);
    /* Kırmızı geçişli çizgi */
    border-radius: 4px;
}

/* Paragraf Stili */
.cta-section p.lead {
    font-size: 1.3rem;
    /* Biraz daha küçük paragraf */
    line-height: 1.7;
    max-width: 800px;
    /* Daha dar paragraf alanı */
    margin: 0 auto 50px;
    color: #424242;
    /* Koyu gri metin */
    opacity: 0.9;
    font-weight: 400;
    /* Normal font ağırlığı */
}

.breadcrumb {
    padding: 0;
    /* margin-top: 100px; */
}

.breadcrumb__wrapper {
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    /* Needed for absolute positioning of the overlay */
    overflow: hidden;
    /* Ensures the overlay doesn't spill out */
}

.breadcrumb__img {
    /* Make sure the image fills its container */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the area without distortion */
    position: absolute;
    /* Position the image within the wrapper */
    transform: none;
    top: 0;
    left: 0;
    z-index: 1;
    /* Place the image below the overlay */
}

.breadcrumb__wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 27, 42, 0.6);
    /* #415A7B with 60% opacity */
    z-index: 2;
    /* Place the overlay above the image */
}

.breadcrumb__title,
.breadcrumb__list {
    z-index: 2;
}

.breadcrumb__title {
    font-size: clamp(1.75rem, -1.016rem + 6.022vw, 3.25rem);
}


/* Duyarlı Tasarım İyileştirmeleri (öncekilerle benzer) */
@media (max-width: 992px) {
    .cta-section {
        padding: 80px 0;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-section p.lead {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }


}

@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-section h2 {
        font-size: 1.8rem;

    }

    .cta-section p.lead {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }


    .cta-section::before,
    .cta-section::after {
        filter: blur(50px);
        /* Daha küçük ekranlarda daha az bulanık */
        opacity: 0.15;
    }
}

.fa-twitter::before {
    content: "𝕏";
    font-family: sans-serif;
}


.make-sticky {
    position: sticky;
    top: 120px;
}

.project-card .project-page-content {
    opacity: 1;
    visibility: visible;
}

.project-card.project-page-thumb {
    height: 400px !important;

}

.project-card .cover-img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.home-projects {
    background-color: #f8f8f8 !important;
}

.project-section::before {
    display: none;
}

.faq-two-thumb img {
    border-radius: 10px;
}

.team-item__thumb {
    height: 435px;
}
.team-item .cover-img {
    height: 435px;
    object-fit: cover;
    width: 100%;
}

.footer-item__logo a img {
    max-width: unset;
    max-height: unset;
}

.search-sidebar {
    height: auto;
}

.search-sidebar__item {
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 30px;
}

.search-sidebar__item.no-flow {
    max-height: unset;
}

.search-sidebar__item .search-sidebar__title {
    background: var(--main-gradient);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: background 0.3s ease-in-out;
    width: max-content;
}

.search-sidebar__item label {
    color: #415A7B;
    margin-bottom: 5px;
}

.search-sidebar__item .form-control {
    margin-bottom: 10px;
}

.search-sidebar__item select.form-control {
    /* Existing styles for your select box (keep these) */
    -webkit-appearance: none;
    /* Hide default arrow for Webkit browsers */
    -moz-appearance: none;
    /* Hide default arrow for Mozilla browsers */
    appearance: none;
    /* Hide default arrow for standard browsers */

    /* Add custom arrow using a base64 encoded SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23415A7B' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* Position it 10px from the right, vertically centered */
    background-size: 16px;
    /* Adjust size as needed */
    padding-right: 30px;
    /* Add extra padding on the right to make space for the arrow */
    cursor: pointer;
    /* Indicate it's clickable */

}

.form-control:focus {
    box-shadow: none;
}

.search-sidebar .filter-btn-area.make-float {
    position: sticky;
    bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    background: #e3e3e3cc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search-sidebar .filter-btn {
    width: 100%;
}

.search-sidebar .filter-btn:active {
    transform: none;
}


.footer-menu__link::before {
    display: none;
}

.footer-menu__link {
    padding-left: 0px;
}



.project-card .hover-eye {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 20px;
    /* Daha geniş dolgu */
    background-color: rgba(255, 255, 255, 0.95);
    /* Hafif şeffaf beyaz */
    color: #333;
    /* Koyu gri metin rengi */
    border-radius: 8px;
    /* Hafif yuvarlak köşeler */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Hafif gölge */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    /* Yumuşak geçişler */
    pointer-events: none;
    /* Üzerine gelindiğinde tıklamayı engelle, kapsayıcıya aktar */
}

.project-card .hover-eye i {
    font-size: 24px;
    /* Daha belirgin ikon boyutu */
    vertical-align: middle;
    /* Dikey hizalama */
}

.project-card:hover .hover-eye {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(-5px);
    /* Hafif yukarı kayma efekti */
    z-index: 99;
    pointer-events: auto;
    /* Üzerine gelindiğinde tıklamayı etkinleştir */
}

.project-card:hover .hover-eye:hover i {
    color: #B71C1C;
}

#image-gallery {
    justify-content: center;
}

.gallery-item a {
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    /* Daha yuvarlak köşeler */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Hafif gölge */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    /* Daha yumuşak geçişler */
    width: 100%;
}

.gallery-item a:hover {
    transform: scale(1.03);
    /* Daha belirgin büyütme */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    /* Daha belirgin gölge */
}

.gallery-item a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease-in-out;
    /* Opaklık geçişi */
}

.gallery-item a:hover img {
    opacity: 0.9;
    /* Hafif şeffaflık efekti */
}

/* İsteğe bağlı: Resimlerin üzerine hafif bir degrade ekleyerek daha derinlikli bir görünüm sağlayabilirsiniz */
.gallery-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 8px;
    pointer-events: none;
    /* Tıklamaları engellemez */
}

.gallery-item a:hover::before {
    opacity: 1;
}

.gallery-item a .view-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    /* İkon boyutu */
    color: #fff;
    /* İkon rengi */
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
    /* Resmin ve degrade'nin üzerinde olması için */
}

.gallery-item a:hover .view-icon {
    opacity: 1;
}


.team-content-area {
    margin-bottom: 90px;
}

.infos {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.infos .name {
    color: #B71C1C;
    margin-bottom: 10px;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.infos .title {
    color: #415A7B;
    margin-bottom: 25px;
    font-size: 1.4em;
    font-weight: normal;
    opacity: 0.9;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    /* Space between icons */
    margin-top: 20px;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #415A7B;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.5em;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.contact-icon:hover {
    background-color: #B71C1C;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.contact-icon i {
    pointer-events: none;
    /* Ensures the click registers on the anchor tag */
}

.custom-form {
    background: #415A7B;
    padding: 3rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom-form label {
    color: #fff;
}


.consent-form a {
    color: #B71C1C;
}

.category-list__link.active {
    color: #B71C1C;
}


/* Styling for the main container */
.project-detail-bottom {
    background-color: #415A7B;
    /* Koyu arka plan */
    color: #f8f9fa;
    /* Açık metin */
    padding: 30px;
    /* İç boşluk */
    border-radius: 8px;
    /* Hafif yuvarlak köşeler */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Hafif gölge */
    margin-bottom: 30px;
    /* Orijinal alt boşluk */
    display: flex;
    /* Flexbox kullan */
    justify-content: space-between;
    /* Öğeleri iki yana yasla */
    align-items: center;
    /* Öğeleri dikeyde ortala */
    flex-wrap: wrap;
    /* Küçük ekranlarda alta geçişe izin ver */
    gap: 20px;
    /* Öğeler arası boşluk */
}

/* Styling for the location heading */
.project-detail-bottom .location {
    flex: 1;
    /* Solda yer kaplasın */
    min-width: 250px;
    /* Minimum genişlik belirle */
    text-align: left;
    /* Metni sola yasla */
    align-items: center;
    display: flex;
    gap: 10px;
}

.project-detail-bottom .location h2 {
    color: #fff;
    /* Vurgu rengi */
    font-size: 1.5rem;
    /* Büyük yazı tipi */
    margin-bottom: 0;
    /* Varsayılan alt boşluğu kaldır */
    /* border-bottom: 2px solid #B71C1C;  */
    padding-bottom: 0px;
    /* Metin ile alt çizgi arası boşluk */
    letter-spacing: 1px;
    /* Harfler arası boşluk */
    display: inline-block;
    /* Alt çizginin sadece metin kadar olmasını sağlar */
}

.project-detail-bottom .location i {
    color: #B71C1C;
    /* Vurgu rengi */
}

/* Styling for the categories container */
.project-detail-bottom .cats {
    flex: 2;
    /* Sağda daha fazla yer kaplasın */
    min-width: 300px;
    /* Minimum genişlik belirle */
    text-align: right;
    /* Metni sağa yasla */
}

/* Styling for the unordered list */
.project-detail-bottom .cats ul {
    list-style: none;
    /* Madde işaretlerini kaldır */
    padding: 0;
    /* Varsayılan boşluğu kaldır */
    margin: 0;
    /* Varsayılan marjı kaldır */
    display: flex;
    /* Yatay liste öğeleri için Flexbox kullan */
    flex-wrap: wrap;
    /* Öğelerin bir sonraki satıra geçmesine izin ver */
    justify-content: flex-end;
    /* Öğeleri sağa yasla */
    gap: 15px;
    /* Liste öğeleri arası boşluk */
}

/* Styling for each list item */
.project-detail-bottom .cats ul li {
    background-color: #B71C1C;
    /* Vurgu arka planı */
    border-radius: 20px;
    /* Hap şeklinde etiketler */
    padding: 8px 18px;
    /* Etiket içindeki dolgu */
    transition: background-color 0.3s ease, transform 0.2s ease;
    /* Yumuşak geçişler */
    white-space: nowrap;
    /* Etiket metninin tek satırda kalmasını sağlar */
}

/* Hover effect for list items */
.project-detail-bottom .cats ul li:hover {
    background-color: #9c1515;
    /* Üzerine gelindiğinde hafif koyu kırmızı */
    transform: translateY(-2px);
    /* Hafif yukarı kaldırma efekti */
    cursor: pointer;
    /* Tıklanabilir olduğunu belirtir */
}

/* Styling for the links within list items */
.project-detail-bottom .cats ul li a {
    color: #ffffff;
    /* Beyaz metin */
    text-decoration: none;
    /* Alt çizgiyi kaldır */
    font-weight: 500;
    /* Hafif kalın metin */
    font-size: 1em;
    /* Standart yazı tipi boyutu */
}

.blog-item {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.text-list__item {
    gap: 2px;
}

.no-results {
    background-color: #415A7B;
    /* Koyu arka plan */
    color: #f8f9fa;
    /* Açık renkli metin */
    padding: 20px 15px;
    /* İç boşluk */
    text-align: center;
    /* Metni ortala */
    border-radius: 12px;
    /* Daha belirgin yuvarlak köşeler */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Derinlik veren bir gölge */
    font-size: 1.5rem;
    /* Daha büyük ve okunur yazı tipi */
    font-weight: 600;
    /* Hafif kalın metin */
    letter-spacing: 0.5px;
    /* Harfler arası hafif boşluk */
    width: 100%;

    border: 2px solid #B71C1C;
    /* Kırmızı vurgulu kenarlık */
    display: flex;
    /* İçeriği ortalamak için flexbox kullan */
    align-items: center;
    /* Dikeyde ortala */
    justify-content: center;
    /* Yatayda ortala */

}

.contact-map iframe {
    width: 100%;
}

.contact-card__text {
    margin-top: 15px;
}

.temizle-btn {
    color: #777;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.top-sidebar {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding: 15px 20px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    margin-bottom: 10px;
}

.top-sidebar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-sidebar .inner .result-text {
    letter-spacing: 1px;
    font-size: 14px;
}

.top-sidebar .inner .result-text span {
    letter-spacing: 1px;
    font-weight: 500;
    color: #B71C1C;
}

.top-sidebar .inner .filter-selects-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-sidebar .inner .filter-selects-top .search-sidebar__item {
    margin-bottom: 0px;
}

.top-sidebar .inner .filter-selects-top .search-sidebar__item .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-sidebar .inner .filter-selects-top .search-sidebar__item .form-group label {
    word-break: auto-phrase;
    font-size: 14px;
    margin-bottom: 0px;
    color: #415A7B;
    font-weight: 500;
}

.top-sidebar .inner .filter-selects-top .search-sidebar__item .form-group select {
    margin-bottom: 0px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: hsl(var(--body-color));
}


.search-sidebar.make-sm .search-sidebar__item {
    margin-bottom: 20px;
}

.search-sidebar.make-sm .search-sidebar__item .search-sidebar__title {
    margin-bottom: 15px !important;
}

.search-sidebar.make-sm .search-sidebar__item .form-control {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: hsl(var(--body-color));
}

.search-sidebar.make-sm .search-sidebar__item .form-control::placeholder {
    font-size: 14px;
    color: hsl(var(--body-color));
}

.search-sidebar.make-sm .search-sidebar__item label {
    font-size: 14px;
    color: #415A7B;
}

.search-sidebar.make-sm .common-check {
    margin-bottom: 10px;
}

.search-sidebar.make-sm .common-check .form-check-label {
    margin-bottom: 0px;
    color: hsl(var(--body-color));
    font-size: 12px;
    font-weight: 400;
    padding-left: 8px;
}

.search-sidebar.make-sm .common-check .form-check-input {
    width: 14px;
    height: 14px;
}

@-webkit-keyframes phoneRinging {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes phoneRinging {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        -webkit-transform: rotate3d(0, 0, 1, -15deg);
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}


.btn_ring {
    -webkit-animation: phoneRinging 1.5s infinite linear;
    animation: phoneRinging 1.5s infinite linear;
}

.team-item__thumb::before {
    height: 25%;
}

.bottom-footer__text a {
    color: #B71C1C;
    letter-spacing: 1px;
    font-weight: 500;
}

.bottom-footer__text a:hover {
    color: #fff;
}

.consent-form {
    display: flex;
    align-items: baseline;
    gap: 7px;
}


.footer-item__title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.footer-menu__link {
    padding-left: 0px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.footer-menu__link:hover {
    color: #56C1A9;
}

.nav-menu__link:hover {
    color: #56C1A9 !important;
}

.bottom-footer__inner a:hover {
    color: #56C1A9;
}

.bottom-footer__inner p:hover {
    color: #56C1A9;
}

.web-link {
    font-size: 1.125rem;
    color: hsl(var(--white) / 0.8);
}

.banner-content__subtitle {
    font-size: 16px !important;
}

.banner-content__title {
    font-weight: 700;
}

.banner-content__desc {
    font-weight: 600;
    max-width: 450px;
}

.btn-main {
    border-color: #415A7B !important;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600 !important;
    background-color: #415A7B !important;
    padding: 20px 30px;
    line-height: 1;
}

.btn .icon-right {
    font-size: 14px;
}

.btn-main::after,
.btn-main::before {
    display: none;
}

.btn-main:hover {
    border-color: #56C1A9 !important;
    background-color: #56C1A9 !important;
}

.banner-five__thumb::before {
    display: none;
}

.banner-five__thumb img {
    border-radius: unset !important;
}

.home-intro {
    background-color: #fff !important;
}

.text-gradient {
    background: #f8f8f8;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #415A7B;
    transition: background 0.3s ease-in-out;
    font-size: 16px;
    
}

.section-heading__title {
    font-weight: 600;
}

.section-heading__subtitle {
    margin-bottom: 15px;
}

.section-heading {
    max-width: unset !important;
    margin-bottom: 30px;
}

.home-why-us {
    padding: 80px 0;
}

.home-services {
    padding: 80px 0;
}

.home-about {
    padding: 80px 0;
}
.refs-area {
    padding: 80px 0;
}
.refs-area .section-heading{
    margin-bottom: 60px;
}
.refs-area .arrow-style-two .slick-arrow{
    bottom: calc(100% + 80px);
}

.faq-two {
    padding: 80px 0;
}

.home-why-us .property-type-three-item__title {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    max-width: 210px;
}

.property-type-three-item__desc {
    font-weight: 600;
    line-height: 1.3;
}


.arrow-style-two .slick-arrow::before {
    background: #415A7B;
}

.arrow-style-two .slick-arrow:hover::before {
    background: #56C1A9;
}

.arrow-style-two .slick-arrow i {
    background: #415A7B;
}

.about-three-thumb::before {
    display: none;
}

.about-three-thumb img {
    max-width: unset;
}

.about-three-thumb {
    max-width: unset !important;
}

/* İkonları üst üste koy */
.property-type-three-item__icon {
    position: relative;
    width: 55px;
    height: 55px;
    /* markup’taki width/height ile uyumlu */
    display: inline-block;
}

/* İki görseli üst üste bindir */
.property-type-three-item__icon img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .2s ease;
    /* yumuşak geçiş */
}

/* Başlangıç: normal açık, hover kapalı */
.property-type-three-item__icon .icon-normal {
    opacity: 1;
}

.property-type-three-item__icon .icon-hover {
    opacity: 0;
}

/* Kart (veya sadece ikon) hover olunca değiştir */
.property-type-three-item:hover .property-type-three-item__icon .icon-normal {
    opacity: 0;
}

.property-type-three-item:hover .property-type-three-item__icon .icon-hover {
    opacity: 1;
}

/* Klavye erişilebilirliği için odaklandığında da değişsin (opsiyonel) */
.property-type-three-item:focus-within .property-type-three-item__icon .icon-normal {
    opacity: 0;
}

.property-type-three-item:focus-within .property-type-three-item__icon .icon-hover {
    opacity: 1;
}


/* Referans kartı – renkleri kolayca değiştirmek için değişkenler */
.ref-card {
    max-width: 620px;
    text-align: center;

}
.ref-card .ref-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;

}

/* Logo görseli */
.ref-logo img {
object-fit: contain;
    width: 85%;
    height: 85%;
    
}

/* Logo metin alternatifi (görsel yoksa) */
.ref-brand {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #000;
    letter-spacing: .5px;
    display: inline-block;
    text-align: center;
}



/* Açıklama metni */
.ref-text {
    color: #707376;
    font-size: 16px;
    line-height: 1.5;
    margin: 1.5rem 0 0;
    text-align: center;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button {
    background: #415A7B;
    width: 40px;
}


.refs-area .slick-dots {
    padding-top: 60px;
}

.faq-two .section-heading__title {
   max-width: 500px;
    margin: auto; 
}

.common-accordion.style-two .accordion-button:not(.collapsed) {
    background: #415A7B !important;
}
.faq-two-thumb img {
    width: 100%;
}

.accordion-body p {
    font-weight: 500;
    line-height: 1.4;
}


.team-item__thumb a {
    width: 100%;
}



.cta-section {
    padding: 80px 0;
}
.cta-logo {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

.cta-section h2::after {
    display: none;
}

.cta-section h2 {
    color: #000;
    font-weight: 600;
}

.cta-section p.lead {
       font-size:18px;
    line-height: 1.6; 
    font-weight: 500;
    color: #888686;
    opacity: 1;
}

.cta-section::before, .cta-section::after {
    display: none;
}

.cta-section {
    background: linear-gradient(279.57deg, rgba(245, 245, 245, 0) 43.08%, #E0E0E0 100.45%);
    border-top: none;
    border-bottom: none;
}


.team-area.bg-gray{
    background-color: #F7F7F7 !important;
}
.team-area.bg-gray .bg-gray-100{
  background-color: #fff !important;
}

.breadcrumb__title {
    font-weight: 600;
}

.breadcrumb__item {
    font-weight: 500;
}
.breadcrumb__item i{
    font-size: 14px;
}

.breadcrumb__link:hover {
    color: #56C1A9;
}

.property-type-three-item::before {
    background: #56C1A9;
}

.page-services {
    padding: 80px 0;
}
.page-services .section-heading  {
    max-width: 600px !important;
    margin-bottom: 50px;
}
.page-hr {
    padding: 80px 0;
}
.page-hr .section-heading  {
    max-width: 600px !important;
}
.page-hr .section-heading p {
    font-weight: 500;
    line-height: 1.4;
}

.consent-form a {
    color: #56C1A9;
}
.consent-form a:hover {
    color: #415A7B;
}

.custom-form {
    background: #0D1B2A;
}

.category-list__link.active {
    color: #56C1A9;
    font-weight: 700;
}
.category-list__link:hover {
    color: #fff;
}

.category-list__link {
    padding-left: 44px;
}
.category-list__link:hover {
    background-color: #56C1A9;
    border-color: #56C1A9;
}

.project-card:hover .hover-eye:hover i {
    color: #56C1A9;
}

.project-page-content__title .link:hover {
    color: #56C1A9;
    -webkit-text-fill-color: #56C1A9;
}

.ref-page-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    padding: 20px ;
    margin-bottom: 30px;
}

.contact-card__icon {
    background: #415A7B;
}
.contact-card:hover .contact-card__icon {
    background: #56C1A9;
}


.contact-top {
    padding: 80px 0;
}
.page-contact {
    padding: 80px 0;
}
.page-contact .section-heading  {
    max-width: 600px !important;
}
.page-contact .section-heading p {
    font-weight: 500;
    line-height: 1.4;
}
.contact-card__icon {
 height: 60px;
    width: 60px;   
}
.contact-card__icon i {
font-size: 26px;
}

.contact-card__text {
    font-weight: 500;
    line-height: 1.4;
}
.contact-card__text a:hover{
    color: #56C1A9;
}

.footer-item__logo a img {
    width: 110px;
    height: auto;
}


.page-team {
    padding: 80px 0;
}
.page-team .section-heading  {
    max-width: 600px !important;
}
.page-cp {
    padding: 80px 0;
}
.page-cp .section-heading  {
    max-width: 600px !important;
}
.page-qc {
    padding: 80px 0;
}
.page-qc .section-heading  {
    max-width: 600px !important;
}


/* Liste genişliği ve merkezleme */
.cp-list{ max-width: 780px; margin-left:auto; margin-right:auto; }

/* Kart benzeri link */
.cp-link{
  --cp-radius: .9rem;
  display:flex; align-items:center; justify-content:space-between;
  gap:.75rem;
  padding:1rem 1.1rem;
  background:#fff;
  border:1px solid var(--bs-border-color);
  border-radius:5px;
  text-decoration:none;
  color:#0D1B2A;
  transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease, background-color .2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

/* Başlık */
.cp-link .text{
  font-weight:600;
  font-size:1.05rem;
  letter-spacing:.2px;
}

/* Sağdaki ok (ikon bağımlılığı yok) */
.cp-link::after{
  content:"→";
  font-size:1.1rem;
  opacity:.45;
  transition: transform .2s ease, opacity .2s ease;
}

/* Hover/focus */
.cp-link:hover,
.cp-link:focus{ 
  border-color: #56C1A9;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transform: translateY(-1px);
  color: #56C1A9;
}
.cp-link:hover::after,
.cp-link:focus::after{ transform:translateX(4px); opacity:.7; }

/* Aktif sayfa */
.cp-link.active{
  background: var(--bs-primary-bg-subtle);
  border-color: #56C1A9;
  color: #56C1A9;
}
.cp-link.active .text{ color: inherit; }

/* Klavye erişilebilirliği */
.cp-link:focus-visible{ outline: 0; box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .15); }
/* Liste genişliği (opsiyonel, ortala) */
.qc-list{ max-width: 1200px; margin-left:auto; margin-right:auto; }

/* Kart */
.qc-card{
  display:flex; flex-direction:column;
  gap:.6rem;
  padding:1rem 1.1rem;
  background:#fff;
  border:1px solid var(--bs-border-color);
  border-radius:.9rem;
  box-shadow:0 2px 8px rgba(0,0,0,.03);
  transition:border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}
.qc-card:hover{
  border-color:var(--bs-primary);
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transform:translateY(-1px);
}

/* Logo alanı */
.qc-card__logo{
  background:var(--bs-light);
  border-radius:.75rem;
  padding:.75rem;
  aspect-ratio: 4 / 3;        /* modern tarayıcılar */
  display:grid; place-items:center;
}
.qc-card__logo img{
  max-width:100%; max-height:100%;
  object-fit:contain; display:block;
}

/* Başlık & açıklama */
.qc-card__title{ font-weight:700; letter-spacing:.2px; }
.qc-card__desc{ color:#6b7280; line-height:1.6; }

/* Satır yüksekliklerini dengelemek için üç satırda kes (opsiyonel) */
@supports (-webkit-line-clamp: 3) {
  .qc-card__desc{
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
  }
}

/* Buton */
.qc-card__btn{ margin-top:auto; }  /* buton altta sabitlensin */


.slick-track{
  display: flex !important;
  gap: 16px;                 /* slayt aralığı */
}
.slick-slide{
  float: none;               /* slick’in default float’unu kapat */
  height: auto;              /* kartlar düzgün uzasın */
}
.slick-list{ margin: 0 -12px; }   /* ilk/son slayt konteynıra hizalansın */
    .slick-initialized.slick-slider .slick-slide {
        padding: 0px;
    }


.service-page__inner .slick-list{
    margin: 0px;
}   


.project-page-content {
    height: 25%;
}
.project-page-content p{
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
        /* line-clamp tek satır */
    display: -webkit-box;
    -webkit-line-clamp: 1;          /* kaç satır görünsün */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;            /* clamp için normal bırak */
}



/* Sadece görseli animasyonla */
.ref-card .ref-logo img{
  display: block;                      /* ölçü değişmez, taşma sadece görselde */
  transition: transform .35s ease;
  transform-origin: center center;
  will-change: transform;
}

.ref-card:hover .ref-logo img{
  transform: translateY(0px) scale(1.02); /* hafif kaydır + küçücük zoom */
}

/* Erişilebilirlik */
@media (prefers-reduced-motion: reduce){
  .ref-card .ref-logo img{ transition: none; transform: none !important; }
}




.contact-card__text .link:hover {
    color: #56C1A9;
    -webkit-text-fill-color: #56C1A9;
}





/* Responsive */

@media (min-width:992px) {
    .lang-change {
        display: flex;
        align-items: center;
        border: 2px solid #ffffff;
        padding: 0px 20px;
        border-radius: 4px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lang-change ul.nav-submenu {
        margin-top: 10px !important;
        width: max-content !important;
        min-width: unset;
    }

    .header-right {
        gap: 30px;
    }

    .header-inner .logo {
        width: 230px;
    }

    .contact-card {
        min-height: 200px;
    }

    .ml-30-pc {
        margin-left: 30px;
    }

    .service-section .service-page__inner>div>div .slick-slide:nth-child(even) {
        margin-top: 100px;
    }

    .home-about .about-content {
        padding-left: 30px;
    }
    /* Ekranın tamamına yayılsın */
    .ref-container .slick-list{
    margin-left: calc(51% - 50vw);
    margin-right: calc(51% - 50vw);
    padding-left: 10px;  
    padding-right: 10px;
    }
    .ref-card .ref-text{
       
        padding-right: 40px;
        
    }


    .bottom-footer__inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .web-link {
        text-align: center;
    }

    .footer-links {
        justify-content: end;
    }
}

@media (max-width:991.98px) {
    /* .breadcrumb {
        margin-top: 72px;
    } */

    .breadcrumb__wrapper {
        height: 300px;
    }

    .listing-card .property-item__thumb img {
        height: 180px;
    }

    .project-card .cover-img,
    .project-card.project-page-thumb {
        height: 363px !important;
    }
.team-item__thumb {
    height: 300px !important;
}
    .team-item .cover-img,
    .team-item__thumb a {
        height: 300px !important;
        width: 100%;
    }

    .c-reverse {
        flex-direction: column-reverse;
    }

    .banner-five {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .home-services .section-heading__title {
        max-width: 75%;
    }

    .arrow-style-two .slick-arrow {
        bottom: calc(100% + 115px);
        width: 30px;
        height: 30px;
    }

    .arrow-style-two .slick-prev {
        right: 40px;
    }

    .arrow-style-two .slick-arrow i {
        font-size: 10px;
    }

.btn-main {
    padding: 13px 30px;
}

.team-area{
    background-color: #F7F7F7 !important;
}
.team-area .bg-gray-100{
  background-color: #fff !important;
}

}

@media (max-width:767.98px) {
    .top-sidebar .inner {
        flex-direction: column;
        gap: 1rem;
    }

    .top-sidebar .inner .filter-selects-top .search-sidebar__item .form-group {
        flex-direction: column;
    }

    .top-sidebar .inner .filter-selects-top .search-sidebar__item .form-group select {
        text-align: center;
    }

    .breadcrumb__list {
        gap: 5px;
        padding: 0 20px;
    }

    .slick-initialized.slick-slider .slick-slide {
        padding: 0px;
        padding-right: 10px;
    }
.service-page__inner .slick-list{
    margin: 0px -12px;
} 


.cta-section {
    background: #fff;
}

}

@media (max-width:575.98px) {
    .section-heading {
        max-width: 250px;
    }
    .refs-area .text-gradient{
        max-width: 200px;
    }
}