.elementor-5337 .elementor-element.elementor-element-c621a1c{--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-5337 .elementor-element.elementor-element-15d60ef{--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-5337 .elementor-element.elementor-element-6a8541c{--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-5337 .elementor-element.elementor-element-1e54273{--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-5337 .elementor-element.elementor-element-45ef46f{--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;}@media(min-width:768px){.elementor-5337 .elementor-element.elementor-element-15d60ef{--content-width:1400px;}.elementor-5337 .elementor-element.elementor-element-45ef46f{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-fe830eb *//* =========================================================
   Zhuoheng Featured Product Banner Component
   ========================================================= */
:root {
  --zh-blue-primary: #1e40af;
  --zh-blue-hover: #1d4ed8;
  --zh-yellow-cta: #facc15;
  --zh-yellow-hover: #eab308;
  --zh-purple-text: #581c87;
  --zh-text-dark: #1e293b;
  --zh-text-muted: #475569;
}

/* Banner Container */
.zh-product-card {
  margin: 30px 0;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  border-left: 6px solid var(--zh-blue-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zh-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.12);
}

/* Text & Information Block */
.zh-product-info {
  flex: 1;
}

.zh-product-badge {
  display: inline-block;
  background-color: var(--zh-blue-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.zh-product-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--zh-text-dark);
  line-height: 1.35;
}

.zh-product-desc {
  margin: 0;
  font-size: 13.5px;
  color: var(--zh-text-muted);
  line-height: 1.5;
}

/* CTA Action Button (Yellow Background + Purple Text) */
.zh-product-btn {
  display: inline-block;
  padding: 13px 22px;
  background-color: var(--zh-yellow-cta);
  color: var(--zh-purple-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.zh-product-btn:hover {
  background-color: var(--zh-yellow-hover);
  transform: translateY(-1px);
}

/* Responsive Support for Mobile Screen */
@media (max-width: 650px) {
  .zh-product-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }
  .zh-product-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50c0d0e *//* =========================================================
   Zhuoheng Featured Product Banner Component
   ========================================================= */
:root {
  --zh-blue-primary: #1e40af;
  --zh-blue-hover: #1d4ed8;
  --zh-yellow-cta: #facc15;
  --zh-yellow-hover: #eab308;
  --zh-purple-text: #581c87;
  --zh-text-dark: #1e293b;
  --zh-text-muted: #475569;
}

/* Banner Container */
.zh-product-card {
  margin: 30px 0;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  border-left: 6px solid var(--zh-blue-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zh-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.12);
}

/* Text & Information Block */
.zh-product-info {
  flex: 1;
}

.zh-product-badge {
  display: inline-block;
  background-color: var(--zh-blue-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.zh-product-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--zh-text-dark);
  line-height: 1.35;
}

.zh-product-desc {
  margin: 0;
  font-size: 13.5px;
  color: var(--zh-text-muted);
  line-height: 1.5;
}

/* CTA Action Button (Yellow Background + Purple Text) */
.zh-product-btn {
  display: inline-block;
  padding: 13px 22px;
  background-color: var(--zh-yellow-cta);
  color: var(--zh-purple-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.zh-product-btn:hover {
  background-color: var(--zh-yellow-hover);
  transform: translateY(-1px);
}

/* Responsive Support for Mobile Screen */
@media (max-width: 650px) {
  .zh-product-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }
  .zh-product-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fae5ffa *//* =========================================================
   Zhuoheng Featured Product Banner Component
   ========================================================= */
:root {
  --zh-blue-primary: #1e40af;
  --zh-blue-hover: #1d4ed8;
  --zh-yellow-cta: #facc15;
  --zh-yellow-hover: #eab308;
  --zh-purple-text: #581c87;
  --zh-text-dark: #1e293b;
  --zh-text-muted: #475569;
}

/* Banner Container */
.zh-product-card {
  margin: 30px 0;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  border-left: 6px solid var(--zh-blue-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zh-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.12);
}

/* Text & Information Block */
.zh-product-info {
  flex: 1;
}

.zh-product-badge {
  display: inline-block;
  background-color: var(--zh-blue-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.zh-product-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--zh-text-dark);
  line-height: 1.35;
}

.zh-product-desc {
  margin: 0;
  font-size: 13.5px;
  color: var(--zh-text-muted);
  line-height: 1.5;
}

/* CTA Action Button (Yellow Background + Purple Text) */
.zh-product-btn {
  display: inline-block;
  padding: 13px 22px;
  background-color: var(--zh-yellow-cta);
  color: var(--zh-purple-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.zh-product-btn:hover {
  background-color: var(--zh-yellow-hover);
  transform: translateY(-1px);
}

/* Responsive Support for Mobile Screen */
@media (max-width: 650px) {
  .zh-product-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }
  .zh-product-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-413b52d *//* =========================================================
   Zhuoheng Featured Product Banner Component
   ========================================================= */
:root {
  --zh-blue-primary: #1e40af;
  --zh-blue-hover: #1d4ed8;
  --zh-yellow-cta: #facc15;
  --zh-yellow-hover: #eab308;
  --zh-purple-text: #581c87;
  --zh-text-dark: #1e293b;
  --zh-text-muted: #475569;
}

/* Banner Container */
.zh-product-card {
  margin: 30px 0;
  padding: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border: 1px solid #dbeafe;
  border-left: 6px solid var(--zh-blue-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zh-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.12);
}

/* Text & Information Block */
.zh-product-info {
  flex: 1;
}

.zh-product-badge {
  display: inline-block;
  background-color: var(--zh-blue-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.zh-product-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--zh-text-dark);
  line-height: 1.35;
}

.zh-product-desc {
  margin: 0;
  font-size: 13.5px;
  color: var(--zh-text-muted);
  line-height: 1.5;
}

/* CTA Action Button (Yellow Background + Purple Text) */
.zh-product-btn {
  display: inline-block;
  padding: 13px 22px;
  background-color: var(--zh-yellow-cta);
  color: var(--zh-purple-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.zh-product-btn:hover {
  background-color: var(--zh-yellow-hover);
  transform: translateY(-1px);
}

/* Responsive Support for Mobile Screen */
@media (max-width: 650px) {
  .zh-product-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
  }
  .zh-product-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}/* End custom CSS */