/* EF Calendly Widget */

.ef-calendly {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(104, 139, 177, 0.12);
	overflow: hidden;
}

.ef-calendly__header {
	padding: 32px 36px 28px;
	background: linear-gradient(135deg, #f0f5fb 0%, #e8f0f8 100%);
	border-bottom: 1px solid rgba(104, 139, 177, 0.15);
}

.ef-calendly__badge {
	display: inline-block;
	background-color: #688bb1;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 14px;
	line-height: 1.6;
}

.ef-calendly__heading {
	font-size: 26px !important;
	font-weight: 700 !important;
	color: #1a2e45 !important;
	margin: 0 0 10px !important;
	line-height: 1.3 !important;
}

.ef-calendly__subheading {
	font-size: 15px;
	color: #4a6080;
	margin: 0;
	line-height: 1.6;
	max-width: 640px;
}

.ef-calendly__embed {
	padding: 0;
}

.ef-calendly__embed .calendly-inline-widget {
	display: block;
}

@media (max-width: 768px) {
	.ef-calendly__header {
		padding: 24px 20px 20px;
	}

	.ef-calendly__heading {
		font-size: 20px !important;
	}
}
