.elementor-397 .elementor-element.elementor-element-41a80ee{--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-397 .elementor-element.elementor-element-b693016{width:var( --container-widget-width, 102.178% );max-width:102.178%;margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;--container-widget-width:102.178%;--container-widget-flex-grow:0;}.elementor-397 .elementor-element.elementor-element-b693016.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-397 .elementor-element.elementor-element-74d3ccb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-397 .elementor-element.elementor-element-e2f870a{text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:#7A7A7A;}.elementor-397 .elementor-element.elementor-element-a00d7bb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-397 .elementor-element.elementor-element-300d778{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-397 .elementor-element.elementor-element-cc93dfa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-397:not(.elementor-motion-effects-element-type-background), body.elementor-page-397 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-41a80ee */.flex-pcb-banner {
		width: 100%;
		padding: 20px 20px;
		background: url("/wp-content/uploads/2025/08/High-Frequency-PCB5-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-74d3ccb */.flex-pcb-layout {
    width: 100%;
    max-width: 1400px;
    margin: 60px auto;
    padding: 60px 20px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #f8faf8 0%, #e8f5e9 100%);
    border-radius: 16px;
  }

  .flex-pcb-layout__inner {
    display: flex;
    align-items: center;
    gap: 70px;
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.12);
    position: relative;
    overflow: hidden;
  }

  .flex-pcb-layout__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #2E7D32, #4CAF50, #81C784);
  }

  .flex-pcb-content {
    flex: 1;
    min-width: 0;
  }

  .flex-pcb-content__title {
    color: #2E7D32;
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
  }

  .flex-pcb-content__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #2E7D32, #81C784);
    border-radius: 2px;
  }

  .flex-pcb-content__text {
    color: #424242;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .flex-pcb-content__text strong {
    color: #2E7D32;
    font-weight: 600;
    background: rgba(76, 175, 80, 0.1);
    padding: 0 4px;
    border-radius: 3px;
  }

  .flex-pcb-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .feature-chip {
    background: rgba(46, 125, 50, 0.1);
    color: #2E7D32;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .feature-chip:hover {
    background: rgba(46, 125, 50, 0.2);
    transform: translateY(-2px);
  }

  .feature-icon {
    margin-right: 8px;
    font-weight: bold;
  }

  .flex-pcb-media {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .flex-pcb-media__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(46, 125, 50, 0.25);
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateY(-5deg);
  }

  .flex-pcb-media__image:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.3);
  }

  .pcb-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
    z-index: 10;
    transform: rotate(5deg);
  }

  @media (max-width: 1200px) {
    .flex-pcb-layout__inner {
      gap: 40px;
    }
    
    .flex-pcb-content__title {
      font-size: 32px;
    }
  }

  @media (max-width: 992px) {
    .flex-pcb-layout__inner {
      flex-direction: column;
      gap: 40px;
    }
    
    .flex-pcb-content,
    .flex-pcb-media {
      width: 100%;
    }
    
    .flex-pcb-content__title {
      font-size: 30px;
    }
    
    .pcb-badge {
      top: -15px;
      right: 15px;
    }
  }

  @media (max-width: 768px) {
    .flex-pcb-layout {
      padding: 40px 15px;
      margin: 40px auto;
    }
    
    .flex-pcb-layout__inner {
      padding: 30px 20px;
    }
    
    .flex-pcb-content__title {
      font-size: 28px;
      margin-bottom: 20px;
    }
    
    .flex-pcb-content__text {
      font-size: 16px;
    }
    
    .flex-pcb-features {
      gap: 10px;
    }
    
    .feature-chip {
      padding: 8px 15px;
      font-size: 13px;
    }
  }

  @media (max-width: 576px) {
    .flex-pcb-content__title {
      font-size: 24px;
    }
    
    .pcb-badge {
      position: relative;
      top: 0;
      right: 0;
      margin-bottom: 20px;
      display: inline-block;
    }
    
    .flex-pcb-media__image {
      transform: none;
    }
    
    .flex-pcb-media__image:hover {
      transform: translateY(-5px);
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a00d7bb */.flex-pcb-feature {
    width: 100%;
    background:#f8fbf8;
    padding: 80px 0;
  }

  .flex-pcb-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 20px;
  }

  .flex-pcb-media {
    flex: 1;
    min-width: 0;
    position: relative;
  }

  .topfast-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
    z-index: 10;
    white-space: nowrap;
  }

  .flex-pcb-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.2);
    transition: all 0.3s ease;
  }

  .flex-pcb-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(46, 125, 50, 0.25);
  }

  .flex-pcb-content {
    flex: 1;
    min-width: 0;
  }

  .flex-pcb-heading {
    color: #2E7D32;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
  }

  .flex-pcb-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2E7D32, #81C784);
    border-radius: 2px;
  }

  .flex-pcb-benefits {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }

  .flex-pcb-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.1);
    transition: all 0.3s ease;
  }

  .flex-pcb-benefit-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.15);
  }

  .benefit-icon {
    background: rgba(46, 125, 50, 0.1);
    color: #2E7D32;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
  }

  .benefit-content h3 {
    color: #2E7D32;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px 0;
  }

  .benefit-content p {
    color: #424242;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
  }

  .flex-pcb-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(46, 125, 50, 0.25);
  }

  .flex-pcb-button:hover {
    color: white;
    background: linear-gradient(135deg, #1B5E20, #2E7D32);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(46, 125, 50, 0.35);
    gap: 20px;
  }

  .button-arrow {
    font-size: 20px;
    transition: all 0.3s ease;
  }

  .flex-pcb-button:hover .button-arrow {
    transform: translateX(5px);
  }

  @media (max-width: 1200px) {
    .flex-pcb-container {
      gap: 40px;
    }
    
    .flex-pcb-heading {
      font-size: 32px;
    }
  }

  @media (max-width: 992px) {
    .flex-pcb-container {
      flex-direction: column;
    }

    .flex-pcb-media,
    .flex-pcb-content {
      width: 100%;
      max-width: 700px;
    }

    .flex-pcb-heading {
      font-size: 30px;
    }
    
    .topfast-badge {
      left: 20px;
      transform: none;
    }
  }

  @media (max-width: 768px) {
    .flex-pcb-feature {
      padding: 60px 0;
    }

    .flex-pcb-heading {
      font-size: 28px;
      margin-bottom: 30px;
    }
    
    .flex-pcb-benefit-item {
      padding: 15px;
    }
    
    .benefit-content h3 {
      font-size: 17px;
    }
  }

  @media (max-width: 576px) {
    .flex-pcb-container {
      padding: 0 15px;
      gap: 30px;
    }

    .flex-pcb-heading {
      font-size: 26px;
    }
    
    .flex-pcb-benefit-item {
      flex-direction: column;
      text-align: center;
      gap: 15px;
    }
    
    .benefit-icon {
      align-self: center;
    }
    
    .flex-pcb-button {
      width: 100%;
      justify-content: center;
      padding: 16px 25px;
    }
    
    .topfast-badge {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 20px;
      display: inline-block;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-300d778 */.materials-container {
    width: 100%;
    padding: 50px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .materials-inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .materials-header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .materials-header h2 {
    color: #2E7D32;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .materials-header p {
    color: #555;
    font-size: 18px;
    max-width: 1400px;
    margin: 0 auto;
    line-height: 1.5;
  }
  
  .materials-table-container {
    overflow-x: auto;
    box-shadow: 0 5px 20px rgba(46, 125, 50, 0.15);
    border-radius: 10px;
    margin-bottom: 30px;
  }
  
  .materials-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
  }
  
  .materials-table th {
    background: linear-gradient(to bottom, #2E7D32, #1B5E20);
    color: white;
    padding: 18px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
  }
  
  .materials-table td {
    padding: 16px 15px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: top;
  }
  
  .materials-table tbody tr {
    transition: all 0.3s ease;
  }
  
  .materials-table tbody tr:hover {
    background-color: rgba(46, 125, 50, 0.05);
  }
  
  .materials-table td:first-child {
    font-weight: 600;
    color: #2E7D32;
    background-color: rgba(46, 125, 50, 0.08);
  }
  
  .materials-table td:nth-child(2) {
    font-weight: 500;
    color: #333;
  }
  
  .materials-table td:nth-child(3) {
    color: #555;
  }
  
  .materials-table td:last-child {
    color: #1B5E20;
    font-style: italic;
  }
  
  .materials-footer {
    text-align: center;
    padding: 15px;
    background-color: rgba(46, 125, 50, 0.1);
    border-radius: 8px;
    color: #2E7D32;
    font-weight: 500;
  }
  
  @media (max-width: 992px) {
    .materials-header h2 {
      font-size: 28px;
    }
    
    .materials-header p {
      font-size: 16px;
    }
    
    .materials-table th,
    .materials-table td {
      padding: 14px 12px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 768px) {
    .materials-container {
      padding: 40px 15px;
    }
    
    .materials-header h2 {
      font-size: 24px;
    }
    
    .materials-table th {
      padding: 12px 10px;
      font-size: 14px;
    }
    
    .materials-table td {
      padding: 12px 10px;
      font-size: 13px;
    }
  }
  
  @media (max-width: 576px) {
    .materials-table {
      min-width: 600px;
    }
    
    .materials-table-container {
      border-radius: 8px;
    }
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-cc93dfa */.tfpcb-wrapper {
            width: 100%;
        }

        .tfpcb-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Partner Section */
        .tfpcb-partner-section {
            width: 100%;
            background-color: #f8fbf8;
            padding: 80px 0;
        }

        .tfpcb-partner-title {
            color: #2E7D32;
            font-size: 32px;
            margin-bottom: 50px;
            line-height: 1.3;
            text-align:center;
        }

        .tfpcb-brand {
            color: #1B5E20;
        }

        .tfpcb-intro-text {
            color: #333;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 20px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .tfpcb-benefits-container {
            max-width: 100%;
            margin: 0 auto 50px;
            text-align: left;
        }

        .tfpcb-benefits-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .tfpcb-benefit-item {
            padding: 15px 0;
            border-bottom: 1px dashed #c8e6c9;
            color: #333;
            line-height: 1.6;
            font-size: 17px;
        }

        .tfpcb-benefit-item:last-child {
            border-bottom: none;
        }

        .tfpcb-benefit-item strong {
            color: #2E7D32;
        }

        .tfpcb-contact-button {
            display: inline-block;
            background-color: #2E7D32;
            color: white;
            font-size: 16px;
            font-weight: 600;
            padding: 15px 40px;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid #2E7D32;
        }

        .tfpcb-contact-button:hover {
            background-color: #1B5E20;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3);
        }

        /* FAQ Section */
        .tfpcb-faq-section {
            width: 100%;
            padding: 80px 0;
            background-color: white;
        }

        .tfpcb-section-title {
            color: #2E7D32;
            font-size: 32px;
            text-align: center;
            margin-bottom: 50px;
        }

        .tfpcb-accordion {
            max-width: 100%;
            margin: 0 auto;
        }

        .tfpcb-accordion-item {
            margin-bottom: 15px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            overflow: hidden;
        }

        .tfpcb-accordion-header {
            width: 100%;
            padding: 18px 25px;
            background-color: #f5faf5;
            border: none;
            text-align: left;
            font-size: 18px;
            font-weight: 600;
            color: #2E7D32;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .tfpcb-accordion-header:hover {
            background-color: #e8f5e9;
        }

        .tfpcb-accordion-icon {
            font-size: 20px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .tfpcb-accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background-color: white;
        }

        .tfpcb-accordion-inner {
            padding: 20px;
            color: #333;
            line-height: 1.6;
        }

        .tfpcb-accordion-item.active .tfpcb-accordion-header {
            background-color: #e8f5e9;
        }

        .tfpcb-accordion-item.active .tfpcb-accordion-icon {
            transform: rotate(45deg);
        }

        .tfpcb-accordion-item.active .tfpcb-accordion-content {
            max-height: 500px;
        }

        /* CTA Section */
        .tfpcb-cta-section {
            width: 100%;
            background-color: #2E7D32;
            padding: 80px 0;
            text-align: center;
        }

        .tfpcb-cta-content {
            max-width: 100%;
            margin: 0 auto;
        }

        .tfpcb-cta-title {
            color: white;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .tfpcb-cta-text {
            color: #e8f5e9;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .tfpcb-cta-button {
            display: inline-block;
            background-color: white;
            color: #2E7D32;
            font-size: 16px;
            font-weight: 600;
            padding: 15px 40px;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .tfpcb-cta-button:hover {
            background-color: transparent;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .tfpcb-partner-title {
                font-size: 32px;
            }

            .tfpcb-section-title,
            .tfpcb-cta-title {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
            .tfpcb-partner-section,
            .tfpcb-faq-section,
            .tfpcb-cta-section {
                padding: 60px 0;
            }

            .tfpcb-partner-title {
                font-size: 28px;
            }

            .tfpcb-section-title,
            .tfpcb-cta-title {
                font-size: 24px;
            }

            .tfpcb-intro-text,
            .tfpcb-cta-text {
                font-size: 16px;
            }

            .tfpcb-accordion-header {
                font-size: 16px;
                padding: 15px 20px;
            }
            
            .tfpcb-benefit-item {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .tfpcb-partner-title {
                font-size: 24px;
            }

            .tfpcb-contact-button,
            .tfpcb-cta-button {
                padding: 12px 25px;
                font-size: 15px;
            }
            
            .tfpcb-container {
                padding: 0 15px;
            }
            
            .tfpcb-accordion-header {
                padding: 12px 15px;
            }
            
            .tfpcb-accordion-inner {
                padding: 15px;
            }
        }/* End custom CSS */