
        .cnt_side span.Under_con {
    border-left: 4px solid #00652e;
    color: #9e801b;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 700;
}

.Similar_warpper {
  padding: 80px 0;
  background-color: #fff;
}

.Similar_warpper h2 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.divied {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #bc1620;
  margin-bottom: 25px;
  border-radius: 3px;
}

/* ------------------------------
   CONTENT SIDE (TEXT)
--------------------------------*/
.cnt_side {
  padding: 20px;
}

.cnt_side .Under_con {
  display: inline-block;
  color: #9e801b;
  padding: 6px 15px;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.pro_head a {
  text-decoration: none;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s;
}

.pro_head a:hover {
  color: #bc1620;
}

.cnt_side p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cnt_side ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

.cnt_side ul li {
  margin-bottom: 5px;
  color: #555;
  font-size: 15px;
}

/* ------------------------------
   IMAGE SIDE (MANAGED IMAGES)
--------------------------------*/
.img_side {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  border: 3px solid #e0e0e0;
  padding: 10px;
  background: #fafafa;
}

.img_side img {
  width: 100%;
  height: 300px;         /* Uniform image height */
  object-fit: cover;     /* Neatly crops to fit */
  border-radius: 8px;
  transition: transform 0.4s ease;
}

.img_side img:hover {
  transform: scale(1.05);
}

/* ------------------------------
   PRICE + BUTTONS
--------------------------------*/
.product_price {
  margin-top: 15px;
}

.price_amount {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.price_amount span {
  font-size: 14px;
  color: #666;
  margin-left: 3px;
}

.enquire_nowprice {
  font-size: 18px;
  background: #bc1620;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 15px;
}

.enquire_nowprice:hover {
  background: #a3121a;
}

/* ------------------------------
   RESPONSIVE DESIGN
--------------------------------*/
@media (max-width: 992px) {
  .img_side img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .cnt_side {
    text-align: center;
  }

  .img_side {
    margin-top: 20px;
  }

  .img_side img {
    height: 220px;
  }
}
