.elementor-31222 .elementor-element.elementor-element-256a916{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-c00be4c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-648e0ac{width:var( --container-widget-width, 102.852% );max-width:102.852%;--container-widget-width:102.852%;--container-widget-flex-grow:0;}.elementor-31222 .elementor-element.elementor-element-648e0ac.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31222 .elementor-element.elementor-element-7db16d1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-0218978{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-58226e2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-1723b3a{width:var( --container-widget-width, 99.868% );max-width:99.868%;--container-widget-width:99.868%;--container-widget-flex-grow:0;}.elementor-31222 .elementor-element.elementor-element-1723b3a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31222 .elementor-element.elementor-element-39def2e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-f2572d1{width:var( --container-widget-width, 99.748% );max-width:99.748%;--container-widget-width:99.748%;--container-widget-flex-grow:0;}.elementor-31222 .elementor-element.elementor-element-f2572d1.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31222 .elementor-element.elementor-element-2a182d7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-779bb0d{width:var( --container-widget-width, 100.874% );max-width:100.874%;--container-widget-width:100.874%;--container-widget-flex-grow:0;}.elementor-31222 .elementor-element.elementor-element-779bb0d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31222 .elementor-element.elementor-element-c605966{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-1342fdc{width:var( --container-widget-width, 100.197% );max-width:100.197%;--container-widget-width:100.197%;--container-widget-flex-grow:0;}.elementor-31222 .elementor-element.elementor-element-1342fdc.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-31222 .elementor-element.elementor-element-fa6e0e0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-31222 .elementor-element.elementor-element-3281004{width:var( --container-widget-width, 100.191% );max-width:100.191%;--container-widget-width:100.191%;--container-widget-flex-grow:0;}.elementor-31222 .elementor-element.elementor-element-3281004.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-b34fd31 *//* Container & Typography */
.tech-params-module {
  max-width: 1200px;
  margin: 2rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #334155;
}

.tech-params-module h2 {
  background-color: #0f172a;
  color: #ffffff;
  margin: 0;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Table Responsiveness */
.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table Styling */
.tech-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 900px; /* Forces scroll on small screens to maintain layout */
}

.tech-table th {
  background-color: #f8fafc;
  color: #475569;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.tech-table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tech-table tbody tr:hover {
  background-color: #f8fafc;
}

.tech-table tbody tr:last-child td {
  border-bottom: none;
}

/* Parameter Column with Icon */
.col-parameter {
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 250px;
}

.col-specification {
  color: #1e293b;
  width: 400px;
}

.col-notes {
  color: #64748b;
  font-size: 0.9rem;
}

/* Icon Styling */
.param-icon {
  width: 20px;
  height: 20px;
  stroke: #3b82f6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex-shrink: 0;
}

/* Bullet separator styling */
.separator {
  color: #cbd5e1;
  margin: 0 0.5rem;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-648e0ac *//* CTA 模块基础样式 (复用您之前的设计) */
.simple-contact-cta {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 8px;
  margin-top: 2rem;
}

.simple-contact-cta h3 {
  margin: 0 0 0.5rem 0;
  color: #0f172a;
  font-size: 1.5rem;
}

.simple-contact-cta p {
  margin: 0 0 2rem 0;
  color: #64748b;
}

.btn-contact-primary {
  display: inline-block;
  background-color: #3b82f6;
  color: #ffffff;
  padding: 0.85rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2);
}

.btn-contact-primary:hover {
  background-color: #2563eb;
}

/* =========================================
   弹窗背景与容器样式
   ========================================= */
.cf7-popup-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-popup-overlay.show-popup {
  visibility: visible;
  opacity: 1;
}

.cf7-popup-content {
  background-color: #ffffff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.cf7-popup-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.75rem;
  color: #94a3b8;
  cursor: pointer;
}

.cf7-popup-close:hover {
  color: #ef4444;
}

.cf7-popup-header h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #0f172a;
}

/* =========================================
   Contact Form 7 强制显示“格子”(输入框边框) 样式
   ========================================= */
.cf7-popup-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

/* 这里的 border 属性生成了您需要的“格子”效果 */
.cf7-popup-content .wpcf7 input[type="text"],
.cf7-popup-content .wpcf7 input[type="email"],
.cf7-popup-content .wpcf7 textarea,
.cf7-popup-content .wpcf7 select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cbd5e1; /* 浅灰蓝色边框格子 */
  border-radius: 4px;
  background-color: #f8fafc;
  color: #334155;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}

.cf7-popup-content .wpcf7 textarea {
  min-height: 100px;
}

/* 鼠标点击输入框时的聚焦效果 */
.cf7-popup-content .wpcf7 input:focus,
.cf7-popup-content .wpcf7 textarea:focus,
.cf7-popup-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6; /* 聚焦时边框变蓝 */
  background-color: #ffffff;
}

/* 表单提交按钮 */
.cf7-popup-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
}

