.elementor-2472 .elementor-element.elementor-element-547a18b{--display:flex;}.elementor-2472 .elementor-element.elementor-element-992cb4a{--display:flex;}@media(max-width:1366px){.elementor-2472 .elementor-element.elementor-element-338c6fa.elementor-element{--align-self:center;}}@media(max-width:767px){.elementor-2472 .elementor-element.elementor-element-338c6fa.elementor-element{--align-self:center;}.elementor-2472 .elementor-element.elementor-element-a2d1712.elementor-element{--align-self:center;}.elementor-2472 .elementor-element.elementor-element-7e9f88d.elementor-element{--align-self:center;}.elementor-2472 .elementor-element.elementor-element-ec23407.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-a2d1712 */.intro-section, .recommended-products {
  margin: 40px 0;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.intro-section h1 {
  color: #ff3b6f;
  text-align: center;
  font-size: 2rem;
}

.recommended-products .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.product-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  padding: 15px;
  text-align: center;
}

.product-card img {
  width: 100%;
  border-radius: 12px;
}

.product-card h3 {
  margin: 10px 0;
  color: #ff6b00;
}

.product-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.btn-buy {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ff6b00, #ff3b6f);
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-buy:hover {
  background: linear-gradient(135deg, #ff3b6f, #ff6b00);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec23407 */.product-comparison, .video-section, .product-slider, .customer-reviews, .future-mining, .final-cta, .quick-order {
  margin: 50px 0;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.compare-table-advanced {
  width: 100%;
  border-collapse: collapse;
}

.compare-table-advanced th, .compare-table-advanced td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.compare-table-advanced th {
  background: #f9f9f9;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.video-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 16px;
}

.slider-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 15px;
}

.slide img {
  border-radius: 16px;
  max-width: 100%;
}

.customer-reviews .review {
  border-left: 4px solid #ff6b00;
  padding-left: 15px;
  margin-bottom: 15px;
  font-style: italic;
}

.future-mining ul {
  list-style: "🔹 ";
  padding-left: 20px;
}

.final-cta h2 {
  color: #ff3b6f;
  text-align: center;
  font-size: 2rem;
}

.final-cta p {
  text-align: center;
  margin-bottom: 20px;
}

.order-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.order-form input, .order-form select, .order-form textarea {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.order-form button {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #ff6b00, #ff3b6f);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.order-form button:hover {
  background: linear-gradient(135deg, #ff3b6f, #ff6b00);
}

@media (max-width: 768px) {
  .video-grid, .slider-wrapper {
    grid-template-columns: 1fr;
  }
  .order-form {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */