.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-0072bd3 */<style>
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.8;
	color: #333;
	background-color: #f8f9fa;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

#ai-header {
	background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
	color: white;
	padding: 60px 20px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#ai-header h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: 700;
}

.lead-paragraph {
	font-size: 1.15em;
	line-height: 1.6;
	color: white;
	opacity: 0.95;
	margin: 10px 0;
}

.content-section {
	background: white;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

h2 {
	color: #4CAF50;
	font-size: 2em;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #4CAF50;
}

h3 {
	color: #66BB6A;
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 15px;
}

h4 {
	color: #5a6c7d;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

ul, ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

li {
	margin-bottom: 10px;
}

.callout-box {
	background: #E8F5E9;
	border-left: 5px solid #4CAF50;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

.key-points {
	list-style: none;
	padding: 0;
}

.key-points li {
	padding: 15px;
	margin-bottom: 15px;
	background: #f8f9fa;
	border-left: 4px solid #4CAF50;
	border-radius: 4px;
}

.key-points li strong {
	color: #4CAF50;
}

.cta-section {
	background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
	color: white;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
	margin: 40px 0;
}

.cta-section h3 {
	color: white;
	font-size: 2em;
	margin-bottom: 15px;
	margin-top: 0;
}

.cta-button {
	display: inline-block;
	background: white;
	color: #4CAF50;
	padding: 15px 40px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

strong {
	color: #2c3e50;
}
</style>/* End custom CSS */