html {
    scroll-behavior: smooth;
}

.bg-transit-yellow {
    background-color: #FFD700;
}

.card-hover:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.img-container {
    background-color: #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.logo-img-footer {
    height: 110px;
    width: 190px;
    border-radius: 10px;
    object-fit: cover;
}.logo-img-footer2 {
    height: 110px;
    width: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.hidden-photos {
    display: none;
}

.img-pin {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFD700;
    color: #000;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}