.proje-detay-banner-section {
  background-color: #f69930;
  margin-top: -150px;
 height: 100%;
 max-height: 952px;
}
.proje-detay-banner-wrapper{
    height: 100%;
    max-height: 952px;
}

.proje-detay-banner-row {
  
  margin: 0;
  padding: 0;


}
.proje-detay-banner-row > .col-12 {
    
    padding-right: 0;
    padding-left: 0;
}



.proje-detay-banner-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 952px;
    object-fit: cover;
    display: block;
    
}

.proje-detay-image-overlay-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px); 
    
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,    
        rgba(0, 0, 0, 0) 100%     
    );
    
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 991.98px) {
   .proje-detay-banner-section {
        margin-top: -150px; 
    }
    .proje-detay-image-overlay-container::after {
        top: 70px; 
        height: calc(100% - 70px);
    }
   
    .proje-detay-link-aktif,
    .proje-detay-link-ana{
      font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .proje-detay-banner-section {
        margin-top: -120px; 
    }
    .proje-detay-image-overlay-container::after {
        top: 50px; 
        height: calc(100% - 50px);
    }
    
}

@media (max-width: 575.98px) {
    .proje-detay-banner-section {
        margin-top: -80px; 
    }
    .proje-detay-image-overlay-container::after {
        top: 30px; 
        height: calc(100% - 30px);
    }
     
}

/*Proje_detay sayfa adları tanımlayıcı*/

.proje-detay-banner-breadcrumb {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1060px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-radius: 6px;
}


.proje-detay-logo{
    width: 28px;
    height: 13px;
    flex-shrink: 0;
}

.proje-detay-link-ana,
.proje-detay-link-aktif {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.proje-detay-link-ana {
    color: #ffffff;
    margin-right: 0;
}

.proje-detay-link-aktif {
    color: #F69930;
}


/* proje-detay Başlık Bölümü */
.proje-detay-baslik-section {
    
    
    padding-bottom: 40px;
    
}

.proje-detay-baslik-wrapper {
  background-color: #F5F3F3;
}

.proje-detay-baslik-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 110px;
  max-width: 1060px;
  margin: 0 auto;
}

.proje-detay-logo-baslik-content {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding-left: 10px;
}

.proje-detay-baslik-logo {
  width: 63px;
  height: 29px;
  display: block;
}

.proje-detay-baslik-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #939393;
  display: block;
}


@media (max-width: 992px) {
    .proje-detay-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 768px) {
    .proje-detay-section-logo-baslik,
    .proje-detay-section-slogan {
        margin-bottom: 20px;
    }
    .proje-detay-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
}


@media (max-width: 576px) {
    .proje-detay-baslik-wrapper {
        padding-top: 15px;
    }
    
     .proje-detay-baslik-row {
    height: 90px; 
  }
    .proje-detay-baslik-text {
        font-size: 24px;
    }
    .proje-detay-baslik-logo {
        width: 50px;
        height: auto;
    }
    .proje-detay-slogan-content {
        font-size: 15px;
        padding-left: 15px;
    }
    .proje-detay-baslik-section{
      margin-top: 25px;
    }
    .proje-detayleme-filtre-wrapper {
      padding-right: 10px;
      padding-left: 10px;
    }
    .proje-detay-baslik-row-kucuk {
      padding-left: 10px;
    }
}

/*Filtre Barı */

.proje-detayleme-filtre-wrapper {
  max-width: 1060px;
  width: 100%;
  padding-top:45px ;
  padding-left: 10px;
}

.proje-detay-filtreleme-tabs {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}

.proje-detay-tab {
  width: 175px;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  color: #939393;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  border-radius: 2px;
}

.proje-detay-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%;
  height: 4px;
  background-color: #939393;
  transition: width 0.3s ease, background-color 0.3s ease;
  border-radius: 2px;
}
.proje-detay-tab:hover {
  color: #F69930;
}
.proje-detay-tab.active {
  color: #F69930;
}

.proje-detay-tab:hover::after {
  width: 60%; 
  background-color: #F69930;
}