.cf7-popup-content .wpcf7 input[type="submit"]:hover {
  background-color: #2563eb;
}
/* =========================================
   Simple Contact CTA (Button Style)
   ========================================= */
.simple-contact-cta {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 8px; /* 如果您想把它放在内容中间，可以加上圆角 */
  margin-top: 2rem;
}

.simple-contact-cta h3 {
  margin: 0 0 0.5rem 0;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 600;
}

.simple-contact-cta p {
  margin: 0 0 2rem 0;
  color: #64748b;
  font-size: 1rem;
}

/* 按钮样式 */
.btn-contact-primary {
  display: inline-block;
  background-color: #3b82f6;
  color: #ffffff;
  padding: 0.85rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2), 0 2px 4px -1px rgba(59, 130, 246, 0.1);
  transition: all 0.2s ease;
}

.btn-contact-primary:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px -1px rgba(59, 130, 246, 0.3), 0 4px 6px -1px rgba(59, 130, 246, 0.2);
  color: #ffffff;
}

.btn-contact-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px -1px rgba(59, 130, 246, 0.2);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3d86180 *//* =========================================
   Application Fields Module
   ========================================= */
.app-fields-module {
  max-width: 1400px; /* 大气宽屏设计 */
  margin: 4rem auto;
  padding: 0 2rem;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
}

/* 标题设计 */
.app-fields-header {
  text-align: center;
  margin-bottom: 3rem;
}

.app-fields-header h2 {
  font-size: 2.25rem;
  color: #0f172a;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.app-fields-header h2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #3b82f6;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* 两行三列网格布局 */
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

/* 卡片整体设计 */
.app-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f1f5f9;
}

.app-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* 图片预留位置 (16:9 比例) */
.app-image-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #e2e8f0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 如果后续插入真实 <img> 标签，确保填满且不变形 */
.app-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.app-card:hover .app-image-placeholder img {
  transform: scale(1.05); /* 悬停时图片微放大 */
}

/* 占位符提示文字 (添加真实图片后可删除此伪元素) */
.app-image-placeholder::before {
  content: 'Image Placeholder \A 400 x 225 px';
  white-space: pre;
  text-align: center;
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
  position: absolute;
  z-index: 1;
}

/* 卡片文本内容区 */
.app-content {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* 确保底部对齐 */
}

.app-content h3 {
  font-size: 1.25rem;
  color: #1e293b;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  font-weight: 600;
}

.app-content p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

/* 响应式设计：在平板和手机上自动调整列数 */
@media (max-width: 1024px) {
  .app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .app-grid {
    grid-template-columns: 1fr;
  }
  .app-fields-header h2 {
    font-size: 1.75rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-da924bc *//* =========================================
   主模块布局 (左右两列分栏设计)
   ========================================= */
.engineer-contact-module {
  background-color: #0f172a; /* 深色背景更显专业大气 */
  padding: 5rem 2rem;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #f8fafc;
  margin-top: 4rem;
}

.engineer-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

/* 左侧文案样式 */
.contact-text-col h2 {
  font-size: 2.25rem;
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  color: #ffffff;
}

.contact-text-col p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 2rem;
}

.contact-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-highlights li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #cbd5e1;
}

.contact-highlights li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #3b82f6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

