a:hover, a:active{
    color:white;
}
h2,h3{
    color: white;
}

/* Main Banner Styles */
.eco-banner-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.Topfastpcb.com/wp-content/uploads/2025/04/cropped-list-banner.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	overflow: hidden;
}

.eco-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.eco-banner-container {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	z-index: 2;
}

/* Content Columns */
.eco-banner-columns-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.eco-banner-col {
	padding: 0 15px;
	box-sizing: border-box;
}

.eco-banner-left-col {
	flex: 0 0 65%;
	max-width: 65%;
}

.eco-banner-right-col {
	flex: 0 0 35%;
	/*max-width: 35%;*/
}

/* Left Content Styles */
.eco-banner-title {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 700;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.eco-banner-text {
	color: #fff;
	margin-bottom: 25px;
}

.eco-banner-text label {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 500;
	color: white;
}

.eco-banner-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.eco-banner-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}

.eco-banner-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #4caf50;
	font-weight: bold;
}

.eco-banner-list-jiangbei {
	list-style: none;
	padding: 0;
	margin: 0;
}

.eco-banner-list-jiangbei li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}

.eco-banner-list-jiangbei li::before {
	content: "🏆";
	position: absolute;
	left: 0;
	color: #4caf50;
	font-weight: bold;
}

.eco-banner-offer {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 12px 20px;
	border-radius: 6px;
	display: inline-block;
	backdrop-filter: blur(5px);
}

.eco-txt-highlight {
	color: #8bc34a;
	font-weight: 600;
}

.eco-offer-text {
	color: #fff;
	font-weight: 500;
}

.eco-small-text {
	font-size: 12px;
	opacity: 0.8;
}

