.products-tagline {
  font-size: 65px;
}

.product-section {
  padding: 0 5rem;
  margin: 5rem 0;
}

.product-heading {
  text-align: center;
}

.product-para {
  font-size: 25px;
  text-align: justify;
}

.index-para {
  font-size: 20px;
}

.main-1-solutions {
  margin-top: -120px;
}

.product-heading-pro {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}

.products-img-solutions {
  width: 270px;
  /* padding: 10px; */
  border-radius: 12px;
}

.solution-para {
  text-align: justify;
  margin-bottom: 10px;
  padding-right: 20px;
  line-height: 1.2;
}

.product-button-3:link,
.product-button-3:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 0.8rem;
  transition: all 0.7s;
  background-color: #75bc20;
  padding: 10px;
  border-radius: 8px;
}

.product-button-3:hover,
.product-button-3:active {
  background-color: #5a9019;
}

.products-range-2 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
  padding: 0 50px;
  row-gap: 40px;
  background-color: #ededed;
  /* border-radius: 20px; */
  border-bottom: 10px #fff solid;
}

.product-img-div img {
  width: 250px;
  padding: 15px 10px;
  /* margin-top: 60px; */
}

.product-info-div {
  padding: 20px;
  line-height: 1.5;
  text-align: justify;
}

.a-class {
  text-decoration: none;
}

/* Styling for category list and product cards */
.list-group-item {
  background-color: #f8f9fa;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}

.list-group-item:hover {
  background-color: #007bff;
  color: white;
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.card-1 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 500px;
}

.card:hover {
  transform: scale(1.05);
}

.card-img {
  width: 90%;
  height: 90%;
  object-fit: contain; /* Ensures the entire image fits within the box */
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-img-2 {
  width: 90%;
  height: 60%;
  object-fit: contain; /* Ensures the entire image fits within the box */
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.btn-custom {
  background-color: #28a745;
  color: white;
  transition: background-color 0.3s;
}

.btn-custom:hover {
  background-color: #218838;
}

.p-3 {
  padding: 1rem !important;
}

.spec-table th,
.spec-table td {
  padding: 0.25rem 0.75rem;
  border: 1px solid #ddd;
}

/* .card-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
} */

.active-category {
  background-color: #007bff; /* Highlight color */
  color: white;
}

.list-group-item:hover {
  cursor: pointer;
}

.card-text {
  text-align: justify;
}

.card-title {
  font-size: 30px;
  font-weight: bolder;
}
