.elementor-1431 .elementor-element.elementor-element-46cc5fe{--display:flex;}.elementor-1431 .elementor-element.elementor-element-8550a17{--display:flex;}.elementor-1431 .elementor-element.elementor-element-d4a374a{--display:flex;}.elementor-1431 .elementor-element.elementor-element-4835038{--display:flex;}.elementor-1431 .elementor-element.elementor-element-baffc26{--display:flex;}.elementor-1431 .elementor-element.elementor-element-64e3971{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1431 .elementor-element.elementor-element-8550a17{--content-width:1200px;}.elementor-1431 .elementor-element.elementor-element-d4a374a{--content-width:1200px;}.elementor-1431 .elementor-element.elementor-element-4835038{--content-width:1200px;}.elementor-1431 .elementor-element.elementor-element-baffc26{--content-width:1200px;}.elementor-1431 .elementor-element.elementor-element-64e3971{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-0b4c0ce */.hero {
  background: linear-gradient(120deg, rgba(22,43,77,.96), rgba(22,43,77,.82)), url('http://mixijel.space/wp-content/uploads/2026/06/Fencing-background.png');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 90px 6% 80px;
}

.hero-content { 
    max-width: 1200px; 
    margin: auto;
}

.eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
}

h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.hero p {
  max-width: 700px;
  font-size: 18px;
  margin: 0 0 28px;
  color: #eef2f7;
}

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero .btn-secondary:hover {
    color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1638fd */.why{
    padding: 30px 10px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  background: var(--light);
  padding: 24px;
  border-radius: 14px;
  border: 1px solid var(--border);
}

.feature-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 19px;
}

.feature-card p { margin: 0; color: #526070; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba953ab */.product-area { 
    background: #fafafa; 
    padding: 20px 10px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(16,24,40,.06);
}

.product-card h3 {
  color: var(--navy);
  font-size: 24px;
  margin: 0 0 6px;
}

.cn-name {
  color: #7a8594;
  font-size: 14px;
  margin-bottom: 18px;
}

.product-intro {
  margin: 0 0 8px;
  color: #526070;
  font-size: 15px;
}

.fence-img {
  margin: 16px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f8fa;
}

.fence-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 300px;
}

@media (max-width: 768px) {
  .fence-img {
    margin: 12px 0;
  }
  
  .fence-img img {
    max-height: 250px;
  }
}

@media (max-width: 560px) {
  .fence-img img {
    max-height: 200px;
  }
}

.product-area table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 14px;
}

.product-area th, .product-area td {
  padding: 12px 10px;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.product-area th {
  color: var(--navy);
  background: #f7f8fa;
  font-weight: 700;
}

.price {
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

.note-box {
  margin-top: 28px;
  background: var(--navy);
  color: var(--white);
  border-radius: 16px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.note-box h3 { margin: 0 0 6px; font-size: 24px; }
.note-box p { margin: 0; color: #dbe3ee; }

.colour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.colour-chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 15px;
  background: var(--white);
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06fb981 */.suitable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.suitable-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16,24,40,.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.suitable-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(16,24,40,.12);
}

.suitable-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.suitable-card h3 {
  color: var(--navy);
  font-size: 20px;
  margin: 0;
  padding: 18px 20px;
  text-align: center;
  background: var(--white);
}

@media (max-width: 768px) {
  .suitable-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  
  .suitable-card img {
    height: 220px;
  }
  
  .suitable-card h3 {
    font-size: 18px;
    padding: 14px 16px;
  }
}

@media (max-width: 480px) {
  .suitable-card img {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73c3b09 *//* Marquee 跑马灯效果 */
.marquee-container {
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  gap: 20px;
  animation: marquee 30s linear infinite; /* 速度调整：数值越大越慢，越小越快 */
  width: max-content;
  background: #eee4;
  padding: 10px 0;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.slider-card {
  flex: 0 0 300px;
  height: 200px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16,24,40,.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(16,24,40,.12);
}

.slider-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .slider-card {
    flex: 0 0 240px;
    height: 160px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85c267d */.faq-accordion {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: var(--white);
  border: none;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
}

.faq-question:hover {
  background: var(--white)!important;
  color: var(--navy)!important;
}

.faq-question span {
  font-size: 28px;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 22px;
  color: #526070;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question span {
  content: '-';
}/* End custom CSS */
/* Start custom CSS */:root {
  --navy: #162B4D;
  --gold: #F4BE2A;
  --light: #F4F4F4;
  --text: #1D3557;
  --white: #ffffff;
  --border: #e4e7ec;
}

section {
    padding: 20px 10px;
}

.section-title {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-title h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: var(--navy);
  margin: 0 0 12px;
}

.section-title p { 
    margin: 0; 
    color: #526070; 
}

.btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.btn-primary { 
    background: var(--gold); 
    color: var(--navy); 
}
.btn-secondary { border: 1px solid rgba(255,255,255,.65);
color: var(--white);
}

@media (max-width: 900px) {
  .feature-grid, .product-grid { 
      grid-template-columns: 1fr; 
  }
  .note-box { 
      grid-template-columns: 1fr;
    }
  table { font-size: 13px; }
}

@media (max-width: 560px) {
  section, .hero, .footer-cta { padding-left: 20px; padding-right: 20px; }
  th, td { padding: 10px 8px; }
  .product-card { padding: 18px; overflow-x: auto; }
  table { min-width: 620px; }
}/* End custom CSS */