.elementor-552 .elementor-element.elementor-element-4c8e9fb{--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-552 .elementor-element.elementor-element-832834f{--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-552 .elementor-element.elementor-element-0964e3c{--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;}body.elementor-page-552:not(.elementor-motion-effects-element-type-background), body.elementor-page-552 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for container, class: .elementor-element-832834f */.contact-container-7da5d66 {
  max-width: 1400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
  margin-top:20px;
}

.contact-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-info-section {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.contact-image-section {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-main-title {
  font-size: 32px;
  color: #2e7d32;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.contact-info-block {
  margin-bottom: 25px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-left: 4px solid #4caf50;
  transition: transform 0.3s ease;
}

.contact-info-block:hover {
  transform: translateY(-5px);
}

.contact-subtitle {
  font-size: 18px;
  color: #2e7d32;
  margin-bottom: 15px;
  font-weight: bold;
}

.contact-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-icon-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-icon-svg {
  width: 20px;
  height: 20px;
  fill: #4caf50;
  margin-right: 10px;
}

.contact-icon-text {
  color: #388e3c;
  font-size: 16px;
  font-weight: 500;
}

.contact-text-content {
  line-height: 1.6;
  color: #555;
}

.contact-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 动画效果 */
.contact-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes contact-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.contact-fadeInUp {
  animation-name: contact-fadeInUp;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .contact-inner {
    flex-direction: column;
  }
  
  .contact-info-section, .contact-image-section {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0964e3c */.service-features-container {
  max-width: 1400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #333;
  padding: 40px 20px;
}

.service-features-inner {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.service-main-title {
  font-size: 32px;
  color: #2e7d32;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.3;
}

.service-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.service-feature-card {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-top: 4px solid #4caf50;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.service-rating {
  text-align: center;
  margin-bottom: 15px;
  color: #ffa000;
  font-size: 20px;
  letter-spacing: 2px;
}

.service-testimonial-content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}

.service-testimonial-name {
  font-weight: bold;
  color: #2e7d32;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .service-features-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .service-main-title {
    font-size: 26px;
  }
  
  .service-feature-card {
    padding: 20px;
  }
}/* End custom CSS */