.dp-portfolio-wrapper-e4665bc3 {
	display: flex;
	gap: 40px;
	width: 100%;
}

.dp-dir-horizontal-e4665bc3 {
	flex-direction: column;
}

.dp-dir-horizontal-e4665bc3 .dp-tabs-nav-e4665bc3 {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px; /* Default gap between tabs */
	justify-content: center; /* Center horizontally by default */
}

.dp-dir-horizontal-e4665bc3 .dp-tab-btn-e4665bc3 {
	flex: 0 1 auto; /* Allow sizing based on content */
	justify-content: center;
}

.dp-dir-vertical-e4665bc3 {
	flex-direction: row;
}

.dp-tabs-nav-e4665bc3 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 250px;
	flex-shrink: 0;
}

.dp-tab-btn-e4665bc3 {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 15px 20px;
	background: #f8f9fa;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition: all 0.3s ease;
}

.dp-tab-btn-e4665bc3:hover,
.dp-tab-btn-e4665bc3.active {
	background: #007bff;
	color: #fff;
}

.dp-tab-icon-e4665bc3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	font-size: 20px;
}
.dp-tab-icon-e4665bc3 svg {
	width: 20px;
	height: 20px;
}

.dp-tabs-content-e4665bc3 {
	flex-grow: 1;
	min-width: 0;
}

.dp-tab-pane-e4665bc3 {
	display: none;
	animation: dp-fade-in-e4665bc3 0.4s ease;
}

.dp-tab-pane-e4665bc3.active {
	display: block;
}

@keyframes dp-fade-in-e4665bc3 {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

.dp-projects-carousel-e4665bc3 {
	padding-bottom: 20px;
}

/* Make it smooth linear transition */
.dp-projects-carousel-e4665bc3 .swiper-wrapper {
	transition-timing-function: linear !important;
}

.dp-project-card-e4665bc3 {
	position: relative;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4/3;
	text-decoration: none !important;
}

.dp-project-img-e4665bc3 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.dp-project-card-e4665bc3:hover .dp-project-img-e4665bc3 {
	transform: scale(1.05);
}

.dp-project-overlay-e4665bc3 {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	padding: 30px;
	text-align: center;
}

.dp-project-card-e4665bc3:hover .dp-project-overlay-e4665bc3 {
	opacity: 1;
}

.dp-project-info-e4665bc3 {
	transform: translateY(20px);
	transition: transform 0.4s ease;
}

.dp-project-card-e4665bc3:hover .dp-project-info-e4665bc3 {
	transform: translateY(0);
}

.dp-project-title-e4665bc3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.dp-project-subtitle-e4665bc3 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	margin: 0;
}

/* Custom Navigation Arrows */
.dp-carousel-nav-e4665bc3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.dp-swiper-btn-e4665bc3 {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f8f9fa;
	color: #333;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	z-index: 10;
}

.dp-swiper-btn-e4665bc3:hover {
	background: #007bff;
	color: #fff;
}

@media (max-width: 768px) {
	.dp-portfolio-wrapper-e4665bc3 {
		flex-direction: column;
	}
	.dp-tabs-nav-e4665bc3 {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.dp-tab-btn-e4665bc3 {
		flex: 1 1 auto;
		justify-content: center;
	}
}
