.why-started-widget-11188 {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
	padding: 40px 0;
}

.why-started-image {
	flex: 1 1 300px;
	max-width: 400px;
}

.why-started-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	object-fit: cover;
}

.why-started-text-container {
	flex: 2 1 400px;
	min-width: 0; /* Important for flex child with Swiper */
	position: relative;
}

.why-started-title {
	margin-top: 0;
	margin-bottom: 25px;
	color: #54595F;
	font-size: 2rem;
	position: relative;
	padding-bottom: 15px;
}

.why-started-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: #6EC1E4; /* Guide2Care primary accent */
}

/* Swiper Carousel Overrides */
.why-started-carousel-11188 {
	padding-bottom: 50px; /* Space for pagination */
	overflow: hidden;
}

.why-started-content p {
	color: #7A7A7A;
	line-height: 1.8;
	margin-bottom: 1.2em;
	font-size: 1.05rem;
}

.why-started-content p:last-child {
	margin-bottom: 0;
}

.why-started-content strong {
	color: #54595F;
	font-weight: 600;
}

.why-started-carousel-11188 .swiper-button-next,
.why-started-carousel-11188 .swiper-button-prev {
	color: #6EC1E4;
	top: auto;
	bottom: 0;
	margin-top: 0;
	height: 30px;
}

.why-started-carousel-11188 .swiper-button-prev {
	left: 0;
}

.why-started-carousel-11188 .swiper-button-next {
	right: 0;
}

.why-started-carousel-11188 .swiper-pagination {
	bottom: 5px;
}

.why-started-carousel-11188 .swiper-pagination-bullet-active {
	background: #6EC1E4;
}


@media (max-width: 768px) {
	.why-started-widget-11188 {
		flex-direction: column !important;
		gap: 30px;
	}
	.why-started-image {
		max-width: 100%;
	}
	.why-started-text-container {
		width: 100%;
	}
}
