.elementor-2441 .elementor-element.elementor-element-547a18b{--display:flex;}.elementor-2441 .elementor-element.elementor-element-992cb4a{--display:flex;}@media(max-width:1366px){.elementor-2441 .elementor-element.elementor-element-8716b36.elementor-element{--align-self:center;}}@media(max-width:767px){.elementor-2441 .elementor-element.elementor-element-8716b36.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-9f959ac */.new-products-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  font-family: "IRANSans", sans-serif;
}

.header-section h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.product-card {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  border-radius: 15px;
  margin-bottom: 10px;
}

.btn-buy {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b00, #ff3b6f);
  color: white;
  padding: 10px 18px;
  border-radius: 12px;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-buy:hover {
  background: linear-gradient(135deg, #ff3b6f, #ff6b00);
}

.compare-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

.compare-table th, .compare-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.compare-table th {
  background: #f5f5f5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8c049b */.faq-section, .training-section, .brand-story, .cta-section {
  margin: 40px 0;
  background: #fafafa;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.faq-item h3 {
  margin: 10px 0 5px;
  font-weight: bold;
}

.training-section ul {
  list-style: "✔️ ";
  padding-left: 20px;
}

.brand-story p {
  margin-bottom: 15px;
  line-height: 1.8;
}

.cta-section {
  text-align: center;
  background: linear-gradient(135deg, #ff6b00, #ff3b6f);
  color: white;
}

.cta-section .btn-buy {
  background: white;
  color: #ff3b6f;
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6e7684 */.product-comparison, .video-section, .product-slider, .customer-reviews, .future-mining {
  margin: 50px 0;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.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;
}

@media (max-width: 768px) {
  .video-grid, .slider-wrapper {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2d1712 */.final-cta, .quick-order, .map-section, .related-blog, .final-cta-bottom {
  margin: 50px 0;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.final-cta h2, .final-cta-bottom h2 {
  color: #ff3b6f;
  text-align: center;
  font-size: 2rem;
}

.final-cta p, .final-cta-bottom 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);
}

.related-blog article {
  margin-bottom: 20px;
  padding: 15px;
  border-left: 4px solid #ff6b00;
  background: #fafafa;
  border-radius: 10px;
}

.map-section iframe {
  border-radius: 16px;
}

@media (max-width: 768px) {
  .order-form {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */