/* product-content-section */

/* ---------- Wrapper ---------- */
.product-content-section {
  position: relative;
}

.product-content-section .infobox.infowrap1 {
  margin-top: 40px;
}

.product-content-section .infobox.infowrap1>.text:first-of-type {
  margin-bottom: 10px;
}

/* ---------- Feature Grid (used for Why Choose Us, Applications,
   Key Features, Technical Advantages, Benefits, Industries We Serve,
   Buying Guide, Maintenance Tips) ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.feature-card {
  background: #fff;
  border: 1px solid #efebeb;
  box-shadow: 0 0 10px 0 #ccc;
  padding: 22px 22px;
  transition: 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 0 18px 0 #bdbdbd;
  transform: translateY(-4px);
}

.feature-card h5 {
  color: #ef8820;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.feature-card p {
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.6;
}

/* ---------- Types of product boxes ---------- */
.product-type-box {
  background: #fff;
  border: 1px solid #efebeb;
  box-shadow: 0 0 10px 0 #ccc;
  padding: 22px 25px;
  margin-bottom: 20px;
  height: 100%;
}

.product-type-box h5 {
  color: #e61f24;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ef8820;
  padding-bottom: 8px;
}

.product-type-box ul {
  padding-left: 20px;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.product-type-box ul li {
  list-style: disc;
  color: #000;
  font-size: 15px;
  margin: 5px 0;
  line-height: 1.5;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.product-type-box.product-products-list {
  max-width: 100%;
}

.product-type-box.product-products-list ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

@media only screen and (max-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-type-box.product-products-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

@media only screen and (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .product-type-box ul,
  .why-choose-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .product-type-box.product-products-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .step-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-box {
    padding: 30px 20px;
  }

  .cta-box h4 {
    font-size: 22px;
  }
}

/* ---------- How It Works - Steps ---------- */
.steps-list {
  position: relative;
  margin-top: 20px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 4px solid #ef8820;
}

.step-number {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #de161e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
}

.step-content {
  flex: 1;
}

.step-content h5 {
  color: #e61f24;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 6px;
}

.step-content p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}

/* ---------- Why Businesses Choose Us / Interlinking list ---------- */
.why-choose-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-top: 15px;
  padding-left: 20px;
}

.why-choose-list li {
  list-style: disc;
  color: #000;
  font-size: 16px;
  margin: 6px 0;
  line-height: 1.6;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.why-choose-list li a {
  color: #212121;
  transition: 0.3s;
}

.why-choose-list li a:hover {
  color: #ef8820 !important;
}

/* ---------- FAQ accordion header spacing tweak inside this section ---------- */
.product-content-section .accordion .accordion-item {
  margin-bottom: 2px;
}

/* ---------- Call To Action box ---------- */
.cta-box {
  background: linear-gradient(135deg, #de161e 0%, #ef8820 100%);
  padding: 45px 40px;
  text-align: center;
  margin-top: 40px;
  border-radius: 4px;
}

.cta-box h4 {
  color: #fff !important;
  border-bottom: none !important;
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 0 !important;
}

.cta-box .text {
  color: #fff !important;
  max-width: 820px;
  margin: 0 auto 12px;
  text-align: center;
}

.cta-box .theme-btn {
  margin-top: 15px;
  background-color: #212121;
  color: #fff;
}

.theme-btn:hover {
  margin-top: 15px;
  background-color: #212121;
  color: #fff;
}

/* ---------- Responsive ---------- */
@media only screen and (max-width: 992px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .product-type-box ul,
  .why-choose-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .step-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-box {
    padding: 30px 20px;
  }

  .cta-box h4 {
    font-size: 22px;
  }
}