.proje-detay-tab.active::after {
  width: 100%;
  background-color: #F69930;
}

/*Şantiye Filtre */
.proje-ay-tab {
  width: 175px;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  color: #939393;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  border-radius: 2px;
}

.proje-ay-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; 
  width: 100%;
  height: 4px;
  background-color: #939393;
  transition: width 0.3s ease, background-color 0.3s ease;
  border-radius: 2px;
}
.proje-ay-tab:hover {
  color: #F69930;
}
.proje-ay-tab.active {
  color: #F69930;
}

.proje-ay-tab:hover::after {
  width: 60%; 
  background-color: #F69930;
}

.proje-ay-tab.active::after {
  width: 100%;
  background-color: #F69930;
}



/*Slogan resim*/
.proje-detay-slogan-resim-section {
    padding: 45px 0;
}
.proje-detay-slogan-resim-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* Dikeyde üst hizalama */
  justify-content: space-between;
}

.proje-detay-slogan-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding-left: 0;
}

.slogan-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 112%;
  color: #000;
  text-align: left;
  width: 395px;
  
  margin-bottom: 20px;
}

.slogan-aciklama {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: left;
  width: 430px;
  
}

.proje-detay-resim-col {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 520 / 470;
}

.slogan-resim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 20px;
  display: block;
}


/*Proje Bilgileri logo Başlık Slogan*/
.proje-detay-baslik-section-kucuk {
  background-color: #EDEDED;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-top: 0;
}


.gorsel-ara-baslik-col,
.gorsel-logo-baslik-col{
  padding: 0;
}
.proje-detay-baslik-row-kucuk {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; 
  row-gap: 24px;
  
  padding-right: 10px;
}

.proje-detay-logo-baslik-content-kucuk {
  height: 54px;
  display: flex;
  align-items: flex-start;
  
}

.proje-detay-baslik-logo-kucuk {
  width: 45px;
  height: auto;
  display: block;
}

.proje-detay-baslik-text-kucuk {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #939393;
  display: block;
  margin-top: -2px;
}

.proje-detay-slogan-text-kucuk {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #939393;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}



/*Proje Bilgileri*/
.proje-detay-genel-bakis {
  background-color: #EDEDED;
  padding-bottom: 40px;
}

.genel-bakis-wrapper {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  background-color: #EDEDED;
}

.genel-bakis-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.genel-bakis-item {
  flex: 0 0 calc(20% - 13px); /* 5 kutu yan yana */
  min-width: 180px;
}
.genel-bakis-text{
    font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 22px;
color: #F69930;
line-height: 100%;
letter-spacing: 0%;
padding-left: 5px;

}


/* Bilgi kutusu */
.info-box {
  
  padding-right: 10px;
  padding-left: 5px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-box:hover .info-icon {
  transform: scale(1.2);
}

.info-icon {
  width: 32px;
  height: auto;
  transition: transform 0.3s ease;
}
.info-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.info-text {
  font-size: 14px;
  color: #333;
  margin: 0;
}
.info-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #F69930;
  margin: 0;
}
.info-value {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
}
.info-value-diger {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
/* Responsive geçişler */
@media (max-width: 992px) {
  .genel-bakis-item {
    flex: 0 0 calc(33.333% - 11px); /* 3’lü */
  }
}

@media (max-width: 768px) {
  .genel-bakis-wrapper {
    padding-left: 10px;
  }
  .genel-bakis-item {
    flex: 0 0 calc(50% - 8px); /* 2’li */
  }
}

@media (max-width: 576px) {
 .genel-bakis-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .genel-bakis-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .detayli-konut-wrapper{
    padding-left: 10px;
  }

  .info-box {
    display: flex; 
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    padding-left: 10px;
  }

  .info-icon {
    
    margin-bottom: 6px;
  }
}


/*Konut Detay Section*/
.detayli-konut-section{
    padding-bottom: 50px; 
    background-color: #EDEDED;
}
.detayli-konut-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 5px;
  text-align: left;
  
}


.detayli-konut-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #F69930;
  margin-bottom: 24px;
  
}

.konut-tip-row {
  margin-bottom: 35px;
}

