.ptitle {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	font-family: "Poppins", sans-serif;

}

.pcategory {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;

	letter-spacing: 2px;
}

.pinfo {
	padding: 20px 0px 40px 0px;
}

.pcard {
	padding: 20px;
	border: 1px solid #f2f2f2;
}

.bgblue {
	background-color: #f2f2f2;
}

.bg-dee {
	background-color: #2957a4;
}

.hover-effect {
	overflow: hidden;
	border-radius: 15px;
}

.hover-effect img {
	width: 100%;
	transition: transform .5s ease, filter .5s ease;
}

.hover-effect:hover img {
	transform: scale(1.08) translateY(-8px);
	filter: brightness(1.1);
}


.bglogo {
	background-color: #ae3335;
}

p {
	font-size: 16px !important;
	line-height: 20px !important;
}


.why-section {
	padding: 90px 0 100px;
	position: relative;
}

.why-title {
	font-size: 40px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.why-title em {
	font-style: italic;
	font-weight: 500;
}

.why-subtitle {
	font-size: 16px;
	color: #555;
	max-width: 760px;
	margin: 30px auto 60px;
	line-height: 1.6;
}

/* Feature box */
.feature-box {
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}

.feature-box .feature-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f04e30;
	font-size: 22px;
	margin-bottom: 14px;
}

.feature-box h4 {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.feature-box p {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	max-width: 290px;
	margin: 0 auto;
}

/* Center image */
.center-image-wrap {
	position: relative;
	display: inline-block;
	margin: 20px 0;
}

.center-image-wrap::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	background: #ae3335;
	border-radius: 4px;
	z-index: 1;
}

.center-image-wrap img {
	position: relative;
	z-index: 2;
	max-width: 100%;
	display: block;
	border-radius: 4px;
}

/* CTA button */
.btn-quote {
	display: inline-block;
	background: #f04e30;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 32px;
	border-radius: 6px;
	border: none;
	box-shadow: 0 10px 20px rgba(240, 78, 48, 0.35);
	margin-top: 40px;
	transition: all 0.3s ease;
}

.btn-quote:hover {
	background: #d83d21;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(240, 78, 48, 0.45);
	text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
	.why-section {
		padding: 60px 0 70px;
	}

	.display-2 {
		font-size: 30px;
	}

	.why-title {
		font-size: 30px;
	}

	.why-subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.feature-box {
		margin-bottom: 20px;
	}

	.feature-box h4 {
		font-size: 18px;
	}

	.center-image-wrap {
		margin: 30px 0;
	}

	.center-image-wrap::before {
		top: 12px;
		left: 12px;
	}

	.btn-quote {
		padding: 12px 26px;
		font-size: 14px;
		margin-top: 30px;
	}
}


.feature-item .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #b43636;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 auto 20px;
	transition: .3s;
}

.feature-item:hover .icon {
	transform: translateY(-6px);
	background: #111827;
}


.product-image-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ececec;
	transition: .4s;
}

.product-image-card img {
	width: 100%;
	transition: .5s;
}

.product-image-card:hover img {
	transform: scale(1.05);
}

.feature-boxx {
	padding: 0px 10%;
	margin-bottom: 40px;
}

.feature-boxx H4 {
	padding-bottom: 20px;
}

.feature-box {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #fff;
	text-align: left;
	padding: 18px;
	border-radius: 12px;
	border: 1px solid #ededed;
	transition: .35s;
}

.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.feature-box i {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #b73239;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.feature-box h6 {
	margin-bottom: 4px;
	font-weight: 700;
}

.feature-box p {
	margin: 0;
	color: #777;
	font-size: 14px;
}

.description-card {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	border: 1px solid #ececec;
}

.description-card img {
	max-width: 100%;
	height: auto;
}

.product-short-desc {
	color: #555;
	line-height: 1.8;
}

.btn-danger {
	background: #b73239;
	border-color: #b73239;
}

.btn-danger:hover {
	background: #92242b;
	border-color: #92242b;
}