#fw-section-image-0 {

img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(212, 175, 55, 0.1);
  transition: transform 0.3s ease;
}
/* Subtle lift effect when hovered */
img:hover {
  transform: translateY(-4px);
}

}