/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 02:30:36 */
.section-box .lqd-fb-content-inner.pos-rel.text-center.p-5 {
	transform:none !important; 
	margin-top: 0 !important;
    padding: 40px 0;
	text-align:left !important;

}

.next-prev-project {
  position: relative;
  text-align: center;
  color: #fff;
  margin: 30px 0;
  border-radius: 12px;
  overflow: hidden;
}

.next-prev-project .project-bg {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  position: relative;
}

.next-prev-project .project-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.next-prev-project h2,
.next-prev-project .project-label {
  position: relative;
  z-index: 2;
}

.next-prev-project h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0 0;
}