/* 右侧按钮引导区卡片样式 */
.contact-button-col {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  border-radius: 12px;
  text-align: center;
  color: #334155;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}

.contact-button-col h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #0f172a;
  font-size: 1.5rem;
}

.contact-button-col p {
  margin-bottom: 2rem;
  color: #64748b;
  line-height: 1.5;
}

/* 主操作按钮样式 */
.btn-contact-primary {
  display: inline-block;
  background-color: #3b82f6;
  color: #ffffff;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2);
  transition: all 0.2s ease;
  width: 100%;
}

.btn-contact-primary:hover {
  background-color: #2563eb;
}

/* 响应式适配 */
@media (max-width: 992px) {
  .engineer-contact-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* =========================================
   弹窗背景与容器样式
   ========================================= */
.cf7-popup-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-popup-overlay.show-popup {
  visibility: visible;
  opacity: 1;
}

.cf7-popup-content {
  background-color: #ffffff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.cf7-popup-overlay.show-popup .cf7-popup-content {
  transform: translateY(0);
}

.cf7-popup-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 1.75rem;
  color: #94a3b8;
  cursor: pointer;
}

.cf7-popup-close:hover {
  color: #ef4444;
}

.cf7-popup-header h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #0f172a;
}

/* =========================================
   Contact Form 7 强制显示“格子”(输入框边框) 样式
   ========================================= */
.cf7-popup-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

/* 生成“格子”效果 */
.cf7-popup-content .wpcf7 input[type="text"],
.cf7-popup-content .wpcf7 input[type="email"],
.cf7-popup-content .wpcf7 textarea,
.cf7-popup-content .wpcf7 select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cbd5e1; /* 浅灰蓝色边框 */
  border-radius: 4px;
  background-color: #f8fafc;
  color: #334155;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.cf7-popup-content .wpcf7 textarea {
  min-height: 100px;
}

/* 聚焦时边框变蓝 */
.cf7-popup-content .wpcf7 input:focus,
.cf7-popup-content .wpcf7 textarea:focus,
.cf7-popup-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6; 
  background-color: #ffffff;
}

/* 表单提交按钮 */
.cf7-popup-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.2s ease;
}

.cf7-popup-content .wpcf7 input[type="submit"]:hover {
  background-color: #2563eb;
}
/* =========================================
   Engineer Contact Form Module
   ========================================= */
.engineer-contact-module {
  background-color: #0f172a; /* 深邃专业的深蓝底色 */
  padding: 5rem 2rem;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #f8fafc;
  margin-top: 4rem;
}

.engineer-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* 左侧：文案说明区 */
.contact-text-col h2 {
  font-size: 2.25rem;
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.contact-text-col h2 span {
  color: #3b82f6; /* 亮蓝色点缀 */
}

.contact-text-col p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 2rem;
}

.contact-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-highlights li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #cbd5e1;
  display: flex;
  align-items: center;
}

/* 自定义蓝色对勾图标 */
.contact-highlights li::before {
  content: '✓';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #3b82f6;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
}

/* 右侧：表单卡片区 */
.contact-form-col {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  color: #334155;
}

.contact-form-col h3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
  color: #0f172a;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 1rem;
}

/* =========================================
   CF7 表单深度美化 (覆盖默认样式)
   ========================================= */
.contact-form-col .wpcf7 {
  width: 100%;
}

.contact-form-col .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.25rem;
}

.contact-form-col label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 0.5rem;
}

.contact-form-col input[type="text"],
.contact-form-col input[type="email"],
.contact-form-col select,
.contact-form-col textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #1e293b;
  background-color: #f8fafc;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-col textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form-col input[type="text"]:focus,
.contact-form-col input[type="email"]:focus,
.contact-form-col select:focus,
.contact-form-col textarea:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* 提交按钮美化 */
.contact-form-col input[type="submit"],
.contact-form-col .wpcf7-submit {
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.2s ease, transform 0.1s ease;
  margin-top: 0.5rem;
}

.contact-form-col input[type="submit"]:hover,
.contact-form-col .wpcf7-submit:hover {
  background-color: #2563eb;
}

.contact-form-col input[type="submit"]:active,
.contact-form-col .wpcf7-submit:active {
  transform: translateY(1px);
}

