.must-visit-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.must-visit-overlay {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    text-align: center;
}

.must-visit-overlay h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.must-visit-btn {
    background-color: #4B0F5C;
    color: #fff;
    border: none;
}

.must-visit-btn:hover {
    background-color: #3a0c44;
}
.must-visit-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.must-visit-overlay {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    text-align: center;
}

.must-visit-overlay h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.must-visit-btn {
    background-color: #4B0F5C;
    color: #fff;
    border: none;
}

.must-visit-btn:hover {
    background-color: #3a0c44;
}