/* Right Form Styles */
.eco-form-wrapper {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.eco-form-title {
	font-size: 24px;
	color: #2e7d32;
	margin-bottom: 10px;
	font-weight: 700;
}

.eco-quote-type {
	color: #4caf50;
}

.eco-form-benefits {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.eco-benefit-icon {
	color: #4caf50;
	font-weight: bold;
	margin-right: 3px;
}

.eco-form-steps {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.eco-step {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e8f5e9;
	color: #2e7d32;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	font-weight: 600;
}

.eco-step.active {
	background-color: #4caf50;
	color: white;
}

.eco-form-row {
	display: flex;
	margin: 0 -10px;
}

.eco-form-group {
	flex: 1;
	padding: 0 10px;
	margin-bottom: 15px;
}

.eco-form-group label {
	display: block;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.eco-form-group input,
.eco-form-group textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: all 0.3s;
}

.eco-form-group input:focus,
.eco-form-group textarea:focus {
	border-color: #4caf50;
	outline: none;
	box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

.eco-required {
	color: #f44336;
}

.eco-file-upload {
	margin-top: 10px;
}

.eco-upload-btn {
	display: block;
	background-color: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 4px;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.eco-upload-btn:hover {
	background-color: #e8f5e9;
	border-color: #4caf50;
}

.eco-upload-btn input[type="file"] {
	display: none;
}

.eco-submit-btn {
	width: 100%;
	padding: 12px;
	background-color: #4caf50;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
}

.eco-submit-btn:hover {
	background-color: #388e3c;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
	.eco-banner-left-col,
	.eco-banner-right-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.eco-banner-right-col {
		margin-top: 30px;
	}

	.eco-banner-title {
		font-size: 36px;
		margin-left:10px;
	}
}

@media (max-width: 768px) {
	.eco-banner-section {
		padding: 40px 0;
	}

	.eco-banner-list li,
	.eco-banner-list-jiangbei li{
		margin-left:35px;
	}
	.eco-banner-list li:before{
		margin-left:10px;
	}
	.eco-banner-text label{
		margin-left:10px;
	}
	.eco-banner-title {
		font-size: 30px;
		margin-left:10px;
	}

	.eco-form-wrapper {
		padding: 20px;
	}

	.eco-form-row {
		flex-wrap: wrap;
	}

	.eco-form-group {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Main Container */
.Topfast-banner-bg {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
		url("https://www.topfastpcb.com/wp-content/uploads/2025/09/background-2.jpg") center/cover no-repeat;
}

.Topfast-banner-section {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 20px;
	position: relative;
}

.Topfast-banner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

/* Image Column Styles */
.Topfast-image-col {
	flex: 1;
	min-width: 200px;
	position: relative;
}

.video-container {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	max-width: 600px;
	margin: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.video-container img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	transition: transform 0.3s ease;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(76, 175, 80, 0.85);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
}

.play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
	margin-left: 5px;
}

.video-container:hover img {
	transform: scale(1.02);
}

.video-container:hover .play-button {
	background: rgba(76, 175, 80, 1);
	transform: translate(-50%, -50%) scale(1.1);
}

/* Content Column Styles */
.Topfast-content-col {
	flex: 1;
	min-width: 300px;
}

.Topfast-content-inner {
	max-width: 100%;
}

.Topfast-subtitle {
	display: inline-block;
	color: #4caf50;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.Topfast-subtitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 2px;
	background: #4caf50;
}

.Topfast-main-title {
	font-size: 2.5rem;
	line-height: 1.3;
	color: #222;
	margin-bottom: 25px;
	font-weight: 700;
}

.Topfast-accent {
	color: #4caf50;
}

.Topfast-description {
	color: #555;
	line-height: 1.7;
	margin-bottom: 30px;
}

.Topfast-description p {
	margin-bottom: 15px;
}

/* Feature List */
.Topfast-feature-list {
	list-style: none;
	padding: 0;
	margin: 25px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.Topfast-feature-list li {
	position: relative;
	padding-left: 40px;
	color: #444;
	font-size: 15px;
}

.Topfast-feature-icon {
	position: absolute;
	left: 0;
	color: #4caf50;
	font-weight: bold;
}

/* CTA Button */
.Topfast-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #4caf50;
	color: white;
	padding: 14px 32px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid #4caf50;
	box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.Topfast-cta-button:hover {
	background: white;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* Responsive Design */
@media (max-width: 1200px) {
	.Topfast-banner-container {
		gap: 30px;
	}
}

@media (max-width: 992px) {
	.Topfast-banner-section {
		padding: 60px 20px;
	}

	.Topfast-main-title {
		font-size: 2rem;
	}

	.Topfast-feature-list {
		grid-template-columns: 1fr;
	}

	.play-button {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 768px) {
	.Topfast-banner-container {
		flex-direction: column;
	}

	.Topfast-main-title {
		font-size: 26px;
	}

	.play-button {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 480px) {
	.Topfast-banner-section {
		padding: 40px 15px;
	}

	.Topfast-main-title {
		font-size: 24px;
	}

	.Topfast-subtitle {
		font-size: 14px;
	}

	.Topfast-cta-button {
		padding: 12px 24px;
		font-size: 15px;
	}

	.play-button {
		width: 50px;
		height: 50px;
	}

	.play-button:before {
		border-width: 10px 0 10px 18px;
	}
}

/* Main Section */
.Topfast-premium-section {
	width: 100%;
	margin: 0 auto;
	padding: 60px 20px;
	position: relative;
	background-image: url("https://www.Topfastpcb.com/wp-content/uploads/2025/04/cropped-list-banner.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	box-sizing: border-box;
}

.Topfast-premium-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}

.Topfast-premium-container {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto;
}

/* Header Styles */
.Topfast-premium-header {
	margin-bottom: 40px;
}

.Topfast-premium-subtitle {
	color: #4caf50;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

.Topfast-premium-subtitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 2px;
	background: #4caf50;
}

.Topfast-premium-title {
	font-size: 2.5rem;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}

.Topfast-premium-highlight {
	color: #4caf50;
	position: relative;
}

.Topfast-premium-highlight:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 8px;
	background: rgba(76, 175, 80, 0.4);
	z-index: -1;
}

/* Main Content */
.Topfast-premium-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.Topfast-premium-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

/* Stats Row */
.Topfast-stats-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-top: 20px;
}

/* Feature Items */
.Topfast-feature-item {
	display: flex;
	gap: 15px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.Topfast-feature-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(76, 175, 80, 0.2);
}

.Topfast-feature-icon {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	margin-left: 5px;
	background: rgba(76, 175, 80, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Topfast-feature-text h4 {
	color: #333;
	font-size: 16px;
	margin: 0 25px;
	font-weight: 600;
}

.Topfast-feature-text p {
	color: #666;
	line-height: 1.6;
	margin: 0 25px;
	font-size: 14px;
}

/* Stats Items */
.Topfast-stat-item {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	display: flex;
	gap: 15px;
	align-items: center;
	backdrop-filter: blur(5px);
}

.Topfast-stat-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(76, 175, 80, 0.2);
}

.Topfast-stat-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: rgba(76, 175, 80, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Topfast-stat-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.Topfast-stat-number {
	color: #4caf50;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px 0;
	line-height: 1;
}

.Topfast-stat-label {
	color: #666;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 992px) {
	.Topfast-premium-title {
		font-size: 2.2rem;
	}

	.Topfast-stats-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.Topfast-premium-features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.Topfast-premium-section {
		padding: 50px 15px;
	}

	.Topfast-premium-title {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {
	.Topfast-stats-row {
		grid-template-columns: 1fr 1fr;
	}

	.Topfast-premium-title {
		font-size: 24px;
	}

	.Topfast-feature-item {
		flex-direction: column;
		text-align: center;
	}

	.Topfast-feature-icon {
		margin: 0 auto 10px;
	}

	.Topfast-stat-item {
		flex-direction: column;
		text-align: center;
	}

	.Topfast-stat-icon {
		margin: 0 auto 10px;
	}
}

/* Topfast Capabilities Module - Compact Styles */
.Topfast-capabilities-module {
	font-family: inherit;
	background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("https://www.topfastpcb.com/wp-content/uploads/2025/09/background-1.jpg");
	width: 100%;
	padding: 30px 0;
}

.Topfast-cap-header {
	text-align: center;
	margin: 50px;
}

.Topfast-cap-header h2 {
	color: #333;
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0;
}

.Topfast-cap-header h2 strong {
	color: #2e7d32;
	/* Dark green */
}

.Topfast-cap-grid-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.Topfast-cap-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}

.Topfast-cap-item {
	background: white;
	border-radius: 6px;
	padding: 15px 10px;
	text-align: center;
	width: calc(15% - 10px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s;
}

.Topfast-cap-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.Topfast-cap-icon img {
	height: 35px;
	width: auto;
	margin-bottom: 10px;
}

.Topfast-cap-item h3 {
	color: #333;
	font-size: 14px;
	margin: 0;
	line-height: 1.3;
	font-weight: 500;
}

.Topfast-cap-cta {
	text-align: center;
	margin-top: 15px;
}

.Topfast-cta-button {
	display: inline-block;
	background-color: #4caf50;
	/* Green */
	color: white;
	padding: 10px 25px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: background-color 0.3s;
}

.Topfast-cta-button:hover {
	background-color: #388e3c;
	/* Darker green */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	.Topfast-cap-item {
		width: calc(33.333% - 15px);
	}
}

@media (max-width: 768px) {
	.Topfast-cap-item {
		width: calc(50% - 15px);
	}

	.Topfast-cap-header h2 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.Topfast-cap-item {
		width: 100%;
		max-width: 280px;
		margin: 0 auto 10px;
	}

	.Topfast-cap-header h2 {
		font-size: 20px;
	}

	.Topfast-cap-grid {
		gap: 10px;
	}
}

/*  PCB Assembly Manufacturer  */
.pcb-premium-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

.pcb-premium-header {
	text-align: center;
	margin-bottom: 40px;
}

.pcb-premium-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 15px;
}

.pcb-premium-accent {
	color: #2c6e3c;
}

.pcb-premium-subtitle {
	font-size: 18px;
	color: #555;
	/*max-width: 700px;*/
	margin: 0 auto;
	line-height: 1.6;
}

.pcb-premium-scroll-container {
	position: relative;
	padding: 20px 0;
	margin: 0 -10px;
}

.pcb-scroll-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding:0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #2c6e3c;
	background: white;
	color: #2c6e3c;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 2;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pcb-scroll-left {
	left: 10px;
}

.pcb-scroll-right {
	right: 10px;
}

.pcb-scroll-btn:hover {
	background: #2c6e3c;
	color: white;
	transform: translateY(-50%) scale(1.1);
}

.pcb-premium-scroll-wrapper {
	display: flex;
	gap: 25px;
	padding: 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE and Edge */
}

.pcb-premium-scroll-wrapper::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari and Opera */
}

.pcb-premium-card {
	flex: 0 0 320px;
	height: 380px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 25px rgba(44, 110, 60, 0.15);
	transition: transform 0.3s ease;
	cursor: pointer;
}

.pcb-premium-card:hover {
	transform: translateY(-5px);
}

.pcb-premium-image {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.pcb-premium-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.pcb-premium-card:hover .pcb-premium-image img {
	transform: scale(1.05);
}

.pcb-premium-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(44, 110, 60, 0.9) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.pcb-premium-card:hover .pcb-premium-overlay {
	opacity: 1;
}

.pcb-premium-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	background: linear-gradient(to top, rgba(44, 110, 60, 0.95) 0%, transparent 100%);
	color: white;
	transform: translateY(100px);
	transition: transform 0.4s ease;
}

.pcb-premium-card:hover .pcb-premium-content {
	transform: translateY(0);
}

.pcb-premium-card-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	color: white;
}

.pcb-premium-card-desc {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.pcb-premium-card:hover .pcb-premium-card-desc {
	max-height: 100px;
}

.pcb-premium-card-desc p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	opacity: 0.9;
}

.pcb-premium-cta {
	text-align: center;
	margin-top: 50px;
}

.pcb-premium-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 30px;
	background: linear-gradient(135deg, #2c6e3c 0%, #4caf50 100%);
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(44, 110, 60, 0.3);
}

.pcb-premium-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(44, 110, 60, 0.4);
}

@media (max-width: 768px) {
	.pcb-premium-title {
		font-size: 28px;
	}

	.pcb-premium-subtitle {
		font-size: 16px;
	}

	.pcb-premium-card {
		flex: 0 0 280px;
		height: 340px;
	}

	.pcb-scroll-btn {
		width: 40px;
		height: 40px;
	}

	.pcb-scroll-left {
		left: 5px;
	}

	.pcb-scroll-right {
		right: 5px;
	}
}

/* Topfast Product Types */
.pcb-types-module * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial, sans-serif;
}

.pcb-types-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}

.pcb-types-header {
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 0;
}

.pcb-types-title {
	font-size: 2.5rem;
	color: #2c3e50;
}

.pcb-types-title strong {
	color: #27ae60;
}

.pcb-types-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}

.pcb-types-col {
	flex: 0 0 calc(25% - 20px);
	background: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	padding: 20px 15px;
}

.pcb-types-col:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.pcb-types-img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	transition: transform 0.3s ease;
}

.pcb-types-col:hover .pcb-types-img {
	transform: scale(1.05);
}

.pcb-types-product-title {
	font-size: 18px;
	margin-bottom: 12px;
}

.pcb-types-product-title a {
	color: #2c3e50;
	text-decoration: none;
	transition: color 0.3s ease;
}

.pcb-types-product-title a:hover {
	color: #27ae60;
}

.pcb-types-desc {
	color: #7f8c8d;
	font-size: 14px;
	line-height: 1.6;
}

.pcb-types-btn-section {
	text-align: center;
	margin-top: 30px;
	padding: 20px 0;
}

.pcb-types-btn {
	display: inline-block;
	background-color: #27ae60;
	color: white;
	padding: 12px 30px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.pcb-types-btn:hover {
	background-color: #219653;
	transform: translateY(-2px);
}

.pcb-types-bg {
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
		url("https://www.Topfastpcb.com/wp-content/uploads/2025/04/cropped-list-banner.jpg") center/cover no-repeat;
	padding: 60px 0;
}

@media (max-width: 1200px) {
	.pcb-types-col {
		flex: 0 0 calc(50% - 20px);
	}
}

@media (max-width: 768px) {
	.pcb-types-col {
		flex: 0 0 100%;
	}

	.pcb-types-title {
		font-size: 28px;
	}
}

/* Topfast choose */
.Topfast-features * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.topfsstpcb-premium-bg {
	background-color: #f8f8f8;
}

.Topfast-features {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	color: #333;
	padding: 20px;
}

.Topfast-header {
	text-align: center;
	padding: 40px 0;
	border-radius: 10px;
	margin-bottom: 30px;
}

.Topfast-header h2 {
	font-size: 2.5rem;
	color: #2e7d32;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.Topfast-header h2 strong {
	font-weight: 800;
	color: #1b5e20;
}

.Topfast-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 50px;
	gap: 20px;
}

.Topfast-service-col {
	flex: 0 0 30%;
	padding: 25px;
	background: #f1f8e9;
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(76, 175, 80, 0.15);
	transition: transform 0.3s ease;
}

.Topfast-service-col:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2);
}

.Topfast-image-col {
	flex: 0 0 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 25px;
	background: linear-gradient(to bottom, #e8f5e9, #c8e6c9);
	border-radius: 12px;
	box-shadow: 0 6px 15px rgba(76, 175, 80, 0.15);
}

.Topfast-image-col img {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.Topfast-about-btn {
	margin-top: 20px;
}

.Topfast-about-btn a {
	display: inline-block;
	background: linear-gradient(to right, #2e7d32, #4caf50);
	color: white;
	padding: 14px 30px;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(46, 125, 50, 0.3);
}

.Topfast-about-btn a:hover {
	background: linear-gradient(to right, #1b5e20, #388e3c);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(46, 125, 50, 0.4);
}

.Topfast-service-title {
	font-size: 24px;
	color: #1b5e20;
	margin-bottom: 25px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #a5d6a7;
}

.Topfast-service-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 12px 15px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

.Topfast-service-item:hover {
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	transform: translateX(5px);
}

.Topfast-service-icon {
	flex: 0 0 50px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #e8f5e9;
	border-radius: 50%;
	color: #2e7d32;
	font-size: 22px;
}

.Topfast-service-text {
	flex: 1;
}

.Topfast-service-text h3 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #37474f;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.Topfast-service-col,
	.Topfast-image-col {
		flex: 0 0 45%;
	}
}

@media (max-width: 900px) {
	.Topfast-service-col {
		flex: 0 0 100%;
	}

	.Topfast-image-col {
		flex: 0 0 100%;
		order: 3;
	}

	.Topfast-header h2 {
		font-size: 32px;
	}
}

@media (max-width: 600px) {
	.Topfast-features {
		padding: 10px;
	}

	.Topfast-service-col,
	.Topfast-image-col {
		padding: 15px;
	}

	.Topfast-header h2 {
		font-size: 28px;
	}

	.Topfast-service-title {
		font-size: 20px;
	}
}

/* 装饰元素 */
.Topfast-decoration {
	position: absolute;
	z-index: -1;
	opacity: 0.1;
}

.decoration-1 {
	top: 10%;
	left: 5%;
	font-size: 100px;
	color: #2e7d32;
}

.decoration-2 {
	bottom: 10%;
	right: 5%;
	font-size: 100px;
	color: #2e7d32;
}

/* Independent namespace to prevent conflicts */
.pcb-order-process-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: Arial, sans-serif;
}

.pcb-process-title {
	text-align: center;
	font-size: 2.5rem;
	color: #2c6e3c;
	margin-bottom: 40px;
	font-weight: bold;
}

.pcb-process-steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 40px;
}

/* Connecting line */
.pcb-process-steps::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 80px;
	right: 80px;
	height: 3px;
	background-color: #4caf50;
	z-index: 1;
}

.pcb-process-step {
	position: relative;
	z-index: 2;
	text-align: center;
	flex: 1;
}

.pcb-step-icon {
	width: 80px;
	height: 80px;
	background-color: #4caf50;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 30px;
	box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);
}

