.proje-filtre-main-section {
  width: 100%;
  margin-top: -155px;
  position: relative;
  z-index: 10;
}

.proje-filtre-banner-wrapper {
  height: 275px;
  width: 100%;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
  background-image: url("/static/img/haberler-banner-zemin.svg"), 
                    url("/static/img/haberler-main-banner.svg"); 
  background-size: 871px 409px, cover;
  background-position: 800px -79px, center center;
  background-repeat: no-repeat;
}

.proje-filtre-banner-content {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 10px;
}

.proje-filtre-banner-breadcrumb {
  position: static;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 6px;
}

.proje-filtre-banner-breadcrumb span {
    font-size: 16px;
}

.proje-filtre-logo{
    width: 28px;
    height: 13px;
    flex-shrink: 0;
}
.container-1060 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 16px;
}

.proje-filtre-link-ana,
.proje-filtre-link-aktif {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.proje-filtre-link-ana {
    color: #808285;
    margin-right: 0;
}

.proje-filtre-link-aktif {
    color: #F69930;
}




/* Projeler Başlık Bölümü */
.proje-filtre-baslik-section {
    padding-top: 0px;
    padding-bottom: 40px;
    
}

.proje-filtre-baslik-wrapper {
    
    background-color: #F5F3F3;
}

.proje-filtre-baslik-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 110px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    
    
}
.proje-filtre-tab {
  border-radius: 2px;
}
.proje-filtre-tab.active {
  border-radius: 2px;
}
.proje-filtre-tab::after {
  border-radius: 2px;
}

.proje-filtre-section-logo-baslik {
    display: flex; 
    justify-content: flex-start;
    padding-left: 0;
}

.proje-filtre-logo-baslik-content {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.proje-filtre-baslik-logo {
    width: 63px;
    height: 29px;
}

.proje-filtre-baslik-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #939393;
    display: block; 
    margin-top: -6px;
    
}
.proje-filtre-section-slogan{
    padding-left: 0;
    padding-right: 0;
}

.proje-filtre-slogan-content {
    max-width: 425px; 
    height: 73px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: -0.03em;
    color: #939393;
    display: flex;
    align-items: center;
}


@media (max-width: 992px) {
    .proje-filtre-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
  .proje-filtre-banner-wrapper{
    padding-top: 150px;
    height: 200px;
  }
    .proje-filtre-section-logo-baslik,
    .proje-filtre-section-slogan {
        margin-bottom: 20px;
    }
    .proje-filtre-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
 
    .proje-filtre-filtreleme-tabs {
        gap: 10px;
        flex-wrap: nowrap;
        justify-content: flex-start; 
    }
    
    .proje-filtre-tab {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .proje-filtre-baslik-wrapper {
        padding-top: 15px;
    }
    .proje-filtre-baslik-text {
        font-size: 24px;
    }
    .proje-filtre-baslik-logo {
        width: 50px;
        height: 23px;
    }
    .proje-filtre-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
    .proje-kart-row {
  padding-left: 15px;
  padding-right: 15px;
}
    
}


/*Proje Kart*/
.proje-filtre-filtreleme-section{
    padding-bottom: 50px;
}
.proje-kart {
  width: 100%;
  max-width: 516px;
  height: 350px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proje-kart-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  z-index: 1;
}
.proje-kart:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.proje-kart-konum {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.proje-kart-konum img {
  width: 15px;
  height: 17px;
}

.proje-kart-konum span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.proje-kart-icerik {
  position: relative;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.proje-filtre-tum-button-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.proje-filtre-tum-button {
  width: 100%;
  max-width: 340px;
  height: 48px;
  background-color: #D9D9D9;
  color: #262626;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.proje-filtre-tum-button:hover {
  background-color: #F69930; 
  color: white;
}
/*kart içeriği*/
.proje-kart-baslik {
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 27px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 12px;
}


.proje-kart-bilgi-grup {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}

.proje-kart-bilgi {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.proje-kart-bilgi img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.proje-kart-bilgi-label{
   font-family: 'DM Sans', sans-serif;
  font-weight: 300; /* Light */
  font-size: 8px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
}
.proje-kart-bilgi-deger {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300; /* Light */
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
}

.proje-detay-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 204px;
  height: 40px;
  background-color: #939393;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.proje-detay-button:hover {
  background-color: #F69930;
}

.proje-kart-bilgi div {
  display: flex;
  flex-direction: column;
  min-width: 70px;
  max-width: 100px;
  flex: 1;
}

/*Progresis Bar */
.proje-kart-progress-wrapper {
  position: absolute;
  top: 40px; /* konumdan sonra */
  left: 15px;
  width: 84.75px;
  height: 1.69px;
  z-index: 2;
}

.proje-kart-progress-bg {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}

.proje-kart-progress-fill {
  height: 100%;
  background-color: #F69930;
  border-radius: 10px;
  width: 0%;
  transition: width 0.5s ease;
}

@media (max-width: 576px) {
  .proje-filtre-tum-button-wrapper {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .proje-detay-button {
    max-width: 40%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }
}