.konut-tip-checkboxes {
  display: flex;
  gap: 55px;
  margin-top: 8px;
  align-items: center;
  margin-bottom: 30px;
}

.konut-checkbox {
  display: flex;
  align-items: center;
  
  gap: 10px;
  cursor: pointer;
}
.custom-box {
  width: 20px;
  height: 20px;
  border: 2px solid #B1B1B1;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.konut-checkbox input:checked + .custom-box {
  background-color: #F69930;
  border-color: #F69930;
}
.checkbox-label {
  
  font-size: 14px;
  color: #B1B1B1;
  transition: color 0.3s ease;
  
}

.checkbox-label.active-text {
  color: #F69930;
  font-weight: 500;
}
.konut-checkbox input {
  display: none;
}


.grup-baslik{
  color:#F69930;
}
.bilgi-grup-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 35px;
  
}
.bilgi-grup-row.last-row {
  margin-bottom: 0; 
}

.bilgi-item {
  display: flex;
  flex-direction: column;
  min-width: 120px;
}

.bilgi-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #F69930;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.bilgi-deger {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #d8d8d8;
  
  
}


/*Görseller*/
.proje-detay-baslik-section-gorsel {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: 0;
}
.proje-detay-gorsel-ara-baslik{
  font-family: 'DM Sans',sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 18px;
color: #939393;
line-height: 100%;
letter-spacing: 0%;


}
.proje-detay-gorsel-ara-slogan{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 425px;
  height: 100%;
  max-height: 58px;
  gap: 8px;
  font-family: 'DM Sans';
font-weight: 300;
font-style: normal;
font-size: 17px;
color: #939393;
line-height: 18px;
letter-spacing: -0.03em;
margin-bottom: 0;
}
.gorsel-ara-slogan-col{
  padding: 0;
  height: 100%;
  
}
.gecici-filtre{
padding-top: 25px;
}


/* Slider Şantiye */
.slider-section {
  width: 100%;
  padding-top: 55px;
}


.slider-wrapper {
  max-width: 1470px;
  margin-left: auto;
  margin-right: 0; /* ✅ sağa yaslanır */
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
}

.slider-item {
  width: 520px;
  height: 363px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Kontroller */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 70px;
  padding-bottom: 40px;
  max-height: 110px;
}


.progress-container {
  width: 100%;
  max-width: 1470px;
  margin-left: auto;
  margin-right: 0; 
  
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.progress-container .row {
  width: 100%;
  display: flex;
  align-items: center; /* dikey ortalama */
  justify-content: center;
  
  margin: 0;
}
.progress-wrapper {
  width: 100%;
  padding: 0;
  height: 4px;
  background-color: #B1B1B1;
  border-radius: 2px;
  
}

.progress-track {
  width: 100%;
  height: 100%;
  position: relative;
  
}

.progress-fill {
  width: 0%;
  height: 100%;
  background-color: #F69930;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.arrow-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.arrow-wrapper {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* ✅ Responsive kırılım */
@media (max-width: 1024px) {
  .slider-item {
    width: 50%;
    
  }

  .slider-track {
    flex-wrap: nowrap;
  }

  .slider-controls {
    flex-direction: column;
    align-items: stretch;
    position: relative;
  }

  .progress-wrapper {
    max-width: 100%;
  }

 

  #prevBtn {
    left: 0;
  }

  #nextBtn {
    right: 0;
  }
}
.progress-col{
  padding: 0;
}

/*Şantiye Slider Altındaki Projje Görselleri Slider*/
.full-slider {
  width: 100%;
  background-color: #EDEDED;
  padding-top: 10px;
}

.slider-full-wrapper {
  max-width: 1470px;
  width: 100%;
  margin-left: auto;
  margin-right: 0; 
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
 
}
.slider-full-wrapper.full-width {
  max-width: 100% !important;
  padding: 0 !important;
}
.proje-detay-gorseller-sahadan,
.proje-detay-gorseller {
  font-family: DM Sans;
font-weight: 500;
font-style: normal;
font-size: 18px;
color: #939393;
line-height: 100%;
letter-spacing: 0%;


}
.proje-detay-gorseller-sahadan {
  padding-left: 10px;
}