.pcb-step-title {
	font-weight: bold;
	font-size: 16px;
	color: #2c6e3c;
	margin-bottom: 8px;
}

.pcb-step-desc {
	font-size: 14px;
	color: #555;
	max-width: 150px;
	margin: 0 auto;
	line-height: 1.4;
}

/* Responsive design */
@media (max-width: 1200px) {
	.pcb-process-steps {
		flex-wrap: wrap;
	}

	.pcb-process-step {
		flex: 0 0 25%;
		margin-bottom: 30px;
	}

	.pcb-process-steps::before {
		display: none;
	}
}

@media (max-width: 768px) {
	.pcb-process-step {
		flex: 0 0 50%;
	}
}

@media (max-width: 480px) {
	.pcb-process-step {
		flex: 0 0 100%;
	}
}

/* Topfast Testing Module */
.pcb-test-advanced * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.pcb-test-advanced-body {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
		url("https://www.Topfastpcb.com/wp-content/uploads/2025/04/cropped-list-banner.jpg") center/cover no-repeat;
}

.pcb-test-advanced {
	max-width: 1400px;
	width: 100%;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pcb-test-advanced-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pcb-test-advanced-container {
	display: flex;
	flex-wrap: wrap;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	padding: 70px 50px;
	position: relative;
	min-height: 600px;
}

.pcb-test-advanced-col {
	flex: 1;
	min-width: 300px;
	padding: 20px;
	z-index: 2;
}

.pcb-test-advanced-left {
	padding-right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		url("https://www.topfastpcb.com/wp-content/uploads/2025/09/background-4.jpg") center/cover no-repeat;
}

.pcb-test-advanced-right {
	padding-left: 50px;
	border-left: 2px solid rgba(76, 175, 80, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pcb-test-advanced-subtitle {
	font-size: 18px;
	color: #388e3c;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.pcb-test-advanced-title {
	font-size: 2.5rem;
	color: #2e7d32;
	font-weight: 800;
	margin-bottom: 25px;
	line-height: 1.2;
}

.pcb-test-advanced-title span {
	color: #0097a7;
	font-weight: 700;
}

.pcb-test-advanced-btn {
	display: inline-block;
	background: linear-gradient(to right, #2e7d32, #4caf50);
	color: white;
	padding: 16px 40px;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 17px;
	transition: all 0.3s ease;
	box-shadow: 0 5px 20px rgba(46, 125, 50, 0.4);
	margin-top: 20px;
	text-align: center;
	width: fit-content;
}

.pcb-test-advanced-btn:hover {
	background: linear-gradient(to right, #1b5e20, #388e3c);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(46, 125, 50, 0.6);
}

.pcb-test-advanced-content {
	color: #37474f;
	line-height: 1.8;
	font-size: 17px;
}

.pcb-test-advanced-content p {
	margin-bottom: 24px;
}

.pcb-test-advanced-content strong {
	color: #2e7d32;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
}

.pcb-test-advanced-content a {
	color: #0097a7;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s;
}

.pcb-test-advanced-content a:hover {
	color: #006978;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.pcb-test-advanced-container {
		padding: 50px 40px;
	}

	.pcb-test-advanced-left {
		padding-right: 30px;
	}

	.pcb-test-advanced-right {
		padding-left: 30px;
	}
}

@media (max-width: 1024px) {
	.pcb-test-advanced-container {
		flex-direction: column;
	}

	.pcb-test-advanced-right {
		border-left: none;
		border-top: 2px solid rgba(76, 175, 80, 0.3);
		padding-left: 20px;
		padding-top: 40px;
		margin-top: 30px;
	}

	.pcb-test-advanced-left {
		padding-right: 20px;
	}

	.pcb-test-advanced-title {
		font-size: 38px;
	}
}

@media (max-width: 768px) {
	.pcb-test-advanced-title {
		font-size: 32px;
	}

	.pcb-test-advanced-container {
		padding: 40px 30px;
	}

	.pcb-test-advanced-content {
		font-size: 16px;
	}

	.pcb-test-advanced-btn {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.pcb-test-advanced-container {
		padding: 30px 20px;
	}

	.pcb-test-advanced-title {
		font-size: 28px;
	}

	.pcb-test-advanced-subtitle {
		font-size: 16px;
	}
}

.pcb-test-advanced-decoration {
	position: absolute;
	z-index: 1;
	color: rgba(46, 125, 50, 0.15);
	pointer-events: none;
}

.pcb-test-advanced-decoration-1 {
	top: 30px;
	right: 30px;
	font-size: 140px;
}

.pcb-test-advanced-decoration-2 {
	bottom: 30px;
	left: 30px;
	font-size: 120px;
}

.pcb-test-advanced-decoration-3 {
	top: 50%;
	left: 40%;
	font-size: 100px;
	transform: translate(-50%, -50%);
}

.pcb-test-advanced-feature-icon {
	color: #2e7d32;
	margin-right: 10px;
	font-size: 20px;
}

.certifications-section * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.certifications-section {
	width: 100%;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url("https://www.Topfastpcb.com/wp-content/uploads/2025/04/cropped-list-banner.jpg") no-repeat center center/cover;
}

.certifications-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.certifications-header {
	text-align: center;
	margin-bottom: 60px;
	color: #fff;
}

.certifications-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #4caf50;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.certifications-divider {
	width: 80px;
	height: 3px;
	background: #4caf50;
	margin: 0 auto 20px;
}

.certifications-description {
	font-size: 18px;
	line-height: 1.6;
	/*max-width: 700px;*/
	margin: 0 auto;
	color: #e0e0e0;
}

.certifications-slider {
	display: flex;
	overflow-x: auto;
	padding: 20px 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}

.certifications-slider::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}

.certification-card {
	flex: 0 0 auto;
	width: 320px;
	margin-right: 30px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.certification-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.certification-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.certification-card:hover .certification-image img {
	transform: scale(1.05);
}

.certification-content {
	padding: 20px;
	text-align: center;
}

.certification-name {
	font-size: 18px;
	font-weight: 600;
	color: #2e7d32;
	margin-bottom: 8px;
}

.certification-code {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

.certifications-nav {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.certifications-nav-btn {
	width: 50px;
	height: 50px;
	background: rgba(76, 175, 80, 0.8);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.certifications-nav-btn:hover {
	background: rgba(76, 175, 80, 1);
}

@media (max-width: 1200px) {
	.certifications-container {
		max-width: 1000px;
	}
}

@media (max-width: 992px) {
	.certifications-title {
		font-size: 30px;
	}

	.certification-card {
		width: 280px;
	}
}

@media (max-width: 768px) {
	.certifications-section {
		padding: 60px 0;
	}

	.certifications-header {
		margin-bottom: 40px;
	}

	.certifications-title {
		font-size: 26px;
	}

	.certifications-description {
		font-size: 16px;
	}

	.certification-card {
		width: 260px;
		margin-right: 20px;
	}
}

@media (max-width: 576px) {
	.certifications-nav-btn {
		width: 40px;
		height: 40px;
	}
}

/* Client Reviews */
.Topfast-reviews-modern {
	width: 100%;
	background: #ffffff;
	padding: 50px 0;
	margin: 0 auto;
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #333;
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
		url("https://www.topfastpcb.com/wp-content/uploads/2025/09/background-5.jpg") no-repeat center center/cover;
}

.reviews-modern-container {
	max-width: 1400px;
	margin: 0 auto;
	/*padding: 0 40px;*/
}

.reviews-modern-header {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

.reviews-modern-header h2 {
	font-size: 2.5rem;
	color: #2a2a2a;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}

.reviews-modern-header h2 strong {
	color: #2e8b57;
	position: relative;
}

.reviews-modern-header h2 strong:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #2e8b57;
	border-radius: 2px;
}

.reviews-modern-header p {
	font-size: 18px;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.reviews-modern-grid {
	display: flex;
	justify-content: center;
	flex-wrap;wrap;
}

.review-modern-card {
	flex: 0 0 32%;
	background: #fafafa;
	border-radius: 8px;
	padding: 40px 25px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

/*.review-modern-card:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	width: 5px;*/
/*	height: 100%;*/
/*	background: #2e8b57;*/
/*}*/

.review-modern-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.star-rating-modern {
	margin-bottom: 25px;
	display: flex;
}

.star-rating-modern img {
	height: 18px;
	width: auto;
}

.review-modern-content {
	margin-bottom: 30px;
	color: #444;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}

.review-modern-content:before {
	content: '"';
	font-size: 60px;
	color: #e0e0e0;
	position: absolute;
	top: -20px;
	left: -15px;
	font-family: Georgia, serif;
	line-height: 1;
	z-index: 0;
}

.reviewer-modern-info {
	display: flex;
	align-items: center;
}

.reviewer-modern-avatar {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	background-color: #e8f5e9;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e0e0e0;
}

.reviewer-modern-avatar img {
	width: 100%;
	height: auto;
}

.reviewer-modern-details h3 {
	font-size: 17px;
	color: #2a2a2a;
	margin-bottom: 4px;
	font-weight: 600;
}

.reviewer-modern-details p {
	font-size: 14px;
	color: #2e8b57;
	font-style: normal;
}

@media (max-width: 1200px) {
	.review-modern-card {
		flex: 0 0 calc(50% - 20px);
	}
}

@media (max-width: 900px) {
	.reviews-modern-grid {
		gap: 30px;
	}

	.review-modern-card {
		flex: 0 0 100%;
		max-width: 600px;
	}

	.reviews-modern-header h2 {
		font-size: 36px;
	}
}

@media (max-width: 600px) {
	.reviews-modern-container {
		padding: 0 20px;
	}

	.reviews-modern-header {
		margin-bottom: 60px;
	}

	.reviews-modern-header h2 {
		font-size: 32px;
	}

	.review-modern-card {
		padding: 30px 25px;
	}
}

/* New blog */
.electronics-news-section {
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.Topfastpcb.com/wp-content/uploads/2025/04/cropped-list-banner.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 80px 0;
	color: white;
	box-sizing: border-box;
	overflow: hidden;
}

.electronics-news-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.news-header {
	text-align: center;
	margin-bottom: 60px;
}

.news-header h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0;
	letter-spacing: 1px;
}

.news-header .highlight {
	color: #04ce78;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.news-card {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.1);
}

.news-image {
	overflow: hidden;
	height: 300px;
}

.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.news-card:hover .news-image img {
	transform: scale(1.05);
}

.news-content {
	padding: 25px;
}

.news-title {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.4;
	font-weight: 600;
}

.news-title a {
	color: white;
	text-decoration: none;
}

.news-title a:hover {
	color: #5e95ce;
}

.news-excerpt {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #e0e0e0;
}

.news-link {
	display: inline-block;
	padding: 10px 20px;
	background-color: #04ce78;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.news-link:hover {
	background-color: #03b366;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.news-grid {
		grid-template-columns: 1fr;
	}

	.electronics-news-section {
		padding: 60px 0;
	}

	.news-header h2 {
		font-size: 28px;
	}
}

/* Qoute */
.pcb-promo-section {
	width: 100%;
	padding: 60px 0;
}

.pcb-promo-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.pcb-promo-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(76, 175, 80, 0.15);
	padding: 40px;
	position: relative;
	overflow: hidden;
}

.pcb-promo-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(to bottom, #4caf50, #8bc34a);
}

.pcb-promo-text {
	flex: 0 0 60%;
	padding-right: 40px;
}

.pcb-promo-title {
	font-size: 2.5rem;
	color: #2e7d32;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.pcb-promo-description {
	font-size: 18px;
	line-height: 1.6;
	color: #424242;
	margin-bottom: 30px;
}

.pcb-promo-description strong {
	color: #4caf50;
	font-size: 20px;
}

.pcb-promo-button-wrapper {
	margin-top: 25px;
}

.pcb-promo-button {
	display: inline-block;
	background: linear-gradient(to right, #4caf50, #8bc34a);
	color: white;
	padding: 15px 35px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
	position: relative;
	overflow: hidden;
}

.pcb-promo-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transition: all 0.5s ease;
}

.pcb-promo-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(76, 175, 80, 0.4);
}

.pcb-promo-button:hover::before {
	left: 100%;
}

.pcb-promo-button-text {
	position: relative;
	z-index: 2;
}

.pcb-promo-image {
	flex: 0 0 35%;
	text-align: center;
}

.pcb-promo-image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.pcb-promo-image img:hover {
	transform: scale(1.03);
}

@media (max-width: 1024px) {
	.pcb-promo-content {
		flex-direction: column;
		text-align: center;
		padding: 30px;
	}

	.pcb-promo-text {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.pcb-promo-title {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.pcb-promo-title {
		font-size: 24px;
	}

	.pcb-promo-description {
		font-size: 16px;
	}

	.pcb-promo-button {
		padding: 12px 25px;
		font-size: 16px;
	}
	.Topfast-content{
	    flex-wrap:nowrap;
	    overflow: auto;
	}
	.topfsstpcb-premium-bg .Topfast-service-col,
	.topfsstpcb-premium-bg .Topfast-image-col,
	.topfsstpcb-premium-bg .Topfast-service-col{
	    flex: 0 0 88%;
	}
	.reviews-modern-grid{
	    overflow: auto;
	}
	.pcb-process-steps{
	    flex-wrap:nowrap;
	    overflow: auto;
	}
	.pcb-process-step{
	     flex: 0 0 45% !important;
	}
	.Topfast-cap-grid .Topfast-cap-item{
	    width:45%;
	}
	.eco-banner-left-col, .eco-banner-right-col{
	    flex: 0 0 90%;
	    margin: auto;
	}
}

