.home-tabs {
	display: flex;
	align-items: stretch;
	width: 100%;
	border-top:none;
	border-left: 1px solid #e4e7e5;
	background: #ffffff;
}
.home-tabs-parent .for-icon .fh-icon-wrap{
width:18px !important;
height:21px !important;
}
.home-tabs-parent .for-black svg,
.home-tabs-parent .for-black svg path{
fill:#000;
}
.home-tabs .first-col,
.home-tabs .second-col,
.home-tabs .third-col,
.home-tabs .fourth-col {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 400px;
	padding: 18px;
	overflow: hidden;
	background: #ffffff;
	border-right: 1px solid #e4e7e5;
	border-bottom:none;
	transition:
		width 320ms cubic-bezier(0.22, 1, 0.36, 1),
		flex-basis 320ms cubic-bezier(0.22, 1, 0.36, 1),
		min-width 320ms cubic-bezier(0.22, 1, 0.36, 1),
		max-width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-tabs .active {
	width: 36% !important;
	flex: 0 0 36% !important;
}

.home-tabs .in-active {
	width: 21.333% !important;
	flex: 0 0 21.333% !important;
}

.home-tabs .active::before {
	content: none;
}

.home-tabs .elementor-widget-wrap,
.home-tabs .e-con-inner {
	height: 100%;
}

.home-tabs .elementor-widget-icon-box {
	margin-bottom: 0;
}

.home-tabs .elementor-icon-box-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.home-tabs .elementor-icon-box-icon {
	margin-bottom: 24px !important;
}

.home-tabs .elementor-icon-box-icon .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: rgba(8, 101, 255, 0.15);
}

.home-tabs .elementor-icon-box-title {
	margin: 0 0 16px !important;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	color: #000000;
}

.home-tabs .elementor-icon-box-description {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #525b53;
}

.home-tabs .li-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
	margin-bottom: 76px;
}

.home-tabs .active .li-container {
	display: flex;
}

.home-tabs .in-active .li-container {
	display: none;
}

.wcu-service-cards-link ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcu-service-cards-link ul li {
	margin: 0;
	padding: 0;
}
.wcu-service-cards-link ul li a {
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 0;
	padding: 4px 8px;
	border: 1px solid rgba(178, 207, 255, 0.6);
	border-radius: 96px;
	background: transparent;
	color: #525b53;
	text-decoration: none;

	transition: background-color 0.3s ease,
				color 0.3s ease,
				border-color 0.3s ease,
				transform 0.3s ease;
}

.wcu-service-cards-link ul li a span.elementor-icon-list-text{
	transition: color 0.3s ease;
}

.wcu-service-cards-link ul li a:hover{
	background: rgba(8, 101, 255, 0.15);
	color: #0865FF;
}

.wcu-service-cards-link ul li a:hover span.elementor-icon-list-text{
	color: #0865FF !important;
}
.wcu-service-cards-link ul li a .fh-icon-wrap{
width:20px !important;
height:16px !important;
}

.home-tabs .elementor-widget-button.for-hover,
.home-tabs .wcu-service-card-links {
	position: absolute;
	margin: 0 !important;
}
.home-tabs .wcu-service-card-links svg{
width:19px;
height:19px;
}
.home-tabs .elementor-widget-button.for-hover {
	left: 0px;
	bottom: 0px;
}
.home-tabs .elementor-widget-button.for-hover .fh-icon-wrap{
width:19px !important;
height:19px !important;
}
.home-tabs .elementor-widget-button.for-hover.third-btn .fh-icon-wrap{
width:21px !important;
height:21px !important;
}
.home-tabs .first-col .wcu-service-card-links {
	left: 0px;
	bottom: 0px;
}
.home-tabs .wcu-service-card-links {
	left: 24px;
	bottom: 24px;
}

.home-tabs .elementor-widget-button.for-hover {
	display: none;
}

.home-tabs .active .elementor-widget-button.for-hover {
	display: block;
}

.home-tabs .in-active .elementor-widget-button.for-hover {
	display: none;
}