/*ŞkAT pLANLARI  Slider VE BAŞLIK*/
.slider-section-kat-planlari-baslik {
  background-color: #5C5C5C;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-top: 0;
}
.slider-section-kat-planlari {
  width: 100%;
  
  background-color:#5C5C5C;
}
.katplani-col-wrapper{
  padding-left: 10px;
}

/* Eski medya slider include sayfa Yeni Videolar Bölümü*/ 



.slider-section-videolar-baslik {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-top: 0;
}

.logo-img {
    width: 45px !important;
    height: 21px !important;
}

/*Video Slider Alanı */
.video-slider-wrapper {
  width: 100%;
  max-width: 1470px;
  height: 390px;
  margin-left: auto;
  overflow: hidden;
}

.video-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.video-item {
  flex-shrink: 0;
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
  
  transition: all 0.3s ease;
}

.video-item.active {
  width: 430px;
}

.video-wrapper {
  width: 100%;
  height: 236px;
  border-radius: 20px;
  overflow: hidden;
}

.video-item.active .video-wrapper {
  height: 300px;
}

.video-wrapper iframe,
.video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 20px;
}

.video-meta {
  margin-top: 12px;
  padding: 0 8px;
}

.video-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -2%;
  color: #B1B1B1;
  font-size: 22px;
}

.video-item.active .video-title {
  font-size: 32px;
  color: #F69930;
}

.video-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #B1B1B1;
  font-family: 'DM Sans', sans-serif;
}

.video-info span {
  font-size: 12px;
}
.video-info img {
  width: 18px;
  height: 18px;
}

.video-item.active .video-info img {
  width: 26px;
  height: 26px;
}

.video-item.active .video-info span {
  font-size: 16px;
}

/*Video Slider Alnı Play Button*/
.video-wrapper {
  width: 100%;
  height: 236px;
  
  position: relative;
  overflow: hidden;
}

.video-item.active .video-wrapper {
  height: 300px;
}

.video-thumbnail {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}
    

.video-wrapper:hover .video-thumbnail {
    transform: scale(1.05);
    transition: transform 0.4s ease;
}

.video-badge {
  position: absolute;
  top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  
  padding: 4px 6px;
  border-radius: 6px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.2px;
  z-index: 3;
}

.video-badge img {
  width: 12px;
  height: 12px;
}

.konum-badge {
  left: 8px;
}

.tarih-badge {
  right: 8px;
}

/* Küçük kartlar için özel font boyutu */
.small-badge span {
  font-size: 8px;
}
.video-item.active .small-badge span {
  font-size: 14px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  background: url('/static/img/play-icon.svg') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal.open {
  display: flex !important;
}
.video-meta-modal {
  color: white;
  margin-bottom: 12px;
  text-align: center;
}

.video-title-modal {
  font-size: 20px;
  font-weight: bold;
}

.video-date-modal {
  font-size: 14px;
  opacity: 0.8;
}

/*Progresis alanı */
.proje-detay-progress-row {
width: 100%;
  max-width: 1470px;
  margin-left: auto;
  margin-right: 0; 
  
  padding-top: 40px;
   display: flex;
  align-items: center; /* dikey ortalama */
  box-sizing: border-box;
}


.projedetay-video-progres {
    height: 4px;
    background-color: #B1B1B1;
    border-radius: 2px;
    padding-left: 0 !important; 
    padding-right: 0 !important;
}


.proje-detay-progres-slider-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-start; 
    align-items: center; 
}
  .proje-detay-video-slider-arrow {
        width: 30px; 
        height: 30px;
    }
