.container-header { background-color:#2c3e50 !important; background-image:none !important; }
.mod-languages { line-height:60px; padding-right:2em; }
div.mod-languages ul.lang-inline li { margin-left:10px; }
@media (max-width:768px){
  .mod-languages{ padding-right:0; }
  div.mod-languages ul.lang-inline li{ margin-left:0; margin-right:10px; }
}
.container-footer .grid-child{ display:block !important; margin:0 !important; padding:0 !important; }
.container-footer .mod-custom{ display:block; width:100%; margin:0 !important; padding:0 !important; }
#cf_1 {margin: 0 auto}
.footer {background-color: #093948 !important; background-image:none !important;}
#mod-custom115 {
  background-color: #002f3e;
  color: #ffffff;
  padding: 60px 40px 40px !important;
}
#mod-custom115 .footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#mod-custom115 .footer-top-logo {
  text-align: center;
  margin-bottom: 40px;
}
#mod-custom115 .footer-top-logo img {
  max-width: 240px;
  height: auto;
}
#mod-custom115 .footer-container {
  display: flex;
  justify-content: space-evenly; 
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
}
#mod-custom115 .footer-col {
  flex: 1 1 33%;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
}
#mod-custom115 .footer-icon-block {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mod-custom115 .footer-icon-block img {
  width: 32px;
  height: 32px;
}
#mod-custom115 .footer-divider {
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.4);
}
#mod-custom115 .footer-text {
  flex: 1;
  max-width: 320px;
}
#mod-custom115 .footer-text h4 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
#mod-custom115 .footer-text p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}
#mod-custom115 a {
  color: #ffffff;
  text-decoration: none;
}
#mod-custom115 a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #mod-custom115 {
    padding: 40px 20px 30px;
  }
  #mod-custom115 .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  #mod-custom115 .footer-col {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  #mod-custom115 .footer-icon-block img {
    width: 28px;
    height: 28px;
  }
  #mod-custom115 .footer-divider {
    height: 36px; 
  }
  #mod-custom115 .footer-text h4 {
    font-size: 16px;
  }
  #mod-custom115 .footer-text p {
    font-size: 14px;
  }
  #mod-custom115 .footer-top-logo img {
    max-width: 180px;
  }
}
#mod-custom116 {
  background-color: #001b28;
  color: #b7b2ac;
  text-align: center;
  font-size: 11px;
  line-height: 4.3;
  padding: 10px 15px;
}
#mod-custom116 .btm-copyright a {
  color: #b7b2ac;
  text-decoration: none;
}
#mod-custom116 .btm-copyright a:hover {
  text-decoration: underline;
}
#mod-custom116 span {
  color: #cccccc;
}
/** about us */
.container-top-a .top-a {
  border: none;
}
.container-top-b .top-b {
  border: none;
  background-color: #ebebeb;
}
/* huo1 OVERVIEW OF Qianyi Xinsheng  */
.about-section {
  background-color: #ffffff;
  padding: 10px 0;
  color: #333333;
}
.about-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 40px;
  box-sizing: border-box;
  gap: 40px;
}
.about-text {
  flex: 0 0 70% !important;
  max-width: 70% !important;
  text-align: left;
}
.about-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.about-title .title-line {
  width: 4px;
  height: 60px;
  background-color: #222;
  margin-right: 15px;
}
.about-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #111;
}
.about-title h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 5px 0 0 0;
  color: #222;
  border-bottom: 2px solid #222;
  display: inline-block;
}
.about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}
.about-image {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  text-align: right;
}
.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .about-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding: 0 20px;
  }
  .about-text {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    text-align: left;
  }
  .about-title {
    justify-content: center;
  }
  .about-title .title-line {
    height: 50px;
  }
  .about-image {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-top: 30px;
  }
  .about-image img {
    max-width: 95%;
  }
  .about-section {
    padding: 0px;
  }
}
/** huo2 GREENHOUSE SOLUTIONS **/
.solutions-section {
  background-color: #f7f7f7;
  padding: 60px 40px;
  text-align: center;
  color: #111;
}
.solutions-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: -20px;
}
.solutions-title .title-line {
  width: 4px;
  height: 60px;
  background-color: #222;
  margin-right: 15px;
}
.solutions-title h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}
.solutions-title h3 {
  font-size: 20px;
  margin-top: 5px;
  color: #333;
  font-weight: 600;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.solution-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.solution-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.solution-item:hover img {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.solution-item .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.solution-item.large {
  grid-row: span 2;
  grid-column: span 1;
}
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }
  .solution-item.large {
    grid-row: auto;
    grid-column: span 2;
  }
  .solutions-title h2 {
    font-size: 26px;
  }
  .solutions-title h3 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .solution-item.large {
    grid-column: span 1;
  }
  .solutions-section {
    padding: 40px 20px;
  }
}
/* ====== Contact Page 美化样式 ====== */
.contact-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* 标题区 */
.contact-header h1 {
  color: #002f3e;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-header .contact-position {
  font-size: 16px;
  color: #0078c0;
  margin-bottom: 20px;
}

