.project-about {
    padding: 7rem 0rem;
	padding-bottom: 4rem;
    background-color: #F1EFE9;
}

.projekti-galerija {
    padding: 4rem 0rem;
	background-color: #f1efe9;
}

.projekti-thumbnail img {
    width: 100%;
    height: auto;
}

.features-section {
    margin-top: 20px;
}


.features-image-1 img,
.features-image-2 img,
.features-img {
  display: block;
  width: 100%;       
  height: 700px !important;  
  object-fit: cover;  
  border-radius: 5px;
 
}

.features-img2 {
  display: block;
  width: 100%;       
  height: 700px !important;  
  object-fit: cover;  
  border-radius: 5px;
  margin-top: -15rem;

}

/* make both columns start at the top of the row */
.features-section .row {
  display: flex;
  align-items: flex-start;
}


.features-image-1 {
  margin-top: 3rem;
}

.features-content p {
  padding: 1.5rem 0;           
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-bottom: 0;            
  margin-top: 0;
}


.content-acf {
    padding-right: 6rem !important;
}

.features-opis {
    padding: 8rem 0rem;
}

.features-right {
    padding-left: 8rem !important;
}

.features-image-2 img {
    height: 754px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.gallery-image img {
    width: 100%;
    object-fit: cover;
}

.fullwidth img {
    height: 766px;
	border-radius: 20px;
}

.halfwidth img {
    height: 662px;
	border-radius: 5px;
}

.projekti-galerija .row>* {
    padding-bottom: 4rem;
}

@media (max-width: 768px) {
    .gallery-image {
        width: 100%;
    }

    .gallery-image img {
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .projekti-galerija .row>* {
        padding-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .projekti-galerija .row>* {
        padding-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .features-image-2 img {
        height: 400px;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .features-image-1 img {
        height: 400px;
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .features-opis {
        padding: 2rem 0rem;
    }
}

@media (max-width: 768px) {
    .features-right {
        padding-left: 0rem !important;
    }
}

.project-thumbnail img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}



/* NEW */



.features-img3 {
  display: block;
  width: 100%;
  max-height: 800px;      
  object-fit: cover;
  border-radius: 20px;     
  margin: 4rem 0;          
}

/* Responsive fallback */
@media (max-width:768px) {
  .features-img3 {
    max-height: 400px;
  }
}

.project-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: flex-end;
  align-items: center;
}

.project-info-pills .pill {
    display: inline-block;
    padding: 0.25rem 0.7rem;
    border: 1px solid #111111;
    border-radius: 999px;
    font-size: 0.875rem;
    line-height: 1;
    color: #111111;
    background-color: #fff;
    white-space: nowrap;
	font-weight: 500;
}


.no-gutter-last {
  position: relative;
border-radius: 0px !important;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50%;
  margin-left: -50vw;
  padding: 0 !important;
}


.no-gutter-last img {
  height: auto !important;
  max-height: 685px !important;
  object-fit: cover;
}


.filter-buttons {
    margin-top: 1.5rem !important;
}

div#projekti {
    background-color: #f1efe9;
	    padding: 4rem 0rem 7rem 3% !important;
}

.about-projekti {
	margin-bottom: 5rem;
}

.breadcrumbs {
  font-size: 14px;
  margin-top: 9rem;
  line-height: 15px;
  font-weight: 450;
}
.breadcrumbs a {
  color: #585942;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .sep {
  margin: 0 0.5rem;
  color: #aaa;
}
.breadcrumbs .current {
  color: #000;
  font-weight: 500;
}
	
.project-meta p {
  margin-bottom: 1rem; 
  line-height: 1.4;
}

.project-meta p strong {
  font-weight: 600;
}

/* lastna črta za projektne strani */
.project-divider {
  width: 100%;                
  height: 1px;                
  background-color: #A4A495;  
}

.project-about h3 {
font-size: 20px !important;
width: 60% !important;
line-height: 145%;
font-weight: 450 !important;
}

.featured-opis p {
    font-size: 20px !important;
    line-height: 145%;
}

.hero-projects {
	padding-top: 5rem !Important;
	}
