#page {
  min-height: unset !important;
}

.elementor-element-ec1c454 {
  position: absolute;
  top: 0;
  background-color: none !important;
}

.ast-container {
  display: block !important;
}

/* Category Menu Styling based on the image */
.category-menu-wrapper {
  padding: 0 !important;
}
.category-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  border-left: 1px solid #dddddd;
}
.category-menu-item {
  text-align: center;
  padding: 20px 12px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  border-right: 1px solid #dddddd;
  border-bottom: solid 1px #dddddd;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.category-menu-item:hover {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}
.category-menu-item.active, .category-menu-item.current-cat {
  background: #143db1;
  color: #fff;
  border-color: #143db1;
}

/* Category description wrapper styling */
.category-description {
  color: #222222;
  font-size: 20px;
}
.category-description-wrapper {
  padding: 40px 0;
  display: flex;
  gap: 30px;
}
.category-description p {
  margin-bottom: 0px;
}

.literature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.literature-grid .document-item {
  display: flex;
  gap: 16px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.literature-grid .document-item .doc-icon {
  width: 85px;
  height: 120px;
  overflow: hidden;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.08);
}
.literature-grid .document-item .doc-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.literature-grid .document-item .doc-details {
  width: calc(100% - 101px);
}
.literature-grid .document-item .doc-details .doc-title {
  margin-bottom: 4px;
  font-size: 16px;
  color: #1673dc;
  line-height: 1.4;
  font-weight: 500;
}
.literature-grid .document-item .doc-details .doc-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.literature-grid .document-item .doc-details .download-link {
  color: #0066cc;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.literature-grid .document-item .doc-details .download-link:hover {
  text-decoration: underline;
}
.literature-grid .document-item .doc-details .doc-date {
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 14px;
  color: #666;
}
.literature-grid .document-item .doc-details .doc-type {
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 4px;
}

#product-brochures {
  padding: 60px 0;
}
#product-brochures#product-brochures {
  background-color: #444444;
}
#product-brochures .product-lineup-heading {
  color: #fff;
}
#product-brochures .box-content {
  padding: 0 15px;
}
#product-brochures .brochure-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
#product-brochures .brochure-grid .document-item {
  width: calc((100% - 180px) / 4);
  text-decoration: none;
  transition: all 0.3s ease;
}
#product-brochures .brochure-grid .document-item .doc-icon {
  height: 240px;
  display: flex;
  align-items: center;
}
#product-brochures .brochure-grid .document-item .doc-icon img {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-brochures .brochure-grid .document-item .doc-title {
  font-size: 18px;
  color: #ffdd00;
  margin: 15px 0;
  line-height: 1.3;
  text-align: center;
}
#product-brochures .brochure-grid .document-item .download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #666;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
}

.product {
  /* Product Lineup Section */
}
.product-links {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}
.product-link {
  color: #143db1;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  border-top: solid 1px #dddddd;
  width: 100%;
  min-width: 300px;
}
.product-link:last-child {
  border-bottom: solid 1px #dddddd;
}
.product-link span {
  display: block;
  line-height: normal;
}
.product-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: solid 1px #dddddd;
}
.product-lineup-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #222222;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.product-item {
  width: calc((100% - 120px) / 4);
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}
.product-item:hover {
  border: solid 1px #143db1;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 3px rgba(20, 61, 177, 0.4);
}
.product-item:hover .thumb-title svg {
  opacity: 1;
  transform: translateX(0);
}
.product-item:hover .thumb-img-wrapper {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.thumb-img-wrapper {
  width: 100%;
  height: 270px; /* Fixed height as required */
  display: flex;
  justify-content: center;
  align-items: center; /* This centers items vertically */
  border: solid 1px #dddddd;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
}
.thumb-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* Maintains aspect ratio and fits within container */
  display: block; /* Removes any extra spacing below the image */
}
.thumb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 24px 20px;
  position: relative;
}
.thumb-title span {
  transition: all 0.3s ease;
}
.thumb-title svg {
  position: absolute;
  right: 10px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
  .product-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .category-description-wrapper {
    padding: 30px 0;
    flex-direction: column;
  }
  .category-description-wrapper .category-description {
    font-size: 17px;
  }
  .category-description-wrapper .product-links {
    width: 100%;
    margin: 0px;
  }
  .category-description-wrapper .product-links .product-link {
    justify-content: center;
    border: none;
  }
  .product-grid-wrapper {
    padding: 24px 0;
  }
  .product-grid-wrapper .product-lineup-heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .literature-grid {
    grid-template-columns: 1fr;
  }
  #product-brochures {
    padding: 24px 0;
  }
  #product-brochures .brochure-grid {
    gap: 20px;
  }
  #product-brochures .brochure-grid .document-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .product-item {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=product-cat.css.map */