/* 主体区：左右布局 */
.contact-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.contact-left {
  flex: 1 1 55%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px 35px;
  line-height: 1.8;
}

.contact-left p {
  margin: 0 0 10px;
}

.contact-right {
  flex: 1 1 35%;
  text-align: right;
}

.contact-right img.contact-image {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* 联系表单 */
.contact-form-wrapper {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  margin-bottom: 50px;
}

.contact-form-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  color: #002f3e;
  margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 6px !important;
  padding: 12px 15px !important;
  border: 1px solid #ccc !important;
  font-size: 15px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0078c0 !important;
  box-shadow: 0 0 0 3px rgba(0,120,192,0.15);
  outline: none;
}

.contact-form button,
.contact-form input[type="submit"] {
  background-color: #005bac;
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-form button:hover,
.contact-form input[type="submit"]:hover {
  background-color: #0072d4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/* 响应式 */
@media (max-width: 992px) {
  .contact-main {
    flex-direction: column;
    align-items: center;
  }
  .contact-left, .contact-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .contact-right img {
    max-width: 300px;
    margin-top: 20px;
  }
}
/* 地图部分 */
.contact-map-section {
  margin: 50px auto;
  text-align: center;
  max-width: 1200px;
}
.contact-map-section h2 {
  font-size: 24px;
  color: #00323e;
  margin-bottom: 20px;
}
.bing-map iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
/* 手机版隐藏 Bing 地图，显示图片 */
@media (max-width: 768px) {
  .bing-map {
    display: none;
  }
  .map-image {
    display: block;
  }
  .map-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
}
/* 桌面端隐藏备用图片 */
@media (min-width: 769px) {
  .map-image {
    display: none;
  }
}
@media (max-width: 481px) {
body.wrapper-fluid .site-grid {
  grid-gap: 0;
  }
 .about-image img {
  display: none;
 }
}


/* ===== Venlo Greenhouse Layout ===== */

.venlo-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
}

.venlo-intro {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #333;
}

/* Grid Layout */
.venlo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

/* Product Card */
.venlo-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 16px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.venlo-item:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.venlo-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
}

.venlo-item h3 {
    font-size: 18px;
    margin: 12px 0 8px;
}

.venlo-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Bottom Section */
.venlo-title {
    margin-top: 30px;
    font-size: 22px;
}

.venlo-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.venlo-list li {
    margin-bottom: 6px;
}

.venlo-footer {
    color: #555;
    font-size: 14px;
}

.gh-blog {
  max-width: 920px;
  margin: 0 auto;
  padding: 22px 14px;
}

.gh-blog-header {
  padding: 22px 0 10px;
}

.gh-blog-kicker {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 10px;
}

.gh-blog-title {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  margin: 0 0 12px;
  color: #111827;
}

.gh-blog-subtitle {
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
  margin: 0 0 14px;
  max-width: 78ch;
}

.gh-blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 13px;
}

.gh-blog-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #9ca3af;
  display: inline-block;
}

.gh-blog-hero {
  margin: 18px 0 26px;
  padding: 0;
}

.gh-blog-hero img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: auto;
}

.gh-blog-hero figcaption {
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  margin-top: 10px;
}

.gh-blog-content {
  font-size: 16px;
  line-height: 1.9;
  color: #1f2937;
}

.gh-blog-content h2 {
  font-size: 20px;
  line-height: 1.35;
  margin: 22px 0 10px;
  color: #111827;
}

.gh-blog-content p {
  margin: 0 0 14px;
  max-width: 85ch;
}

.gh-blog-content p:last-child {
  margin-bottom: 0;
}

.gh-blog-cta {
  margin-top: 24px;
  padding: 18px 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}