.proje-detay-video-tum-videolari-button {
  width: 340px;
    height: 48px;
    background-color: #d9d9d9; 
    border: none;
    border-radius: 8px;
    opacity: 1;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-style: normal; 
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #000; 
    cursor: pointer;
    
    
    transition: background-color 0.3s ease, color 0.3s ease;
}
.proje-detay-video-tum-videolari-button:hover {
    background-color: #8b8b8b9c; 
    color: #292929d2; 
}
.proje-detay-videolar-button{
  padding-top:40px ;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .katplani-col-wrapper{
    padding-left: 0;
  }
  .proje-detay-gorseller-sahadan{
    padding-left: 0;
  }
  .proje-detay-progress-row {
    flex-direction: column;
    gap: 20px;
  }
  .progress-container .row {
     flex-direction: column;
     gap: 20px;
  
}

  .proje-detay-progres-slider-buttons {
    justify-content: center;
  }

  .proje-detay-video-tum-videolari-button {
    width: 100%;
  }
  .video-badge {
    font-size: 12px;
    padding: 4px 8px;
  }

  .konum-badge {
    left: 8px;
  }

  .tarih-badge {
    right: 8px;
  }
}

/*Proje Detay Dosyalar Başlık*/
.proje-detay-dosyalar-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  display: block;
}

.proje-detay-dosyalar-baslik-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-top: 40px;
}

/*Proje Detay Dosyalar içerik*/
.proje-dosyalar-section {
  min-height: 850px;
  overflow: hidden;
  position: relative;
  height: 100vh;
 
}
.proje-dosyalar-section .container {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  
}
.proje-dosyalar-section-row {
  max-width: 1060px;         
  width: 100%;              
  margin-left: auto;         
  margin-right: auto;
  padding-left: 10px;       
  padding-right: 15px;
  box-sizing: border-box;   
  
}
.proje-dosyalar-col1{
  padding-left: 0;
}
.proje-dosyalar-col2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proje-dosyalar-col3 {
  flex: 0 0 auto;
  margin-bottom: 50px;
}

.proje-dosyalar-bg {
  position: absolute;
  top: -200px; 
  left: 0;
  width: 100%;
  height: calc(100% + 200px); 
  object-fit: cover;
  z-index: 0;
}

.proje-dosyalar-section::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
  z-index: 1;
}



.proje-dosyalar-slogan-text {
  text-align: center;
  color: #ffffff;
  margin-top: 80px; 
  height: 100%;
}

.slogan-ust {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 32px;         
  letter-spacing: -0.05em;
  margin: 0 0 24px 0;        
}

.slogan-alt {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 32px;         
  letter-spacing: -0.05em;
  margin: 0;
}

.proje-katalog-indir-btn-wrapper {
  display: flex;
  justify-content: center;
  
  
}

.proje-katalog-indir-btn {
 
  width: 340px;
  height: 48px;
  
  background-color: #b1b1b1;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding-top: 8px; 
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  
}

.proje-katalog-indir-btn:hover {
  background-color: #F69930; 
}

/*Proje Detay Konum*/
.proje-detay-konum-section {
  padding-bottom: 100px;
}
.proje-detay-baslik-section-kucuk-konum {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 70px;
  margin-top: 0;
}
.proje-detay-konum-row {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
   display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  flex-wrap: wrap;
}
.proje-detay-konum-baslik{
  padding-left: 0;
}

.map-wrapper {
  width: 100%;
  max-width: 519px;
  aspect-ratio: 1 / 1; /* 519x518 oranı */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.adres-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #B1B1B1;
  margin-bottom: 12px;
}

.adres-metni {
  font-family: DM Sans;
font-weight: 400;
font-style: normal;
font-size: 18px;

line-height: 100%;
letter-spacing: 0%;

  color: #000000;
}

.adres-yol-tarifi-btn {
  display: inline-block;
  width: 429px;
  height: 48px;
  background-color: #B1B1B1;
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
   border: none;
}

.adres-yol-tarifi-btn:hover {
  background-color: #F69930;
}

.ulasim-bolumu {
  margin-top: 32px;
}

.adres-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #B1B1B1;
  margin-bottom: 24px;
}

.ulasim-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}

.ulasim-item {
  display: flex;
  flex-direction: column;
}

.ulasim-baslik {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #B1B1B1;
  margin: 0;
  padding-bottom: 12px;
}
.ulasim-deger {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #000000; 
  margin: 0;
  
}
@media (max-width: 768px) {
  .ulasim-grid {
    grid-template-columns: 1fr;
  }
   .map-wrapper {
    aspect-ratio: 16 / 9;
  }
  .slogan-alt {
    font-size: 52px; 
    line-height: 1.2;
  }
  .proje-dosyalar-section-row{
    padding-left: 0;
  }
}


