.elementor-1226 .elementor-element.elementor-element-962d95b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1226 .elementor-element.elementor-element-f554381{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-962d95b */.flex-pcb-banner {
		width: 100%;
		padding: 20px 20px;
		background: url("/wp-content/uploads/2025/08/High-Frequency-PCB7-1.png") center/cover no-repeat;
		height: 380px;
		position: relative;
	}

	.flex-pcb-banner__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.1);
		z-index: 1;
	}

	.flex-pcb-banner__content {
		max-width: 1400px;
		/* height: 300px; */
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.flex-pcb-banner__title {
		color: white;
		font-size: 48px;
		font-weight: 700;
		margin-top: 30px;
		margin-bottom: 25px;
		line-height: 1.2;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}

	.flex-pcb-banner__text {
		color: white;
		font-size: 22px;
		line-height: 1.6;
		max-width: 800px;
		padding: 0px;
		border-radius: 8px;
	}

	.flex-pcb-banner__button {
		display: inline-block;
		background-color: #2E7D32;
		color: white;
		font-size: 18px;
		font-weight: 600;
		padding: 15px 40px;
		border-radius: 50px;
		text-decoration: none;
		transition: all 0.3s ease;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		border: 2px solid #fff;
	}

	.flex-pcb-banner__button:hover {
		color: white;
		background-color: #1B5E20;
		transform: translateY(-2px);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	}

	@media (max-width: 992px) {
		.flex-pcb-banner {
			padding: 80px 20px;
		}

		.flex-pcb-banner__title {
			font-size: 40px;
		}

		.flex-pcb-banner__text {
			font-size: 20px;
			padding: 15px;
		}
	}

	@media (max-width: 768px) {
		.flex-pcb-banner {
			padding: 60px 15px;
		}

		.flex-pcb-banner__title {
			font-size: 32px;
			margin-bottom: 20px;
		}

		.flex-pcb-banner__text {
			font-size: 18px;
			padding: 15px;
			margin-bottom: 25px;
		}

		.flex-pcb-banner__button {
			font-size: 16px;
			padding: 12px 30px;
		}
	}

	@media (max-width: 480px) {
		.flex-pcb-banner__title {
			font-size: 28px;
		}

		.flex-pcb-banner__text {
			font-size: 16px;
			padding: 12px;
			margin-bottom: 20px;
		}

		.flex-pcb-banner__button {
			font-size: 15px;
			padding: 10px 25px;
		}
	}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f554381 *//* Base Styles */
	.elementor img {
		height: 200px;
	}

	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}

	body {
		font-family: 'Roboto', sans-serif;
		line-height: 1.6;
		color: #333333;
	}

	.tfp-container {
		width: 100%;
		overflow: hidden;
	}

	/* Section Styles */
	.tfp-section {
		padding: 60px 0;
		width: 100%;
	}

	.tfp-content {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.tfp-bg-white {
		background-color: #ffffff;
	}

	.tfp-bg-light {
		background-color: #f0f7f0;
	}

	.tfp-bg-primary {
		background-color: #2e7d32;
		color: #ffffff;
	}

	/* Typography */
	.tfp-section-title {
		font-size: 36px;
		text-align: center;
		margin-bottom: 20px;
		color: #2e7d32;
	}

	.tfp-section-intro {
		text-align: center;
		max-width: 800px;
		margin: 0 auto 40px;
		font-size: 18px;
		line-height: 1.6;
	}

	.tfp-subsection-title {
		font-size: 28px;
		text-align: center;
		margin: 50px 0 30px;
		color: #2e7d32;
	}

	/* Advantages Grid */
	.tfp-advantages-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		gap: 30px;
		margin-top: 40px;
	}

	.tfp-advantage-card {
		background: #ffffff;
		border-radius: 8px;
		padding: 30px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
		text-align: center;
	}

	.tfp-advantage-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.tfp-advantage-icon {
		font-size: 48px;
		margin-bottom: 20px;
		color: #2e7d32;
	}

	.tfp-advantage-title {
		font-size: 22px;
		margin-bottom: 15px;
		color: #2e7d32;
	}

	.tfp-gallery-image {
		width: 490px;
		height: 200px;
		object-fit: cover;
		border-radius: 8px;
		transition: transform 0.3s ease;
	}

	/* Materials Table */
	.tfp-table-container {
		overflow-x: auto;
		margin: 40px 0;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
	}

	.tfp-material-table {
		width: 100%;
		border-collapse: collapse;
		min-width: 1000px;
	}

	.tfp-material-table th,
	.tfp-material-table td {
		padding: 15px;
		text-align: left;
		border: 1px solid #e0e0e0;
	}

	.tfp-material-table th {
		background-color: #2e7d32;
		color: #ffffff;
		font-weight: bold;
		position: sticky;
		top: 0;
	}

	.tfp-material-table tr:nth-child(even) {
		background-color: #f9f9f9;
	}

	.tfp-material-table tr:hover {
		background-color: #f1f1f1;
	}

	/* Image Gallery */
	.tfp-image-gallery {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		margin: 50px 0;
	}

	.tfp-gallery-item {
		width: 430px;
		height: 200px;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
	}

	.tfp-gallery-item:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.tfp-gallery-item img {
		object-fit: cover;
		display: block;
	}

	/* Technical Parameters */
	.tfp-params-container {
		background: #ffffff;
		border-radius: 8px;
		padding: 30px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		margin: 40px 0;
	}

	.tfp-params-list {
		columns: 2;
		column-gap: 40px;
		list-style-position: inside;
	}

	.tfp-params-list li {
		margin-bottom: 12px;
		font-size: 16px;
	}

	/* Production Process */
	.tfp-production-process {
		position: relative;
		margin: 60px 0;
	}

	.tfp-process-track {
		position: absolute;
		left: 40px;
		top: 0;
		bottom: 0;
		width: 4px;
		background: #2e7d32;
		border-radius: 2px;
		z-index: 1;
	}

	.tfp-process-steps {
		position: relative;
		z-index: 2;
	}

	.tfp-process-step {
		display: flex;
		margin-bottom: 40px;
		align-items: flex-start;
	}

	.tfp-step-number {
		width: 80px;
		height: 80px;
		background: #2e7d32;
		color: #ffffff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 32px;
		font-weight: bold;
		margin-right: 30px;
		flex-shrink: 0;
	}

	.tfp-step-content {
		background: #ffffff;
		border-radius: 8px;
		padding: 25px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		flex-grow: 1;
	}

	.tfp-step-title {
		font-size: 20px;
		margin-bottom: 15px;
		color: #2e7d32;
	}

	/* Applications Grid */
	.tfp-applications-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 30px;
		margin-top: 40px;
	}

	.tfp-application-item {
		background: #ffffff;
		border-radius: 8px;
		padding: 30px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease;
		text-align: center;
	}

	.tfp-application-item:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	}

	.tfp-application-icon {
		font-size: 48px;
		margin-bottom: 20px;
		color: #2e7d32;
	}

	.tfp-application-name {
		font-size: 20px;
		margin-bottom: 15px;
		color: #2e7d32;
	}

	/* CTA Section */
	.tfp-cta-title {
		font-size: 36px;
		text-align: center;
		margin-bottom: 20px;
	}

	.tfp-cta-text {
		text-align: center;
		max-width: 700px;
		margin: 0 auto 30px;
		font-size: 18px;
	}

	.tfp-cta-buttons {
		display: flex;
		justify-content: center;
	}

	.tfp-btn {
		display: inline-block;
		padding: 15px 40px;
		border-radius: 50px;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease;
		text-align: center;
	}

	.tfp-btn-light {
		background: #ffffff;
		color: #2e7d32;
	}

	.tfp-btn-light:hover {
		color: #2e7d32;
		background: #e0e0e0;
		transform: translateY(-3px);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	}

	/* Responsive Adjustments */
	@media (max-width: 1200px) {
		.tfp-section-title {
			font-size: 32px;
		}

		.tfp-advantages-grid {
			grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		}
	}

	@media (max-width: 768px) {
		.tfp-section {
			padding: 40px 0;
		}

		.tfp-section-title {
			font-size: 28px;
		}

		.tfp-subsection-title {
			font-size: 24px;
		}

		.tfp-advantages-grid,
		.tfp-applications-grid {
			grid-template-columns: 1fr;
		}

		.tfp-image-gallery {
			grid-template-columns: 1fr;
		}

		.tfp-params-list {
			columns: 1;
		}

		.tfp-production-process {
			margin-left: 0;
		}

		.tfp-process-track {
			left: 40px;
		}

		.tfp-process-step {
			flex-direction: column;
		}

		.tfp-step-number {
			margin-right: 0;
			margin-bottom: 20px;
		}

		.tfp-cta-buttons {
			flex-direction: column;
			align-items: center;
		}
	}

	@media (max-width: 600px) {
		.tfp-section-title {
			font-size: 26px;
		}

		.tfp-subsection-title {
			font-size: 22px;
		}

		.tfp-step-number {
			width: 60px;
			height: 60px;
			font-size: 24px;
		}

		.tfp-gallery-item img {
			height: auto;
		}

		.tfp-process-track {
			left: 30px;
		}
	}/* End custom CSS */