/* 启航 */

.section {
	padding: 100px 0;
	margin: 30px auto;
}

.cta-section {
	padding: 100px 0;
	position: relative;
	/* background: linear-gradient(to bottom, #e6f7ff, #ffffff); */
	background-image: url('../image/embrak.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}


.cta-section .shape-image-1 {
	position: absolute;
	left: 6%;
	top: 50%;
}

.cta-section .shape-image-2 {
	position: absolute;
	left: 15%;
	bottom: 8%;
}

.cta-section .shape-image-3 {
	position: absolute;
	right: 14%;
	bottom: 20%;
}

.cta-section .shape-image-4 {
	position: absolute;
	right: 8%;
	top: 7%;
}

.cta-section .cta-content {
	text-align: center;
}

.cta-section .cta-content h2 {
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 30px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cta-section .cta-content .theme-btn.style-1 {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}


.cta-section .cta-content .theme-btn.style-1:hover {
	background-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.carousel-btns {
	display: flex;
	/* justify-content: center; */
	gap: 15px;
}