/*Bilgi Talep*/
.proje-detay-bilgi-talep-section{
  
  background-color: #EDEDED;
}

.proje-detay-bilgi-talep-row {
  max-width: 1490px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
}
.proje-detay-bilgi-talep-formu{
  width: 100%;
  max-width: 540px;
  max-height: none;
  height: auto;
  padding-top: 40px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.bilgi-form-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 30px;
  padding-top: 50px;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; 
}
.form-group label,
.checkbox-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #343434;
  
}
.form-input {
  width: 100%;
  height: 45px;
  padding: 10px 0;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #343434;
  border: none;
  border-bottom: 1px solid #343434;
  border-radius: 0;
  box-sizing: border-box;
  background-color: transparent;
}
textarea.form-input {
  height: auto;
  resize: vertical;
  height: 45px;
  resize: none;
  overflow: hidden;
}
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 24px; 
}
.form-row .half {
  flex: 1;
}
.checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 8px; /* Checkbox grubu ile başlık arasına boşluk */
}
.checkbox-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #343434;
}
.checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #343434;
  cursor: pointer;
}

.form-submit {
  width: 100%;
  max-width: 537px;
  height: 69px;
  background-color: #F69930;
  color: #FFFFFF;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  align-self: flex-start;
}


.proje-detay-bilgi-talep-picture {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
}

.talep-picture-wrapper {
  width: 700px;
  height: 673px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.talep-picture-img {
  width: 700px;
  height: 670px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}


@media (max-width: 768px) {
  .proje-detay-bilgi-talep-picture {
    justify-content: center;
    margin-top: 30px;
  }

  .talep-picture-wrapper {
    max-width: 100%;
  }
 .talep-picture-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .proje-detay-diger-projeler-slider-baslik{
  padding-left: 0;
}
.proje-detay-diger-projeler-slider-icerik{
  padding-left: 0;
  padding-right: 0;
  }
  .adres-yol-tarifi-btn{
    width: 100%;
  }
}


/*Diğer Projeler Slider*/
.proje-detay-diger-projeler-slider-row {
  max-width: 1490px;
  margin-left: auto;
  margin-right: 0;
  padding: 0 15px;
  width: 100%;
  padding-top: 40px;
}

.slider-content-wrapper {
  width: 100% !important; 
  max-width: 1490px !important;
  
}
.slider-wrapper-diger {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.proje-detay-diger-projeler-slider-basik {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 40px;
}
.proje-detay-diger-projeler-progres-wrapper {
  padding-bottom: 40px;
}
.slider-track,
.ikinci-track,
.third-track,
.santiye-track {
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slider-track {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  transition: transform 0.5s ease;
  width: fit-content;
  will-change: transform;
  
}
.project-card {
  position: relative;
  flex-shrink: 0;
  max-width: 610px; 
  width: 100%;
  height: 413px;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
}
.project-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
}

.project-image {
  width: 100%;
  height: 413px;
  max-height: 413px;
  object-fit: cover;
  border-radius: 20px;
}
.project-image-link {
  display: block;
  z-index: 2;
  position: relative;
}
.project-info-overlay {
   position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index:1;
  
}
.project-info-overlay .project-button {
  position: relative;
  z-index: 3;
}
.project-location {
  display: flex;
  align-items: center;
  
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: auto;
}
.project-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  
  
  color: #fff;
}
.project-info-lines {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info-line-grid {
  display: flex;
  justify-content:flex-start;
  gap: 32px;
}
.info-group-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  
  
}
.info-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.info-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}
.icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}
.info-text-group {
  display: flex;
  flex-direction: column;
}
.info-label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 2px;
 
}

.info-value-group {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}



.project-button-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  height: 100%;
}
.project-button {
  background-color: #808285;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 0 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 241px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
  z-index: 100;
}