/* 响应式适配 */
@media (max-width: 992px) {
  .engineer-contact-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .contact-text-col {
    text-align: center;
  }
  .contact-highlights li {
    justify-content: center;
    padding-left: 0;
  }
  .contact-highlights li::before {
    position: relative;
    margin-right: 0.75rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1723b3a *//* =========================================
   Compact Failure Analysis Module
   ========================================= */
.failure-analysis-module {
  max-width: 1000px;
  margin: 3rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  background-color: #ffffff;
}

.failure-analysis-module h2 {
  font-size: 1.75rem;
  color: #0f172a;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.failure-analysis-module h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #3b82f6;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Compact Item Container */
.failure-item {
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

/* Header */
.item-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #1e293b;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.item-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #0f172a;
  font-weight: 600;
}

/* Side-by-Side Layout for Desktop */
.item-content {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}

/* Image restricted to 280px wide */
.image-column {
  width: 280px;
  flex-shrink: 0;
}

.image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background-color: #f1f5f9;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Text Container */
.text-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}

/* Text Blocks */
.text-block {
  padding: 1rem 1.25rem;
  border-radius: 6px;
}

.text-block h4 {
  margin: 0 0 0.5rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-block ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #475569;
  font-size: 0.95rem;
}

.text-block li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}

.text-block li:last-child {
  margin-bottom: 0;
}

/* Compact Colors */
.causes {
  background-color: #fef2f2;
  border-left: 3px solid #ef4444;
}

.causes h4 {
  color: #b91c1c;
}

.remedies {
  background-color: #f0fdf4;
  border-left: 3px solid #22c55e;
}

.remedies h4 {
  color: #15803d;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .item-content {
    flex-direction: column;
  }
  
  .image-column {
    width: 100%;
    height: 200px; /* Fixed height for mobile to keep it compact */
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f2572d1 *//* =========================================
   1. CTA 引导区和按钮样式
   ========================================= */
.engineering-support-cta {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.engineering-support-cta h3 {
  margin: 0 0 0.75rem 0;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-contact-engineer {
  display: inline-block;
  background-color: #3b82f6;
  color: #ffffff;
  padding: 0.85rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2);
  transition: all 0.2s ease;
  margin-top: 1.5rem;
}

.btn-contact-engineer:hover {
  background-color: #2563eb;
}

/* =========================================
   2. 弹窗 (Modal) 样式
   ========================================= */
.cf7-modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-modal-overlay.show-modal {
  visibility: visible;
  opacity: 1;
}

.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(20px);
  transition: transform 0.3s ease;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.cf7-modal-overlay.show-modal .cf7-modal-content {
  transform: translateY(0);
}

.cf7-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #94a3b8;
  cursor: pointer;
  line-height: 1;
}

.cf7-modal-close:hover {
  color: #ef4444;
}

.cf7-modal-header {
  margin-bottom: 1.5rem;
}

.cf7-modal-header h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  color: #0f172a;
}

/* =========================================
   3. CF7 表单强制显示“格子”样式
   ========================================= */
.cf7-modal-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}

/* 这里的 border: 1px solid #cbd5e1; 生成了您需要的“格子”效果 */
.cf7-modal-content .wpcf7 input[type="text"],
.cf7-modal-content .wpcf7 input[type="email"],
.cf7-modal-content .wpcf7 textarea,
.cf7-modal-content .wpcf7 select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #cbd5e1; /* 浅灰蓝色边框 */
  border-radius: 4px;
  background-color: #f8fafc;
  color: #334155;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.cf7-modal-content .wpcf7 textarea {
  min-height: 100px;
}

/* 聚焦时边框变蓝 */
.cf7-modal-content .wpcf7 input:focus,
.cf7-modal-content .wpcf7 textarea:focus,
.cf7-modal-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6; 
  background-color: #ffffff;
}

/* 表单提交按钮 */
.cf7-modal-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #3b82f6;
  color: #ffffff;
  border: none;
  padding: 0.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.2s ease;
}

