/* Genel Stil */

.projects-header {
    position: relative;
    background: url("../img/projeler/proje-detay.avif") center/cover no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: bold;
}

.projects-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(98, 86, 10, 0.4);
    /* Mavi overlay */
}

.projects-content {
    position: relative;
    z-index: 10;
}

.item {
    width: 202px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    /* Çerçeve için */
    background-color: #f8f8f8;
    /* Arka plan rengi */
}

.item img {
    width: 100%;
    height: auto;
    max-height: 60px;
}

body {
    font-family: 'Arial', sans-serif;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-space-block {
    padding: 40px 0;
}

.project-pinside-gallery-section-mobil {
    display: none;
}

.project-pinside-gallery-section-mobil .container {
    position: relative;
}

.project-pinside-gallery-section-mobil .owl-dots {
    display: none;
}

.project-pinside-gallery-section-mobil .container .badge {
    position: absolute;
    bottom: 8px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #212e83cc;
    padding: 7px 13px;
    gap: 6px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.12px;
}

/* Galeri Stilleri */
.project-gallery-left,
.project-pinside-gallery-section .project-gallery-right {
    height: 100%;
}

.project-pinside-gallery-section .project-gallery-left img,
.project-pinside-gallery-section .project-gallery-right img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-pinside-gallery-section .project-gallery-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    gap: 10px;
}

.project-pinside-gallery-section .project-gallery-right a {
    position: relative;
    display: none;
    height: -moz-fit-content;
    height: fit-content;
}

.project-pinside-gallery-section .project-gallery-right a .badge {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 6px;
    background: #212e83cc;
    padding: 9px 15px;
    gap: 6px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.12px;
}

.project-pinside-gallery-section .project-gallery-right a .badge img {
    width: 15px;
    height: 15px;
}

.project-pinside-gallery-section .project-gallery-right a:nth-child(4) .badge {
    display: flex;
}

.project-pinside-gallery-section .project-gallery-right a:last-child .badge {
    display: flex;
}

.project-pinside-gallery-section .project-gallery-right a:nth-child(1),
.project-pinside-gallery-section .project-gallery-right a:nth-child(2),
.project-pinside-gallery-section .project-gallery-right a:nth-child(3),
.project-pinside-gallery-section .project-gallery-right a:nth-child(4) {
    display: block;
}

.badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.badge img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

/* Proje Bilgileri */
.project-info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.project-info-title h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.project-info-title .item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 12px;
}

.project-info-title .item img {
    width: 80px;
    height: auto;
    margin-right: 40px;
}

.project-info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.project-pinside-info .project-info-cards .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #f0f4fc;
    border: none;
    padding: 30px;
}

.project-pinside-info .project-info-cards .card .left h4,
.project-pinside-info .project-info-cards .card .left .h4 {
    color: #212e83;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.project-pinside-info .project-info-cards .card .left span {
    color: #a1a1a1;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.project-pinside-info .project-info-cards .card .right img {
    width: 60px;
    height: 60px;
}

.project-info-descblock {
    margin-bottom: 30px;
}

.project-info-descblock h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.project-info-descblock p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.project-info-location {
    margin-bottom: 30px;
}

.project-info-location h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pilocation-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 12px;
}

.pilocation-map span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.pilocation-map a {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #333;
    text-decoration: none;
}

.pilocation-map a img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

/* Accordion */
.accordion-button {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    cursor: pointer;
}

.accordion-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.accordion-body {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-top: 10px;
}

.project-info-body a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
}

.project-info-body .left img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.project-info-body .right span {
    font-size: 14px;
    color: #666;
}

.project-info-body .right b {
    font-size: 16px;
    color: #333;
}

/* Footer */
.footer {
    background: #f9f9f9;
    padding: 40px 0;
    margin-top: 40px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}