.proje-detay-sag :where(h1,h2,h3,h4,h5,h6){font-size: 18px;}

/* ===== PROJE DETAY ===== */
.proje-detay-section { padding: 50px 0 70px; }

/* Sol: carousel */
.proje-detay-sol { padding-right: 20px; }

.proje-carousel { border-radius: 8px; overflow: hidden; background: #f5f5f5; }

.proje-main-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.proje-no-img {
    width: 100%;
    height: 380px;
    background: #f0f0f0;
}

/* Carousel ok renkleri */
.proje-carousel .carousel-control-prev,
.proje-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(161,23,27,0.75);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    opacity: 1;
}
.proje-carousel .carousel-control-prev { left: 10px; }
.proje-carousel .carousel-control-next { right: 10px; }
.proje-carousel .carousel-control-prev-icon,
.proje-carousel .carousel-control-next-icon { width: 16px; height: 16px; }

/* Thumbnail şeridi */
.proje-thumbnails {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
}

.proje-thumb {
    flex: 0 0 calc(25% - 6px);
    max-width: calc(25% - 6px);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 200ms;
}

.proje-thumb.active,
.proje-thumb:hover { border-color: #A1171B; }

.proje-thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    display: block;
}

/* Sağ: bilgiler */
.proje-detay-sag { padding-left: 20px; }

.proje-baslik-bar {
    background: linear-gradient(90deg, #A1171B 0%, #7a1214 60%, transparent 100%);
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.proje-baslik-bar h2 {
    margin: 0;
    font: normal normal bold 22px/30px Jost, sans-serif;
    color: #fff;
}

.proje-aciklama {
    font: normal normal normal 15px/26px Jost, sans-serif;
    color: #444;
    margin-bottom: 32px;
}

.proje-aciklama p { margin-bottom: 12px; }

/* Butonlar */
.proje-butonlar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .proje-detay-sol  { padding-right: 0; margin-bottom: 30px; }
    .proje-detay-sag  { padding-left: 0; }
    .proje-main-img, .proje-no-img { height: 300px; }
}

@media (max-width: 575px) {
    .proje-main-img, .proje-no-img { height: 240px; }
    .proje-thumb { flex: 0 0 calc(33.33% - 6px); max-width: calc(33.33% - 6px); }
    .proje-thumb img { height: 60px; }
    .proje-baslik-bar h2 { font-size: 17px; }
    .proje-butonlar { flex-direction: column;margin:0px 15px }
    .proje-butonlar .btn-acil,
    .proje-butonlar .btn-teklif { width: 100%; justify-content: center; }
}