.cf7-modal-content .wpcf7 input[type="submit"]:hover {
  background-color: #2563eb;
}
/* =========================================
   1. CTA 引导区和按钮样式
   ========================================= */
.engineering-support-cta {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 3rem 2rem;
  text-align: center;
  margin-top: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.engineering-support-cta h3 {
  margin: 0 0 0.75rem 0;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 600;
}

.engineering-support-cta p {
  margin: 0 auto 2rem auto;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 600px;
}

/* 按钮本身，使用 button 标签以符合语义 */
.btn-contact-engineer {
  display: inline-block;
  background-color: #3b82f6;
  color: #ffffff;
  padding: 0.85rem 2.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2), 0 2px 4px -1px rgba(59, 130, 246, 0.1);
  transition: all 0.2s ease;
  font-family: inherit;
}

.btn-contact-engineer:hover {
  background-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px -1px rgba(59, 130, 246, 0.3), 0 4px 6px -1px rgba(59, 130, 246, 0.2);
}

.btn-contact-engineer:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px -1px rgba(59, 130, 246, 0.2);
}

/* =========================================
   2. 弹窗 (Modal) 样式
   ========================================= */
/* 背景遮罩层 - 默认隐藏 */
.cf7-modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999; /* 确保在最顶层 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.7); /* 深色半透明背景 */
  backdrop-filter: blur(4px); /* 背景模糊效果 */
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 激活弹窗时的类名控制 */
.cf7-modal-overlay.show-modal {
  visibility: visible;
  opacity: 1;
}

/* 弹窗内容区 */
.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 600px; /* 控制弹窗最大宽度 */
  max-height: 90vh; /* 防止内容过长超出屏幕 */
  overflow-y: auto;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.cf7-modal-overlay.show-modal .cf7-modal-content {
  transform: translateY(0) scale(1);
}

/* 弹窗头部文本 */
.cf7-modal-header {
  margin-bottom: 2rem;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 1rem;
}

.cf7-modal-header h3 {
  margin: 0 0 0.5rem 0;
  color: #0f172a;
  font-size: 1.5rem;
}

.cf7-modal-header p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

/* 关闭按钮 (X) */
.cf7-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  color: #94a3b8;
  font-size: 2rem;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1;
}

.cf7-modal-close:hover {
  color: #ef4444; /* 鼠标放上去变红 */
}

/* =========================================
   3. 弹窗内部 Contact Form 7 样式美化
   ========================================= */
.cf7-modal-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.25rem;
}