.project-button:hover {
  background-color: #F69930;
}
.project-card.current-active .project-button {
  background-color: #f69930;
}
.project-card.current-active .project-button:hover {
  background-color: #e0881f;
}
.custom-progress-bar {
  height: 4px;
  width: 100%;
  max-width: 960px;
  background-color: #e9ecef;
  border-radius: 2px;
  overflow: hidden;
  flex-grow: 1;
}
.progress-indicator {
  height: 100%;
  background-color: #f69930;
  border-radius: 2px;
  transition: width 0.3s ease;
} 
.progress-wrapper-kucuk {
  width: 100px;
  height: 2px;
  background-color: #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}
.progress-background {
  width: 100%;
  height: 100%;
  position: relative;
}
.progress-fill-kucuk {
  height: 100%;
  background-color: #F69930;
  border-radius: 10px;
  transition: width 0.4s ease;
}
.oran-label{
  
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-style: normal; 
  font-size: 10px;
  line-height: 100%;
  letter-spacing: -0.02em; 
  color: white;
  margin-bottom: 6px;

}
/*Sabit Alt MEnu*/
/*ARa menu*/


.proje-detay-nav-wrapper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 10px 0;
 
}

.proje-detay-nav-tabs {
  
  display: flex;
  flex-wrap: nowrap; 
  justify-content: center;
  width: 100%;
  
}



.proje-detay-nav-tab:hover,
.proje-detay-nav-tab.aktif {
  background-color: #f69930;
  color: #fff;
}


.proje-detay-nav-section {

    margin-top: -150px; 
    
    position: relative; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: #D9D9D9;
    border-radius: 20px;
    width: 90%;
    max-width: 1050px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.sticky-nav {
    position: fixed !important; 
    top: 120px !important;
   
    z-index: 9999; 
    
    left: 50%;
    transform: translateX(-50%);
    width: 100%; 
    max-width: 1050px; 
    margin-top: 0px !important;
     
}




.proje-detay-nav-tab {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
   justify-content: center;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #939393;
  padding: 0 24px;
  height: 62px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  
}


.menu-icon {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.proje-detay-nav-tab:hover {
  background-color: #f69930;
  color: #fff;
}

.proje-detay-nav-tab:hover .menu-icon {
  filter: brightness(0) invert(1); /* ikonları beyazlaştırır */
}

.proje-detay-nav-tab.aktif {
  background-color: #f69930;
  color: #fff;
}

.proje-detay-nav-tab.aktif .menu-icon {
  filter: brightness(0) invert(1);
}
.first-tab {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.last-tab {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
section[id] {
  scroll-margin-top: 250px; 
}

@media (max-width: 1050px) {
    
.proje-detay-nav-section {
        margin-top: -25px;
        width: 100%; 
        max-width: 1050px;
        

    }
    
    .sticky-nav {
        width: 100% !important;   
        position: fixed !important;
        top: 100px !important;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .proje-detay-nav-tabs {
        flex-wrap: nowrap;
        width: 100%; 
        gap: 0;
        
    }

   
    .proje-detay-nav-tab {
        flex-direction: column; 
        flex: 1 1 0%; 
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0 10px;
     
        
        font-size: 11px; 
    }
   

    
    .proje-detay-nav-tab span {
        margin-left: 0; 
        margin-top: 3px; 
        white-space: nowrap; 
    }
    
    
    .menu-icon {
        width: 20px; 
        height: 20px;
    }
    
    
    .first-tab, .last-tab {
        border-radius: 0;
    }
    .first-tab {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .last-tab {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
   
}

@media (max-width: 576px) {

  .progress-row{
    display: flex;
    justify-content: center;
  }
  .progress-col{
    width: 100%;
  }
  .proje-detay-progress-row {
    padding: 0 15px;
  }

  .proje-detay-diger-projeler-progres-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .slider-arrow {
    align-self: center; 
  }
}

/*proje görsel Slideri 576 altında tek kart yapmak istersem*/
@media (max-width: 576px) {
  .slider-item.full-item {
    min-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .slider-track.full-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .slider-item.full-item {
    scroll-snap-align: start;
  }
}

