.elementor-7432 .elementor-element.elementor-element-7560334{--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-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-7432 .elementor-element.elementor-element-77b01eb{--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;--padding-top:2%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-7432 .elementor-element.elementor-element-a6d60af{--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;}/* Start custom CSS for container, class: .elementor-element-77b01eb */<style>
/* Base Variables */
:root {
  --wh-primary: #27ae60;
  --wh-primary-dark: #219653;
  --wh-primary-light: #6fcf97;
  --wh-dark-text: #2c3e50;
  --wh-medium-text: #5a6a7a;
  --wh-light-text: #7f8c8d;
  --wh-light-bg: #f8f9fa;
  --wh-white: #ffffff;
  --wh-shadow: 0 10px 30px rgba(0,0,0,0.08);
  --wh-border-radius: 15px;
}

/* Base Styles */
.wh-page-container {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #2c3e50;
  line-height: 1.6;
}

.wh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
.wh-main-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.wh-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.wh-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.wh-feature-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.wh-app-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.wh-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Hero Section */
.wh-hero-section {
  padding: 80px 0;
  background: #ffffff;
}

.wh-hero-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.wh-hero-text-content {
  flex: 1;
}

.wh-hero-image-container {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wh-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.wh-hero-tag {
  display: inline-block;
  background: #27ae60;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wh-subheading {
  font-size: 1.3rem;
  color: #5a6a7a;
  margin-bottom: 40px;
  font-weight: 400;
}

.wh-stats-container {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.wh-stat-box {
  text-align: center;
}

.wh-stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #27ae60;
  line-height: 1;
  margin-bottom: 5px;
}

.wh-stat-label {
  font-size: 0.9rem;
  color: #5a6a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Value Section */
.wh-value-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.wh-divider-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #27ae60, #6fcf97);
  margin: 20px auto 30px;
}

.wh-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.wh-value-card {
  text-align: center;
  padding: 40px 30px;
  transition: all 0.3s;
}

.wh-value-card:hover {
  transform: translateY(-10px);
}

.wh-icon-wrapper {
  width: 100px;
  height: 100px;
  background: rgba(39,174,96,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 2.5rem;
  color: #27ae60;
}

.wh-card-text {
  color: #5a6a7a;
  font-size: 1.05rem;
}

/* Features Section */
.wh-features-section {
  padding: 100px 0;
  background: #ffffff;
}

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

.wh-section-description {
  font-size: 1.2rem;
  color: #5a6a7a;
}

.wh-feature-showcase {
  display: grid;
  gap: 40px;
}

.wh-feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.materials-feature {
  background: linear-gradient(90deg, #ffffff 50%, #f1f8f4 50%);
}

.types-feature {
  background: linear-gradient(90deg, #f1f8f4 50%, #ffffff 50%);
}

.wh-feature-details {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wh-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wh-feature-item {
  margin-bottom: 15px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5a6a7a;
}

.wh-feature-item i {
  color: #27ae60;
}

.wh-feature-visual {
  background-size: cover;
  background-position: center;
}

.materials-feature .wh-feature-visual {
  background-image: url('https://topfastpcba.com/wp-content/uploads/2025/07/2.jpg');
}

.types-feature .wh-feature-visual {
  background-image: url('https://topfastpcba.com/wp-content/uploads/2025/07/1.jpg');
}

.wh-type-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.wh-type-tag {
  background: rgba(39,174,96,0.1);
  color: #219653;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 500;
}

.wh-specs-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 60px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wh-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.wh-spec-item {
  padding: 30px;
  border: 1px solid rgba(39,174,96,0.2);
  border-radius: 10px;
  transition: all 0.3s;
}

.wh-spec-item:hover {
  background: rgba(39,174,96,0.05);
  transform: translateY(-5px);
}

.wh-spec-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: #27ae60;
  margin-bottom: 10px;
}

.wh-spec-name {
  font-size: 1rem;
  color: #5a6a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Applications Section */
.wh-applications-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.wh-app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.wh-app-card {
  min-height: 300px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wh-app-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

.wh-app-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #ffffff;
  z-index: 2;
}

.wh-app-desc {
  opacity: 0.9;
}

.automotive-app {
  background: url('https://topfastpcba.com/wp-content/uploads/2025/07/automobile.jpg') center/cover;
}

.industrial-app {
  background: url('https://topfastpcba.com/wp-content/uploads/2025/07/industrial-machinery.jpg') center/cover;
}

.medical-app {
  background: url('https://topfastpcba.com/wp-content/uploads/2025/07/medical-equipment.jpg') center/cover;
}

.telecom-app {
  background: url('https://topfastpcba.com/wp-content/uploads/2025/07/Communications.jpg') center/cover;
}

/* Testimonial Section */
.wh-testimonial-section {
  padding: 100px 0;
  background: #ffffff;
}

.wh-testimonial-card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 60px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wh-quote-mark {
  font-size: 5rem;
  color: rgba(39,174,96,0.1);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

.wh-testimonial-text {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #2c3e50;
  margin: 40px 0;
  line-height: 1.6;
}

.wh-client-info {
  margin-top: 30px;
}

.wh-client-name {
  font-weight: 700;
  font-size: 1.2rem;
  color: #219653;
}

.wh-client-position {
  color: #5a6a7a;
  font-size: 0.95rem;
}

/* CTA Section */
.wh-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #27ae60, #219653);
  color: #ffffff;
}

.wh-cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.wh-cta-text {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.wh-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  color:#219653;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.wh-cta-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .wh-hero-wrapper {
    flex-direction: column;
  }
  
  .wh-hero-image-container {
    order: -1;
    margin-bottom: 40px;
    max-width: 600px;
    width: 100%;
  }
  
  .wh-feature-block {
    grid-template-columns: 1fr;
  }
  
  .types-feature .wh-feature-details {
    order: 1;
  }
}

@media (max-width: 768px) {
  .wh-main-heading {
    font-size: 2.2rem;
  }
  
  .wh-subheading {
    font-size: 1.2rem;
  }
  
  .wh-stats-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .wh-feature-details {
    padding: 40px;
  }
  
  .wh-testimonial-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .wh-main-heading {
    font-size: 1.8rem;
  }
  
  .wh-section-title {
    font-size: 2rem;
  }
  
  .wh-testimonial-card {
    padding: 40px 20px;
  }
  
  .wh-specs-grid {
    grid-template-columns: 1fr;
  }
}

/* Inquiry Button Styles */
.wh-inquiry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background: #27ae60;
  color: #ffffff;
  border: none;
  border-radius: var(--wh-border-radius);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}

.wh-inquiry-button:hover {
  background: #27ae60;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}

.wh-inquiry-button i {
  font-size: 1.2rem;
}

/* Responsive adjustments for the button */
@media (max-width: 1300px) {
  .wh-inquiry-button {
    max-width: 300px;
    margin: 20px auto 0;
  }
}

@media (max-width: 768px) {
  .wh-inquiry-button {
    padding: 12px;
    font-size: 1rem;
  }
}

</style>

<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-80e162c */<style>
/* Completely Isolated CSS Styles */
.wireharness-faq-module {
  padding: 4rem 0;
  background-color: #f8fafc;
  font-family: 'Montserrat', sans-serif;
}

.wireharness-faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.wireharness-faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.wireharness-faq-main-title {
  font-size: 2rem;
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #27ae60, #219653);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wireharness-faq-subtitle {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

.wireharness-faq-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #27ae60, #6fcf97);
  margin: 0 auto;
}

.wireharness-faq-columns {
  display: flex;
  gap: 2rem;
}

.wireharness-faq-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wireharness-faq-item {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border-top: 3px solid #6fcf97;
}

.wireharness-faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(39, 174, 96, 0.15);
}

.wireharness-question {
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-left: 1.2rem;
}

.wireharness-question:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  height: 0.6em;
  width: 0.6em;
  background: #27ae60;
  border-radius: 50%;
}

.wireharness-answer p {
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .wireharness-faq-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .wireharness-faq-main-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  .wireharness-faq-module {
    padding: 3rem 0;
  }
  
  .wireharness-faq-item {
    padding: 1.2rem;
  }
  
  .wireharness-question {
    font-size: 1rem;
  }
}
</style>/* End custom CSS */