/**
 * Services dropdown pages – shared styles
 * Replaces in-page <style> and inline styles from service detail pages.
 * Primary: #0D3B66, Secondary: #1CA7A6, Light: #E6F4F4, Text: #1A1A1A
 */

/* ----- In-page styles (moved from <style> blocks) ----- */

/* WhatsApp Button Animations */
@keyframes pulse-whatsapp {
	0% { transform: scale(1); opacity: 0.6; }
	50% { transform: scale(1.3); opacity: 0.3; }
	100% { transform: scale(1.5); opacity: 0; }
}

@keyframes wave-whatsapp {
	0% { transform: scale(1); opacity: 0.4; }
	50% { transform: scale(1.4); opacity: 0.2; }
	100% { transform: scale(1.8); opacity: 0; }
}

.pbmit-whatsapp-btn:hover {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}

/* Process Cards Hover Effects */
.pbmit-process-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(13, 59, 102, 0.25) !important;
}

/* Evaluation Services Box Enhancement */
.pbmit-evaluation-services-box {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #E6F4F4 0%, #ffffff 100%) !important;
	border-radius: 20px;
	padding: 40px;
	margin: 40px 0;
	box-shadow: 0 10px 30px rgba(13, 59, 102, 0.1);
}

.pbmit-evaluation-services-box::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(28, 167, 166, 0.05) 0%, transparent 70%);
	pointer-events: none;
}

.pbmit-evaluation-services-box .pbmit-title {
	color: #0D3B66;
}

.pbmit-evaluation-services-box .pbmit-firstletter {
	font-size: 16px;
	line-height: 1.8;
	color: #1A1A1A;
}

.pbmit-evaluation-services-box .list-group-borderless .list-group-item {
	background: transparent;
	border: none;
	padding: 3px 0;
}

.pbmit-evaluation-services-box .pbmit-icon-list-icon {
	color: #1CA7A6;
	margin-right: 10px;
}

.pbmit-evaluation-services-box .pbmit-icon-list-text {
	font-size: 15px;
	color: #1A1A1A;
}

/* Optional subtitle and section headings inside evaluation box */
.pbmit-evaluation-services-box .mb-4 {
	color: #1CA7A6;
	font-size: 18px;
	font-weight: 500;
}

.pbmit-evaluation-services-box h4.mt-4.mb-3,
.service-detail-content h4.mt-4.mb-3 {
	color: #0D3B66;
	font-size: 20px;
	font-weight: 600;
}

/* CTA Sidebar Button Hover */
.pbmit-btn-cta-sidebar:hover {
	background: #1CA7A6 !important;
	color: #ffffff !important;
	border-color: #1CA7A6 !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.pbmit-btn-cta-sidebar:hover .pbmit-button-icon svg path {
	stroke: #ffffff !important;
}

/* CTA Content Section Button Hover */
.pbmit-btn-cta-content:hover {
	background: #1CA7A6 !important;
	color: #ffffff !important;
	border-color: #1CA7A6 !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

.pbmit-btn-cta-content:hover .pbmit-button-icon svg path {
	stroke: #ffffff !important;
}

/* CTA Sidebar Widget Spacing */
.pbmit-cta-sidebar {
	margin-top: 30px;
}

/* ----- Process box & cards (replaces inline styles) ----- */
.pbmit-process-box {
	margin: 50px 0;
}

.pbmit-process-card {
	border-radius: 15px;
	padding: 35px 30px;
	height: 100%;
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pbmit-process-card {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
}

.pbmit-process-card.pbmit-process-card-alt {
	background: linear-gradient(135deg, #1CA7A6 0%, #0D3B66 100%);
	box-shadow: 0 8px 25px rgba(28, 167, 166, 0.15);
}

.pbmit-process-icon {
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.pbmit-process-card .pbmit-xcare-icon {
	font-size: 35px;
	color: #ffffff;
}

.pbmit-process-card .pbmit-element-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.pbmit-process-card .pbmit-heading-desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 1.6;
}

/* ----- CTA content section ----- */
.pbmit-cta-content-section {
	margin-top: 50px;
}

.pbmit-cta-content-box {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
	border-radius: 16px;
	padding: 40px 35px;
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.2);
}

.pbmit-cta-content-box .pbmit-cta-heading {
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

.pbmit-cta-content-box .pbmit-cta-description {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	margin: 0 0 30px 0;
	line-height: 1.6;
}

.pbmit-btn-cta-content {
	background: #ffffff;
	color: #0D3B66;
	border: 2px solid #ffffff;
	padding: 16px 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.pbmit-btn-cta-content .pbmit-align-icon-right {
	margin-left: 10px;
}

/* ----- Sidebar: WhatsApp & CTA ----- */
.pbmit-whatsapp-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}

.pbmit-whatsapp-pulse {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	opacity: 0.6;
	animation: pulse-whatsapp 2s infinite;
}

.pbmit-whatsapp-wave {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	opacity: 0.4;
	animation: wave-whatsapp 2s infinite;
}

.pbmit-whatsapp-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.pbmit-whatsapp-btn .fa-whatsapp {
	font-size: 28px;
}

.pbmit-service-ads .pbmit-ads-desc {
	font-size: 24px;
	font-weight: 900;
	margin: 15px 0;
}

.pbmit-cta-sidebar-box {
	background: linear-gradient(135deg, #0D3B66 0%, #1CA7A6 100%);
	border-radius: 16px;
	padding: 30px 25px;
	box-shadow: 0 8px 25px rgba(13, 59, 102, 0.2);
}

.pbmit-cta-sidebar-box .pbmit-cta-heading {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

.pbmit-cta-sidebar-box .pbmit-cta-description {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	margin: 0 0 25px 0;
	line-height: 1.6;
}

.pbmit-btn-cta-sidebar {
	background: #ffffff;
	color: #0D3B66;
	border: 2px solid #ffffff;
	padding: 14px 30px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	width: 100%;
}

.pbmit-btn-cta-sidebar .pbmit-align-icon-right {
	margin-left: 8px;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
	.pbmit-process-card {
		margin-bottom: 20px;
	}
	.pbmit-evaluation-services-box {
		padding: 30px 20px !important;
	}
}
