* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
p {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

/* Products Section Styles */
.products-section {
  height: 20vh;
  width: 100%;
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #66affc;
}

/* Heading Style */
.products-heading {
  font-size: 3rem;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .products-heading {
    font-size: 2rem;
    padding: 8px 16px;
  }
  .new-description {
    margin: 10px 10px;
  }
}

@media (max-width: 480px) {
  .products-heading {
    font-size: 2rem;
    padding: 6px 12px;
    text-align: center;
    text-transform: capitalize;
  }
}
.products-heading {
  text-align: center;
  text-transform: capitalize;
}

/* products items  */
.product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  gap: 20px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}
.product-image {
  flex: 1 1 50%;
  max-width: 50%;
  /* border: 1px solid wheat; */
}
.product-image img {
  width: 100%;

  height: 410px;
  object-fit: contain;
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}
.product-details {
  flex: 1 1 40%;
  max-width: 50%;
  /* background: #f9f9f9; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.product-details h5 {
  font-size: 26px;
  text-transform: capitalize;
  color: #000000;
  font-weight: bold;
}
.product-details p {
  font-size: 17px;
  color: #1c1c1c;
  margin: 10px 0;
}
.offer {
  color: #ff6600;
  font-weight: bold;
}
.buy-btn {
  display: inline-block;
  text-decoration: none;
  background: #ff6600;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
  transition: 0.3s;
}
.buy-btn:hover {
  background: #cc5500;
}
@media (max-width: 768px) {
  .products-container {
    flex-direction: column;
    text-align: center;
  }
  .product-image,
  .product-details {
    flex: 1 1 90%;
    max-width: 90%;
    border-radius: 0px;
    height: auto;
    border: none;
  }
  .product-image {
    border-bottom: 1px solid;
  }
  .product {
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .product {
    gap: 0px;
    width: 94%;
    padding: 0px;
    border: 1px solid wheat;
  }
}

.brochure-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brochure-download-btn {
  display: inline-flex;
  align-items: center;

  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
  width: auto;
  margin-bottom: 20px;
}

.brochure-download-btn:hover {
  background-color: #0056b3;
}

.brochure-download-btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* view more css */
.view-more,
.view-less {
  color: #007bff;
  cursor: pointer;
  font-weight: bold;
}

/* table styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  overflow-x: auto;
}
table,
th,
td {
  text-align: center !important;
  border: 1px solid #ddd;
}
th,
td {
  padding: 8px;
  text-align: left;
}
th {
  background-color: #0e55ee;
  color: white;
}

/* 
images section */
.image-section img {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}

/* 
multimill  new table  */
.multimill-table {
  margin: auto;
  width: 50%;
  border-collapse: collapse;
}

.multimill-td,
.multimill-th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  color: black;
  vertical-align: top;
}

.multimill-title {
  background-color: #76aef3;
  font-weight: bold;
}

.multimill-label {
  background-color: #e2efda;
  font-weight: bold;
}

.multimill-key {
  background-color: #e2efda;
}

/* tray dryer css tabel */
.tray-dryer-table {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
}

.tray-dryer-th {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #d9e2f3;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: black;
}

.tray-dryer-th-model {
  background-color: #e2efda;
  font-weight: bold;
  text-align: left;
}

.tray-dryer-td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.tray-dryer-td-model {
  background-color: #e2efda;
  font-weight: bold;
  text-align: left;
}

/* blender image added */
.double-cone-blender {
  text-align: center;
}

.double-cone-blender img {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.double-cone-blender .product-name {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.new-description {
  margin: 10px 100px;
}

/* air jet mill table  */
.air-jetmill-table {
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.air-jetmill-th,
.air-jetmill-td {
  border: 1px solid #ccc;
  padding: 10px;
  color: black;
}

.air-jetmill-th {
  background-color: #cfe2f3; /* Light blue */
  font-weight: bold;
  color: black;
}

.air-jetmill-subth {
  background-color: #e0efff; /* Slightly different blue for subheadings */
  font-weight: bold;
  color: black;
}

.air-jetmill-model {
  background-color: #d9ead3; /* Light green rows */
  font-weight: bold;
}

/* rcvd css table */
.rcvd-table {
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  margin: auto;
}

.rcvd-th,
.rcvd-td {
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 14px;
}

.rcvd-th {
  background-color: #cfe2f3;
  font-weight: bold;
  color: black;
}

.rcvd-subhead {
  background-color: #d9ead3;
  font-weight: bold;
}

.rcvd-model {
  background-color: #f9cb9c;
  font-weight: bold;
}

.rcvd-note {
  padding: 10px;
  font-size: 14px;
  background-color: #fff2cc;
  border: 1px solid #ccc;
  margin-top: 10px;
  width: 90%;
  margin: auto;
}

.rcvd-dimension-heading {
  background-color: #b4a7d6;
  font-weight: bold;
}

/* vtd table css */
.vtd-th {
  margin: auto;
  background-color: #d9f1ff; /* Light blue like your image */
  color: #000; /* Black text */
  font-weight: bold;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
}
/* 
tray dryer */
.tray-dryer-table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
  text-align: center;
}

.tray-dryer-th {
  background-color: #dcebf6;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  border: 1px solid #999;
}

.tray-dryer-td {
  padding: 10px;
  background-color: #f1fce3;
  border: 1px solid #999;
}

.tray-dryer-label {
  background-color: #e2f1d4;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #999;
}

.tray-dryer-heading {
  background-color: #dcebf6;
  font-weight: bold;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #999;
}

/* vibro table */
.vibro-table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
  text-align: center;
}

.vibro-th {
  background-color: #d6e7f3;
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #000;
}

.vibro-model {
  background-color: #a5bb95;
  color: #000;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #000;
}

.vibro-td {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000;
}

/* all products hero section */
.products-full-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  margin-top: 60px;
}

.products-heading-title {
  font-size: 38px;
  color: #66affc;

  text-align: center;
  font-weight: 600;
}

/* Multi-color animated border */
.products-heading-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #ff6b6b,
    #feca57,
    #1dd1a1,
    #54a0ff,
    #5f27cd
  );
  background-size: 300% 100%;
  animation: animateBorder 4s linear infinite;
  border-radius: 2px;
}

/* Animation */
@keyframes animateBorder {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.products-heading-title {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  color: #0e55ee;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .products-heading-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .products-heading-title {
    font-size: 28px;
  }
}

/* fluid bed dryer table */
.fluid-bed-th {
  background-color: #c7e7c7; /* Light green */
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: 1px solid #999;
  color: #000;
}

table {
  width: 90%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto;
}

td {
  text-align: center;
  padding: 10px;
  border: 1px solid #999;
}

/* rapid mixed */
.rapid-mixerth {
  background-color: #d2e9d2;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: 1px solid #aaa;
  color: #000;
}

table {
  width: 90%;
  border-collapse: collapse;

  font-size: 14px;
  margin: 0 auto;
}

td {
  text-align: center;
  padding: 10px;
  border: 1px solid #aaa;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

tbody tr:hover {
  background-color: #f1f1f1;
}

/* compress table */
.compression-table {
  width: 50%;
  border-collapse: collapse;
  font-size: 14px;
}

.compression-table-cell,
.compression-table-header {
  border: 1px solid #888;
  padding: 10px;
  text-align: left;
}

.compression-table-header {
  background-color: #bcd3e7;
  font-weight: bold;
  text-align: center;
}

.compression-green-cell {
  background-color: #d2e9d2;
  font-weight: bold;
}

.compression-blue-cell {
  background-color: #f1f6fa;
}
