    .sight-card {
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .sight-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .sight-img {
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }
    .sight-section {
      background: #f9f9f9;
      padding: 60px 0;
    }