.cc-9c7cbd55-wrapper {
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
	color: #54595F;
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.cc-9c7cbd55-header {
	text-align: center;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.cc-9c7cbd55-title {
	font-size: 28px;
	font-weight: 600;
	color: #046569;
	margin-bottom: 15px;
	line-height: 1.3;
}

.cc-9c7cbd55-intro {
	font-size: 16px;
	line-height: 1.6;
	color: #54595F;
}

.cc-9c7cbd55-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.cc-9c7cbd55-grid {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}

/* Timeline Left Side */
.cc-9c7cbd55-timeline {
	position: relative;
	padding-left: 35px;
	margin-top: 10px;
}

.cc-9c7cbd55-timeline::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #4EA7AB;
	opacity: 0.3;
}

.cc-9c7cbd55-step {
	position: relative;
	margin-bottom: 30px;
}

.cc-9c7cbd55-step:last-child {
	margin-bottom: 0;
}

.cc-9c7cbd55-step-num {
	position: absolute;
	left: -35px;
	top: 0;
	width: 30px;
	height: 30px;
	background-color: #4EA7AB;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 15px;
	z-index: 1;
	box-shadow: 0 0 0 4px #ffffff;
}

.cc-9c7cbd55-step-title {
	font-size: 18px;
	font-weight: 600;
	color: #046569;
	margin: 0 0 8px 0;
	line-height: 1.3;
}

.cc-9c7cbd55-step-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #54595F;
	margin: 0;
}

/* Trust Block Right Side */
.cc-9c7cbd55-trust-wrapper {
	background-color: #f9f9f9;
	padding: 30px;
	border-radius: 12px;
	border-top: 5px solid #4EA7AB;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cc-9c7cbd55-trust-title {
	font-size: 20px;
	font-weight: 600;
	color: #046569;
	margin-top: 0;
	margin-bottom: 20px;
}

.cc-9c7cbd55-trust-list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}

.cc-9c7cbd55-trust-list li {
	font-size: 15px;
	color: #54595F;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.cc-9c7cbd55-trust-list li i {
	color: #4EA7AB;
	font-size: 16px;
	margin-right: 12px;
	flex-shrink: 0;
}

.cc-9c7cbd55-image-box {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
}

.cc-9c7cbd55-image-box img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}


/* Closing Section */
.cc-9c7cbd55-closing {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	border-top: 1px solid #eaeaea;
}

.cc-9c7cbd55-closing-text {
	font-size: 18px;
	line-height: 1.6;
	color: #54595F;
	margin-bottom: 25px;
	font-weight: 500;
}

.cc-9c7cbd55-btn {
	display: inline-block;
	background-color: #4EA7AB;
	color: #ffffff;
	padding: 14px 30px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 15px rgba(78, 167, 171, 0.3);
}

.cc-9c7cbd55-btn:hover {
	background-color: #046569;
	color: #ffffff;
	transform: translateY(-2px);
}