.gh-blog-cta h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #111827;
}

.gh-blog-cta p {
  margin: 0;
  color: #374151;
}

@media (max-width: 480px) {
  .gh-blog {
    padding: 18px 12px;
  }
  .gh-blog-subtitle {
    font-size: 15px;
  }
}
.about-wrap{max-width:1120px;margin:0 auto;padding:40px 20px;color:#eaf0ff}
.about-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.about-hero-text{background:linear-gradient(180deg,rgba(19,34,69,.8),rgba(15,27,51,.6));border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:32px}
.about-kicker{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(234,240,255,.7)}
.about-kicker .dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#6be4c4,#7aa9ff)}
.about-hero-text h1{margin:14px 0 10px;font-size:42px;letter-spacing:-.5px}
.about-lead{color:rgba(234,240,255,.75);max-width:560px}
.about-buttons{display:flex;gap:12px;margin-top:18px}
.btn-primary{background:linear-gradient(135deg,#6be4c4,#7aa9ff);color:#07101f;padding:11px 18px;border-radius:14px;font-weight:700}
.btn-outline{border:1px solid rgba(255,255,255,.2);padding:11px 18px;border-radius:14px;color:#fff}
.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px}
.stat .num{font-size:22px;font-weight:800}
.stat .label{font-size:13px;color:rgba(234,240,255,.6)}

.about-hero-image{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}
.about-hero-image img{width:100%;height:100%;object-fit:cover}
.img-caption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(7,11,20,.65);padding:14px;border-radius:14px}

.about-section{margin-top:60px}
.about-section h2{font-size:24px;margin-bottom:10px}
.section-desc{color:rgba(234,240,255,.7)}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:20px}

.timeline{display:grid;gap:14px;margin-top:16px}
.step{display:grid;grid-template-columns:100px 1fr;gap:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px}
.year{font-weight:700;color:#7aa9ff}

.values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.value{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px}

.about-cta{margin-top:70px;padding:36px;border-radius:26px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(800px 300px at 20% 30%,rgba(107,228,196,.18),transparent 60%),rgba(255,255,255,.04)}
.about-cta h2{margin:0 0 8px}
.about-cta p{color:rgba(234,240,255,.7)}
.cta-buttons{margin-top:14px;display:flex;gap:12px}

@media(max-width:900px){
  .about-hero{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .values{grid-template-columns:1fr}
}
/* ===== Fix About Page Footer & CTA Readability ===== */

.about-cta{
  background: linear-gradient(
    135deg,
    #0f172a 0%,
    #0b2233 100%
  );
  color: #ffffff;
}

.about-cta h2{
  color: #ffffff;
}

.about-cta p{
  color: rgba(255,255,255,0.85);
}

.about-cta .btn-primary{
  background: linear-gradient(135deg,#4fd1c5,#60a5fa);
  color: #07101f;
}

.about-cta .btn-outline{
  border: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
}

/* Footer readable fix */
footer,
.site-footer,
.footer{
  background: #072433;
  color: rgba(255,255,255,0.85);
}

footer a,
.site-footer a,
.footer a{
  color: #8fdcff;
}

footer strong,
.site-footer strong{
  color: #ffffff;
}

/* Improve spacing & contrast */
footer .container,
footer .wrap{
  padding-top: 40px;
  padding-bottom: 40px;
}

footer p,
footer li,
footer span{
  line-height: 1.7;
}
/* Fix Our Vision text visibility */
.about-section .section-desc{
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
}

.about-section h2{
  color: #0f172a;
}
.about-grid .card,
.timeline .step,
.values .value{
  position: relative;
  padding-left: 28px;
}

.about-grid .card::before,
.timeline .step::before,
.values .value::before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 5px;
  border-radius: 6px;
  background: linear-gradient(180deg, #4fd1c5, #60a5fa);
}
.timeline .step::before{
  width: 10px;
  border-radius: 10px;
}

.timeline .step{
  background: linear-gradient(90deg,
    rgba(79,209,197,0.08),
    transparent 60%);
}
.values .value{
  position: relative;
  padding-top: 36px;
}

.values .value::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg,#4fd1c5,#60a5fa);
}
.about-section:last-of-type{
  background: linear-gradient(
    135deg,
    rgba(79,209,197,0.08),
    rgba(96,165,250,0.06)
  );
  padding: 40px;
  border-radius: 24px;
}

.page-header h1 {display: none;}