.home-tabs .active .wcu-service-card-links {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.home-tabs .in-active .wcu-service-card-links {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.home-tabs .elementor-widget-button.for-hover .elementor-button,
.home-tabs .wcu-service-card-links .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.home-tabs .mobile-toggle-icon {
	display: none;
}
@media (min-width: 1025px) {
	.home-tabs .first-col,
.home-tabs .second-col,
.home-tabs .third-col,
.home-tabs .fourth-col {
	min-height: 430px;
    max-height: 430px;
}
}
@media screen and (max-width: 1024px) {
	.home-tabs {
		display: block;
		border-top: 0;
		border-left: 0;
		background: transparent;
	}
     
	.home-tabs .first-col,
	.home-tabs .second-col,
	.home-tabs .third-col,
	.home-tabs .fourth-col,
	.home-tabs .active,
	.home-tabs .in-active {
		width: 100% !important;
		flex: 0 0 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		min-height: auto;
		height: auto;
		padding: 24px 0px;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #e4e7e5;
		transition: none;
	}

	.home-tabs .first-col {
		border-top: 1px solid #e4e7e5;
	}
	.home-tabs-parent .home-tabs .active .elementor-icon-box-wrapper{
        position: relative;
		display: flex;
		flex-direction:column !important;
		align-items: start !important;
		gap: 32px !important;
    }
	.home-tabs-parent .home-tabs  .elementor-icon-box-wrapper {
		position: relative;
		display: flex;
		flex-direction:row !important;
		align-items: center !important;
		gap: 18px !important;
		min-height: 44px !important;
	}

	.home-tabs .elementor-icon-box-icon {
		margin-bottom: 0 !important;
		flex: 0 0 auto;
	}

	.home-tabs .elementor-icon-box-icon .elementor-icon {
		width: 42px;
		height: 42px;
		border-radius: 10px;
	}

	.home-tabs .elementor-icon-box-icon .elementor-icon svg {
		width: 20px;
		height: 20px;
	}

	.home-tabs .elementor-icon-box-content {
		flex: 1 1 auto;
		min-width: 0;
	}

	.home-tabs .elementor-icon-box-title {
		margin: 0 !important;
		padding-right: 56px;
		font-size: 16px;
		line-height: 1.25;
		font-weight: 500;
		letter-spacing: -0.02em;
	}

	.home-tabs .elementor-icon-box-description {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.6;
	}

	.home-tabs .mobile-toggle-icon {
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		border: 1px solid #A1AAA3;
		border-radius: 50%;
		background: #ffffff;
		color: #0865ff;
		transform: translateY(-50%);
	}

	.home-tabs .mobile-toggle-icon::before {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background-color: currentColor;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.7514 5.2967L15.6216 6.16691L7.42117 14.3752L14.8764 14.3752V15.6252L5.29304 15.6252V6.04191H6.54304V13.4971L14.7514 5.2967Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.7514 5.2967L15.6216 6.16691L7.42117 14.3752L14.8764 14.3752V15.6252L5.29304 15.6252V6.04191H6.54304V13.4971L14.7514 5.2967Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
		transform: rotate(0deg);
		transition: transform 180ms ease;
	}

	.home-tabs .active .mobile-toggle-icon::before {
		transform: rotate(90deg);
	}

	.home-tabs .active .mobile-toggle-icon {
		display: none;
	}

	.home-tabs .li-container,
	.home-tabs .wcu-service-card-links,
	.home-tabs .elementor-widget-button.for-hover {
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.home-tabs .elementor-widget-button.for-hover .elementor-button-text{
     font-size:16px;
    }
	.home-tabs .li-container {
		margin-top: 16px;
		margin-bottom: 16px;
		gap: 8px;
	}
	.home-tabs-parent .home-tabs .active .elementor-icon-box-description{
    font-size:16px;
    }
	.home-tabs .active .elementor-icon-box-description,
	.home-tabs .active .elementor-widget-button.for-hover {
		display: block;
	}

	.home-tabs .active .li-container {
		display: flex;
	}

	.home-tabs .in-active .elementor-icon-box-description,
	.home-tabs .in-active .li-container,
	.home-tabs .in-active .elementor-widget-button.for-hover {
		display: none;
	}

	.home-tabs .active .wcu-service-card-links,
	.home-tabs .in-active .wcu-service-card-links {
		display: none !important;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		margin-top: 0 !important;
	}

	.home-tabs .wcu-service-card-links .elementor-button {
		padding: 0;
		border: 0;
		background: transparent;
		min-height: 0;
	}

	.home-tabs .wcu-service-card-links .elementor-button-content-wrapper {
		gap: 8px;
	}

	.home-tabs .active .elementor-widget-button.for-hover {
		margin-top: 4px !important;
	}
}

