.pqcew-service-box.pqcew-style-2 {
	padding: 45px 30px;
	transition: all 0.5s ease;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.pqcew-service-box.pqcew-style-2 .pqcew-service-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pqcew-service-box.pqcew-style-2 .pqcew-service-img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	background: #2490eb;
	opacity: 0.9;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.pqcew-service-box.pqcew-style-2:hover .pqcew-service-img {
	opacity: 1;
}

.pqcew-service-box.pqcew-style-2 .pqcew-service-img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.pqcew-service-box.pqcew-style-2 .pqcew-service-info {
	position: relative;
}

.pqcew-service-box.pqcew-style-2 .pqcew-service-icon i {
	font-size: 64px;
	line-height: 72px;
	transition: all 0.5s ease;
	display: inline-block;
	color: #2490eb;
}

.pqcew-service-box.pqcew-style-2:hover .pqcew-service-icon i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	color: #ffffff;
}

/* .pqcew-service-box.pqcew-style-2:hover .pt-fancybox-link,
.pt-active .pqcew-service-box.pqcew-style-2 .pt-fancybox-link {
	color: #ffffff;
	border-color: #ffffff;
} */

.pqcew-service-box.pqcew-style-2 .pqcew-service-title {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 24px;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.pqcew-service-box.pqcew-style-2 .pqcew-service-description {
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}

.pqcew-service-box.pqcew-style-2:hover .pqcew-service-title {
	color: #ffffff;
}

.pqcew-service-box.pqcew-style-2:hover .pqcew-service-description {
	color: #ffffff;
}

.pqcew-service-box.pqcew-style-2 .pqcew-button-container .pqcew-button {
    text-decoration: none;
}

.pqcew-service-box.pqcew-style-2 .pqcew-button-container .pqcew-button .pqcew-button-block {
    display: inline-flex;
    align-items: center;
    color: #2490eb;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    gap: 10px;
}

.pqcew-service-box.pqcew-style-2:hover .pqcew-button-container .pqcew-button .pqcew-button-block {
    color: #ffffff;
}

.pqcew-service-box.pqcew-style-2 .pqcew-button-container .pqcew-button .pqcew-button-block .pqcew-button-icon {
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s ease;
}
