﻿/* ============================================
   PROPERTY DETAIL HEADER STYLES
   ============================================ */
.property-detail-header.top-header-detail-property.v2 {
    margin-top: 30px;
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.property-detail-header .property-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.property-detail-middle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .property-location i {
        color: var(--theme-color, #1498d1);
        font-size: 14px;
    }

    .property-location a {
        color: #6c6c6c;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .property-location a:hover {
            color: var(--theme-color, #1498d1);
        }

.status-property-label {
    display: inline-block;
    padding: 5px 14px;
    background: var(--theme-color, #1498d1);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.property-postdate {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c6c6c;
    font-size: 13px;
}

    .property-postdate i {
        color: var(--theme-color, #1498d1);
        font-size: 13px;
    }

.property-metas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 12px;
}

.property-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c6c6c;
    font-size: 14px;
}

    .property-meta i {
        font-size: 16px;
        color: var(--theme-color, #1498d1);
    }

    .property-meta .value-suffix {
        font-weight: 500;
        color: #1a1a1a;
    }

.property-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-color, #1498d1);
}

    .property-price .suffix {
        font-size: 20px;
    }

    .property-price .price-text {
        font-size: 28px;
    }

    .property-price .suffix-text {
        font-size: 14px;
        font-weight: 400;
        color: #6c6c6c;
        margin-left: 5px;
    }

.property-action-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.action-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .action-item a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        border-radius: 50%;
        color: #666;
        transition: all 0.3s ease;
    }

        .action-item a:hover {
            background: var(--theme-color, #1498d1);
            color: #000;
            transform: translateY(-2px);
        }

/* Social Property */
.social-property {
    position: relative;
}

.btn-add-social {
    cursor: pointer;
}

.bo-social-icons {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    margin-bottom: 10px;
}

.social-property:hover .bo-social-icons {
    opacity: 1;
    visibility: visible;
}

.bo-social-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    color: #666;
    font-size: 14px;
}

    .bo-social-icons a:hover {
        background: var(--theme-color, #1498d1);
        color: #000;
    }

/* ============================================
   PROPERTY DETAIL GALLERY STYLES
   ============================================ */
.property-detail-gallery.v10 .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.property-detail-gallery.v10 .c1 {
    flex: 1;
    min-width: 200px;
}

.property-detail-gallery.v10 .c2 {
    width: 280px;
}

.property-detail-gallery.v10 .row-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-detail-gallery.v10 .gallery-property-main-detail {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

    .property-detail-gallery.v10 .gallery-property-main-detail .image-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

    .property-detail-gallery.v10 .gallery-property-main-detail img {
        width: 100%;
        height: 460px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .property-detail-gallery.v10 .gallery-property-main-detail img:hover {
            transform: scale(1.05);
        }

.property-detail-gallery.v10 .c2 .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
}

.property-detail-gallery.v10 .c2 img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

    .property-detail-gallery.v10 .c2 img:hover {
        transform: scale(1.05);
    }

.view-more-image {
    position: relative;
    display: block;
}

.view-more-gallery {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

/* ============================================
   PROPERTY INFO STYLES (Proje Bilgileri)
   ============================================ */
.property-info-wrapper {
    padding: 10px 0;
}

.property-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.info-group {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 180px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .info-group .icon {
        width: 45px;
        height: 45px;
        background: #f5f5f5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .info-group .icon i {
            font-size: 18px;
            color: var(--theme-color, #1498d1);
        }

    .info-group .info-content {
        flex: 1;
    }

    .info-group .info-label {
        font-size: 12px;
        color: #999;
        margin-bottom: 5px;
    }

    .info-group .info-value {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
    }

/* ============================================
   DESCRIPTION SECTION (Açıklama)
   ============================================ */
.description-content {
    padding: 10px 0;
}

.description-short {
    background: #f5f5f5;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    position: relative;
}

    .description-short i {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 24px;
        color: var(--theme-color, #1498d1);
        opacity: 0.3;
    }

    .description-short p {
        font-size: 16px;
        font-style: italic;
        margin: 0;
        padding-left: 20px;
        color: #555;
    }

.description-full {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

    .description-full p {
        margin-bottom: 15px;
    }

/* ============================================
   DETAIL LISTS (Özetle ve Teknik Bilgiler)
   ============================================ */
.property-detail-detail {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

    .property-detail-detail .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.list-overview, .list-detail {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

    .list-overview li, .list-detail li {
        flex: 0 0 calc(33.33% - 20px);
        min-width: 180px;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        align-items: center;
    }

    .list-overview .icon, .list-detail .icon {
        width: 40px;
        height: 40px;
        background: #f5f5f5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }

        .list-overview .icon i, .list-detail .icon i {
            font-size: 18px;
            color: var(--theme-color, #1498d1);
        }

    .list-overview .text, .list-detail .text {
        font-size: 12px;
        color: #999;
        margin-bottom: 5px;
    }

    .list-overview .value, .list-detail .value {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
    }

/* ============================================
   AMENITIES SECTION (Özellikler)
   ============================================ */
.property-section.property-amenities {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

    .property-section.property-amenities .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.columns-gap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .columns-gap li {
        flex: 0 0 calc(33.33% - 15px);
        padding: 8px 0;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #6c6c6c;
    }

        .columns-gap li i {
            color: #28a745;
            font-size: 16px;
        }

/* ============================================
   MAP STREET SECTION (Konum)
   ============================================ */
.property-detail-map-street {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

    .property-detail-map-street .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.widget-title-wrapper {
    margin-bottom: 20px;
}

.single-property-google-maps-wrapper iframe {
    width: 100%;
    border-radius: 12px;
}

/* ============================================
   VIDEO SECTION
   ============================================ */
.property-section.property-video {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

    .property-section.property-video h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.video-embed-wrapper iframe {
    width: 100%;
    border-radius: 12px;
}

/* ============================================
   VIRTUAL TOUR SECTION (Sanal Tur)
   ============================================ */
.property-section.property-virtual_tour {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

    .property-section.property-virtual_tour h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.virtual_tour-embed-wrapper iframe {
    width: 100%;
    border-radius: 12px;
}

/* ============================================
   RELATED PROJECTS SECTION (İlgili Projeler)
   ============================================ */
.wrapper-posts-related {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}

    .wrapper-posts-related .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

/* ============================================
   ENERGY SECTION
   ============================================ */
.property-detail-energy {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
}

    .property-detail-energy .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.energy-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.energy-group {
    flex: 1;
    text-align: center;
    padding: 12px 5px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 2px;
    transition: all 0.3s ease;
}

    .energy-group.energy-aplus {
        background: linear-gradient(135deg, #2ecc71, #27ae60);
        color: #fff;
    }

    .energy-group.energy-a {
        background: linear-gradient(135deg, #27ae60, #219a52);
        color: #fff;
    }

    .energy-group.energy-b {
        background: linear-gradient(135deg, #f1c40f, #f39c12);
        color: #333;
    }

    .energy-group.energy-c {
        background: linear-gradient(135deg, #f39c12, #e67e22);
        color: #fff;
    }

    .energy-group.energy-d {
        background: linear-gradient(135deg, #e67e22, #d35400);
        color: #fff;
        opacity: 0.8;
    }

    .energy-group.energy-e {
        background: linear-gradient(135deg, #e74c3c, #c0392b);
        color: #fff;
    }

    .energy-group.energy-f {
        background: linear-gradient(135deg, #c0392b, #a93226);
        color: #fff;
    }

    .energy-group.energy-g {
        background: linear-gradient(135deg, #a93226, #922b21);
        color: #fff;
    }

    .energy-group.energy-h {
        background: linear-gradient(135deg, #922b21, #7b241c);
        color: #fff;
    }

    .energy-group.energy-active {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        position: relative;
    }

.indicator-energy {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--theme-color, #1498d1);
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.energy-inner-top {
    margin-bottom: 30px;
}

    .energy-inner-top .list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

        .energy-inner-top .list li {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f9f9f9;
            padding: 10px 20px;
            border-radius: 8px;
        }

            .energy-inner-top .list li .text {
                font-size: 14px;
                color: #666;
            }

            .energy-inner-top .list li .value {
                font-size: 16px;
                font-weight: 700;
                color: var(--theme-color, #1498d1);
            }

/* ============================================
   FLOOR PLANS ACCORDION
   ============================================ */
.property-detail-floor-plans {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

    .property-detail-floor-plans .title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 25px;
        color: #1a1a1a;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--theme-color, #1498d1);
    }

.accordion-item.floor-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

    .accordion-item.floor-item .accordion-header {
        background: #f9f9f9;
    }

        .accordion-item.floor-item .accordion-header a {
            display: block;
            padding: 18px 25px;
            text-decoration: none;
            color: #1a1a1a;
            font-weight: 600;
            cursor: pointer;
        }

            .accordion-item.floor-item .accordion-header a:hover {
                background: #f5f5f5;
            }

        .accordion-item.floor-item .accordion-header h3 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }

    .accordion-item.floor-item .metas {
        gap: 20px;
    }

        .accordion-item.floor-item .metas div {
            font-size: 13px;
            color: #666;
        }

        .accordion-item.floor-item .metas .subtitle {
            font-weight: 400;
            color: #999;
        }

    .accordion-item.floor-item .content-accordion {
        padding: 20px;
    }

    .accordion-item.floor-item .image {
        text-align: center;
    }

        .accordion-item.floor-item .image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

            .accordion-item.floor-item .image img:hover {
                transform: scale(1.02);
            }

.accordion-button:not(.collapsed) {
    background: var(--theme-color, #1498d1);
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/* ============================================
   PRICE BOX
   ============================================ */
.property-price-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 20px;
}

.price-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.price-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--theme-color, #1498d1);
}

    .price-value .suffix {
        font-size: 24px;
    }

    .price-value .price-text {
        font-size: 32px;
    }

    .price-value .price-note {
        font-size: 14px;
        font-weight: 400;
        color: #6c6c6c;
        margin-left: 8px;
    }

/* ============================================
   SIDEBAR CTA
   ============================================ */
.service-details-cta {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .service-details-cta .cta-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        opacity: 0.1;
    }

    .service-details-cta .icon {
        margin-bottom: 15px;
    }

    .service-details-cta span {
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .service-details-cta .number,
    .service-details-cta .mail {
        display: block;
        color: #1498d1;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .service-details-cta .cta-btn a {
        display: inline-block;
        background: #25D366;
        color: #000;
        padding: 12px 25px;
        border-radius: 30px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 15px;
        transition: all 0.3s ease;
    }

        .service-details-cta .cta-btn a:hover {
            background: #fff;
            transform: translateY(-3px);
        }

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-form-wrapper .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .contact-form-wrapper .form-control:focus {
        border-color: var(--theme-color, #1498d1);
        outline: none;
        box-shadow: 0 0 5px rgba(255, 214, 0, 0.3);
    }

/* ============================================
   RESPONSIVE STYLES
   ============================================ */
@media (max-width: 992px) {
    .property-detail-header .d-md-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .property-action-detail {
        align-items: flex-start;
        margin-top: 20px;
    }

    .property-price {
        margin-top: 15px;
    }

    .property-detail-gallery.v10 .c2 {
        width: 100%;
        margin-top: 20px;
    }

        .property-detail-gallery.v10 .c2 .row-10 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }

    .list-overview li, .list-detail li {
        flex: 0 0 calc(50% - 20px);
    }

    .columns-gap li {
        flex: 0 0 calc(50% - 15px);
    }

    .energy-group {
        flex: 0 0 20%;
    }
}

@media (max-width: 768px) {
    .property-title {
        font-size: 24px !important;
    }

    .property-detail-middle {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .property-metas {
        gap: 15px;
    }

    .action-item {
        flex-wrap: wrap;
    }

    .property-price {
        font-size: 22px;
    }

        .property-price .price-text {
            font-size: 22px;
        }

    .list-overview li, .list-detail li {
        flex: 0 0 100%;
    }

    .columns-gap li {
        flex: 0 0 100%;
    }

    .info-group {
        min-width: 100%;
    }

    .price-value {
        font-size: 24px;
    }

        .price-value .price-text {
            font-size: 24px;
        }

    .description-short {
        padding: 20px;
    }

        .description-short i {
            font-size: 20px;
        }

        .description-short p {
            font-size: 14px;
            padding-left: 15px;
        }

    .energy-group {
        flex: 0 0 33.33%;
        margin-bottom: 15px;
    }

    .property-detail-floor-plans {
        padding: 20px;
    }

    .accordion-item.floor-item .accordion-header a {
        padding: 15px;
    }

    .accordion-item.floor-item .metas,
    .accordion-item.floor-item .ms-auto {
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }
}

/* Kategori Kartları Stilleri */
.project-item-3 {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .project-item-3:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.project-img {
    position: relative;
    overflow: hidden;
}

    .project-img img {
        transition: transform 0.3s ease;
    }

.project-item-3:hover .project-img img {
    transform: scale(1.05);
}

.project-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .project-content ul {
        list-style: none;
        padding: 0;
        margin: 0 0 10px 0;
        display: flex;
        gap: 10px;
    }

        .project-content ul li a {
            font-size: 12px;
            font-weight: 500;
            color: #1498d1;
            text-decoration: none;
            background: rgba(255, 214, 0, 0.1);
            padding: 4px 12px;
            border-radius: 20px;
            display: inline-block;
        }

    .project-content .title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.4;
    }

        .project-content .title a {
            color: #1a1a1a;
            text-decoration: none;
            transition: color 0.3s ease;
        }

            .project-content .title a:hover {
                color: #1498d1;
            }

.project-stats {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #1498d1;
}

.stat-text {
    font-size: 14px;
    color: #666;
}

.project-status {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .project-status i {
        color: #1498d1;
        font-size: 12px;
    }

/* H-100 için */
.h-100 {
    height: 100%;
}
/* Service Category List Styles */
.service-category-list .list-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--theme-color, #1498d1);
}
/* İlgili Projeler Bölümü Stilleri */
.related-property-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

    .related-property-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.related-property-img {
    position: relative;
    overflow: hidden;
}

    .related-property-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.related-property-card:hover .related-property-img img {
    transform: scale(1.05);
}

.property-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6b35;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.related-property-content {
    padding: 20px;
}

.property-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

    .property-title a {
        color: #1a1a1a;
        text-decoration: none;
        transition: color 0.3s;
    }

        .property-title a:hover {
            color: #ff6b35;
        }

.property-location {
    font-size: 13px;
    color: #6c6c6c;
    margin-bottom: 12px;
}

    .property-location i {
        margin-right: 4px;
        color: #ff6b35;
    }

.property-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #555;
}

    .property-details span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .property-details i {
        color: #ff6b35;
        font-size: 14px;
    }

.property-price {
    margin-bottom: 10px;
}

.price-value {
    font-size: 18px;
    font-weight: 700;
    color: #ff6b35;
}

.price-type {
    font-size: 12px;
    color: #888;
    margin-left: 3px;
}

.status-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .related-property-img img {
        height: 180px;
    }

    .property-title {
        font-size: 16px;
    }

    .price-value {
        font-size: 16px;
    }
}

/* ========================================
   PROJECT SECTION
   ======================================== */

.project-section-3 {
    position: relative;
    background: #f5f5f5;
}

.project-carousel-wrap-3 {
    position: relative;
}

.project-carousel-2 {
    overflow: visible;
}

    /* Swiper Ayarları */
    .project-carousel-2 .swiper {
        overflow: visible;
    }

    .project-carousel-2 .swiper-wrapper {
        display: flex;
    }

    .project-carousel-2 .swiper-slide {
        height: auto;
        width: 573px;
        margin-right: 30px;
    }

@media (max-width: 1200px) {
    .project-carousel-2 .swiper-slide {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .project-carousel-2 .swiper-slide {
        width: 100%;
        margin-right: 0;
    }
}

/* Project Item */
.project-item-3 {
    position: relative;
    overflow: hidden;
    background: #fff;
}

    /* Project Image - 680x573 oranında */
    .project-item-3 .project-img {
        height: 680px;
        width: 100%;
        max-width: 573px;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 auto;
    }

        .project-item-3 .project-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

    .project-item-3:hover .project-img img {
        transform: scale(1.05);
    }

/* Overlay - Koyu arka plan */
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.project-item-3:hover .project-overlay {
    opacity: 1;
    visibility: visible;
}

.project-overlay-content {
    text-align: left;
    padding: 40px;
    color: #fff;
    transform: translateY(30px);
    transition: transform 0.4s ease;
    width: 100%;
}

.project-item-3:hover .project-overlay-content {
    transform: translateY(0);
}

/* Overlay Kategoriler */
.overlay-categories {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

    .overlay-categories li a {
        font-size: 13px;
        color: #ff6b35;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.15);
        padding: 4px 12px;
        border-radius: 20px;
        transition: all 0.3s;
    }

        .overlay-categories li a:hover {
            background: #ff6b35;
            color: #fff;
        }

/* Overlay Başlık */
.overlay-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

/* Overlay Bilgiler */
.overlay-location,
.overlay-year,
.overlay-category {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

    .overlay-location i,
    .overlay-year i,
    .overlay-category i {
        width: 24px;
        margin-right: 10px;
        color: #ff6b35;
        font-size: 16px;
    }

/* Overlay Buton */
.overlay-link {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 35px;
    background: #ff6b35;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}

    .overlay-link:hover {
        background: #e55a2b;
        color: #fff;
        padding-left: 40px;
        padding-right: 30px;
    }

    .overlay-link i {
        margin-left: 8px;
        transition: transform 0.3s;
    }

    .overlay-link:hover i {
        transform: translateX(5px);
    }

/* Swiper Pagination */
.swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.swiper-pagination-bullet-active {
    width: 30px;
    background: #ff6b35;
    border-radius: 5px;
}

/* Swiper Navigation Buttons - Gizlendi */
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next i,
.swiper-button-prev i {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Responsive */
@media (max-width: 992px) {
    .project-item-3 .project-img {
        height: 550px;
        max-width: 100%;
    }

    .overlay-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .project-item-3 .project-img {
        height: 450px;
        max-width: 100%;
    }

    .overlay-title {
        font-size: 24px;
    }

    .overlay-location,
    .overlay-year,
    .overlay-category {
        font-size: 13px;
    }

    .project-overlay-content {
        padding: 25px;
    }

    .overlay-link {
        padding: 8px 25px;
        font-size: 13px;
    }

    .overlay-categories li a {
        font-size: 11px;
        padding: 3px 8px;
    }
}

@media (max-width: 576px) {
    .project-item-3 .project-img {
        height: 380px;
    }

    .overlay-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .project-overlay-content {
        padding: 20px;
    }

    .overlay-location,
    .overlay-year,
    .overlay-category {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .overlay-link {
        margin-top: 15px;
        padding: 6px 20px;
        font-size: 12px;
    }
}

/* Service Details CTA Container */
.service-details-cta {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 10px;
    padding: 40px 15px;
    text-align: center;
    overflow: hidden;
}

    .service-details-cta .cta-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        opacity: 0.1;
        z-index: 0;
    }

    .service-details-cta .icon {
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

        .service-details-cta .icon img {
            width: 60px;
            height: auto;
        }

    .service-details-cta > span {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    /* Telefon ve Mail Linkleri */
    .service-details-cta .number,
    .service-details-cta .mail {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 12px;
        transition: all 0.3s;
        position: relative;
        z-index: 1;
    }

        .service-details-cta .number:hover,
        .service-details-cta .mail:hover {
            color: #25D366;
        }

        .service-details-cta .number i,
        .service-details-cta .mail i {
            font-size: 16px;
            color: #25D366;
        }

    /* CTA Button Container */
    .service-details-cta .cta-btn {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }

/* WhatsApp Butonu - Küçültülmüş */
.whatsapp-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px; 
    background-color: #25D366 !important;
    border-radius: 40px;
    padding: 10px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
    width: 100%;
    box-sizing: border-box;
}

    .whatsapp-button:hover {
        background-color: #128C7E;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }

/* İkon Stili - Küçültülmüş */
.whatsapp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.whatsapp-button:hover .whatsapp-icon {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.whatsapp-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

/* Yazı Stili - Küçültülmüş */
.whatsapp-text {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-button {
        padding: 8px 12px;
        gap: 4px;
    }

    .whatsapp-icon {
        width: 20px;
        height: 20px;
    }

        .whatsapp-icon svg {
            width: 12px;
            height: 12px;
        }

    .whatsapp-text {
        font-size: 11px;
    }
}

/* FAQ WhatsApp Butonu */
.whatsapp-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

    .whatsapp-faq-btn:hover {
        background-color: #128C7E;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
    }

    .whatsapp-faq-btn i {
        font-size: 22px;
        color: #ffffff;
    }

    .whatsapp-faq-btn .icon i {
        font-size: 14px;
        transition: transform 0.3s;
    }

    .whatsapp-faq-btn:hover .icon i {
        transform: translateX(5px);
    }

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-faq-btn {
        padding: 10px 20px;
        font-size: 14px;
        gap: 8px;
    }

        .whatsapp-faq-btn i {
            font-size: 18px;
        }
}
/* Header WhatsApp Butonu - Kesin Çözüm */
.whatsapp-header-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    background-color: #25D366 !important;
    color: #ffffff !important;
    border-radius: 40px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
    width: auto !important;
    min-width: 120px !important;
    height: auto !important;
    box-sizing: border-box !important;
}

    .whatsapp-header-btn:hover {
        background-color: #000 !important;
        color: #ffffff !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
    }

    .whatsapp-header-btn i {
        font-size: 18px !important;
        color: #ffffff !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    .whatsapp-header-btn span {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #ffffff !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-header-btn {
        padding: 8px 16px !important;
        gap: 8px !important;
        min-width: 100px !important;
    }

        .whatsapp-header-btn i {
            font-size: 16px !important;
        }

        .whatsapp-header-btn span {
            font-size: 13px !important;
        }
}

@media (max-width: 576px) {
    .whatsapp-header-btn {
        padding: 8px 12px !important;
        min-width: auto !important;
    }

        .whatsapp-header-btn span {
            display: inline-block !important;
            font-size: 12px !important;
        }
}

/* Sidebar Contact Items */
.side-menu-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.side-menu-contact-item i {
    min-width: 20px;
    margin-top: 3px;
    color: #25D366;
}

.side-menu-contact-item span,
.side-menu-contact-item a {
    flex: 1;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}

.side-menu-contact-item a:hover {
    color: #25D366;
}

/* Sidebar List Styles */
.side-menu-list li {
    margin-bottom: 15px;
    list-style: none;
}

.side-menu-list li:last-child {
    margin-bottom: 0;
}