.portfoliocount {
	font-size: 120px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: #bda754;
    }
.portfoliocount_main{text-align: end;}
.portfolio-title{
	font-size: 19px;
	font-weight: 400;
	line-height: 2.5;
	font-weight: bold;	
	}
.list_portfolio {
    display: flex;
    flex-direction: column;
    gap: 40px; 
}

.portfolio-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-row h2 {
    width: 100%;
  
    font-size: 24px;
    margin-bottom: 20px;
}
.portfolio-row .title_Project_status{
	width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
	font-size: xx-large;
	text-transform: uppercase;
	color:#000;
}

.portfolio-inner1 {
    width: calc(33.333% - 20px); 
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
}

.portfolio_img {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.portfolio_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.portfolio-content1 {
    padding: 10px;
    margin-top: 10px;
}

.portfolio-content-inner1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.line1 {
    background-color: #bda588;
    width: 80px;
    height: 2px;
    flex-shrink: 0;
    margin-top: -31px;
}

.entry-title {
    font-size: x-large;
    margin: 0;
}

.portfolio_img:hover .thumbnail-overlay {
    opacity: 1;
}

.entry-locations1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1.5;
}

.entry-locations1::before {
    content: attr(data-text);
    display: block;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.all_project_btn {
    background-color: #bda588;
    border-color: #bda588;
    color: #fff;
    border-radius: 2px;
    height: 48px;
    display: inline-block;
    padding: 0 35px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .portfolio-inner1 {
        width: calc(50% - 20px); 
    }
}

@media (max-width: 480px) {
    .portfolio-inner1 {
        width: 100%;
    }
}