.cf7-modal-content label {
  display: block;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.cf7-modal-content input[type="text"],
.cf7-modal-content input[type="email"],
.cf7-modal-content select,
.cf7-modal-content textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #f8fafc;
  color: #1e293b;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.cf7-modal-content textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7-modal-content input:focus,
.cf7-modal-content select:focus,
.cf7-modal-content textarea:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.cf7-modal-content input[type="submit"] {
  width: 100%;
  background-color: #3b82f6;
  color: #ffffff;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.2s ease;
}

.cf7-modal-content input[type="submit"]:hover {
  background-color: #2563eb;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-779bb0d *//* =========================================
   RFQ Parameters Checklist Module
   ========================================= */
.rfq-parameters-module {
  max-width: 1000px;
  margin: 3rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  color: #334155;
}

.rfq-header {
  background-color: #0f172a;
  color: #ffffff;
  padding: 2rem 2.5rem;
}

.rfq-header h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.rfq-header p {
  margin: 0;
  color: #cbd5e1;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Parameters Grid Layout */
.parameters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 2.5rem;
  background-color: #f8fafc;
}

/* Individual Parameter Item */
.param-item {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.param-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
}

/* Custom Checkmark Icon created with pure CSS */
.param-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #eff6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  margin-top: 2px;
}

.param-icon::after {
  content: '';
  width: 6px;
  height: 10px;
  border: solid #3b82f6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

/* Parameter Text Content */
.param-content {
  display: flex;
  flex-direction: column;
}

.param-content strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.param-content span {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .parameters-grid {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  
  .rfq-header {
    padding: 1.5rem;
  }
  
  .rfq-header h2 {
    font-size: 1.35rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1342fdc *//* =========================================
   Compact FAQ Accordion Module
   ========================================= */
.faq-accordion-module {
  max-width: 900px;
  margin: 2rem auto;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #334155;
  background-color: #ffffff;
  padding: 1rem;
}

.faq-accordion-module h2 {
  font-size: 1.4rem;
  color: #0f172a;
  margin: 0 0 1.25rem 0;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

/* Container for all items */
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* Tight spacing between questions */
}

/* Individual FAQ Item */
.faq-item {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background-color: #f8fafc;
  overflow: hidden;
}

/* The clickable question header */
.faq-item summary {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1e293b;
  cursor: pointer;
  position: relative;
  list-style: none; /* Removes default triangle in modern browsers */
  transition: background-color 0.2s ease;
  user-select: none;
}

/* Removes default triangle in Safari */
.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  background-color: #f1f5f9;
}

/* Custom Plus/Minus Icon */
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #64748b;
  font-weight: 400;
  line-height: 1;
}

/* When the accordion is open */
.faq-item[open] {
  background-color: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.05);
}

.faq-item[open] summary {
  border-bottom: 1px dashed #cbd5e1;
}

.faq-item[open] summary::after {
  content: '−'; /* Changes to minus when open */
  color: #3b82f6;
}

/* The answer content */
.faq-content {
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #475569;
}

.faq-content p {
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3281004 *//* =========================================
   Global CTA Section
   ========================================= */
.global-cta-section {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 5rem 2rem;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: 4rem;
  border-top: 4px solid #3b82f6; 
}

.global-cta-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-text-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  letter-spacing: 0.5px;
}

.cta-text-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #cbd5e1;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
}

/* =========================================
   Pulse Action Button
   ========================================= */
.cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-pulse-primary {
  background-color: #3b82f6;
  background-image: linear-gradient(to right, #3b82f6, #2563eb);
  color: #ffffff;
  border: none;
  padding: 1.25rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px; 
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: pulse-glow 2s infinite; 
}

.btn-pulse-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.5);
  animation: none; 
}

@keyframes pulse-glow {
  0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(59, 130, 246, 0); }
  100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); }
}

.cta-guarantee {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #94a3b8;
  font-weight: 500;
}

/* =========================================
   Modal Popup Styles
   ========================================= */
.cf7-modal-overlay {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.85); 
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cf7-modal-overlay.show-modal {
  visibility: visible;
  opacity: 1;
}

.cf7-modal-content {
  background-color: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 550px;
  padding: 3rem;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(30px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #334155;
}

.cf7-modal-overlay.show-modal .cf7-modal-content {
  transform: translateY(0) scale(1);
}

.cf7-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 2.25rem;
  color: #cbd5e1;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.cf7-modal-close:hover {
  color: #ef4444;
}

.cf7-modal-header {
  margin-bottom: 2rem;
  text-align: center;
}

.cf7-modal-header h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
  color: #0f172a;
}

.cf7-modal-header p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
}

.cf7-modal-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.25rem;
}

.cf7-modal-content label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #1e293b;
  display: block;
  margin-bottom: 0.5rem;
}

.cf7-modal-content .wpcf7 input[type="text"],
.cf7-modal-content .wpcf7 input[type="email"],
.cf7-modal-content .wpcf7 textarea,
.cf7-modal-content .wpcf7 select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid #cbd5e1; 
  border-radius: 6px;
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cf7-modal-content .wpcf7 textarea {
  min-height: 120px;
}

.cf7-modal-content .wpcf7 input:focus,
.cf7-modal-content .wpcf7 textarea:focus,
.cf7-modal-content .wpcf7 select:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1); 
}

.cf7-modal-content .wpcf7 input[type="submit"] {
  width: 100%;
  background-image: linear-gradient(to right, #3b82f6, #2563eb);
  color: #ffffff;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 1rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cf7-modal-content .wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
}

@media (max-width: 768px) {
  .global-cta-section {
    padding: 4rem 1.5rem;
  }
  .cta-text-content h2 {
    font-size: 2rem;
  }
  .cf7-modal-content {
    padding: 2rem 1.5rem;
  }
}/* End custom CSS */