.rouded{
    border-radius: 10px !important;
}
.custom-btn{
background-color: #d61c1c !important;
}

.zoom-img {
    transition: transform 0.4s ease, box-shadow 0.4s ease; /* smooth animation for zoom + shadow */
    cursor: pointer;
}

.zoom-img:hover {
    transform: scale(1.2); /* zoom 120% */
  
}
.highlight-box {
  background: #fff3cd;   /* light yellow */
  border: 1px solid #ffeeba;
  padding: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: #856404;
  border-radius: 5px;
}

