.imports-section {
	padding: 40px 0;
	background: #f8f9fa
}

.imports-header {
	background: linear-gradient(135deg, #e0f7fa 0, #b2ebf2 100%);
	padding: 25px 30px;
	border-radius: 12px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
	border-left: 5px solid var(--secondary-color)
}

.overview-card,
.service-detail-card {
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	transition: .3s
}

.imports-header i {
	font-size: 32px;
	color: var(--secondary-color);
	margin-right: 20px
}

.imports-header h2 {
	font-size: 32px;
	font-weight: 800;
	color: var(--text-color);
	margin: 0
}

.imports-overview {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 50px
}

.overview-card {
	padding: 30px;
	border-radius: 12px;
	border-left: 4px solid var(--theme-color)
}

.overview-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

.financing-list li p,
.overview-card p {
	font-size: 15px;
	line-height: 1.7;
	color: var(--text-color);
	margin: 0
}

.financing-list li strong,
.section-title {
	font-weight: 700;
	color: var(--title-color)
}

.section-title {
	font-size: 28px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 3px solid var(--theme-color);
	display: inline-block
}

.service-detail-card {
	border-radius: 15px;
	padding: 35px;
	margin-bottom: 30px;
	border-left: 5px solid var(--secondary-color)
}

.service-detail-card:hover {
	box-shadow: 0 10px 35px rgba(0, 0, 0, .12);
	transform: translateX(5px)
}

.service-detail-card h3 {
	font-size: 22px;
	font-weight: 700;
	color: var(--secondary-color);
	margin-bottom: 20px
}

.service-detail-card p {
	font-size: 15px;
	line-height: 1.8;
	color: var(--text-color);
	margin-bottom: 15px
}

.service-detail-card p:last-child {
	margin-bottom: 0
}

.financing-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0
}

.financing-list li {
	margin-bottom: 25px;
	padding-left: 0
}

.financing-list li strong {
	display: block;
	font-size: 17px;
	margin-bottom: 10px
}

@media (max-width:991px) {
	.imports-overview {
		grid-template-columns: 1fr
	}
}

@media (max-width:768px) {
	.imports-header {
		padding: 20px
	}

	.imports-header h2 {
		font-size: 24px
	}

	.service-detail-card {
		padding: 25px
	}
}

/* === Forms Page Title Backgrounds === */
#tf-page-title .bg-layer {
	background-image: url(../images/background/innerbanner01.webp);
}

#tf-page-title .pattern-1 {
	background-image: url(../images/shape/shape-18.png);
}

#tf-page-title .pattern-2 {
	background-image: url(../images/shape/shape-17.png);
}